|
1 | 1 | messages = { |
2 | 2 | # keys for the hello command |
3 | 3 | "welcome": "🌶️ Salam, wanderer, and welcome to the sietch of [bold red]SpiceCode[/]! 🌶️", |
4 | | - "description": "🔥 The [yellow]Fedaykin CLI[/] that ignites your code with spice, as fierce as Arrakis’ dunes 🥵", |
| 4 | + "description": "🔥 The [yellow]Fedaykin CLI[/] that ignites your code with spice, as fierce as Arrakis' dunes 🥵", |
5 | 5 | # error messages |
6 | 6 | "error": "خطأ:", |
7 | 7 | # keys for the analyze command output |
8 | 8 | "analyzing_file": "Deciphering the file's sand-script", |
9 | 9 | "line_count": "The file spans {count} dunes", |
10 | 10 | "function_count": "The file holds {count} sacred routines", |
11 | 11 | "comment_line_count": "The file whispers {count} lines of hidden lore", |
| 12 | + "inline_comment_count": "The file contains {count} passages of dual meaning", |
12 | 13 | # keys for analyze command checkbox menu |
13 | 14 | "select_stats": "Choose the omens to unveil:", |
14 | 15 | "line_count_option": "Dune Count", |
15 | 16 | "function_count_option": "Sacred Routines", |
16 | 17 | "comment_line_count_option": "Whispered Lore", |
| 18 | + "inline_comment_count_option": "Passages of Dual Meaning", |
17 | 19 | "no_stats_selected": "No omens were heeded. The analysis fades into the sands.", |
18 | 20 | "confirm_and_analyze": "Seal your fate and analyze", |
19 | 21 | "checkbox_hint": "(Use space to mark, enter to proceed)" |
|
0 commit comments