🚚 Rename 'translations' directory to 'i18n'
This commit is contained in:
parent
07aaebdc65
commit
042c76ec37
16 changed files with 11 additions and 11 deletions
|
@ -12,11 +12,11 @@ button_share:
|
|||
button_add_sticker:
|
||||
other: ➕ Add sticker
|
||||
button_add_pack:
|
||||
other: 📦 Add pack
|
||||
other: 📦 Add set
|
||||
button_del_sticker:
|
||||
other: 🗑 Delete sticker
|
||||
button_del_pack:
|
||||
other: 🗑 Delete pack
|
||||
other: 🗑 Delete set
|
||||
button_reset:
|
||||
other: 🔥 Reset pack
|
||||
button_cancel:
|
|
@ -1,11 +1,11 @@
|
|||
cancel_add_sticker:
|
||||
other: You cancelled the process of adding a new stickers to your pack.
|
||||
cancel_add_pack:
|
||||
other: You cancelled the process of adding a new packs to yours.
|
||||
other: You cancelled the process of adding a new sets to your pack.
|
||||
cancel_del_sticker:
|
||||
other: You cancelled the process of removing a stickers from your pack.
|
||||
cancel_del_pack:
|
||||
other: You cancelled the process of removing a sticker packs from yours.
|
||||
other: You cancelled the process of removing a sets from your pack.
|
||||
cancel_reset:
|
||||
other: You cancelled the process of reseting your stickers pack.
|
||||
cancel_error:
|
|
@ -1,17 +1,17 @@
|
|||
error_already_add_sticker:
|
||||
other: This sticker is already in your pack.
|
||||
error_already_add_pack:
|
||||
other: All stickers from *{{.SetTitle}}* pack is already in yours.
|
||||
other: All stickers from *{{.SetTitle}}* set is already in yours.
|
||||
error_already_del_sticker:
|
||||
other: Maybe this sticker is already removed from your pack.
|
||||
error_already_del_pack:
|
||||
other: Maybe this pack is already removed from yours.
|
||||
other: Maybe this set is already removed from your pack.
|
||||
error_already_reset:
|
||||
other: There is nothing to reset, pack is already empty.
|
||||
error_reset_phrase:
|
||||
other: Invalid phrase of resetting. This action has been canceled.
|
||||
error_empty_del:
|
||||
other: There is nothing to remove, pack is empty.
|
||||
other: There is nothing to remove, your pack is empty.
|
||||
error_empty_add_pack:
|
||||
other: You try to add a sticker that exists outside the packs. Use /{{.AddStickerCommand}} instead.
|
||||
error_unknown:
|
|
@ -1,12 +1,12 @@
|
|||
reply_start:
|
||||
other: |
|
||||
Hello, I'm the [@{{.Username}}](tg://user?id={{.ID}})!
|
||||
I can create your personal pack with stickers from others packs.
|
||||
I can create your personal stickers pack with stickers from others sets.
|
||||
Without limits and installing. In any chat. For free.
|
||||
reply_add_sticker:
|
||||
other: Send an existing stickers from any other packs to add it to yourself.
|
||||
other: Send an existing stickers from any other sets to add it to your pack.
|
||||
reply_add_pack:
|
||||
other: Send an existing stickers from any other packs to add the entire packs to yourself.
|
||||
other: Send an existing stickers from any other sets to add the entire sets to your pack.
|
||||
reply_del_sticker:
|
||||
other: Send an existing stickers from your pack for removing it.
|
||||
reply_del_pack:
|
||||
|
@ -20,7 +20,7 @@ reply_reset:
|
|||
reply_help:
|
||||
other: |
|
||||
/{{.AddStickerCommand}} - add a single sticker to your pack
|
||||
/{{.AddPackCommand}} - add a full other pack to your pack
|
||||
/{{.AddPackCommand}} - add a full stickers set to your pack
|
||||
/{{.DeleteStickerCommand}} - remove a single sticker from your pack
|
||||
/{{.DeletePackCommand}} - remove a sticker set from your pack
|
||||
/{{.ResetCommand}} - remove all stickers from your pack
|
Loading…
Reference in a new issue