From c55d4ba71539af08f82dcb4a8d2fc270c8ed5e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20B=C3=A1ez?= Date: Tue, 7 Sep 2021 11:22:34 -0300 Subject: [PATCH 1/4] Adds support for the !kickme command --- lua/groupbutler/plugins/users.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lua/groupbutler/plugins/users.lua b/lua/groupbutler/plugins/users.lua index 2b8f141b1..8b90459e9 100644 --- a/lua/groupbutler/plugins/users.lua +++ b/lua/groupbutler/plugins/users.lua @@ -82,6 +82,16 @@ function _M:onTextMessage(blocks) end end + if blocks[1] == 'kickme' then + local ok, err = msg.from:kick() + if ok then + local text = i18n("%s has kicked herself/himself!"):format(msg.from.user:getLink()) + api:sendMessage(msg.from.chat.id, text, "html", true) + else + api:sendMessage(msg.from.chat.id, err, "Markdown") + end + end + if blocks[1] == 'adminlist' then local adminlist = u:getAdminlist(msg.from.chat) if not msg.from:isAdmin() then @@ -206,6 +216,7 @@ end _M.triggers = { onTextMessage = { config.cmd..'(id)$', + config.cmd..'(kickme)$', config.cmd..'(adminlist)$', config.cmd..'(status) (.+)$', config.cmd..'(status)$', From c20088e5939e5bae7f7227eb7cb88d83ebc227da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20B=C3=A1ez?= Date: Tue, 7 Sep 2021 15:17:22 -0300 Subject: [PATCH 2/4] Adds support for the new !kickme message in the .po files --- locales/af_ZA.po | 63 +++++++++++++++++++++++++---------------------- locales/ar_SA.po | 63 +++++++++++++++++++++++++---------------------- locales/be_BY.po | 63 +++++++++++++++++++++++++---------------------- locales/ca_ES.po | 63 +++++++++++++++++++++++++---------------------- locales/cs_CZ.po | 63 +++++++++++++++++++++++++---------------------- locales/da_DK.po | 63 +++++++++++++++++++++++++---------------------- locales/de_DE.po | 61 ++++++++++++++++++++++++--------------------- locales/el_GR.po | 63 +++++++++++++++++++++++++---------------------- locales/en_GB.po | 63 +++++++++++++++++++++++++---------------------- locales/en_US.po | 63 +++++++++++++++++++++++++---------------------- locales/es_ES.po | 63 +++++++++++++++++++++++++---------------------- locales/es_MX.po | 63 +++++++++++++++++++++++++---------------------- locales/fa_IR.po | 63 +++++++++++++++++++++++++---------------------- locales/fi_FI.po | 63 +++++++++++++++++++++++++---------------------- locales/fil_PH.po | 63 +++++++++++++++++++++++++---------------------- locales/fr_FR.po | 63 +++++++++++++++++++++++++---------------------- locales/he_IL.po | 63 +++++++++++++++++++++++++---------------------- locales/hi_IN.po | 63 +++++++++++++++++++++++++---------------------- locales/hu_HU.po | 63 +++++++++++++++++++++++++---------------------- locales/id_ID.po | 63 +++++++++++++++++++++++++---------------------- locales/it_IT.po | 61 ++++++++++++++++++++++++--------------------- locales/ja_JP.po | 63 +++++++++++++++++++++++++---------------------- locales/km_KH.po | 63 +++++++++++++++++++++++++---------------------- locales/ko_KR.po | 63 +++++++++++++++++++++++++---------------------- locales/ml_IN.po | 63 +++++++++++++++++++++++++---------------------- locales/ms_MY.po | 63 +++++++++++++++++++++++++---------------------- locales/nl_NL.po | 63 +++++++++++++++++++++++++---------------------- locales/no_NO.po | 63 +++++++++++++++++++++++++---------------------- locales/pl_PL.po | 63 +++++++++++++++++++++++++---------------------- locales/pt_BR.po | 61 ++++++++++++++++++++++++--------------------- locales/pt_PT.po | 63 +++++++++++++++++++++++++---------------------- locales/ro_RO.po | 61 ++++++++++++++++++++++++--------------------- locales/ru_RU.po | 61 ++++++++++++++++++++++++--------------------- locales/si_LK.po | 63 +++++++++++++++++++++++++---------------------- locales/sr_SP.po | 63 +++++++++++++++++++++++++---------------------- locales/sv_SE.po | 63 +++++++++++++++++++++++++---------------------- locales/tr_TR.po | 63 +++++++++++++++++++++++++---------------------- locales/uk_UA.po | 61 ++++++++++++++++++++++++--------------------- locales/ur_IN.po | 61 ++++++++++++++++++++++++--------------------- locales/vi_VN.po | 63 +++++++++++++++++++++++++---------------------- locales/zh_CN.po | 61 ++++++++++++++++++++++++--------------------- locales/zh_TW.po | 61 ++++++++++++++++++++++++--------------------- 42 files changed, 1419 insertions(+), 1209 deletions(-) diff --git a/locales/af_ZA.po b/locales/af_ZA.po index 78c57623e..4a4f37c2e 100644 --- a/locales/af_ZA.po +++ b/locales/af_ZA.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Afrikaans\n" "Language: af_ZA\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/ar_SA.po b/locales/ar_SA.po index 1c36eb21e..842a2234b 100644 --- a/locales/ar_SA.po +++ b/locales/ar_SA.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Arabic\n" "Language: ar_SA\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/be_BY.po b/locales/be_BY.po index 471823827..1e2f95fea 100644 --- a/locales/be_BY.po +++ b/locales/be_BY.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Belarusian\n" "Language: be_BY\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/ca_ES.po b/locales/ca_ES.po index 019b2fcf1..eb4c7e60c 100644 --- a/locales/ca_ES.po +++ b/locales/ca_ES.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Catalan\n" "Language: ca_ES\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po index 16d6684cf..118960c88 100644 --- a/locales/cs_CZ.po +++ b/locales/cs_CZ.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/da_DK.po b/locales/da_DK.po index f43a7f9fa..ee5c692fb 100644 --- a/locales/da_DK.po +++ b/locales/da_DK.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Danish\n" "Language: da_DK\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/de_DE.po b/locales/de_DE.po index 2847958f8..646a01b12 100644 --- a/locales/de_DE.po +++ b/locales/de_DE.po @@ -2032,55 +2032,55 @@ msgid ".\n" msgstr ".\n" "Groupbutler Übersetzer sind Freiwillige, und diese Übersetzungen sind _teilweise unvollständig_. Hilf uns, die Übersetzungen zu Verbessern, auf unserer [Crowdin-Seite](https://crowdin.com/project/group-butler).\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "kann Chat Titel/Beschreibung/Symbol nicht ändern" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "Kann keine Nachrichten senden" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "Kann keine Nachrichten löschen" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "Kann keine Nutzer einladen/keinen Link erstellen" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "Kann keine Mitglieder einschränken" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "Kann keine Nachrichten anpinnen" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "Kann keine neuen Admins befördern" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "Kann keine Fotos/Videos/Dokumente/Audios/Sprachnachrichten/Videonachrichten senden" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "Kann keine Sticker/GIFs/Spiele senden oder Inline Bots benutzen" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "Kann keine Linkvorschau anzeigen" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄 Zwischenspeicher Auffrischen" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Entferne die Warnungen" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2091,77 +2091,82 @@ msgstr "*Benutzer-ID*: `%d`\n" "`Medien-Warnungen`: *%d*\n" "`Spam-Warnungen`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Deine ID ist `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s ist Gebannt in dieser Gruppe" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s hat die Gruppe verlassen oder wurde entfernt und entbannt" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s ist ein Admin" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s hat die Gruppe erstellt" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s hat nichts zu tun mit diesem chat" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s ist ein Chatmitglied" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s ist eingeschränkt" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Einschränkungen: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "Antworte auf einen Benutzer oder erwähne einen Benutzernamen oder Benutzer ID" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "👥 Gespeicherte Admins: %d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Nachricht N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "Du darfst diese Taste nicht benutzen" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "Die Anzahl der Warnungen des Nutzers wurde zurückgesetzt von %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ Die Adminliste wird in Kürze aktualisiert" diff --git a/locales/el_GR.po b/locales/el_GR.po index 62f2fe9fc..dd4415162 100644 --- a/locales/el_GR.po +++ b/locales/el_GR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/en_GB.po b/locales/en_GB.po index 143e20c8d..9ae998500 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: English, United Kingdom\n" "Language: en_GB\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/en_US.po b/locales/en_US.po index c2f6683b5..fc7fa88fa 100644 --- a/locales/en_US.po +++ b/locales/en_US.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: English, United States\n" "Language: en_US\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/es_ES.po b/locales/es_ES.po index bad89c9d0..11360df09 100644 --- a/locales/es_ES.po +++ b/locales/es_ES.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -1862,55 +1862,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "no se puede cambiar el título/descripción/icono del chat" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "no se puede enviar mensajes" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "no se puede eliminar mensajes" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "no puede invitar a usuarios o generar un enlace" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "no se puede restringir miembros" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "no puede anclar mensajes" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "no puede promover nuevos administradores" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Refrescar cache" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Eliminar advertencias" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1918,77 +1918,82 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Tu identificador es: `%d" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s está prohibido/a de este grupo" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s dejó el grupo o ha sido expulsado y des-prohibido" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s es un administrador" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s es el creador del grupo" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s no tiene nada que ver con este chat" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s es un miembro del chat" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s esta restringido" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Restricciones: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Mensaje N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "No tienes permiso para usar este boton" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "El número de advertencias recibidos por este usuario ha sido restablecido, por %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/es_MX.po b/locales/es_MX.po index 7d948eda6..98398ac6c 100644 --- a/locales/es_MX.po +++ b/locales/es_MX.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Spanish, Mexico\n" "Language: es_MX\n" @@ -2019,55 +2019,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "no se puede cambiar el título/descripción/icono del chat" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "no se puede enviar mensajes" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "no se puede eliminar mensajes" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "no puede invitar a usuarios o generar un enlace" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "no se puede restringir miembros" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "no puede anclar mensajes" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "no puede promover nuevos administradores" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Refrescar cache" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Eliminar advertencias" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2075,77 +2075,82 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Tu identificador es: `%d" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s está prohibido/a de este grupo" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s dejó el grupo o ha sido expulsado y des-prohibido" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s es un administrador" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s es el creador del grupo" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s no tiene nada que ver con este chat" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s es un miembro del chat" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s esta restringido" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Restricciones: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Mensaje N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "No tienes permiso para usar este boton" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "El número de advertencias recibidos por este usuario ha sido restablecido, por %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/fa_IR.po b/locales/fa_IR.po index 11412563d..48b078abc 100644 --- a/locales/fa_IR.po +++ b/locales/fa_IR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Persian\n" "Language: fa_IR\n" @@ -1828,55 +1828,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1884,76 +1884,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/fi_FI.po b/locales/fi_FI.po index fde913b8a..64e47a817 100644 --- a/locales/fi_FI.po +++ b/locales/fi_FI.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Finnish\n" "Language: fi_FI\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/fil_PH.po b/locales/fil_PH.po index 280b457cf..93bc0a0ca 100644 --- a/locales/fil_PH.po +++ b/locales/fil_PH.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Filipino\n" "Language: fil_PH\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/fr_FR.po b/locales/fr_FR.po index 48fde3c95..f42b1a04b 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: French\n" "Language: fr_FR\n" @@ -1843,55 +1843,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1899,76 +1899,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/he_IL.po b/locales/he_IL.po index 4284342bd..4159249b0 100644 --- a/locales/he_IL.po +++ b/locales/he_IL.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -2029,55 +2029,55 @@ msgstr ".\n" "לידיעתך המתרגמים בפרויקט זה עובדים בהתנדבות, ותרגום זה _עשוי להיות לא שלם_. אתה מוזמן לעזור בשיפור התרגום ב[פרויקט Crowdin](https://crowdin.com/project/group-butler) שלנו.\n" " \n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "לא מורשה לשנות את שם/תיאור/תמונת הקבוצה" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "לא מורשה לשלוח הודעות" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "לא מורשה למחוק הודעות" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "לא מורשה להזמין משתמשים/ליצור קישור" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "לא מורשה להגביל משתמשים" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "לא מורשה לנעוץ הודעות" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "לא מורשה לקדם מנהלים חדשים" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "אינו מורשה לשלוח תמונות\\סרטונים\\מסמכים\\קבצי שמע\\הודעות קוליות\\הודעות וידאו" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "אין אפשרות לשלוח מדבקות\\הנפשות\\משחקים השתמש בבוטים פנימיים" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "לא מורשה להראות תצוגת קישורים מקדימה" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ רענון מטמון" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "הסר אזהרות" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2089,77 +2089,82 @@ msgstr "*מזהה משתמש (ID)*: `%d`\n" "`אזהרות ספאם`: *%d*\n" " \n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "המספר המזהה (ID) שלך הוא `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s נחסם מהקבוצה" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s עזב את הקבוצה או הורחק ממנה ובוטלה לו החסימה" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s הוא מנהל" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s הוא יוצר הקבוצה" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s אינו קשור לקבוצה זו" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s הוא חבר בקבוצה" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s הוא משתמש עם הגבלות" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "הגבלות: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "השב להודעת משתמש או הזכר אותם בשם המשתמש או מספר המזהה (ID) שלהם" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "הודעה מס' %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "אין לך הרשאה להשתמש בלחצן זה" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "כל האזהרות למשתמש זה אופסו על ידי %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/hi_IN.po b/locales/hi_IN.po index b9f3bff97..f800ea35a 100644 --- a/locales/hi_IN.po +++ b/locales/hi_IN.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Hindi\n" "Language: hi_IN\n" @@ -1828,55 +1828,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1884,76 +1884,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/hu_HU.po b/locales/hu_HU.po index a3ffc8c65..20b02594f 100644 --- a/locales/hu_HU.po +++ b/locales/hu_HU.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Hungarian\n" "Language: hu_HU\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/id_ID.po b/locales/id_ID.po index d62e7f726..4b3f697fe 100644 --- a/locales/id_ID.po +++ b/locales/id_ID.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Indonesian\n" "Language: id_ID\n" @@ -2027,55 +2027,55 @@ msgid ".\n" msgstr ".\n" "Harap dicatat bahwa penerjemah bersifat relawan, dan translasi ini bisa saja kurang tepat dan belum sempurna. Anda dapat membantu meningkatkan terjemahan pada [Project Crowdin kami](https://crowdin.com/project/group-butler).\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "tidak dapat mengubah judul/deskripsi/icon obrolan" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "tidak dapat mengirim pesan" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "tidak dapat menghapus pesan" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "tidak dapat mengundang pengguna/menghasilkan link" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "tidak bisa merestrict member" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "tidak bisa menyematkan pesan" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "tidak dapat mempromosikan admin baru" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "tidak bisa mengirim foto/video/dokumen/audio/pesan suara/pesan video" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "tidak dapat mengirim stiker/Gif/permainan/menggunakan inline bot" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "tidak bisa menampilkan pratinjau dari sebuah tauan" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Segarkan cache" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Hapus peringatan" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2086,76 +2086,81 @@ msgstr "*User ID*: `%d`\n" "`Peringatan media`: *%d*\n" "`Peringatan spam`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Nomor ID anda adalah `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "Status %s: terblokir di grup ini." -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "Status %s: meninggalkan grup, atau (telah ditendang / tidak sedang diblokir)." -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s adalah admin grup" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s adalah pendiri grup" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s tidak memiliki aktifitas di obrolan ini" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s ada di anggota obrolan" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s is a restricted" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "Restrictions: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "Balas ke pesan pengguna atau mention mereka dengan nama, username, atau ID." -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Pesan ke° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "Anda tidak diizinkan menggunakan tombol ini" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "Jumlah peringatan yang diterima pengguna ini telah direset, oleh %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/it_IT.po b/locales/it_IT.po index ad9cfb082..255aac890 100644 --- a/locales/it_IT.po +++ b/locales/it_IT.po @@ -2037,55 +2037,55 @@ msgid ".\n" msgstr ".\n" "Si prega di notare che i traduttori sono volontari, e questa localizzazione _può essere incompleta_. Puoi contribuire a migliorare le traduzioni nel nostro [progetto Crowdin](https://crowdin.com/project/group-butler).\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "non posso cambiare titolo/descrizione/icona" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "non posso inviare messaggi" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "non posso cancellare i messaggi" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "non posso invitare utenti/generare un link" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "non posso limitare gli utenti" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "non posso fissare i messaggi" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "non posso promuovere nuovi amministratori" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "non posso inviare foto/video/documenti/audio/messaggi vocali/video messaggi" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "non posso mandare sticker/GIF/giochi/usare bot inline" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "non posso visualizzare le anteprime dei link" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Aggiorna cache" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Azzera le ammonizioni" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2096,77 +2096,82 @@ msgstr "*ID utente*: `%d`\n" "`Ammonizioni per media`: *%d*\n" "`Ammonizioni per spam`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Il tuo ID è `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s è bannato da questo gruppo" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s ha lasciato il gruppo, o è stato kickato e sbannato" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s è un Admin" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s è il creatore del gruppo" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s non ha nulla a che fare con questo gruppo" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s è un membro del gruppo" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s è un limitato" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Limitazioni: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "Rispondi a un utente o menzionali per nome utente o ID numerico" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "👥 Admins cached: %d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Messagio N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "Non ti è permesso usare questo tasto" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "Il numero di ammonizioni ricevute da questo utente è stato azzerato, da %s)" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ La lista degli amministratori verrà aggiornata presto" diff --git a/locales/ja_JP.po b/locales/ja_JP.po index 6e0372b00..caa22072c 100644 --- a/locales/ja_JP.po +++ b/locales/ja_JP.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/km_KH.po b/locales/km_KH.po index a58621d5a..181d6be01 100644 --- a/locales/km_KH.po +++ b/locales/km_KH.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Khmer\n" "Language: km_KH\n" @@ -1840,55 +1840,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1896,76 +1896,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/ko_KR.po b/locales/ko_KR.po index b9a5ff0da..e9a6e79c5 100644 --- a/locales/ko_KR.po +++ b/locales/ko_KR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/ml_IN.po b/locales/ml_IN.po index 3e13245a3..a64063463 100644 --- a/locales/ml_IN.po +++ b/locales/ml_IN.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Malayalam\n" "Language: ml_IN\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/ms_MY.po b/locales/ms_MY.po index 34948a873..c77d46982 100644 --- a/locales/ms_MY.po +++ b/locales/ms_MY.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Malay\n" "Language: ms_MY\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/nl_NL.po b/locales/nl_NL.po index 74366c0af..2b92479e2 100644 --- a/locales/nl_NL.po +++ b/locales/nl_NL.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/no_NO.po b/locales/no_NO.po index 7f608e810..2625bd287 100644 --- a/locales/no_NO.po +++ b/locales/no_NO.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/pl_PL.po b/locales/pl_PL.po index cc4f893f3..c9652b856 100644 --- a/locales/pl_PL.po +++ b/locales/pl_PL.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -1849,55 +1849,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1905,76 +1905,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/pt_BR.po b/locales/pt_BR.po index 5d349b7a1..4f028cfc7 100644 --- a/locales/pt_BR.po +++ b/locales/pt_BR.po @@ -2029,55 +2029,55 @@ msgid ".\n" msgstr ".\n" "Por favor note que os tradutores são voluntários, e essa localização _pode estar incompleta_. Você pode ajudar a melhorar as traduções em nosso [Projeto no Crowdin](https://crowdin.com/project/group-butler).\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "não é possível alterar título/descrição/foto do grupo" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "não é possível enviar mensagens" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "não é possível deletar mensagens" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "não possível convidar usuários ou gerar um link" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "não é possível restringir membros" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "não é possível fixar mensagens" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "não é possível promover novos admins" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "não é possível enviar fotos/vídeos/documentos/áudios/mensagens de voz/vídeo mensagens" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "não é possível enviar stickers/GIFs/jogos/usar bots inline" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "não é possível exibir uma prévia do link" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Atualizar cache" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Remover advertências" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2088,77 +2088,82 @@ msgstr "*ID do usuário*: `%d`\n" "`Mídia`: *%d*\n" "`Spam`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Seu ID é `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s está banido desse grupo" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s abandonou o grupo ou foi expulso e desbanido" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s é um administrador" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s é o criador do grupo" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s não tem nada a ver com esse grupo" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s é um membro do grupo" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s é restrito" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Restrições: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "Responda a um usuário ou mencione-o com o seu nome de usuário ou ID numérico" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "👥 Administradores em cache: %d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Mensagem N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "Você não tem permissão para usar esse botão" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "O número de advertências recebido por esse usuário foi reiniciado, por %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ A lista de administradores será atualizada em breve" diff --git a/locales/pt_PT.po b/locales/pt_PT.po index 6c59f5031..5f83a3594 100644 --- a/locales/pt_PT.po +++ b/locales/pt_PT.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -1845,55 +1845,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "não é possível mudar o título/descrição/ícone do chat" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "não é possível mandar mensagens" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "não é possível remover mensagens" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "não é possível convidar utilizadores/gerar um link" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "não é possível restringir membros" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "não é possível afixar mensagens" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "não é possível promover novos administradores" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "não é possível enviar fotos/vídeos/documentos/audios/mensagens de voz/mensagens de vídeo" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "não é possível enviar stickers/GIFs/jogos/usar inline bots" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "não é possível mostrar pré-visualizações de links" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Refrescar cache" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Remover avisos" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1904,77 +1904,82 @@ msgstr "*ID do Utilizador*: `%d`\n" "`Media warnings`: *%d*\n" "`Spam warnings`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s está banido deste grupo" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s abandonou o grupo ou foi expulso e desbanido" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s é um administrador" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s é o criador do grupo" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s não tem nada a ver com este chat" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s é um membro do chat" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s está restringido" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Restrições: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/ro_RO.po b/locales/ro_RO.po index 59d2f4422..a3faa2c0a 100644 --- a/locales/ro_RO.po +++ b/locales/ro_RO.po @@ -2034,55 +2034,55 @@ msgid ".\n" msgstr ".\n" "Vă Rugăm să rețineți că traducătorii sunt voluntari și această traducere _poate fi incompletă_. Puteți ajuta la îmbunătățirea traducerilor pe [Crowdin Proiect](https://crowdin.com/project/group-butler).\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "nu pot schimba titlul/descrierea/pictograma conversației" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "nu pot trimite mesaje" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "nu pot șterge mesaje" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "nu pot să invit utilizatori/să generez un link" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "nu pot să restricționez membrii" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "nu pot fixa mesaje" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "nu pot promova administratori noi" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "nu pot trimite poze/videoclipuri/documente/fișiere audio/mesaje vocale/mesaje video" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "nu pot trimite autocolante/GIF-uri/jocuri/folosi boți în-linie" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "nu pot arăta previzualizarea link-urilor" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Reîmprospătați memoria cache" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Elimină avertismente" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2093,77 +2093,82 @@ msgstr "*ID-ul de utilizator*: `%d`\n" "`Avertismente pentru media: *%d*\n" "`Avertismente pentru spam: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "ID-ul tău este `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s are accesul interzis în acest grup" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s a părăsit grupul sau a fost exclus și interdicția ștearsă" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s este un administrator" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s este Creatorul Grupului" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s nu are nimic de-a face cu acest chat" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s este un membru al conversației" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s este restricționat" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Restricții: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "Răspunde unui utilizator sau menționează-l folosind numele de utilizator sau ID-ul numeric al acestuia" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "Administratori sub observație: %d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Mesaj N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "Nu ai permisiunea să folosești acest buton" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "Numărul de avertismente primite de către acest utilizator a fost resetat, de %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ Lista administratorilor va fi reactualizată în curând" diff --git a/locales/ru_RU.po b/locales/ru_RU.po index 93569ca3e..78edd7c1f 100644 --- a/locales/ru_RU.po +++ b/locales/ru_RU.po @@ -2028,55 +2028,55 @@ msgid ".\n" msgstr ".\n" "Имейте в виду, что переводом занимаются волонтёры, перевод в некоторых местах _может отсутствовать_. Вы можете помочь, вступив в команду переводчиков на [Crowdin](https://crowdin.com/project/group-butler).\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "нельзя изменять название/описание/иконку чата" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "нельзя посылать сообщения" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "нельзя удалять сообщения" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "нельзя приглашать пользователей/генерировать ссылку" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "нельзя ограничивать права пользователей" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "нельзя закреплять сообщения" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "нельзя добавлять новых админов" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "нельзя посылать фото/видео/документы/аудио/голосовые и видео сообщения" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "нельзя отправлять стикеры/гифки/игры/использовать встроенных ботов" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "нельзя прикреплять превью ссылок" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Обновить кэш" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Сбросить предупреждения" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2087,77 +2087,82 @@ msgstr "*ID пользователя*: `%d`\n" "`Медиа предупреждений`: *%d*\n" "`Спам предупреждений`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Ваш ID: `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s забанен в этой группе" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s покинул группу или был выгнан и разбанен" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s администратор" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s создатель группы" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s не имеет отношения к этому чату" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s участник чата" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s запрещено" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Наказания: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "Ответ пользователю или упоминание его с помощью логина или цифрового ID" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "Информация об администраторах в кеше: %d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Сообщение №%d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "Тебе запрещено использовать эту кнопку" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "Количество предупреждений, полученных этим пользователем сброшено админом %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ Список администраторов скоро будет обновлен" diff --git a/locales/si_LK.po b/locales/si_LK.po index 8a23adb93..c44541f33 100644 --- a/locales/si_LK.po +++ b/locales/si_LK.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Sinhala\n" "Language: si_LK\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/sr_SP.po b/locales/sr_SP.po index a81f875cf..0e75dc0ef 100644 --- a/locales/sr_SP.po +++ b/locales/sr_SP.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Serbian (Cyrillic)\n" "Language: sr_SP\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/sv_SE.po b/locales/sv_SE.po index dc8257464..d6906894b 100644 --- a/locales/sv_SE.po +++ b/locales/sv_SE.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/tr_TR.po b/locales/tr_TR.po index 38142d141..ced022416 100644 --- a/locales/tr_TR.po +++ b/locales/tr_TR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/uk_UA.po b/locales/uk_UA.po index 4bd43e51b..51ef609ef 100644 --- a/locales/uk_UA.po +++ b/locales/uk_UA.po @@ -2028,55 +2028,55 @@ msgid ".\n" msgstr ".\n" "Майте на увазі, що перекладом займаються волонтери, переклад в деяких місцях _може бути відсутнім_. Ви можете допомогти, вступивши в команду перекладачів на [Crowdin](https://crowdin.com/project/group-butler).\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "не можна змінювати назву/опис/іконку чату" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "не можна посилати повідомлення" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "не можна видаляти повідомлення" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "не можна запрошувати користувачів/генерувати посилання" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "не можна обмежувати права користувачів" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "не можна закріплювати повідомлення" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "не можна додавати нових адміністраторів" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "не можна посилати фото/відео/документи/аудіо/голосові і відео повідомлення" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "не можна відправляти стікери/гіфки/ігри/використовувати вбудованих ботів" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "не можна прикріплювати передогляд посилань" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ Оновити кеш" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "Скинути попередження" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2087,77 +2087,82 @@ msgstr "*ID користувача*: `%d`\n" "`Медіа попереджень`: *%d*\n" "`Спам попереджень`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "Ваш ID: `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s забанений в цій групі" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s покинув групу або був вигнаний і розбанений" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s адміністратор" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s творець групи" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s не має відношення до цього чату" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s учасник чату" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s заборонено" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "Покарання: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "Відповідь користувачу або згадка його за допомогою логіна або цифрового ID" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "👥 Кешовано адмінів: %d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "Повідомлення № %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "Тобі заборонено використовувати цю кнопку" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "Кількість попереджень, отриманих цим користувачем скинуто адміном %s" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ Список адміністраторів буде оновлено найближчим часом" diff --git a/locales/ur_IN.po b/locales/ur_IN.po index ba402c3f5..f878a26e3 100644 --- a/locales/ur_IN.po +++ b/locales/ur_IN.po @@ -2033,55 +2033,55 @@ msgid ".\n" msgstr ".\n" "براہ کرم نوٹ کریں کہ مترجم رضاکار ہیں، اور یہ لوکلائزیشن _نامکمل ہو سکتا ہے_. آپ ہمارے [کروڈین پروجیکٹ](https://crowdin.com/project/group-butler) پر ترجمہ کو بہتر بنانے میں مدد کرسکتے ہیں۔.\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "گروپ کے نام/ کوائف/ آئکن کو تبدیل نہیں کر سکتے" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "پیغامات نہیں بھیج سکتا" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "پیغامات حذف نہیں کر سکتے" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "صارفین کو مدعو/لنک نہیں بنا سکتے" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "صارفین کو پابند نہیں کر سکتے" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "پیغامات پن نہیں کر سکتے" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "نئے ایڈمن کو فروغ نہیں دے سکتے" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "تصاویر/ویڈیوز/دستاویزات/آڈیو/صوتی پیغامات/ ویڈیو پیغامات نہیں بھیج سکتے" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "اسٹیکرز/ GIFs/گیمز/ اِن لائن بوٹس پیغامات نہیں بھیج سکتے" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "لنک کا پیش منظر نہیں دکھا سکتے" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ کیشے ریفریش کریں" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "انتباہات مٹائیں" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2092,77 +2092,82 @@ msgstr "*یوزر آئی ڈی*: `%d`\n" "`میڈیا انتباہات`: *%d*\n" "`اسپیم انتباہات`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "آپ کی آئی ڈی `%d` ہے" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s اس گروپ سے پابند کیے گئے" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s نے گروپ چھوڑ دیا ہے یا گروپ سے اخراج کیے گئے ہیں" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s ایک منتظم ہیں" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s گروپ کے بانی ہیں" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s کو اس چیٹ کے ساتھ کوئی تعلق نہیں ہے" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s اس گروپ کے ممبر ہیں" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s کے اختیارات محدود ہیں" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "پابندیاں: %s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "صارف کو جواب دیں یا صارفی نام یا عددی شناخت کے ذریعہ ان کا ذکر کریں" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "منتظمین کی نئی فہرست: %d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "پیغام Nº %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "آپ کو اس بٹن کے استعمال کی اجازت نہیں ہے" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "اس صارف کو موصول ہوئے انتباہات کی تعداد %s کے ذریعہ ری سیٹ کیا گیا" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ منتظمین کی فہرست جلد ہی اپ ڈیٹ ہو جائے گی" diff --git a/locales/vi_VN.po b/locales/vi_VN.po index fd523e9b7..0efdab300 100644 --- a/locales/vi_VN.po +++ b/locales/vi_VN.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: group-butler\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-31 11:30-0300\n" -"PO-Revision-Date: 2020-06-08 23:58\n" +"PO-Revision-Date: 2021-09-07 15:13\n" "Last-Translator: Tiago Danin (TiagoDanin)\n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -1824,55 +1824,55 @@ msgid ".\n" "Please note that translators are volunteers, and this localization _may be incomplete_. You can help improve translations on our [Crowdin Project](https://crowdin.com/project/group-butler).\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -1880,76 +1880,81 @@ msgid "*User ID*: `%d`\n" "`Spam warnings`: *%d*\n" msgstr "" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "" diff --git a/locales/zh_CN.po b/locales/zh_CN.po index a9fd10a40..4597d60f9 100644 --- a/locales/zh_CN.po +++ b/locales/zh_CN.po @@ -2028,55 +2028,55 @@ msgid ".\n" msgstr ".\n" "请注意,翻译者都是自愿的,这种在地化_可能不完整_。您可以在[Crowdin Project](https://crowdin.com/project/group-butler)上帮助我们改进翻译。\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "无法变更群组标题、说明与图示" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "无法传送讯息" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "无法删除讯息" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "无法邀请用户或产生邀请链接" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "无法限制成员" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "无法置顶讯息" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "无法增加新的管理员" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "无法发送照片、影片、文件、音频、语音消息、影片讯息" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "无法传送贴图、GIF、游戏或使用机器人发送的内嵌讯息" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "无法显示链接预览" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ 重新取得快取" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "移除警告" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2087,77 +2087,82 @@ msgstr "*用户 ID*: `%d`\n" "`媒体警告次数`: *%d*\n" "`垃圾讯息警告次数`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "你的ID是 `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s 已经被群组封锁" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s 离开了群组或是被踢出以及取消封锁" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s 是一个管理员" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s 是创群者" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s 与此群组无关" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s 是一个群组成员" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s 是被受限制的" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "限制:%s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "回复一个用户或透过标注(@username)用户名称或数字ID" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "👥 管理员列表快取:%d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "讯息 N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "您不允许使用这个按钮" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "这个用户的警告次数已经被管理员 %s 重设" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ 管理员列表即将更新" diff --git a/locales/zh_TW.po b/locales/zh_TW.po index e2deda27f..5d7ae01ec 100644 --- a/locales/zh_TW.po +++ b/locales/zh_TW.po @@ -2028,55 +2028,55 @@ msgid ".\n" msgstr ".\n" "請注意,翻譯者都是自願的,這種在地化_可能不完整_。您可以在[Crowdin Project](https://crowdin.com/project/group-butler)上幫助我們改進翻譯。\n" -#: lua/groupbutler/plugins/users.lua:24 +#: lua/groupbutler/plugins/users.lua:20 msgid "can't change the chat title/description/icon" msgstr "無法變更群組標題、說明與圖示" -#: lua/groupbutler/plugins/users.lua:25 +#: lua/groupbutler/plugins/users.lua:21 msgid "can't send messages" msgstr "無法傳送訊息" -#: lua/groupbutler/plugins/users.lua:26 +#: lua/groupbutler/plugins/users.lua:22 msgid "can't delete messages" msgstr "無法刪除訊息" -#: lua/groupbutler/plugins/users.lua:27 +#: lua/groupbutler/plugins/users.lua:23 msgid "can't invite users/generate a link" msgstr "無法邀請用戶或產生邀請連結" -#: lua/groupbutler/plugins/users.lua:28 +#: lua/groupbutler/plugins/users.lua:24 msgid "can't restrict members" msgstr "無法限制成員" -#: lua/groupbutler/plugins/users.lua:29 +#: lua/groupbutler/plugins/users.lua:25 msgid "can't pin messages" msgstr "無法置頂訊息" -#: lua/groupbutler/plugins/users.lua:30 +#: lua/groupbutler/plugins/users.lua:26 msgid "can't promote new admins" msgstr "無法增加新的管理員" -#: lua/groupbutler/plugins/users.lua:31 +#: lua/groupbutler/plugins/users.lua:27 msgid "can't send photos/videos/documents/audios/voice messages/video messages" msgstr "無法發送照片、影片、文件、音訊、語音訊息、影片訊息" -#: lua/groupbutler/plugins/users.lua:32 +#: lua/groupbutler/plugins/users.lua:28 msgid "can't send stickers/GIFs/games/use inline bots" msgstr "無法傳送貼圖、GIF、遊戲或使用機器人發送的內嵌訊息" -#: lua/groupbutler/plugins/users.lua:33 +#: lua/groupbutler/plugins/users.lua:29 msgid "can't show link previews" msgstr "無法顯示連結預覽" -#: lua/groupbutler/plugins/users.lua:39 +#: lua/groupbutler/plugins/users.lua:35 msgid "🔄️ Refresh cache" msgstr "🔄️ 重新取得快取" -#: lua/groupbutler/plugins/users.lua:47 +#: lua/groupbutler/plugins/users.lua:43 msgid "Remove warnings" msgstr "移除警告" -#: lua/groupbutler/plugins/users.lua:57 +#: lua/groupbutler/plugins/users.lua:53 #, lua-format msgid "*User ID*: `%d`\n" "`Warnings`: *%d*\n" @@ -2087,77 +2087,82 @@ msgstr "*用戶 ID*: `%d`\n" "`媒體警告次數`: *%d*\n" "`垃圾訊息警告次數`: *%d*\n" -#: lua/groupbutler/plugins/users.lua:77 +#: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" msgstr "你的ID是 `%d`" -#: lua/groupbutler/plugins/users.lua:110 +#: lua/groupbutler/plugins/users.lua:88 +#, lua-format +msgid "%s has kicked herself/himself!" +msgstr "" + +#: lua/groupbutler/plugins/users.lua:116 #, lua-format msgid "%s is banned from this group" msgstr "%s 已經被群組封鎖" -#: lua/groupbutler/plugins/users.lua:111 +#: lua/groupbutler/plugins/users.lua:117 #, lua-format msgid "%s left the group or has been kicked and unbanned" msgstr "%s 離開了群組或是被踢出以及取消封鎖" -#: lua/groupbutler/plugins/users.lua:112 +#: lua/groupbutler/plugins/users.lua:118 #, lua-format msgid "%s is an admin" msgstr "%s 是一個管理員" -#: lua/groupbutler/plugins/users.lua:113 +#: lua/groupbutler/plugins/users.lua:119 #, lua-format msgid "%s is the group creator" msgstr "%s 是創群者" -#: lua/groupbutler/plugins/users.lua:114 +#: lua/groupbutler/plugins/users.lua:120 #, lua-format msgid "%s has nothing to do with this chat" msgstr "%s 與此群組無關" -#: lua/groupbutler/plugins/users.lua:115 +#: lua/groupbutler/plugins/users.lua:121 #, lua-format msgid "%s is a chat member" msgstr "%s 是一個群組成員" -#: lua/groupbutler/plugins/users.lua:116 +#: lua/groupbutler/plugins/users.lua:122 #, lua-format msgid "%s is a restricted" msgstr "%s 是被受限制的" -#: lua/groupbutler/plugins/users.lua:128 +#: lua/groupbutler/plugins/users.lua:134 #, lua-format msgid "\n" "Restrictions: %s" msgstr "\n" "限制:%s" -#: lua/groupbutler/plugins/users.lua:139 +#: lua/groupbutler/plugins/users.lua:145 msgid "Reply to a user or mention them by username or numerical ID" msgstr "回覆一個用戶或透過標註(@username)用戶名稱或數字ID" -#: lua/groupbutler/plugins/users.lua:157 +#: lua/groupbutler/plugins/users.lua:163 #, lua-format msgid "👥 Admins cached: %d" msgstr "👥 管理員列表快取:%d" -#: lua/groupbutler/plugins/users.lua:165 +#: lua/groupbutler/plugins/users.lua:171 #, lua-format msgid "Message N° %d" msgstr "訊息 N° %d" -#: lua/groupbutler/plugins/users.lua:187 lua/groupbutler/plugins/warn.lua:170 +#: lua/groupbutler/plugins/users.lua:193 lua/groupbutler/plugins/warn.lua:170 msgid "You are not allowed to use this button" msgstr "您不允許使用這個按鈕" -#: lua/groupbutler/plugins/users.lua:195 +#: lua/groupbutler/plugins/users.lua:201 #, lua-format msgid "The number of warnings received by this user has been reset, by %s" msgstr "這個用戶的警告次數已經被管理員 %s 重設" -#: lua/groupbutler/plugins/users.lua:206 +#: lua/groupbutler/plugins/users.lua:212 msgid "✅ The admin list will be updated soon" msgstr "✅ 管理員列表即將更新" From d43fa0d5434ba4038a0939c8f030e25e6230b3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20B=C3=A1ez?= Date: Tue, 7 Sep 2021 15:21:27 -0300 Subject: [PATCH 3/4] Adds a missing backstick which was causing a markdown syntax error whenever the /id command is used --- locales/es_ES.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/es_ES.po b/locales/es_ES.po index 11360df09..872de1f72 100644 --- a/locales/es_ES.po +++ b/locales/es_ES.po @@ -1921,7 +1921,7 @@ msgstr "" #: lua/groupbutler/plugins/users.lua:73 #, lua-format msgid "Your ID is `%d`" -msgstr "Tu identificador es: `%d" +msgstr "Tu identificador es: `%d`" #: lua/groupbutler/plugins/users.lua:88 #, lua-format From 3d9e634e5a1f22f45913525a266d4b71512ed59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20B=C3=A1ez?= Date: Tue, 7 Sep 2021 15:23:51 -0300 Subject: [PATCH 4/4] Adds a Spanish translation for the added kickme message --- locales/es_ES.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/es_ES.po b/locales/es_ES.po index 872de1f72..ca0c2af24 100644 --- a/locales/es_ES.po +++ b/locales/es_ES.po @@ -1926,7 +1926,7 @@ msgstr "Tu identificador es: `%d`" #: lua/groupbutler/plugins/users.lua:88 #, lua-format msgid "%s has kicked herself/himself!" -msgstr "" +msgstr "¡%s se ha autoexpulsado!" #: lua/groupbutler/plugins/users.lua:116 #, lua-format