feat(i18n): add translation keys for metadata drawer and transcription
Keys for #175: doc_details_toggle, section headings, field labels, empty states Keys for #176: transcription mode, block editing, save states, comments, drawing hints Error codes: TRANSCRIPTION_BLOCK_NOT_FOUND, TRANSCRIPTION_BLOCK_CONFLICT All three languages: de, en, es Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -423,5 +423,33 @@
|
||||
"notification_empty_history_body": "Mentions and replies to your comments will appear here.",
|
||||
"notification_row_aria": "{actor} {type} on \"{title}\" — {time} — {readState}",
|
||||
"notification_read_state_read": "read",
|
||||
"notification_read_state_unread": "unread"
|
||||
"notification_read_state_unread": "unread",
|
||||
"error_transcription_block_not_found": "Transcription block not found.",
|
||||
"error_transcription_block_conflict": "This block was modified by someone else. Please reload the page.",
|
||||
"doc_details_toggle": "Details",
|
||||
"doc_details_section_details": "Details",
|
||||
"doc_details_section_persons": "Persons",
|
||||
"doc_details_section_tags": "Tags",
|
||||
"doc_details_field_date": "Date",
|
||||
"doc_details_field_sender": "Sender",
|
||||
"doc_details_field_receivers": "Receivers",
|
||||
"doc_details_field_status": "Status",
|
||||
"doc_details_no_persons": "No persons assigned",
|
||||
"doc_details_no_tags": "No tags assigned",
|
||||
"doc_details_more_receivers": "+{count} more",
|
||||
"transcription_mode_label": "Transcribe",
|
||||
"transcription_mode_stop": "Done",
|
||||
"transcription_block_placeholder": "Type text here...",
|
||||
"transcription_block_save_saving": "Saving...",
|
||||
"transcription_block_save_saved": "Saved",
|
||||
"transcription_block_save_error": "Not saved",
|
||||
"transcription_block_save_retry": "Retry",
|
||||
"transcription_block_comment_btn": "Comment",
|
||||
"transcription_block_quote_hint": "Select text to quote",
|
||||
"transcription_block_delete_confirm": "Really delete this block and all its comments?",
|
||||
"transcription_block_history_btn": "History",
|
||||
"transcription_empty_cta": "Mark a region on the scan to start transcribing",
|
||||
"transcription_draw_tooltip": "Click and drag to mark a text region",
|
||||
"transcription_quote_stale": "Quote from an older version",
|
||||
"transcription_block_conflict": "This block was changed by someone else — please reload"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user