@@ -63,14 +63,14 @@ dialog:
6363 delete : " Delete"
6464 file : " file"
6565 folder : " folder"
66- location : " Location: {path}"
67- delete_confirm : " Are you sure you want to delete this {item_type}?"
66+ location : " Location: % {path}"
67+ delete_confirm : " Are you sure you want to delete this % {item_type}?"
6868 # Go to Line dialog
6969 go_to_line :
7070 title : " Go to Line"
7171 enter_line : " Enter line number:"
7272 go : " Go"
73- range : " Range: 1-{max}"
73+ range : " Range: 1-% {max}"
7474
7575# Settings panel
7676settings :
@@ -176,9 +176,9 @@ settings:
176176 recent_files : " Recent Files"
177177 clear_recent : " Clear Recent Files"
178178 clear_recent_tooltip : " Remove all files from the recent files list"
179- seconds : " {count} seconds"
180- remember_files : " Remember last {count} files"
181- files_count : " {count} files"
179+ seconds : " % {count} seconds"
180+ remember_files : " Remember last % {count} files"
181+ files_count : " % {count} files"
182182 appearance :
183183 title : " Appearance"
184184 language : " Language"
@@ -297,7 +297,7 @@ about:
297297 license : " License"
298298 license_type : " MIT License"
299299 copyright : " © 2026 Ferrite Contributors"
300- version : " Version {version}"
300+ version : " Version % {version}"
301301
302302# Keyboard shortcuts
303303shortcuts :
@@ -438,7 +438,7 @@ tree_viewer:
438438 copy_path : " 📋 Copy Path"
439439 show_raw : " Show Raw"
440440 parse_error : " ⚠ Parse Error:"
441- large_file_warning : " File is large ({size} MB). Showing raw content."
441+ large_file_warning : " File is large (% {size} MB). Showing raw content."
442442
443443# Git integration
444444git :
@@ -465,7 +465,7 @@ recovery:
465465 restore_question : " Would you like to restore the auto-saved content?"
466466 restore : " Restore"
467467 discard : " Discard"
468- time_label : " Last modified: {time}"
468+ time_label : " Last modified: % {time}"
469469 session :
470470 title : " Session Recovery"
471471 crash_detected : " Ferrite detected that your previous session was not closed properly."
@@ -496,7 +496,7 @@ widgets:
496496 align_center : " Center aligned"
497497 align_right : " Right aligned"
498498 delete_column_label : " Delete column:"
499- delete_column : " Delete column {index}"
499+ delete_column : " Delete column % {index}"
500500 align_label : " Align:"
501501 align_none : " No alignment"
502502 link :
516516 has_headers_yes : " ✓ First row is header"
517517 has_headers_no : " ✗ No header row"
518518 show_raw : " Show Raw"
519- large_file_warning : " File is large ({size} MB). Showing raw content."
519+ large_file_warning : " File is large (% {size} MB). Showing raw content."
520520
521521# Pipeline panel
522522pipeline :
545545mermaid :
546546 badge : " mermaid"
547547 empty : " (empty diagram)"
548- rendering_error : " Rendering error: {error}"
548+ rendering_error : " Rendering error: % {error}"
549549
550550# Table of Contents
551551
@@ -572,10 +572,10 @@ zen:
572572
573573# Time relative strings
574574time :
575- seconds_ago : " {count} seconds ago"
576- minutes_ago : " {count} minutes ago"
577- hours_ago : " {count} hours ago"
578- days_ago : " {count} days ago"
575+ seconds_ago : " % {count} seconds ago"
576+ minutes_ago : " % {count} minutes ago"
577+ hours_ago : " % {count} hours ago"
578+ days_ago : " % {count} days ago"
579579
580580# Tooltips
581581tooltip :
@@ -598,4 +598,4 @@ ribbon:
598598 copy_html_tooltip : " Copy rendered HTML to clipboard"
599599 export_pdf : " 📄 Export as PDF"
600600 coming_soon : " Coming soon"
601- heading_level : " Heading {level}"
601+ heading_level : " Heading % {level}"
0 commit comments