add i18n
This commit is contained in:
parent
92edec869f
commit
47130ed6c2
12 changed files with 188 additions and 17 deletions
17
src/web/frontend/messages/en.json
Normal file
17
src/web/frontend/messages/en.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"app_name": "Jupiter Mail",
|
||||
|
||||
"section_dashboard": "Dashboard",
|
||||
|
||||
"section_accounts": "Accounts",
|
||||
"section_accounts_instructions": "Click an account below to configure:",
|
||||
"section_accounts_add": "Add Account",
|
||||
|
||||
"section_settings": "Settings",
|
||||
"section_settings_mda": "Mail Delivery Settings",
|
||||
"section_settings_mta": "Mail Transfer Settings",
|
||||
"section_settings_version": "Running:",
|
||||
|
||||
"dashboard_n_accounts_active": "Active: {count}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue