morethanwords
4 years ago
15 changed files with 120 additions and 75 deletions
@ -0,0 +1,27 @@
@@ -0,0 +1,27 @@
|
||||
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", |
||||
}; |
Loading…
Reference in new issue