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