Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Weblate #386

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locales/en-GB/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"inline_cmd_faces_description": "Shows a list of text faces.",
"inline_cmd_html_description": "Formats the provided text as HTML.",
"inline_cmd_info_description": "Gets information about the provided user.",
"inline_cmd_ip_description": "Gets IP info of a domain name or IP address.",
"inline_cmd_ip_description": "Gets IP information of a domain name or IP address.",
"inline_cmd_markdown_description": "Formats the provided text as markdown.",
"inline_cmd_run_description": "Runs code in the specified programming language.",
"inline_cmd_tr_description": "Translates the text into the given language (defaults to user's default language).",
Expand Down Expand Up @@ -242,7 +242,7 @@
"weather_language": "en-GB",
"weather_usage": "<b>Usage:</b> <code>/weather location or city</code> — Get information about the weather in <i>location or city</i>.",
"welcome_default": "Hey {first_name}, welcome to {chat_title}!",
"welcome_format_help_msg": "The message can be formatted in HTML format or with Telegram's built-in text formatter. You can use the /html command to verify that your HTML is correct.\n\nYou can use these arguments for the welcome message:\n - <code>{id}</code> to show the user ID in the welcome message.\n - <code>{username}</code> to show the user's username in the welcome message. If the user has no username, the bot shows a mention.\n - <code>{first_name}</code> to show the user's name in the welcome message.\n - <code>{full_name}</code> or <code>{name}</code> to show the user's full name in the welcome message.\n - <code>{mention}</code> to mention the user in the welcome message.\n - <code>{chat_title}</code> or <code>{title}</code> to show the chat title in the welcome message.\n - <code>{count}</code> to show the chat member count in the welcome message.\n\nTo add buttons, you can use <code>[button text](buttonurl link)</code>. To add more buttons on the same line, you can add :same after the link, like this: <code>[button text](buttonurl:button link:same)</code>.",
"welcome_format_help_msg": "The message can be formatted in HTML format or with Telegram's built-in text formatter. You can use the /html command to verify that your HTML is correct.\n\nYou can use these arguments for the welcome message:\n - <code>{id}</code> to show the user ID in the welcome message.\n - <code>{username}</code> to show the user's username in the welcome message. If the user has no username, the bot shows a mention.\n - <code>{first_name}</code> to show the user's name in the welcome message.\n - <code>{full_name}</code> or <code>{name}</code> to show the user's full name in the welcome message.\n - <code>{mention}</code> to mention the user in the welcome message.\n - <code>{chat_title}</code> or <code>{title}</code> to show the chat title in the welcome message.\n - <code>{count}</code> to show the chat member count in the welcome message.\n\nTo add buttons, you can use <code>[button text](buttonurl:button link)</code>. To add more buttons on the same line, you can add :same after the link, like this: <code>[button text](buttonurl:button link:same)</code>.",
"welcome_mode_disable": "The welcome message for {chat_title} is now disabled.",
"welcome_mode_enable": "The welcome message for {chat_title} is now enabled.",
"welcome_mode_invalid": "Invalid argument. Use <code>/welcome off/on</code>.",
Expand Down
Loading
Loading