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 "date_format": "Date Format",
153 "language": "Language",
154 "signature": "Edit Signature",
155 "signature_configured": "configured",
156 "signature_not_configured": "not configured",
157 "on": "ON",
158 "off": "OFF",
159 "restart_required": "Restart required to apply language change"
160 },
161 "settings_encryption": {
162 "title": "App Encryption",
163 "enabled": "Encryption is currently enabled.",
164 "disabled": "Set a password to encrypt all data.",
165 "password_label": "Password:",
166 "confirm_label": "Confirm Password:",
167 "enable_button": "Enable Encryption",
168 "disable_button": "Press enter to disable encryption",
169 "disable_confirm": "Disable encryption?",
170 "disable_warning": "All data will be stored unencrypted.",
171 "encrypting": "Encrypting data...",
172 "error_empty": "Password cannot be empty",
173 "error_mismatch": "Passwords do not match",
174 "help": "tab: next • enter: save"
175 },
176 "password_prompt": {
177 "title": "Matcha is locked",
178 "enter_password": "Enter your password",
179 "error_empty": "Password cannot be empty",
180 "error_incorrect": "Incorrect password",
181 "help": "enter: unlock • ctrl+c: quit"
182 },
183 "email_view": {
184 "from": "From",
185 "to": "To",
186 "cc": "Cc",
187 "bcc": "Bcc",
188 "subject": "Subject",
189 "date": "Date",
190 "attachments": "Attachments",
191 "download": "Download",
192 "save": "Save",
193 "reply": "Reply",
194 "reply_all": "Reply All",
195 "forward": "Forward",
196 "delete": "Delete",
197 "archive": "Archive",
198 "help": "r: reply • f: forward • d: delete • a: archive • esc: back"
199 },
200 "calendar": {
201 "title": "Calendar",
202 "meeting": "Meeting",
203 "event": "Event",
204 "accept": "Accept",
205 "decline": "Decline",
206 "tentative": "Tentative",
207 "rsvp_sent": "RSVP sent: {response}"
208 },
209 "marketplace": {
210 "title": "Plugin Marketplace",
211 "installing": "Installing...",
212 "installed": "Installed",
213 "install": "Install",
214 "error": "Installation failed",
215 "help": "j/k: navigate • enter: install • esc: back"
216 },
217 "time": {
218 "just_now": "just now",
219 "minute_ago": {
220 "one": "1 minute ago",
221 "other": "{count} minutes ago"
222 },
223 "hour_ago": {
224 "one": "1 hour ago",
225 "other": "{count} hours ago"
226 },
227 "day_ago": {
228 "one": "1 day ago",
229 "other": "{count} days ago"
230 },
231 "week_ago": {
232 "one": "1 week ago",
233 "other": "{count} weeks ago"
234 },
235 "month_ago": {
236 "one": "1 month ago",
237 "other": "{count} months ago"
238 },
239 "year_ago": {
240 "one": "1 year ago",
241 "other": "{count} years ago"
242 },
243 "in_moment": "in a moment",
244 "in_minute": {
245 "one": "in 1 minute",
246 "other": "in {count} minutes"
247 },
248 "in_hour": {
249 "one": "in 1 hour",
250 "other": "in {count} hours"
251 },
252 "in_day": {
253 "one": "in 1 day",
254 "other": "in {count} days"
255 }
256 }
257 }
258}