en.json

  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      "help_menu": "↑/↓: navigate • right/enter: select • esc: go back",
120      "help_content": "esc: back to menu"
121    },
122    "settings_accounts": {
123      "title": "Account Settings",
124      "no_accounts": "No accounts configured.",
125      "add_account": "Add New Account",
126      "help": "↑/↓: navigate • enter: edit crypto config • e: edit server • s: edit signature • d: delete"
127    },
128    "settings_theme": {
129      "title": "Theme",
130      "current": "active",
131      "help": "↑/↓: navigate • enter/space: apply theme"
132    },
133    "settings_mailing_lists": {
134      "title": "Mailing Lists",
135      "no_lists": "No mailing lists configured.",
136      "add_list": "Add New Mailing List",
137      "delete_confirm": "Delete mailing list?",
138      "address_count": {
139        "one": "{count} address",
140        "other": "{count} addresses"
141      },
142      "help": "↑/↓: navigate • enter: select • e: edit • d: delete"
143    },
144    "settings_general": {
145      "title": "General Settings",
146      "disable_images": "Disable Image Display",
147      "hide_tips": "Hide Contextual Tips",
148      "disable_notifications": "Disable Notifications",
149      "enable_split_pane": "Split Pane View",
150      "enable_threaded": "Threaded Conversation View",
151      "date_format": "Date Format",
152      "language": "Language",
153      "signature": "Edit Signature",
154      "signature_configured": "configured",
155      "signature_not_configured": "not configured",
156      "on": "ON",
157      "off": "OFF",
158      "restart_required": "Restart required to apply language change"
159    },
160    "settings_encryption": {
161      "title": "App Encryption",
162      "enabled": "Encryption is currently enabled.",
163      "disabled": "Set a password to encrypt all data.",
164      "password_label": "Password:",
165      "confirm_label": "Confirm Password:",
166      "enable_button": "Enable Encryption",
167      "disable_button": "Press enter to disable encryption",
168      "disable_confirm": "Disable encryption?",
169      "disable_warning": "All data will be stored unencrypted.",
170      "encrypting": "Encrypting data...",
171      "error_empty": "Password cannot be empty",
172      "error_mismatch": "Passwords do not match",
173      "help": "tab: next • enter: save"
174    },
175    "password_prompt": {
176      "title": "Matcha is locked",
177      "enter_password": "Enter your password",
178      "error_empty": "Password cannot be empty",
179      "error_incorrect": "Incorrect password",
180      "help": "enter: unlock • ctrl+c: quit"
181    },
182    "email_view": {
183      "from": "From",
184      "to": "To",
185      "cc": "Cc",
186      "bcc": "Bcc",
187      "subject": "Subject",
188      "date": "Date",
189      "attachments": "Attachments",
190      "download": "Download",
191      "save": "Save",
192      "reply": "Reply",
193      "reply_all": "Reply All",
194      "forward": "Forward",
195      "delete": "Delete",
196      "archive": "Archive",
197      "help": "r: reply • f: forward • d: delete • a: archive • esc: back"
198    },
199    "calendar": {
200      "title": "Calendar",
201      "meeting": "Meeting",
202      "event": "Event",
203      "accept": "Accept",
204      "decline": "Decline",
205      "tentative": "Tentative",
206      "rsvp_sent": "RSVP sent: {response}"
207    },
208    "marketplace": {
209      "title": "Plugin Marketplace",
210      "installing": "Installing...",
211      "installed": "Installed",
212      "install": "Install",
213      "error": "Installation failed",
214      "help": "j/k: navigate • enter: install • esc: back"
215    },
216    "time": {
217      "just_now": "just now",
218      "minute_ago": {
219        "one": "1 minute ago",
220        "other": "{count} minutes ago"
221      },
222      "hour_ago": {
223        "one": "1 hour ago",
224        "other": "{count} hours ago"
225      },
226      "day_ago": {
227        "one": "1 day ago",
228        "other": "{count} days ago"
229      },
230      "week_ago": {
231        "one": "1 week ago",
232        "other": "{count} weeks ago"
233      },
234      "month_ago": {
235        "one": "1 month ago",
236        "other": "{count} months ago"
237      },
238      "year_ago": {
239        "one": "1 year ago",
240        "other": "{count} years ago"
241      },
242      "in_moment": "in a moment",
243      "in_minute": {
244        "one": "in 1 minute",
245        "other": "in {count} minutes"
246      },
247      "in_hour": {
248        "one": "in 1 hour",
249        "other": "in {count} hours"
250      },
251      "in_day": {
252        "one": "in 1 day",
253        "other": "in {count} days"
254      }
255    }
256  }
257}