@@ -4,19 +4,19 @@ button_add_sticker:
44 other : ➕ Add sticker
55button_cancel :
66 other : ❌ Cancel
7- button_del :
8- other : Select sticker for remove
97button_del_pack :
108 other : " \U0001F5D1 Delete pack"
119button_del_sticker :
1210 other : " \U0001F5D1 Delete sticker"
13- button_inline_add :
14- one : You have {{.Count}} sticker. Add one more?
15- other : You have {{.Count}} stickers. Add one more?
1611button_inline_empty :
1712 other : Your pack is empty
1813button_inline_nothing :
19- other : Not found stickers for {{.Query}}, add one?
14+ other : Not found stickers for {{.Query}}
15+ button_inline_search :
16+ one : You have {{.Count}} sticker
17+ other : You have {{.Count}} stickers
18+ button_inline_select :
19+ other : Select sticker
2020button_reset :
2121 other : " \U0001F525 Reset pack"
2222button_share :
@@ -37,7 +37,9 @@ error_already_add_pack:
3737 other : All stickers from *{{.SetTitle}}* pack is already in yours.
3838error_already_add_sticker :
3939 other : This sticker is already in your pack.
40- error_already_del :
40+ error_already_del_pack :
41+ other : Maybe this pack is already removed from yours.
42+ error_already_del_sticker :
4143 other : Maybe this sticker is already removed from your pack.
4244error_already_reset :
4345 other : There is nothing to reset, pack is already empty.
@@ -70,7 +72,7 @@ reply_del_pack:
7072reply_del_sticker :
7173 other : Send an existing stickers from your pack for removing it.
7274reply_help :
73- other : |-
75+ other : |
7476 /{{.AddStickerCommand}} - add a single sticker to your pack
7577 /{{.AddPackCommand}} - add a full other pack to your pack
7678 /{{.DeleteStickerCommand}} - remove a single sticker from your pack
@@ -90,6 +92,9 @@ reply_start:
9092 Hello, I'm the [@{{.Username}}](tg://user?id={{.ID}})!
9193 I can create your personal pack with stickers from others packs.
9294 Without limits and installing. In any chat. For free.
95+ reply_switch_button :
96+ other : This button will help you quickly call your pack to select the sticker you
97+ want.
9398success_add_pack :
9499 other : The sticker pack *{{.SetTitle}}* was successfully added to yours!
95100success_add_sticker :
0 commit comments