improve translations
This commit is contained in:
parent
de6ee9462a
commit
76d9ab6e8f
@ -1,33 +1,33 @@
|
|||||||
button_save: Save
|
button_save: Save
|
||||||
tab_settings: Connection settings
|
tab_settings: CRM settings
|
||||||
tab_bots: Bots
|
tab_bots: Bots
|
||||||
table_name: Bot name
|
table_name: Name
|
||||||
table_token: Bot token
|
table_token: Token
|
||||||
table_activity: Activity
|
table_activity: Activity mark
|
||||||
api_key: API Key
|
api_key: API key
|
||||||
add_bot: Add bot
|
add_bot: Add a bot
|
||||||
title: Telegram transport for retailCRM
|
title: Module of connecting Telegram to retailCRM
|
||||||
successful: Data successfully updated
|
successful: Data was updated successfully
|
||||||
|
|
||||||
no_bot_token: Enter the bot token
|
no_bot_token: Enter a token
|
||||||
wrong_data: Incorrect data
|
wrong_data: Wrong data
|
||||||
set_method: Set POST method
|
set_method: Set POST method
|
||||||
bot_already_created: Bot already created
|
bot_already_created: Bot is already created
|
||||||
not_found_account: The account could not be found, contact technical support
|
not_found_account: Account is not found, contact technical support
|
||||||
error_activating_channel: Error while activating the channel
|
error_activating_channel: Error when activating a channel
|
||||||
error_deactivating_channel: Error while deactivating the channel
|
error_deactivating_channel: Error when deactivating a channel
|
||||||
incorrect_url_key: Enter the correct CRM url or apiKey
|
incorrect_url_key: Enter the correct URL or API key
|
||||||
error_creating_integration: Error while creating integration
|
error_creating_integration: Error when integrating
|
||||||
error_creating_connection: Error while creating connection
|
error_creating_connection: Error when establishing a connection
|
||||||
connection_already_created: Connection already created
|
connection_already_created: Connection is already established
|
||||||
missing_url_key: Missing crm url or apiKey
|
missing_url_key: URL and API key are missing
|
||||||
incorrect_url: Enter the correct CRM url
|
incorrect_url: Enter the correct URL of CRM
|
||||||
incorrect_token: Set correct bot token
|
incorrect_token: Create the correct token
|
||||||
error_creating_webhook: Error while creating webhook
|
error_creating_webhook: Error when creating a webhook
|
||||||
error_adding_bot: Error while adding bot
|
error_adding_bot: Error when adding a bot
|
||||||
error_save: An error occurred while saving, contact technical support
|
error_save: Error while saving, contact technical support
|
||||||
missing_credentials: "Necessary credentials: {{.Credentials}}"
|
missing_credentials: "Required methods: {{.Credentials}}"
|
||||||
error_activity_mg: Check the activity with MessageGateway in CRM settings
|
error_activity_mg: Check if the integration with MessageGateway is enabled in CRM settings
|
||||||
|
|
||||||
sticker: "[sticker]"
|
sticker: "[sticker]"
|
||||||
audio: "[audio file]"
|
audio: "[audio file]"
|
||||||
@ -36,5 +36,5 @@ document: "[document]"
|
|||||||
location: "[location]"
|
location: "[location]"
|
||||||
video: "[video]"
|
video: "[video]"
|
||||||
voice: "[voice message]"
|
voice: "[voice message]"
|
||||||
photo: "[image]"
|
photo: "[photo]"
|
||||||
undefined: "[undefined message format]"
|
undefined: "[undefined format of a message]"
|
||||||
|
@ -37,4 +37,4 @@ location: "[местонахождение]"
|
|||||||
video: "[видео]"
|
video: "[видео]"
|
||||||
voice: "[голосовое сообщение]"
|
voice: "[голосовое сообщение]"
|
||||||
photo: "[изображение]"
|
photo: "[изображение]"
|
||||||
other: "[неопределенный формат сообщения]"
|
undefined: "[неопределенный формат сообщения]"
|
||||||
|
Loading…
Reference in New Issue
Block a user