feat(i18n): add read mode translation keys for de/en/es

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-07 10:57:47 +02:00
parent 53b318f7ad
commit a94df4b225
3 changed files with 36 additions and 3 deletions

View File

@@ -468,5 +468,16 @@
"transcription_quote_stale": "Zitat aus älterer Version",
"transcription_block_conflict": "Dieser Block wurde von jemand anderem geändert — bitte neu laden",
"sort_dir_asc": "Aufsteigend sortieren",
"sort_dir_desc": "Absteigend sortieren"
"sort_dir_desc": "Absteigend sortieren",
"mode_read": "Lesen",
"mode_edit": "Bearbeiten",
"mode_edit_short": "Bearb.",
"transcription_status_section": "1 Abschnitt",
"transcription_status_sections": "{count} Abschnitte",
"transcription_status_last_edited": "Zuletzt bearbeitet: {time}",
"scan_expand": "Scan vergrößern",
"scan_collapse": "Scan verkleinern",
"transcription_empty_title": "Noch keine Transkription",
"transcription_empty_desc": "Zeichne Bereiche auf dem Scan und tippe den Text ab, um eine Transkription zu erstellen.",
"transcription_panel_close": "Panel schließen"
}

View File

@@ -468,5 +468,16 @@
"transcription_quote_stale": "Quote from an older version",
"transcription_block_conflict": "This block was changed by someone else — please reload",
"sort_dir_asc": "Sort ascending",
"sort_dir_desc": "Sort descending"
"sort_dir_desc": "Sort descending",
"mode_read": "Read",
"mode_edit": "Edit",
"mode_edit_short": "Edit",
"transcription_status_section": "1 section",
"transcription_status_sections": "{count} sections",
"transcription_status_last_edited": "Last edited: {time}",
"scan_expand": "Expand scan",
"scan_collapse": "Collapse scan",
"transcription_empty_title": "No transcription yet",
"transcription_empty_desc": "Draw regions on the scan and type the text to create a transcription.",
"transcription_panel_close": "Close panel"
}

View File

@@ -468,5 +468,16 @@
"transcription_quote_stale": "Cita de una versión anterior",
"transcription_block_conflict": "Este bloque fue cambiado por otra persona — por favor recargue",
"sort_dir_asc": "Ordenar ascendente",
"sort_dir_desc": "Ordenar descendente"
"sort_dir_desc": "Ordenar descendente",
"mode_read": "Leer",
"mode_edit": "Editar",
"mode_edit_short": "Edit.",
"transcription_status_section": "1 seccion",
"transcription_status_sections": "{count} secciones",
"transcription_status_last_edited": "Ultima edicion: {time}",
"scan_expand": "Ampliar escaneo",
"scan_collapse": "Reducir escaneo",
"transcription_empty_title": "Sin transcripcion",
"transcription_empty_desc": "Dibuja regiones en el escaneo y escribe el texto para crear una transcripcion.",
"transcription_panel_close": "Cerrar panel"
}