Commit graph

116 commits

Author SHA1 Message Date
Flávio Costa
11a7a6c961
Update pt-BR translation (#2504)
* Update pt-BR translation

* Update pt-BR.json
2025-09-14 13:07:13 -05:00
Impostor0729
0706c323c6
To improve the Hungarian language file of MailSpring. (#2506)
* A Mailspring Magyar nyelvi fájljának javítása

To improve the Hungarian language file of MailSpring.

* I improved it a bit.

I improved it a bit. Now it looks perfect.

* Minor modification

Minor modification
2025-09-14 13:06:05 -05:00
Peter Dave Hello
ec16524a38
Update and improve zh-TW Traditional Chinese locale (#2498)
There were many machine-translated translations or Simplified Chinese
terms in the zh-TW translation that should have been fixed or improved.
2025-07-05 14:45:29 -05:00
tomo90
94d7b3527b
Update Czech translation (#2500)
Update Czech translation

Update Czech translation

Update Czech translation

Update Czech translation
2025-07-05 14:45:14 -05:00
Ben Gotow
367cca7b47 Update translations to reference updated “its” string 2025-01-26 17:38:11 -06:00
qiuzhiqian
07c62cca53
update zh-CN localization files (#2486)
* update zh-CN localization files

* fix: Mail server configuration cannot be performed when the domain name does not have a built-in template.

Create a fallback template. When the built-in template corresponding to the domain name cannot be found, use the fallback template to configure the server.

---------

Co-authored-by: xml <xiamengliang@uniontech.com>
2024-09-14 18:15:01 -05:00
Janosch Braukmann
390a301dd7
Fix: Ensure correct keytar migration on snap and improve documentation (#2474) 2023-10-23 09:28:29 -05:00
Thomas Cauquil
4643adff0d
Improve localization (#2466)
* feats: add script to improve localization

* fix: the script used to generate the translations didn't take certain concatenations into account.

Previously :
Many features are unavailable in plain-text mode. To create a single
Now :
Many features are unavailable in plain-text mode. To create a single plain-text draft, hold Alt or Option while clicking Compose or Reply.
-
Previously :
These features were %@ of the messages you sentin this time period, so these numbers do not reflect all of your activity. To enableread receipts and link tracking on emails you send, click the %@ or link tracking %@ icons in the composer.
Now :
These features were %@ of the messages you sent in this time period, so these numbers do not reflect all of your activity. To enable read receipts and link tracking on emails you send, click the %@ or link tracking %@ icons in the composer.
-
Previously :
To make changes to contacts in this account, you'll need to re-authorize Mailspring to access your data.\n\n
Now :
To make changes to contacts in this account, you'll need to re-authorize Mailspring to access your data.\n\nIn Mailspring's main window, go to Preferences > Accounts, select this account, and click \"Re-authenticate\". You'll be prompted to give Mailspring additional permission to update and delete your contacts.
...

* chore: improving the french and format-localizations.js executed

* feats: add templates to localizations

* fix(localization): define default template to english

* chore(localization): added explanations on how to use script files

---------

Co-authored-by: Ben Gotow <ben@foundry376.com>
2023-10-16 08:55:45 -05:00
Janosch Braukmann
f7cd7a7bb6
fix: ensure smooth migration from keytar (#2472) 2023-10-11 11:15:00 -05:00
Janosch Braukmann
85ef793af7
Rework tray icon style (#2470)
* feat: Make try icon style configurable

* feat: Harmonize tray icons
2023-10-09 14:44:03 -05:00
Janosch Braukmann
36864a21cb
Add "Reply to" filter to email rules (#2468)
* Add "Reply to" filter to email rules and adjust some translations for the recipient filter

* fix: Also adjust recipient on lt.json
2023-10-09 14:41:53 -05:00
Peter Dave Hello
c831130944
Improve zh-TW Traditional Chinese translation (#2467) 2023-10-09 14:27:50 -05:00
Dan Bishop
0f8f1fe671
Create en-gb.json (#2465) 2023-10-09 14:25:31 -05:00
andy00087
db5366bbc9
Update it.json (#2445) 2023-04-11 21:50:16 -05:00
andy00087
2f98631c19
Update it.json (#2439) 2022-12-29 10:34:30 -06:00
Captain Luvix
53c2a63037
Fix Korean (#2431)
* Correct grammer in Korean Translation

* Correct grammer in Korean Translation
2022-10-25 06:00:15 -05:00
Matheus Reich
c4f2e1ac78
Updated mailspring.appdata.xml.in to fix Flatpak version number and 100% checked pt-BR.json translation (#2429)
* Updated mailspring.appdata.xml.in and PT-BR translation

The mailspring.appdata.xml.in file is used by Flatpak to automatically build the containerized version, available in Flathub, and that file wasn't tracking Mailspring's version, showing then an older version on Flathub (main Flatpak store). Also, the Brazilian Portuguese translation is around 80% checked and corrected (also standardized a lot of different words that were the same thing, improving usability).

* Update pt-BR.json

All of the pt-BR.json was checked and verified. I've applied the necessary corrections, and tried my best to fully standardize the entire translation, because same things were being translated to different things in Portuguese.
2022-10-09 18:18:34 -05:00
Glenn
450dfbef42
Some UX improvements (#2425)
* Some UX improvements (plus .gitignore tweak)

Made a few UX improvements:
- The send later delay can be skipped by clicking the new `Send now instead` button (localization required)
- If there is a range selection in the subject line then a context menu pops up on right click (for those that are allergic to keyboard shortcuts 😂)
- Message participant tweaks:
  - you can now open the context menu on the name or email, not just the email
  - you don't need to expand the participants to open the context menu
  - name is shown over the email for `Email "Name else Email"` context menu item
  - added `Copy "Email"` to context menu when nothing is selected/highlighted and just `Copy` when something is
- **for devs:** pretty console messages now consider your device theme and use an appropriate colour

* Prettier adjustments

* Revert `.gitignore` change

* Fix & actual prettier-ing

- Fix email context menu (now email and name can be alt-clicked)
- Sorted auto format (sorry didn't realise it was off)

* Use localised date/time format

Use a localised date format rather than forcing the Americanised format. This does loose the ordinal in `fullTimeString(Date)`

* Use weekday(Mon-Sun), for recent emails

- Changed recent emails to:
  - display weekday and time (e.g Mon, 10:15)
  - the recent emails to be 5 days, rather than 2
- Removed dead code
- Removed unnecessary import

* Remove unnecessary log

* Add key to prevent console error

Added a key to prevent a `Each child in an array or iterator should have a unique "key" prop` error in the console

* Add a key to "more" span

Co-authored-by: Ben Gotow <ben@foundry376.com>
2022-09-13 11:24:39 -05:00
Matheus Reich
1f263e6480
Update pt-BR.json (#2428)
Fixed many orthographic errors and added new translations from recent versions.
2022-09-13 11:03:52 -05:00
Ivo Šmerek
9532bf2142
Improve czech localization (#2417)
* Improve czech localization

* Improve czech localization
2022-08-10 11:41:34 -05:00
Antonio Calero
f2de9c89b9
Fix missing end quotes in term Descarga fallida (#2418) 2022-08-10 11:41:15 -05:00
Eduardo Romo
31e73026a6
Update es.json (#2392)
* Update es.json

Some sentences that are not correct in Spanish have been changed.

Added opening punctuation in some sentences.

Added or changed letters in words to match the correct form of the word in Spanish.

* Update es.json

* Revert: Update es.json

Sorry, this was my bad - I meant to resolve a merge conflict with master and it committed the changes here.

Co-authored-by: Ben Gotow <bengotow@gmail.com>
2022-04-20 11:48:13 -05:00
Janosch Maier
003881f06f Adjust text when messages are hidden after being moved to trash or spam 2022-04-14 09:32:52 -05:00
Janosch Maier
64c45260e4 Upgrade electron to 18.0.1 and windows-quiet-hours to 2.0.0 in order to fix notifications on windows 2022-04-14 09:32:20 -05:00
Javier Martín González
f2c2cba283 Updated some wrong auto translations to Spanish 2022-04-14 09:27:31 -05:00
emintufan
81b1858955 Update Turkish translation 2022-03-29 16:02:48 -05:00
streppel
e1ae4cda5c fix typo on invalid attachment err message 2021-11-21 19:58:31 -08:00
emintufan
fcdb169750 Update Turkish translation 2021-09-05 10:47:44 -05:00
SiderealArt
5cdecc4252 Update zh-TW.json 2021-09-05 10:46:40 -05:00
Janosch Maier
4a11b7ec71 Prevent strange layout bug for trash / spam folders on vertical layout
Also improve the German translation slightly.
2021-09-05 10:45:56 -05:00
Ivo Šmerek
aaed3e0f96 Improve czech localization 2021-05-03 07:57:32 -05:00
Janosch Maier
d5aa3095ba
Add send and archive as configuration option to the preferences view (#2295) 2021-03-26 10:25:06 -05:00
Janosch Maier
c7f7dc027c
Add option for vertically stacked reading pane (#2243)
* Add option for vertically stacked reading pane

* Switch from creating a separate column to scoping ThreadList to split+list modes

* Better styling for vertical reading pane

* Fix bug that prevented changing the panel layout via the preferences dialog

* Add resize functionality for vertical thread list

* Add Contact Toolbar button to Thread List Vertical View

* Remove debug log

Co-authored-by: Ben Gotow <ben@foundry376.com>
2021-03-26 10:15:33 -05:00
Ivo Šmerek
d0583899ee
Improve czech localization (#2296)
Co-authored-by: Ben Gotow <ben@foundry376.com>
2021-03-26 10:14:00 -05:00
Dee Yeum
63889c4a14
fix message (#2307)
Co-authored-by: Ben Gotow <ben@foundry376.com>
2021-03-26 10:05:31 -05:00
Indo
e34370f944
Update Korean translation (#2301) 2021-03-26 10:03:02 -05:00
Firefnix
4b6c24fefa
Update fr.json (#2287)
* Update fr.json

In the "Mail Rules" section, the two choices for "If %@ of the following conditions are met" are "All" and "Any", but the French translation is "Tout" (meaning "All") for both. I suggest replacing "Tout" (the current translation of "Any") by "N'importe lequel", but "Un seul" could also work. Warning: I don't know if "Any" is used for other buttons.

* Update app/lang/fr.json

Fix gender agreement

Co-authored-by: Louis-Michel Couture <louim_1@hotmail.com>

Co-authored-by: Louis-Michel Couture <louim_1@hotmail.com>
2021-02-22 09:39:05 -06:00
Janosch Maier
3735f87bc0
Feature/unsubscribe header (#2275)
* Add dummy unsubscribe header

* Add layout for unsubscribe header

* Simplify unsubscribe header and improve detection mechanism

* Adjust wording for unsubscribe header

* Delete unused files

* Remove debug log
2021-02-14 13:06:22 -06:00
Janosch Maier
3f9f5c3cbf
Feature/desktop action (#2276)
* Add desktop action to compose new e-mail

* Fix minor translation bug
2021-02-14 12:53:05 -06:00
Sérgio Marques
4549bf5ec5
Update pt.json (#2280)
Co-authored-by: Ben Gotow <ben@foundry376.com>
2021-02-14 12:43:18 -06:00
Jason C. McDonald
5b8e418940 Merge branch 'master' of github.com:Foundry376/Mailspring 2021-02-08 15:00:35 -08:00
Janosch Maier
4ce705b55a
Ensure that the tray icon does not appear multiple times on linux (#2262) 2021-02-01 22:43:43 -06:00
Sérgio Marques
41b3b9e64a
Update pt.json (#2267)
I plan to make subsequent changes to this file.
2021-02-01 22:28:02 -06:00
Jason C. McDonald
ddbeb5452d Remove all mention of old four account limit. 2021-01-28 14:52:37 -08:00
Janosch Maier
7bdcb3e8f8
Add information regarding app password type for FastMail (#2251) 2021-01-18 23:59:35 -06:00
Janosch Maier
e8fb6ef2aa
Colorize Accounts (#2240)
* Add configuration option to colorise accounts

* Add German translation for account color

* Fix bug when account is unset in list-tabular-item

* Add account color for "from" field in compose window

* Add color coding to the preferences account list

* Fix styling issue in compose window where account labels where unaligned if only one account had a color configured

* Add account color inside the swipeable element

* Partial Revert "Add configuration option to colorise accounts"

This partially reverts commit f8efccb0f2.

* Ensure that account color is not displayed in thread-list when it is unset

* Add colorized accounts in sidebar and contacts view

* Add new type Style to be used throughout the colorization code

* Add todo note for ensuring that the account color updates correctly

* Remove style definition and use react CSSProperties instead

* Fix crash when opening a draft that was created in GMail

* Refactor accountColor to color

* Ensure dynamic change of the account color in the sidebar

* Add AccountColorBar react component

Co-authored-by: Janosch Maier <maierjaonsch@gmail.com>
2021-01-11 11:17:12 -06:00
johnpoint
3ed9ba2f7f
Update zh-CN.json (#2219) 2020-12-16 12:38:52 -06:00
Aftabuzzaman
2b32988c99
Fix some translation errors in Bengali (#2224)
This file contain lots of translation error. looks like machine translation. I tried to fix some of them.
2020-12-16 12:35:47 -06:00
Ewen "Feust
dc44e30237 Completed french translation 2020-07-06 19:36:52 -05:00
emintufan
278710f845 Update Turkish translation
Reviewed until 542th line.
2020-06-22 23:29:58 -05:00