@ -86,6 +86,8 @@ class AppLocalizationsEn extends AppLocalizations {
@@ -86,6 +86,8 @@ class AppLocalizationsEn extends AppLocalizations {
Stringgetcreate=>'Create';
@override
Stringgetexit=>'Exit';
@override
StringgetloadMore=>'Load more...';
//theme
@override
@ -189,6 +191,8 @@ class AppLocalizationsEn extends AppLocalizations {
@@ -189,6 +191,8 @@ class AppLocalizationsEn extends AppLocalizations {
@override
StringgetdeviceChangeHttp=>'Change http';
@override
StringgetdeviceRemote=>'Remote';
@override
StringgetdeviceLocal=>'Local';
@override
StringgetdeviceQrcode=>'Device QR Code';
@ -237,7 +241,37 @@ class AppLocalizationsEn extends AppLocalizations {
@@ -237,7 +241,37 @@ class AppLocalizationsEn extends AppLocalizations {
@override
StringgetgroupChat=>'Group Chats';
@override
StringgetgroupChatBio=>'Multiple group chats';
StringgetgroupChatAdd=>'Add Group Chat';
@override
StringgetgroupChatIntro=>'Multiple group chats';
@override
StringgetgroupChatId=>'Group ID';
@override
StringgetgroupChatName=>'Group Name';
@override
StringgetgroupChatKey=>'Encrypted Key';
@override
StringgetgroupChatAddr=>'Group Address';
@override
StringgetgroupChatInfo=>'Group Information';
@override
StringgetgroupChatBio=>'Group Bio';
@override
StringgetgroupJoin=>'Join Open Group';
@override
StringgetgroupCreate=>'Create Group';
@override
StringgetgroupTypeEncrypted=>'Encrypted';
@override
StringgetgroupTypeEncryptedInfo=>"Encrypted: It can only be joined by the invitation of members, and the manager's consent is optional, Members hold a zero-knowledge proof about the key to enter; Group information and messages are encrypted and stored on the server, and the server NOT has secret key, INVISIBLE information.";
@override
StringgetgroupTypePrivate=>'Private';
@override
StringgetgroupTypePrivateInfo=>"Private: It can only be joined by the invitation of members, and the manager's consent is optional; Group information and messages are stored on the server, VISIBLE information.";
@override
StringgetgroupTypeOpen=>'Open';
@override
StringgetgroupTypeOpenInfo=>'Open: Any member who has group information can freely enter and leave; Group information and messages are stored on the server, VISIBLE information.';
@override
StringgetgroupCheckTypeAllow=>'You can create a new group chat';
@override
@ -248,4 +282,6 @@ class AppLocalizationsEn extends AppLocalizations {
@@ -248,4 +282,6 @@ class AppLocalizationsEn extends AppLocalizations {
StringgetgroupCheckTypeDeny=>'No permission to create here';