🚚 Rename 'translations' directory to 'i18n'

This commit is contained in:
Maxim Lebedev 2018-03-26 18:11:48 +05:00
parent 07aaebdc65
commit 042c76ec37
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
16 changed files with 11 additions and 11 deletions

View File

@ -12,11 +12,11 @@ button_share:
button_add_sticker: button_add_sticker:
other: Add sticker other: Add sticker
button_add_pack: button_add_pack:
other: 📦 Add pack other: 📦 Add set
button_del_sticker: button_del_sticker:
other: 🗑 Delete sticker other: 🗑 Delete sticker
button_del_pack: button_del_pack:
other: 🗑 Delete pack other: 🗑 Delete set
button_reset: button_reset:
other: 🔥 Reset pack other: 🔥 Reset pack
button_cancel: button_cancel:

View File

@ -1,11 +1,11 @@
cancel_add_sticker: cancel_add_sticker:
other: You cancelled the process of adding a new stickers to your pack. other: You cancelled the process of adding a new stickers to your pack.
cancel_add_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: cancel_del_sticker:
other: You cancelled the process of removing a stickers from your pack. other: You cancelled the process of removing a stickers from your pack.
cancel_del_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: cancel_reset:
other: You cancelled the process of reseting your stickers pack. other: You cancelled the process of reseting your stickers pack.
cancel_error: cancel_error:

View File

@ -1,17 +1,17 @@
error_already_add_sticker: error_already_add_sticker:
other: This sticker is already in your pack. other: This sticker is already in your pack.
error_already_add_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: error_already_del_sticker:
other: Maybe this sticker is already removed from your pack. other: Maybe this sticker is already removed from your pack.
error_already_del_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: error_already_reset:
other: There is nothing to reset, pack is already empty. other: There is nothing to reset, pack is already empty.
error_reset_phrase: error_reset_phrase:
other: Invalid phrase of resetting. This action has been canceled. other: Invalid phrase of resetting. This action has been canceled.
error_empty_del: 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: error_empty_add_pack:
other: You try to add a sticker that exists outside the packs. Use /{{.AddStickerCommand}} instead. other: You try to add a sticker that exists outside the packs. Use /{{.AddStickerCommand}} instead.
error_unknown: error_unknown:

View File

@ -1,12 +1,12 @@
reply_start: reply_start:
other: | other: |
Hello, I'm the [@{{.Username}}](tg://user?id={{.ID}})! 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. Without limits and installing. In any chat. For free.
reply_add_sticker: 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: 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: reply_del_sticker:
other: Send an existing stickers from your pack for removing it. other: Send an existing stickers from your pack for removing it.
reply_del_pack: reply_del_pack:
@ -20,7 +20,7 @@ reply_reset:
reply_help: reply_help:
other: | other: |
/{{.AddStickerCommand}} - add a single sticker to your pack /{{.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 /{{.DeleteStickerCommand}} - remove a single sticker from your pack
/{{.DeletePackCommand}} - remove a sticker set from your pack /{{.DeletePackCommand}} - remove a sticker set from your pack
/{{.ResetCommand}} - remove all stickers from your pack /{{.ResetCommand}} - remove all stickers from your pack