Telegram Web K with changes to work inside I2P
https://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
4 years ago
|
export const langPack: {[actionType: string]: string} = {
|
||
|
"messageActionChatCreate": "created the group",
|
||
|
"messageActionChatEditTitle": "changed group name",
|
||
|
"messageActionChatEditPhoto": "changed group photo",
|
||
|
"messageActionChatDeletePhoto": "removed group photo",
|
||
|
"messageActionChatReturn": "returned to group",
|
||
|
"messageActionChatJoined": "joined the group",
|
||
|
"messageActionChatAddUser": "invited {}",
|
||
|
"messageActionChatAddUsers": "invited {} users",
|
||
|
"messageActionChatLeave": "left the group",
|
||
|
"messageActionChatDeleteUser": "removed user {}",
|
||
|
"messageActionChatJoinedByLink": "joined the group",
|
||
|
"messageActionPinMessage": "pinned message",
|
||
|
"messageActionContactSignUp": "joined Telegram",
|
||
|
"messageActionChannelCreate": "Channel created",
|
||
|
"messageActionChannelEditTitle": "Channel renamed",
|
||
|
"messageActionChannelEditPhoto": "Channel photo updated",
|
||
|
"messageActionChannelDeletePhoto": "Channel photo removed",
|
||
|
"messageActionHistoryClear": "",//"History cleared",
|
||
|
|
||
|
"messageActionChannelMigrateFrom": "",
|
||
|
|
||
|
"messageActionPhoneCall.in_ok": "Incoming Call",
|
||
|
"messageActionPhoneCall.out_ok": "Outgoing Call",
|
||
|
"messageActionPhoneCall.in_missed": "Missed Call",
|
||
|
"messageActionPhoneCall.out_missed": "Cancelled Call",
|
||
|
};
|