Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alissonlauffer committed May 15, 2021
1 parent 0e3d786 commit a517403
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions locales/en-GB/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mark_description": "Formats the provided text with the Markdown syntax.",
"mark_usage": "<b>Usage:</b> <code>/mark **text** in __markdown__</code> - Formats the provided text with the Markdown syntax.",
"token_description": "Get information from the provided bot token.",
"no_bot_token": "Specify a bot token.",
"no_bot_token": "Please specify a bot token.",
"bot_token_invalid": "Invalid bot token.",
"bot_token_info": "<b>Name</b>: <code>{botname}</code>\n<b>Username</b>: <code>{botusername}</code>\n<b>ID</b>: <code>{botid}</code>",
"urldecode_description": "Encode the provided text with URL-safe encoding.",
Expand All @@ -16,7 +16,7 @@
"bug_reported_success_to_bot_admins": "The bug has been successfully reported.",
"err_cant_send_bug_report_to_bot_admins": "Error, I couldn't send the bug report to the admins of the bot.",
"err_no_bug_to_report": "You must specify the bug to report, E.g.: <code>/bug your bug</code>.",
"donate_description": "Get information about donations.",
"donate_description": "Get information on how to donate.",
"donatecmdstring": "If you like the project and want it to continue free and alive, please show your support donating by clicking the link below. Any value is appreciated. Thanks!\n\nhttps://amanoteam.com/donate",
"report_admns": "{admins_list}{reported_user} Reported to the admins."
}
4 changes: 2 additions & 2 deletions locales/en-GB/notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"add_note_empty": "Please specify a content for note.",
"delnote_description": "Remove a note from this chat.",
"note_description": "Create a note for this chat.",
"notes_description": "Show the current notes for this chat.",
"notes_description": "Show saved notes for this chat.",
"notes_list": "Notes in this chat:\n\n",
"notes_list_empty": "Currently there are no notes in this chat.",
"no_note_with_name": "There is no note with name <b>{trigger}</b>.",
"no_note_with_name": "There is no note with the name <b>{trigger}</b>.",
"remove_note_success": "Removed <b>{trigger}</b> from notes."
}
2 changes: 1 addition & 1 deletion locales/en-GB/pastes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"nekobin_description": "Paste the replied text/document to nekobin.com.",
"hastebin_description": "Paste the replied text/document to hastebin.com.",
"reply_to_document_or_text": "Please Reply to text or document to paste their content."
"reply_to_document_or_text": "Please reply to a text or document to paste their content."
}
2 changes: 1 addition & 1 deletion locales/en-GB/ping.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ping_description": "Shows bot delay to send a message."
"ping_description": "Show the bot delay to send a message."
}

0 comments on commit a517403

Please sign in to comment.