Browse Source

update robot's bio

pull/6/head
Sun 5 years ago
parent
commit
1bf010a0d1
  1. 3
      README.md
  2. 2
      lib/l10n/localizations_en.dart
  3. 2
      lib/l10n/localizations_zh.dart

3
README.md

@ -7,11 +7,12 @@ @@ -7,11 +7,12 @@
ESSE, stands for Encrypted Symmetrical Session Engine, positioned as an engine. The engine is coded in [**Rust**](https://github.com/rust-lang/rust) language based on [**TDN**](https://github.com/cypherlink/TDN) framework, and the cross-platform user interface is built using [**Flutter**](https://github.com/flutter/flutter).
## Features
- Built-in IM Application
- Built-in Robot assistant
- Distributed Identity
- Distributed Network
- Synchronization & Distributed Storage
- Multi-identity System
- Built-in IM Application
- Multi-platform Support: Android, iOS, iPadOS, MacOS, Windows, Linux, etc.
[About ESSE(English)](https://github.com/CympleTech/esse/wiki/About-ESSE) / [关于ESSE(简体中文)](https://github.com/CympleTech/esse/wiki/%E5%85%B3%E4%BA%8E-ESSE)

2
lib/l10n/localizations_en.dart

@ -79,7 +79,7 @@ class AppLocalizationsEn extends AppLocalizations { @@ -79,7 +79,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get unknown => 'Unknown';
@override
String get robotEsse => 'esse is a robot';
String get robotEsse => 'esse is a robot, only belongs to you.';
// theme
@override

2
lib/l10n/localizations_zh.dart

@ -79,7 +79,7 @@ class AppLocalizationsZh extends AppLocalizations { @@ -79,7 +79,7 @@ class AppLocalizationsZh extends AppLocalizations {
@override
String get unknown => '未知';
@override
String get robotEsse => 'esse 是个机器人';
String get robotEsse => 'esse 是个机器人,只属于你。';
// theme
@override

Loading…
Cancel
Save