1{
2 "language": "en",
3 "messages": {
4 "common": {
5 "yes": "Yes",
6 "no": "No",
7 "cancel": "Cancel",
8 "ok": "OK",
9 "save": "Save",
10 "delete": "Delete",
11 "archive": "Archive",
12 "back": "Back",
13 "next": "Next",
14 "previous": "Previous",
15 "loading": "Loading...",
16 "error": "Error",
17 "success": "Success",
18 "logs": "Logs",
19 "no_logs_yet": "No logs yet"
20 },
21 "composer": {
22 "title": "Compose New Email",
23 "from": "From",
24 "to_placeholder": "Enter recipient email addresses.",
25 "cc_placeholder": "Carbon copy recipients.",
26 "bcc_placeholder": "Blind carbon copy recipients.",
27 "subject_placeholder": "Subject",
28 "body_placeholder": "Compose your message...",
29 "signature": "Signature",
30 "signature_placeholder": "Your email signature.",
31 "attachments": "Attachments",
32 "attachments_none": "None",
33 "enter_to_add": "Enter to add",
34 "encrypt_smime": "Encrypt Email (S/MIME)",
35 "send": "Send",
36 "switchable": "switchable",
37 "enter_to_switch": "Enter to switch",
38 "no_account": "no account configured",
39 "send_confirm": "Press Enter to send the email.",
40 "help": "Markdown/HTML • tab/shift+tab: navigate • ctrl+e: $EDITOR • esc: save draft & exit",
41 "exit_confirm": "Are you sure you want to exit? This draft will be saved",
42 "sending": "Sending email...",
43 "sent": "Email sent successfully",
44 "draft_saved": "Draft saved",
45 "invalid_email": "✗ Invalid email address",
46 "invalid_email_fields": "One or more email fields are invalid",
47 "recipient_required": "Add at least one recipient"
48 },
49 "inbox": {
50 "title": "Inbox",
51 "all_accounts": "All Accounts",
52 "sent": "Sent",
53 "trash": "Trash",
54 "archive": "Archive",
55 "empty": "No emails",
56 "loading": "Loading emails...",
57 "refreshing": "Refreshing...",
58 "visual_mode": "visual mode",
59 "delete": "delete",
60 "archive": "archive",
61 "refresh": "refresh",
62 "search": "search",
63 "filter": "filter",
64 "reply": "reply",
65 "forward": "forward",
66 "move": "move",
67 "mark_read": "mark as read",
68 "mark_unread": "mark as unread",
69 "help_visual": "v: visual mode • d: delete • a: archive",
70 "help_navigation": "j/k: navigate • enter: open • r: refresh"
71 },
72 "choice": {
73 "what_to_do": "What would you like to do?",
74 "compose": "Compose Email",
75 "inbox": "View Inbox",
76 "calendar": "View Calendar",
77 "settings": "Settings",
78 "marketplace": "Plugin Marketplace",
79 "drafts": "Drafts",
80 "help": "Use ↑/↓ to navigate, enter to select, and ctrl+c to quit.",
81 "unknown": "unknown",
82 "update_available": "Update available: {latest} (installed: {current}) — run `matcha update` to upgrade",
83 "upgrade_v1_note": "v1.0.0 is in release candidate — run `matcha upgrade-v1` to upgrade to v1."
84 },
85 "folder_inbox": {
86 "folders_title": "Folders",
87 "move_to_folder": "Move to folder:",
88 "move_single": "Move email to folder:",
89 "move_multiple": {
90 "one": "Move {count} email to folder:",
91 "other": "Move {count} emails to folder:"
92 },
93 "help": "j/k: navigate enter: move esc: cancel",
94 "help_folders": "tab: next folder • shift+tab: prev folder • m: move"
95 },
96 "login": {
97 "title": "Email Accounts",
98 "add_account": "Add Account",
99 "edit_account": "Edit Account",
100 "description": "Enter your email account credentials.",
101 "protocol_label": "Protocol",
102 "protocol_placeholder": "Protocol (imap, jmap, or pop3)",
103 "email_label": "Email",
104 "email_placeholder": "your.email@example.com",
105 "password_label": "Password",
106 "password_placeholder": "Password / App Password",
107 "display_name_label": "Display Name",
108 "display_name_placeholder": "Your Name",
109 "imap_server_label": "IMAP Server",
110 "smtp_server_label": "SMTP Server",
111 "port_label": "Port",
112 "save": "Save Account",
113 "delete": "Delete Account",
114 "delete_confirm": "Delete this account?",
115 "tip_protocol": "Choose the protocol: imap (default), jmap, or pop3.",
116 "tip_app_password": "For Gmail, use an App Password instead of your regular password."
117 },
118 "settings": {
119 "title": "Settings",
120 "category_general": "General",
121 "category_accounts": "Accounts",
122 "category_theme": "Theme",
123 "category_mailing_lists": "Mailing Lists",
124 "category_encryption": "App Encryption",
125 "category_plugins": "Plugins",
126 "help_menu": "↑/↓: navigate • right/enter: select • esc: go back",
127 "help_content": "left/esc: back to menu"
128 },
129 "settings_accounts": {
130 "title": "Account Settings",
131 "no_accounts": "No accounts configured.",
132 "add_account": "Add New Account",
133 "help": "↑/↓: navigate • enter: edit crypto config • e: edit server • s: edit signature • d: delete"
134 },
135 "settings_theme": {
136 "title": "Theme",
137 "current": "active",
138 "help": "↑/↓: navigate • enter/space: apply theme"
139 },
140 "settings_mailing_lists": {
141 "title": "Mailing Lists",
142 "no_lists": "No mailing lists configured.",
143 "add_list": "Add New Mailing List",
144 "delete_confirm": "Delete mailing list?",
145 "address_count": {
146 "one": "{count} address",
147 "other": "{count} addresses"
148 },
149 "help": "↑/↓: navigate • enter: select • e: edit • d: delete"
150 },
151 "settings_general": {
152 "title": "General Settings",
153 "disable_images": "Disable Image Display",
154 "hide_tips": "Hide Contextual Tips",
155 "disable_notifications": "Disable Notifications",
156 "disable_daemon": "Background Daemon",
157 "enable_split_pane": "Split Pane View",
158 "enable_threaded": "Threaded Conversation View",
159 "enable_detailed_dates": "Detailed Dates",
160 "spellcheck": "Spellcheck",
161 "spell_suggestions": "Spell Suggestions",
162 "date_format": "Date Format",
163 "language": "Language",
164 "signature": "Edit Signature",
165 "signature_configured": "configured",
166 "signature_not_configured": "not configured",
167 "on": "ON",
168 "off": "OFF",
169 "restart_required": "Restart required to apply language change"
170 },
171 "settings_encryption": {
172 "title": "App Encryption",
173 "enabled": "Encryption is currently enabled.",
174 "disabled": "Set a password to encrypt all data.",
175 "password_label": "Password:",
176 "confirm_label": "Confirm Password:",
177 "enable_button": "Enable Encryption",
178 "disable_button": "Press enter to disable encryption",
179 "disable_confirm": "Disable encryption?",
180 "disable_warning": "All data will be stored unencrypted.",
181 "encrypting": "Encrypting data...",
182 "passwords_match": "✓ Passwords match",
183 "passwords_do_not_match": "✗ Passwords do not match",
184 "strength_label": "Strength:",
185 "strength_weak": "weak",
186 "strength_medium": "medium",
187 "strength_strong": "strong",
188 "error_empty": "Password cannot be empty",
189 "error_mismatch": "Passwords do not match",
190 "help": "tab: next • enter: save"
191 },
192 "password_prompt": {
193 "title": "Matcha is locked",
194 "enter_password": "Enter your password",
195 "error_empty": "Password cannot be empty",
196 "error_incorrect": "Incorrect password",
197 "help": "enter: unlock • ctrl+c: quit"
198 },
199 "email_view": {
200 "from": "From",
201 "to": "To",
202 "cc": "Cc",
203 "bcc": "Bcc",
204 "subject": "Subject",
205 "date": "Date",
206 "attachments": "Attachments",
207 "download": "Download",
208 "save": "Save",
209 "reply": "Reply",
210 "reply_all": "Reply All",
211 "forward": "Forward",
212 "delete": "Delete",
213 "archive": "Archive",
214 "help": "r: reply • f: forward • d: delete • a: archive • esc: back"
215 },
216 "calendar": {
217 "title": "Calendar",
218 "meeting": "Meeting",
219 "event": "Event",
220 "accept": "Accept",
221 "decline": "Decline",
222 "tentative": "Tentative",
223 "rsvp_sent": "RSVP sent: {response}"
224 },
225 "marketplace": {
226 "title": "Plugin Marketplace",
227 "installing": "Installing...",
228 "installed": "Installed",
229 "install": "Install",
230 "error": "Installation failed",
231 "help": "j/k: navigate • enter: install • esc: back"
232 },
233 "time": {
234 "just_now": "just now",
235 "minute_ago": {
236 "one": "1 minute ago",
237 "other": "{count} minutes ago"
238 },
239 "hour_ago": {
240 "one": "1 hour ago",
241 "other": "{count} hours ago"
242 },
243 "day_ago": {
244 "one": "1 day ago",
245 "other": "{count} days ago"
246 },
247 "week_ago": {
248 "one": "1 week ago",
249 "other": "{count} weeks ago"
250 },
251 "month_ago": {
252 "one": "1 month ago",
253 "other": "{count} months ago"
254 },
255 "year_ago": {
256 "one": "1 year ago",
257 "other": "{count} years ago"
258 },
259 "in_moment": "in a moment",
260 "in_minute": {
261 "one": "in 1 minute",
262 "other": "in {count} minutes"
263 },
264 "in_hour": {
265 "one": "in 1 hour",
266 "other": "in {count} hours"
267 },
268 "in_day": {
269 "one": "in 1 day",
270 "other": "in {count} days"
271 }
272 }
273 }
274}