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