Commit Graph

37 Commits

Author SHA1 Message Date
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
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
streppel
e1ae4cda5c fix typo on invalid attachment err message 2021-11-21 19:58:31 -08: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
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
Dee Yeum
63889c4a14 fix message (#2307)
Co-authored-by: Ben Gotow <ben@foundry376.com>
2021-03-26 10:05:31 -05: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
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
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
Ben Gotow
7c0cb4e6fc Retrieve online status from mailsync workers, remove is-online and it’s 56 (🤭) internal deps #1357, #1731, #1123 2020-02-17 00:23:52 -06:00
Clemens Damke
2b6cb0ad86 Various fixes in the german translation 2019-10-08 11:12:43 -05:00
Ben Gotow
8b6abc979a Add Show first and last names of all recipients #515, #505 2019-09-23 16:10:40 -05:00
Daniel Opitz
cd2e1f63c8 Fixed placeholder typo in german translation (#1619) 2019-09-23 10:09:46 -05:00
Ben Gotow
6b53ff6c91 Machine translate missing strings added in translation feature 2019-07-31 01:45:48 -05:00
André Hahn
8228564456 Improve German Translation (#1373)
* Improve German Translation (A to B)

Improve the German translation:
- Improve messages with first letters A to B

Signed-off-by: ahahn94 <ahahn94@outlook.com>

* Improve German Translation (C to H)

Improve the German translation:
- Improve messages with first letters C to H

Signed-off-by: ahahn94 <ahahn94@outlook.com>

* Improve German Translation (I to L)

Improve the German translation:
- Improve messages with first letters I to L

Signed-off-by: ahahn94 <ahahn94@outlook.com>

* Improve German Translation

Improve punctuation:
- replace " ..." with "..."
- replace " / " with "/"

Signed-off-by: ahahn94 <ahahn94@outlook.com>
2019-03-04 11:06:32 -08:00
Austin Lasher
ca5f9bbb88 Fix message erroneously saying mailsync *could* be found, and update (#1374)
lang file keys accordingly. Translations were not updated.
2019-02-22 21:18:50 -08:00
Ben Gotow
4d785c4166 Initial crossplatform preview support using pdfjs, mammoth, snarkdown, xlsx
PDFJS, MammothJS and SheetJS require we preserve copyright notices in the app. Need to put those somewhere!

# Conflicts:
#	app/lang/pt-BR.json
2019-01-03 01:11:11 -08:00
Ben Gotow
31660462de Fix localization of templates notice to remove &quot; 2018-11-05 11:47:54 -08:00
Robin
7afd888a3b Improvements to german translation v2 (#1188)
* Improvements to german translation v1

* Improvements to german translation v1

* Improved german translations of #1151
2018-10-28 16:44:04 -07:00
Robin
03d1caba2e Improvements to german translation v1 (#1168)
* Improvements to german translation v1

* Improvements to german translation v1
2018-10-25 15:20:56 -07:00
Ben Gotow
449d48e751 Remove hardcoded widths causing overflow in other languages 2018-10-20 12:21:47 -07:00
Ben Gotow
69cbfd3fc2 Fix handling of newlines in localized string extraction script 2018-10-09 17:17:46 -07:00
Ben Gotow
59f6f0c717 Fill gaps in translations using Google NLT API [hope contributors can improve these!] 2018-10-09 13:31:07 -07:00
Ben Gotow
866e41d506 Apply localization to updated Subscription tab text 2018-10-09 00:27:52 -07:00
Ben Gotow
9fc92feb41 Pull in new strings and update locale files 2018-10-07 23:01:05 -07:00
Ben Gotow
595c345187 Resolve localization issues tagged for followup 2018-10-07 22:19:30 -07:00
Ben Gotow
897e6361cb Initial localizations powered by strings on my Mac 2018-10-06 23:58:06 -07:00