Change to Twake Mail in localization

(cherry picked from commit 5ee7dc641111894cea69f40c711da645d37bac81)
This commit is contained in:
Dat PHAM HOANG
2023-12-05 14:24:47 +07:00
committed by Dat H. Pham
parent 90ee31c1dd
commit 04d105e332
14 changed files with 82 additions and 96 deletions
+13 -13
View File
@@ -1,4 +1,4 @@
# Team Mail Flutter mobile application
# Twake Mail Flutter mobile application
[![Gitter](https://badges.gitter.im/linagora/team-mail.svg)](https://gitter.im/linagora/team-mail?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Documentation](https://img.shields.io/badge/Documentation-green.svg)](docs)
@@ -10,16 +10,16 @@
This project aims at providing a multi-platform mobile email application, running the [JMAP protocol](https://jmap.io/) and will also deliver additional
features to the [Team Mail back-end](https://github.com/linagora/tmail-backend).
features to the [Twake Mail back-end](https://github.com/linagora/tmail-backend).
Team-mail is developed with love by [Linagora](https://linagora.com).
Twake Mail is developed with love by [Linagora](https://linagora.com).
Here is how Team Mail looks like on a phone:
Here is how Twake Mail looks like on a phone:
![Screenshots Mobile](https://user-images.githubusercontent.com/6462404/169979675-85893fa4-325a-426b-a1a8-0751a585954a.png)
Here is how Team Mail looks like on a tablet:
Here is how Twake Mail looks like on a tablet:
![Screenshot Tablet](https://user-images.githubusercontent.com/6462404/169980415-513fb58c-004e-4946-a4dd-179b49c65470.png)
@@ -70,9 +70,9 @@ We are not alone to say this! Big players of the field started their own [propri
This, is where **[JMAP](https://jmap.io/)** comes to play! **JMAP** builds on decades of experience, and beautifully addresses these challenges using `HTTP` and `JSON` standards. Not only does it make applications easier to develop, we also strongly believes it results in an improved experience for the end user.
</details>
### **Can I use Team Mail with *any* JMAP server?**
### **Can I use Twake Mail with *any* JMAP server?**
Yes, you can use the Team Mail application with any JMAP server and benefits from **Team Mail**'s ease of use.
Yes, you can use the Twake Mail application with any JMAP server and benefits from **Twake Mail**'s ease of use.
### **I don't understand your app... I need help using it! HELP MEEEEEE...**
@@ -120,7 +120,7 @@ This will likely keep us busy by the end of 2021.
Then, we have plan for multiple features including:
- Support for Team Mail encrypted mailbox (GPG)
- Support for Twake Mail encrypted mailbox (GPG)
- Interactions with some other software from [Linagora](https://linagora.com) including:
- Sending attachments via [TDrive](https://github.com/linagora/TDrive) file sharing platform.
- Transferring some attachments you received to [TDrive](https://github.com/linagora/TDrive) file sharing platform.
@@ -129,9 +129,9 @@ Then, we have plan for multiple features including:
### **Any chance to support JMAP extension for calendar, contacts?**
No we do not plan to support such extensions, that are currently not standardized as RFCs, nor implemented on the Team Mail backend.
No we do not plan to support such extensions, that are currently not standardized as RFCs, nor implemented on the Twake Mail backend.
### **Do you have a web application for Team Mail?**
### **Do you have a web application for Twake Mail?**
<details>
<summary>Read more...</summary>
@@ -158,7 +158,7 @@ No we do not plan to support such extensions, that are currently not standardize
docker run -d -ti -p 8080:80 --name web tmail-web:latest
```
Then go to http://localhost:8080 and you should be able to login against your JMAP backend using the Team Mail web-app.
Then go to http://localhost:8080 and you should be able to login against your JMAP backend using the Twake Mail web-app.
#### Mount an environment file when running the container
@@ -203,7 +203,7 @@ No we do not plan to support such extensions, that are currently not standardize
Password: emptrySecret
```
#### More configurations for Team Mail web
#### More configurations for Twake Mail web
- [Enable and customize the Application grid](docs/configuration/app_grid_configuration.md)
- [Change logos](docs/configuration/tmail-web-logo.md)
@@ -218,7 +218,7 @@ Thanks for the enthusiasm!
There are many ways to help us, and amongst them:
- **Spread the word**: Tell people you like **Team Mail**, on social medias, via blog posts etc...
- **Spread the word**: Tell people you like **Twake Mail**, on social medias, via blog posts etc...
- **Give us feedbacks**... It's hard to make all good decisions from the first time. It is very likely we can benefit from *your* experience. Did you encountered annoying bugs? Do you think we can better arrange the layout? Do you think we are missing some features critical to you? Tell us in the [issues](https://github.com/linagora/tmail-flutter/issues).
- I can code! **I wanna help ;-)**. Wow thanks! Let's discuss your project together in the [issues](https://github.com/linagora/tmail-flutter/issues) to get you on track!
</details>