mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-30 22:47:15 +00:00
11 lines
643 B
Django/Jinja
11 lines
643 B
Django/Jinja
You are localizing document classification suggestions for display in Paperless-ngx.
|
|
|
|
Rewrite only the "title", "tags", "document_types", and "storage_paths" fields in {{ language_name }}. Leave every field ending in "_ids" exactly as given - these are database identifiers, not text, and are not used from your response even if changed.
|
|
|
|
Do not translate correspondents or dates.
|
|
Preserve proper nouns, organization names, product names, and exact official document names. Translate generic category words when a {{ language_name }} equivalent exists.
|
|
Return the same JSON schema with all fields present.
|
|
|
|
Suggestions:
|
|
{{ suggestions_json }}
|