From f189a26e755b2baadd171f1e5820da5aade59d5e Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:20:57 +0200 Subject: [PATCH 01/13] New translations en_US.json (French) --- src/lang/fr_FR.json | 415 +++++++++++++++++++++++++++++++++----------- 1 file changed, 314 insertions(+), 101 deletions(-) diff --git a/src/lang/fr_FR.json b/src/lang/fr_FR.json index bc93c92f7..0904e184e 100644 --- a/src/lang/fr_FR.json +++ b/src/lang/fr_FR.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [command or counter]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "Liste des commandes", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Page {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Thanks for adding Member Counter to your server!**\n__**Create/edit a counter**__\nFor this example we are gonna use `{members}`, which counts the total amount of members in your discord server, but you will find out more counters in the next pages\nYou can place that counter in one of the following places:\n\n- In a **voice** channel **name**\n- In a **category** channel **name**\n- In a **text** channel **topic**\n- In a **news** channel **topic**\n\nNow create a new channel, edit it, and write `{members}` in the name or topic, and click 'save changes'\n\nYou can also add multiple counters in one name/topic, and combine them with your own content, here is a example:\n```\n{onlineMembers}/{members} Online Members, {youtubeSubscribers:https://www.youtube.com/user/enyay} Subscribers!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Admins and mods are online!\n```\n\n> If you reach the character limit when you are editing a name/topic, please check `help editChannel`\n> You can see the current counter configurations with `seeSettings`, this is useful to add more counters without disabling the previous ones\n\n__**Remove a counter**__\nEdit the channel and write {disable} in the name/topic, Member Counter will replace it to a \\✅, that means that you removed all the counters of that channel successfully\n\nYou can also delete the channel directly", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Membres dans votre serveur", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Approximated online members in your server", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Membres en ligne dans votre serveur", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Membres hors ligne dans votre serveur", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "Utilisateurs dans votre serveur (à l'exception des bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Utilisateurs en ligne dans votre serveur (à l'exception des bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Utilisateurs hors ligne dans votre serveur (à l'exception des bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "Bots dans votre serveur (à l'exception des utilisateurs)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Bots en ligne dans votre serveur (à l'exception des utilisateurs)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "Bots hors ligne dans votre serveur (à l'exception des utilisateurs)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Rôles dans votre serveur", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Affiche un compte à rebours qui diminuera jusqu'à la date cible spécifiée, vous pouvez facilement [générer ce compteur ici](https://member-counter.eduardozgz.com/utils/countdown) ou en le créant manuellement en remplaçant `targetDate` avec la date cible dans un horodatage UNIX, et optionnellement `format` avec un format personnalisé: utiliser `%d`pour montrer les jours restants, `%h` pour afficher les heures restantes, `%m` pour afficher les minutes restantes et `%s` pour afficher les secondes restantes", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multiplies the specified values", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Divides the specified values", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Gets the modulus of the specified values", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Fait! Maintenant, **pour les utilisateurs non administrateurs**, le salon sera affiché avec un 🔒", "errorInvalidChannel": "Vous ne pouvez verrouiller que les salons vocaux!", "errorNoPerms": "Je ne peux pas modifier la chaîne `{CHANNEL}` par manque d'autorisations", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Les chiffres ont été personnalisés.", "resetSuccess": "Chiffres par défaut rétablis.", "errorMissingParams": "Paramètres manquants, voir `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Affiche tous les paramètres du bot pour ce serveur.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Paramètres pour le serveur:", "langText": "Langue:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Rétablissement des paramètres par défaut" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Fait! La prochaine étape est d'inviter le bot premium:\n{BOT_LINK}", "errorCannotUpgrade": "Vous ne pouvez pas mettre le serveur à niveau parce qu'il est déjà premium.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Change la langue du bot pour ce serveur, vous devez avoir les autorisations administrateur pour exécuter cette commande.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Langue changée avec succès.", "errorNotFound": "Liste des langues disponibles:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Badges", "credits": "Credits", "serverUpgradesAvailable": "Améliorations restantes de serveur", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Membres:", "onlineMembers": "Membres en ligne:", "offlineMembers": "Membres hors ligne:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Aperçu du nom du salon", "channelTopic": "Aperçu du sujet de la chaîne" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Invalid action, it must be `encode` or `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", From eafaeab646713f6d9f5ff33422a428735c7291a1 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:20:57 +0200 Subject: [PATCH 02/13] New translations en_US.json (Spanish) --- src/lang/es_ES.json | 414 +++++++++++++++++++++++++++++++++----------- 1 file changed, 312 insertions(+), 102 deletions(-) diff --git a/src/lang/es_ES.json b/src/lang/es_ES.json index 35c4d3ba1..99c930533 100644 --- a/src/lang/es_ES.json +++ b/src/lang/es_ES.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Obtén ayuda acerca de comandos y contadores.", - "helpUsage": ["help [comando o contador]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [comando o contador]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Info. sobre el uso:** `()` es un parámetro opcional mientras que `[]` es uno obligatorio", "embedReply": { "title": "Lista de comandos", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Te muestra una guía sobre como usar el bot y un listado de contadores.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Página {CURRENT_PAGE} de {TOTAL_PAGES}", "explanation": "**¡Gracias por añadir Member Counter a tu servidor!**\n__**Crear-editar un contador**__\nPara este ejemplo vamos a usar el contador `{members}`, el cual muestra la cantidad de miembros que tiene tu servidor, pero puedes encontrar mas contadores en las siguientes páginas\nPuedes colocar este contador en uno de los siguientes lugares:\n\n- En el **nombre** de un canal de **voz**\n- En el **nombre** de una **categoría**\n- En el **tema** de un canal de **texto**\n- En el **tema** de un canal de **noticias**\n\nAhora crea un canal, editalo, y escribe `{members}` en nombre o tema, y haz click en 'Guardar cambios'\n\nTambien puedes añadir varios contadores en un mismo nombre o tema, y combinarlos con tu propio contenido, aquí hay un ejemplo:\n```\n{onlineMembers}/{members} Miembros online, {youtubeSubscribers:https://www.youtube.com/user/enyay} Suscriptores!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Admins y mods están online!\n```\n\n> Si alcanzas el limite de caracteres mientras editas un nombre/tema, consulta `help editChannel`\n> Puedes ver las configuraciones actuales con `seeSettings`, esto es útil si quieres añadir mas contadores sin borrar los anteriores accidentalmente\n\n__**Borrar un contador**__\nEn el nombre de una categoría/canal de voz:\nEdita el canal y escribe `{disable}` en el nombre, Member Counter reemplazará el nombre con un `✔`, eso quiere decir que los contadores han sido borrados correctamente\n\nEn el tema de un canal de texto/noticias:\nSimplemente borra el tema entero.\n\nTambién puedes eliminar el canal directamente", "countersHeader": "__**Contadores**__\n> Debe habilitar el modo de desarrollador en Discord (Ajustes de usuario> Apariencia> Avanzado> Modo de desarrollador)\n> Para obtener una ID, haga clic derecho en un canal/rol y haga clic en \"Copiar ID\"\n\n> Aquellos contadores con un símbolo de más (\\+) son contadores premium, obtenga más información en `help premium`\n\n>Si desea cambiar el formato del número en un contador independientemente de la configuración del servidor, visite [esta página web(https://member-counter.eduardozgz.com/utils/overwrite-settings), o puedo hacerlo manualmente siguiendo estas [instrucciones](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Cantidad de miembros que hay en tu servidor", "detailedDescription": "Cuenta cuantos miembros tiene el servidor", - "usage": ["{members}"], - "example": ["{members} Miembros"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Miembros" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Miembros online aproximados en tu servidor", "detailedDescription": "Cuenta de forma aproximada cuantos miembros tiene el servidor", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} En línea"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} En línea" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Miembros en línea en tu servidor", "detailedDescription": "Cuanta cuantos miembros en línea tiene el servidor", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} En línea"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} En línea" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Miembros desconectados en tu servidor", "detailedDescription": "Cuenta cuantos miembros fuera de línea tiene el servidor", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Fuera de línea"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Fuera de línea" + ] }, "users": { "name": "users", "description": "Usuarios en tu servidor (excluye bots)", "detailedDescription": "Cuenta cuantos usuarios (excluyendo cuentas de bots) hay en el servidor", - "usage": ["{users}"], - "example": ["{users} Usuarios"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Usuarios" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Usuarios online en tu servidor (excluye bots)", "detailedDescription": "Cuenta cuantos usuarios (excluyendo cuentas de bots) hay en línea en el servidor", - "usage": ["{users}"], - "example": ["{users} Usuario en línea"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Usuario en línea" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Usuarios offline en tu servidor (excluye bots)", "detailedDescription": "Cuenta cuantos usuarios (excluyendo cuentas de bots) hay fuera de línea en el servidor", - "usage": ["{users}"], - "example": ["{users} Fuera de línea"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Fuera de línea" + ] }, "bots": { "name": "bots", "description": "Bots en tu servidor (excluye usuarios normales)", "detailedDescription": "Cuenta cuantos bots (excluyendo cuentas normales) hay en el servidor", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Bots online en tu servidor (excluye usuarios normales)", "detailedDescription": "Cuenta cuantos bots (excluyendo cuentas normales) hay en línea en el servidor", - "usage": ["{bots}"], - "example": ["{bots} Bots en línea"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots en línea" + ] }, "offlineBots": { "name": "offlineBots", "description": "Bots offline en tu servidor (excluye usuarios normales)", "detailedDescription": "Cuenta cuantos bots (excluyendo cuentas normales) hay fuera de línea en el servidor", - "usage": ["{bots}"], - "example": ["{bots} Bots fuera de línea"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots fuera de línea" + ] }, "roles": { "name": "roles", "description": "Roles en tu servidor", "detailedDescription": "Cuenta cuantos roles hay en el servidor", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Canales", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:IDdelRol1,IDdelRol2", "description": "Miembros con un rol o roles", "detailedDescription": "Cuenta cuentos miembros tienen un rol o roles, escribe el ID de los roles que quieras contar después de `:`, y separa los IDs con comas `,`", - "usage": ["{membersWithRole:IDdelRol1,IDdelRol2}"], + "usage": [ + "{membersWithRole:IDdelRol1,IDdelRol2}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins y mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:IDdelRol1,IDdelRol2", "description": "Miembros en línea con un rol o roles", "detailedDescription": "Cuenta cuentos miembros en línea tienen un rol o roles, escribe el ID de los roles que quieras contar después de `:`, y separa los IDs con comas `,`", - "usage": ["{onlineMembersWithRole:IDdelRol1,IDdelRol2}"], + "usage": [ + "{onlineMembersWithRole:IDdelRol1,IDdelRol2}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Admins y mods en línea", "{onlineMembersWithRole:5823659271648290} de {membersWithRole:5823659271648290} Admins están en línea" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:IDdelRol1,IDdelRol2", "description": "Miembros fuera de línea con un rol o roles", "detailedDescription": "Cuenta cuentos miembros fuera de línea tienen un rol o roles, escribe el ID de los roles que quieras contar después de `:`, y separa los IDs con comas `,`", - "usage": ["{offlineMembersWithRole:IDdelRol1,IDdelRol2}"], + "usage": [ + "{offlineMembersWithRole:IDdelRol1,IDdelRol2}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Admins y mods fuera de línea", "{offlineMembersWithRole:5823659271648290} de {membersWithRole:5823659271648290} Admins están fuera de línea" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Cantidad de miembros baneados en el servidor", "detailedDescription": "Cuenta cuantos miembros hay baneados, el bot debe tener permisos de banear para poder obtener esta cuenta", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Baneados", "{bannedMembers} han sido golpeados con el martillo del ban" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Cuenta la cantidad total de miembros que está boosteando este servidor", "detailedDescription": "Cuenta la cantidad total de miembros que está boosteando este servidor", - "usage": ["{nitro-boosters}"], - "example": ["{nitro-boosters} Boosteando"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "{nitro-boosters} Boosteando" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:url del canal", "description": "Cantidad de suscriptores de un canal de YouTube", "detailedDescription": "Cuenta cuantos suscriptores tiene un canal de YouTube, reemplaza `url del canal` con el enlace del canal deseado", - "usage": ["{youtubeSubscribers:url del canal}"], + "usage": [ + "{youtubeSubscribers:url del canal}" + ], "example": [ "Suscriptores: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:url del canal", "description": "Cantidad de visualizaciones de un canal de YouTube", "detailedDescription": "Cuenta cuantas visualizaciones tiene un canal de YouTube, reemplaza `url del canal` por el enlace del canal deseado", - "usage": ["{youtubeViews:url del canal}"], + "usage": [ + "{youtubeViews:url del canal}" + ], "example": [ "Visualizaciones: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:url del canal", "description": "Cantidad de videos de un canal de YouTube", "detailedDescription": "Cuenta cuantos videos tiene un canal de YouTube, reemplaza `url del canal` con el enlace del canal deseado", - "usage": ["{youtubeVideos:url del canal}"], + "usage": [ + "{youtubeVideos:url del canal}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:url del canal", "description": "Muestra el nombre de un canal de YouTube", "detailedDescription": "Muestra el nombre de un canal de YouTube, reemplaza `url del canal` con el enlace del canal deseado", - "usage": ["{youtubeChannelName:url del canal}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:url del canal}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nombre", "description": "Cantidad de seguidores de un canal de Twitch", "detailedDescription": "Cuenta cuantos seguidores tiene un canal de Twitch, reemplaza `nombre` con el nombre del canal deseado", - "usage": ["{twitchFollowers:nombre}"], - "example": ["{twitchFollowers:ninja} Seguidores"] + "usage": [ + "{twitchFollowers:nombre}" + ], + "example": [ + "{twitchFollowers:ninja} Seguidores" + ] }, "twitchViews": { "name": "twitchViews:nombre", "description": "Cantidad de vistas de un canal de Twitch", "detailedDescription": "Cuenta cuántas visualizaciones tiene un canal de Twitch, reemplaza `nombre` con el nombre del canal deseado", - "usage": ["{twitchViews:nombre}"], - "example": ["{twitchViews:ninja} Visualizaciones"] + "usage": [ + "{twitchViews:nombre}" + ], + "example": [ + "{twitchViews:ninja} Visualizaciones" + ] }, "twitchChannelName": { "name": "twitchChannelName:nombre", "description": "Muestra el nombre de un canal de Twitch", "detailedDescription": "Muestra el nombre de un canal de Twitch, reemplaza `nombre` con el nombre del canal deseado", - "usage": ["{twitchChannelName:nombre}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nombre}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:usuario", "description": "Muestra cantidad de memes de un usuario de [Memerator](https://memerator.me)", "detailedDescription": "Muestra cantidad de memes de un usuario de [Memerator](https://memerator.me), reemplaza `usuario` con el nombre de perfil deseado", - "usage": ["{memeratorMemes:usuario}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:usuario}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:usuario", "description": "Muestra la cantidad de seguidores de un usuario de [Memerator](https://memerator.me)", "detailedDescription": "Muestra la cantidad de seguidores de un usuario de [Memerator](https://memerator.me), reemplaza `usuario` con el nombre de perfil deseado", - "usage": ["{memeratorFollowers:usuario}"], - "example": ["Seguidores: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:usuario}" + ], + "example": [ + "Seguidores: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:usuario", "description": "Cantidad de seguidores de un usuario de Twitter", "detailedDescription": "Cuenta cuantos seguidores tienen un usuario de Twitter, reemplaza `usuario` con el nombre de perfil deseado", - "usage": ["{twitterFollowers:usuario}"], - "example": ["Seguidores: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:usuario}" + ], + "example": [ + "Seguidores: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Cuenta la cantidad de miembros de un subreddit", "detailedDescription": "Cuenta la cantidad de miembros de un subreddit, reemplaza `subreddit` con el subreddit deseado", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Cuenta la cantidad de miembros en línea de un subreddit", "detailedDescription": "Cuenta la cantidad de miembros de un subreddit, reemplaza `subreddit` con el subreddit deseado", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Redditors en línea: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Redditors en línea: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Muestra el título de un subreddit", "detailedDescription": "Muestra el título de un subreddit, reemplaza `subreddit` con el subreddit deseado", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:usuario", "description": "Cuenta la cantidad de seguidores de cuenta de Instagram", "detailedDescription": "Cuenta la cantidad de seguidores de una cuenta de Instagram, reemplaza `usuario` con el nombre de usuario de Instagram", - "usage": ["{instagramFollowers:usuario}"], - "example": ["Seguidores: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:usuario}" + ], + "example": [ + "Seguidores: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "{countdown:fecha:formato}", "description": "Muestra una cuenta regresiva que disminuirá a la fecha especificada", "detailedDescription": "Muestra una cuenta atras que bajara hasta la fecha especificada, puedes [generar este contador fácilmente aquí](https://member-counter.eduardozgz.com/utils/countdown) o crearlo manualmente reemplazando `fecha` por una marca de tiempo de UNIX, y opcionalmente darle un formato personalizando reemplazando `format`: Usa `%d` para mostrar los días restantes, `%h` para las horas restantes, `%m` para los minutos restantes y `%s` para mostrar los segundos restantes", - "usage": ["{countdown:fecha:formato}"], + "usage": [ + "{countdown:fecha:formato}" + ], "example": [ "Año nuevo: {countdown:1640991600:%d días, %h horas, %m minutos}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:dirección", "description": "Jugadores en línea en un servidor de juegos (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc.)", "detailedDescription": "Cuenta cuántos jugadores en línea hay en un servidor de juegos (como Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), reemplace `gameId` por uno de los listados [aquí](https://github. om/gamedig/node-gamedig/#games-list) y `dirección` por la dirección del servidor", - "usage": ["{game:gameId:dirección}"], - "example": ["{game:minecraft:mc.hypixel.net} Mineando y crafteando"] + "usage": [ + "{game:gameId:dirección}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mineando y crafteando" + ] }, "clock": { "name": "clock:zona horaria", "description": "Muestra un reloj con la hora de la zona horaria especificada", "detailedDescription": "Muestra un reloj con la hora de la zona horaria especificada, puedes [generar este contador aquí](https://member-counter.eduardozgz.com/utils/clock) o reemplazar `zona horaria` con una zona horaria IANA válida", - "usage": ["{clock:zona horaria}"], - "example": ["España: {clock:Europe/Madrid}"] + "usage": [ + "{clock:zona horaria}" + ], + "example": [ + "España: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:opciones", "description": "Muestra el resultado de una solicitud http", - "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:opciones}"], + "detailedDescription": "Muestra el resultado de una petición http `GET`. Puedes configurar las `opciones` de este contador [aquí](https://member-counter.eduardozgz.com/utils/http), o crearlo manualmente: `opciones` es un objeto JSON codificado en base64 (puedes usar el comando base64 para hacer esto), este objeto puede tener las siguientes claves: `url`: Una cadena de texto; con la url del recurso, `parseNumber`: Un boolean; si el resultado es numérico, este sera personalizado con los ajustes del servidor, `dataPath`: Una cadena de texto; si la respuesta al recurso es un objeto JSON, debes especificar la ruta a un campo con un valor que debe ser un numero o una cadena de texto, la sintaxis es similar a la que JS usa para acceder propiedades e ítems de un array. `lifetime`: Un número; especifica en segundos por cuanto tiempo la respuesta va a ser guardada en caché, por defecto es 1 hora", + "usage": [ + "{http:opciones}" + ], "example": [ "Último suscriptor: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:datos", "description": "Muestra los `datos` dados", "detailedDescription": "Muestra los `datos` dados, con un formato personalizado basado en la configuración del servidor si es un número, también se puede introducir texto", - "usage": ["{static:datos}"], - "example": ["{static:420}", "{static:Hola mundo!}"] + "usage": [ + "{static:datos}" + ], + "example": [ + "{static:420}", + "{static:Hola mundo!}" + ] }, "sum": { "name": "sum:valor 1, valor 2, más valores", "description": "Suma los valores especificados", "detailedDescription": "Suma de los valores especificados, calculado desde la izquierda a la derecha", - "usage": ["{sum:valor 1, valor 2, más valores}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:valor 1, valor 2, más valores}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:valor 1, valor 2, más valores", "description": "Resta los valores especificados", "detailedDescription": "Resta los valores especificados, calculado desde la izquierda a la derecha", - "usage": ["{subtract:valor 1, valor 2, más valores}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:valor 1, valor 2, más valores}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:valor 1,valor 2, más valores", "description": "Multiplica los valores especificados", "detailedDescription": "Multiplica los valores especificados, calculado desde la izquierda a la derecha", - "usage": ["{multiply:valor 1,valor 2, más valores}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:valor 1,valor 2, más valores}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:valor 1,valor 2, más valores", "description": "Divide los valores especificados", "detailedDescription": "Divide los valores especificados, calculado desde la izquierda a la derecha", - "usage": ["{divide:valor 1,valor 2, más valores}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:valor 1,valor 2, más valores}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:valor 1,valor 2, más valores", "description": "Obtiene el modulo (tambien conocido como resto de la division) de los valores especificados", "detailedDescription": "Obtiene el modulo (tambien conocido como resto de la division) de los valores especificados, calculado desde la izquierda a la derecha", - "usage": ["{modulus:valor 1,valor 2, más valores}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:valor 1,valor 2, más valores}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Obtén información acerca de Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Obtén el bot premium]({GET_PREMIUM_BOT_URL}) y disfruta:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "Puedes usar esta comando para mostrar un candado (🔒) en ved de un altavoz (🔊) en canales de voz.", - "helpUsage": ["lockChannel [id del canal]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [id del canal]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Hecho! Ahora, **para usuarios no administradores**, el canal sera mostrado con un 🔒", "errorInvalidChannel": "Solo puedes bloquear canales de voz!", "errorNoPerms": "No puedo editar el canal `{CHANNEL}` debido a falta de permisos", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "Si estas intentando establecer un contador pero Discord te dice que has alcanzado el limite de caracteres en el nombre/tema, puedes \"ignorar\" este limite usando este comando.", - "helpUsage": ["editChannel [ID del canal] [contenido y contadores]"], + "helpUsage": [ + "editChannel [ID del canal] [contenido y contadores]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} de {members} En línea" ], @@ -466,14 +632,19 @@ "setDigit reset", "setDigit [número] [tu número personalizado]" ], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Dígitos personalizados correctamente.", "resetSuccess": "Todos los dígitos han sido reestablecidos.", "errorMissingParams": "Faltan parámetros, por favor, consulta `help setDigit`." }, "shortNumber": { "helpDescription": "Este comando te permite mostrar cuentas de forma compacta", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -486,13 +657,21 @@ }, "locale": { "helpDescription": "Formatea los números y relojes (formato 12h/24h) a la configuración local especificada.", - "helpUsage": ["locale [lugar/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [lugar/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "Puedes permitir o denegar el uso de comandos administrativos a roles que concretes\nTambién puedes referirte a todos con la palabra ``all``\nPara ver los roles permitidos usa ``seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Moderador", "role allow @Moderador @OtroRol", @@ -505,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Muestra todos los ajustes del bot para este servidor.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Ajustes para el servidor:", "langText": "Idioma:", @@ -522,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Elimina todos los contadores y establece los ajustes del bot para este servidor a los de por defecto.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Restablecido a los ajustes por defecto" }, "upgradeServer": { "helpDescription": "Este comando te permite invitar a al antiguo bot Member Counter Premium, usando mejoras del servidor disponibles.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Hecho! El siguiente paso es invitar al bot premium:\n{BOT_LINK}", "errorCannotUpgrade": "No puedes mejorar el servidor porque ya tiene premium.", "noServerUpgradesAvailable": "No puedes mejorar este servidor porque no te quedan mejoras disponibles" }, "info": { "helpDescription": "Lista de enlaces útiles.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Añádeme a tu servidor]({BOT_INVITE_URL})\n[Sitio web]({WEBSITE})\n[Obtén premium]({GET_PREMIUM_BOT_URL})\n[Servidor de ayuda]({BOT_SERVER_URL})\n[Repositorio de GitHub](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Cambia el idioma de este servidor, debes ser administrador para ejecutar este comando.", - "helpUsage": ["lang (código del idioma)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (código del idioma)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "El idioma se cambio correctamente.", "errorNotFound": "Lista de idiomas disponibles:" }, "profile": { "helpDescription": "Muestra información relacionada entre tu y el bot.", - "helpUsage": ["profile (@usuario)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@usuario)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Insignias", "credits": "Créditos", "serverUpgradesAvailable": "Mejoras de servidor restantes", @@ -561,7 +758,9 @@ }, "counts": { "helpDescription": "Muestra algunos contadores.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Miembros:", "onlineMembers": "Miembros en línea:", "offlineMembers": "Miembros fuera de línea:", @@ -574,8 +773,12 @@ }, "preview": { "helpDescription": "Muestra una vista previa de como se verá un contador o varios contadores en un canal.", - "helpUsage": ["preview [contenido y contadores]"], - "helpExample": ["preview {members} Miembros"], + "helpUsage": [ + "preview [contenido y contadores]" + ], + "helpExample": [ + "preview {members} Miembros" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Vista previa en el nombre de un canal", "channelTopic": "Vista previa en el tema de un canal" @@ -690,13 +893,20 @@ }, "base64": { "helpDescription": "Este comando codifica o descodifica en base64 el contenido que pases, útil para crear contadores avanzados como `{http}`.", - "helpUsage": ["base64 [encode/decode] [datos]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [datos]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Acción inválida, debe ser `encode` o `decode`" }, "checkPermissions": { "helpDescription": "Comprueba si el bot tiene los permisos correctos para funcionar correctamente.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Comprobar permisos", "optionalText": "(Opcional)", "adminWarning": "**Este bot tiene permisos de administrador, por favor desactiva el permiso de administrador y configura los permisos correctamente**", @@ -760,7 +970,7 @@ "notAvailable": "No disponible, espere por favor" }, "paginator": { - "pageCounter": "Página {CURRENT_PAGE} de {TOTAL_PAGES}", + "pageCounter": "Página {CURRENT_PAGE}/{TOTAL_PAGES}", "jumpPrompt": "¿A qué página te gustaría ir? Escribe `{CANCEL_STRING}` o `0` para cancelarlo. Tienes 15 segundos para responder.", "cancelText": "cancelar", "errorPageLengthExceeded": "La página debe ser menor o igual que {TOTAL_PAGES}. Por favor, inténtalo de nuevo.", From 15254ef29760a48d2b2e81730dcdf071d4193cdc Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:20:58 +0200 Subject: [PATCH 03/13] New translations en_US.json (Catalan) --- src/lang/ca_ES.json | 417 +++++++++++++++++++++++++++++++++----------- 1 file changed, 315 insertions(+), 102 deletions(-) diff --git a/src/lang/ca_ES.json b/src/lang/ca_ES.json index 90e1c929f..44e117232 100644 --- a/src/lang/ca_ES.json +++ b/src/lang/ca_ES.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [command or counter]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "Llista de comands", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Page {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Gracies per afegir Member Counter al teu servidor!**\n__**Crear-editar un contador**__\nPer aquest exemple anam a utilitzar el comptador `{members}`, el cual mostra la cantidad de membres que té el teu servidor, però pots trobar més comptadors en les següents pàgines\nPots colocar aquest comptador en un dels següents llocs:\n\n- En el **nom** d'un canal de **veu**\n- En el **nom** d'una **categoria**\n- En el **tema** d'un canal de **text**\n- En el **tema** d'un canal de **noticias**\n\nAra crea un canal, edita-ho, y escriu `{members}` en nom o tema, y fes click en 'Guardar canvis'\n\nTambé pots afegir diversos comptadors en un mateix nom o tema, i combinar-los amb el teu propi contingut, aqui n'hi ha un exemple:\n```\n{onlineMembers}/{members} Membres online, {youtubeSubscribers:https://www.youtube.com/user/enyay} Subscriptors!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Administradors i mods online!\n```\n\n> Si aconsegueixes el limit de caràcters mentre edites un nom/tema, consulta `help editChannel`\n> Pots veure les configuracions actuals amb `seeSettings`, aixó és útil si vols afegir més contadors sense borrar els anteriors accidentalment\n\n__**Borrar un contador**__\nEdita el canal y escriu `{disable}` en el nomb/tema, Member Counter el reemplaçarà amb un \\✅, aixó vol dir que els comptadors han estat borrats correctament\n\nTambé pots eliminar el canal directament", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Quantitat de membres que hi ha al teu servidor", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Membres aproximats en linea en el teu servidor", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Membres online al teu servido", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Membres offline al teu servidor", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "Usuaris al teu servidor (exclou bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Usuaris online al teu servidor (exclou bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Usuaris offline al teu servidor (exclou bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "Bots al teu servidor (exclou usuaris normals)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Bots online al teu servidor (exclou usuaris normals)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "Bots offline al teu servidor (exclou usuaris normals)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Rols al teu servidor", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Mostra una compta enrere que anirà baixant fins arribar a la data especificada, pots fàcilment [genera aquesta compta aqui](https://member-counter.eduardozgz.com/utils/countdown) o manualment creant-la substituint `targetDate` amb la data desitjada en la marca de tiempo Unix, i opcionalment pots personalitzar el `format`: utilitza `%d` per mostrar els dies restants, `%h` per mostrar les hores restants, `%m` per mostrar els minuts restants i `%s` per mostrar els segons restants", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multiplies the specified values", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Divides the specified values", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Gets the modulus of the specified values", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Fet! Ara, **para usuaris no administradors** el canal serà mostrat amb a 🔒", "errorInvalidChannel": "Només pots bloquejar els canals de veu!", "errorNoPerms": "No puc editar el canal `{CHANNEL} 'per falta de permisos", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Dígits personalitzats correctament.", "resetSuccess": "Tots els dígits han estat reestablerts.", "errorMissingParams": "Falten paràmetres, si us plau, consulta `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Mostra tota la configuració del bot per aquest servidor.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Configuració del servidor:", "langText": "Llenguatge:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Restaurada a la configuració per defecte" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Fet! El següent pas és convidar el bot premium:\n{BOT_LINK}", "errorCannotUpgrade": "No podeu actualitzar el servidor perquè ja és premium.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Canvia l’idioma del bot per aquest servidor, haureu de tenir permisos d’administrador per executar aquest comand.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Llenguatge canviat amb éxit.", "errorNotFound": "Lista de llenguatges disponibles:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Insígnies", "credits": "Credits", "serverUpgradesAvailable": "Millores de servidor restants", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Membres:", "onlineMembers": "Usuaris conectats:", "offlineMembers": "Usuaris desconectats:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Vista previa del nombre del canal", "channelTopic": "Vista previa del tema del canal" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Invalid action, it must be `encode` or `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", @@ -757,7 +970,7 @@ "notAvailable": "No està disponible, per favor esperi" }, "paginator": { - "pageCounter": "Page {CURRENT_PAGE}/{TOTAL_PAGES}", + "pageCounter": "Pàgina {CURRENT_PAGE}/{TOTAL_PAGES}", "jumpPrompt": "Which page would you like to go to? Type `{CANCEL_STRING}` or `0` to cancel the prompt. You have 15 seconds to reply.", "cancelText": "cancel", "errorPageLengthExceeded": "La pàgina ha de ser menor o igual que {TOTAL_PAGES}. Per favor, intenteu de nou.", From 5e16593cbb2b9b90e1e6e075d9754f6e16e6e6df Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:20:59 +0200 Subject: [PATCH 04/13] New translations en_US.json (Czech) --- src/lang/cs_CZ.json | 443 ++++++++++++++++++++++++++++++++------------ 1 file changed, 328 insertions(+), 115 deletions(-) diff --git a/src/lang/cs_CZ.json b/src/lang/cs_CZ.json index 75e86ffd4..4c2284fb0 100644 --- a/src/lang/cs_CZ.json +++ b/src/lang/cs_CZ.json @@ -4,12 +4,18 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "pomoc [příkaz nebo čítač]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "Seznam příkazů", - "description": "[Add this bot to your server]({DISCORD_BOT_INVITE}) **|** [Website]({WEBSITE}) **|** [Documentation](https://eduardozgz.gitbook.io/member-counter) **|** [GitHub](https://github.com/eduardozgz/member-counter-bot/)\n\nQuick setup: `setup`\nLearn how to use the bot: `guide`\n\nTo get more info about a command or counter send `help` plus the name: ```\nhelp shortNumber``````\nhelp {members}```", + "description": "[Přidat tohoto bota na svůj server]({DISCORD_BOT_INVITE}) **|** [Website]({WEBSITE}) **|** [Documentation](https://eduardozgz.gitbook.io/member-counter) **|** [GitHub](https://github.com/eduardozgz/member-counter-bot/)\n\n\nRychlé nastavení: `setup`\nNauč se používat bota: `guide`\n\nPro získání více informací o příkazu, použijte příkaz `help` a jméno příkazu: ```\nhelp shortNumber``````\nhelp {members}```", "fields": [ { "name": "**Počítadla**", @@ -23,7 +29,7 @@ }, { "name": "**Ostatní**", - "value": "```\npremium\ninfo\nbase64\nsupport\ninvite\nprofile\ngithub```", + "value": "```\npremium\ninfo\nbase64\npodpora\npozvat\nprofil\ngithub```", "inline": true } ] @@ -41,94 +47,143 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "průvodce" + ], "pagesText": "Strana {CURRENT_PAGE}/{TOTAL_PAGES}", - "explanation": "**Děkujeme za přidání Member Counter bota na Váš server!**\n__**Vytvořit/upravit počítadla**__\nMůžete například použít `{members}`, který spočítá celkový počet členů na vašem Discord serveru. Více možností naleznete na dalších stránkách.\nPočítadla můžete umístit na jedno z následujících míst:\n\n- Ve **jméně** **hlasového** análu\n- Ve **jménu** **kategorie**\n- V **popisu/tématu** **textového** kanálu\n- V **popisu/tématu** kanálu **oznámení**\n\nNyní můžete vytvořit nový kanál, upravit ho a napsat `{members}` do názvu nebo do popisu/tématu kanálu a poté potvrdit změny.\n\nMůžete také přidat více počítadel do jednoho jména/tématu kanálu a kombinovat je s vlastním obsahem, níže je příklad.\n```\n{onlineMembers}/{members} online uživatelů,\n{youtubeSubscribers:https://www.youtube.com/user/mentoss97} odběratelů!\n{onlineMembersWithRole:614777997291028519,614816383053856769} adminů a moderátorů je nyní online!\n```\n\n> Pokud při úpravě názvu/tématu kanálu dosáhnete omezení počtu znaků, prosím zkontrolujte `help editChannel`\n> Aktuální nástavení počítadel můžete zobrazit pomocí příkazu `seeSettings`. Toto je užitečné pro přidání více počítadel bez deaktivace předchozího počítadla.\n\n__**Odstranění počítadel**__\nPro odstranění upravte kanál a napište {disable} do jména/tématu kanálu. Bot toto nahradí za \\✅, což bude znamenat, že byly odstraněny všechny počítadla v daném kanálu.\n\nKanál můžete také přímo smazat", - "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", - "footerText": "Please read the first page of guide to learn how to setup this counter", + "explanation": "**Děkujeme za přidání Member Counter bota na Váš server!**\n__**Vytvořit/upravit počítadla**__\nMůžete například použít `{members}`, který spočítá celkový počet členů na vašem Discord serveru. Více možností naleznete na dalších stránkách.\nPočítadla můžete umístit na jedno z následujících míst:\n\n- Ve **jméně** **hlasového** kanálu\n- Ve **jménu** **kategorie**\n- V **popisu/tématu** **textového** kanálu\n- V **popisu/tématu** kanálu **oznámení**\n\nNyní můžete vytvořit nový kanál, upravit ho a napsat `{members}` do názvu nebo do popisu/tématu kanálu a poté potvrdit změny.\n\nMůžete také přidat více počítadel do jednoho jména/tématu kanálu a kombinovat je s vlastním obsahem, níže je příklad.\n```\n{onlineMembers}/{members} online uživatelů,\n{youtubeSubscribers:https://www.youtube.com/user/mentoss97} odběratelů!\n{onlineMembersWithRole:614777997291028519,614816383053856769} adminů a moderátorů je nyní online!\n```\n\n> Pokud při úpravě názvu/tématu kanálu dosáhnete omezení počtu znaků, prosím zkontrolujte `help editChannel`\n> Aktuální nástavení počítadel můžete zobrazit pomocí příkazu `seeSettings`. Toto je užitečné pro přidání více počítadel bez deaktivace předchozího počítadla.\n\n__**Odstranění počítadel**__\nPro odstranění upravte kanál a napište {disable} do jména/tématu kanálu. Bot toto nahradí za \\✅, což bude znamenat, že byly odstraněny všechny počítadla v daném kanálu.\n\nKanál můžete také přímo smazat", + "countersHeader": "__**Počítadla**__\n> Povolte si režim vývojáře na Discordu (Uživatelská nastavení > Vzhled > Pokročilé > Vývojářský režim)\n> Pro získání ID, klikněte pravým na kanál/roli a poté na \"Kopírovat ID\"\n\n> Počítadla s hvězdičkou (\\+) jsou premium počítadla, více informací v `premium`\n\n> Pokud chcete změnit formátování čísla v počítadlech nezávisle na nastavení serveru, navštivte tuto [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), nebo to proveďte ručně podle tohoto [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", + "footerText": "Přečtěte si prosím první stránku průvodce, abyste se dozvěděli jak nastavit tento čítač", "counters": { "members": { "name": "members", "description": "Uživatelé na serveru", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Přibližný počet online uživatelů na serveru", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Online uživatelé na serveru", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Offline uživatelé na serveru", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "Uživatelé na serveru (kromě botů)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Online uživatelé na serveru (kromě botů)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Offline uživatelé na serveru (kromě botů)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "Boti na severu (počet neobsahuje normální uživatele)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Online boti na severu (počet neobsahuje normální uživatele)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "Offline boti na severu (počet neobsahuje normální uživatele)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Role na serveru", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Zobrazí odpočet, které se snižuje k uvedenému cílovému datu, můžete využít [generátor pro toto počítadlo](https://member-counter.eduardozgz.com/utils/countdown) nebo jej ručně vytvořit nahrazením `targetDate` cílovým datem v časovém razítíku UNIX a volitelně `format` s vlastním formátováním: použijte `%d` pro zobrazení zbývajících dnů, `%h` pro zobrazení zbývajících hodin, `%m` to pro zobrazení zbývajících minut a`%s` pro zobrazení zbývajících sekund", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", - "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "detailedDescription": "Zobrazí výsledek vrácen požadavkem http `GET`. Můžete nastavit `options` [here](https://member-counter.eduardozgz. om/utils/http), nebo vytvořit ručně: `options` je JSON objekt zakódovaný v base64 (k dosažení tohoto můžete použít příkaz base64), tento objekt může mít následující klíče: `url`: Řetězec, s url zdroje, `parseNumber`: boolean; pokud je výsledek platným číslem, bude analyzován a upraven podle nastavení vašeho serveru, `dataPath`: Řetězec; pokud je odpověď JSON objekt, musíte zadat cestu k klíči s hodnotou, která musí být řetězec nebo číslo, syntaxe této cesty se podobá syntaxi, kterou JS používá pro přístup k vlastnostem a položkám pole,,,lifetime\": číslo; v sekundách určuje, jak dlouho bude vrácena odpověď uložena do mezipaměti a používána, výchozí hodnota je 1 hodina", + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multiplies the specified values", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Divides the specified values", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Gets the modulus of the specified values", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "prémiové" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [kanál ID]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Hotovo! Kanál je uzavřen **pro normální uživatele**. Kanál bude zobrazen s 🔒", "errorInvalidChannel": "Můžete uzamknout pouze hlasové kanály!", "errorNoPerms": "Nemohu upravovat kanál s názvem `{CHANNEL}` z důvodu nedostatečných oprávnění", @@ -452,9 +616,11 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [kanál ID] [obsah a čítače]" + ], "helpExample": [ - "editChannel 701396983843127366 {onlineMembers} of {members} Online" + "editChannel 701396983843127366 {onlineMembers} z {members} online" ], "success": "Done! You may have to wait a few minutes to see the new changes", "errorNotFound": "Kanál nebyl nalezen", @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [číslo] [vaše vlastní číslo]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Číslice úspěšně přizpůsobené.", "resetSuccess": "Čísla byla obnovena na výchozí hodnotu.", "errorMissingParams": "Chybějící parametry, prosím podívejte se na `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [lokalizace/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { - "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpDescription": "Můžete povolit nebo odepřít role pro použití příkazů administrace bota.\nMůžete použít ``all`` klíčové slovo pro povolení nebo zamítnutí všech rolí.\nChcete-li zjistit, které role jsou aktuálně povoleny, použijte `seeSettings`.", + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Zobrazí všechna nastavení bota pro tento server.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Nastavení pro server:", "langText": "Jazyk:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Nastavení obnoveno do základního stavu" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Hotovo! Dalším krokem je pozvání premium bota:\n{BOT_LINK}", "errorCannotUpgrade": "Server nelze vylepšit, protože již má premiovou verzi.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Změní jazyk bota pro server, pro změnu musíte mít oprávnění Administrátor.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (jazyk code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Jazyk úspěšně změnen.", "errorNotFound": "Seznam dostupných jazyků:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Odznaky", "credits": "Credits", "serverUpgradesAvailable": "Zbývající vylepšení serveru", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Členové:", "onlineMembers": "Online uživatelé:", "offlineMembers": "Offline uživatelé:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [obsah a čítače]" + ], + "helpExample": [ + "preview {members} členů" + ], "helpImage": "https://i.imgur.com/VzdqzT3.png", "channelName": "Náhled názvu kanálu", "channelTopic": "Náhled názvu kanálu" @@ -581,12 +787,12 @@ "helpDescription": "Creates some locked voice channels with some counters in them\nOptionally set up YouTube or Twitch channel counters.", "helpUsage": [ "setup", - "setup twitch [channel name]", - "setup youtube [channel link]" + "setup twitch [název kanálu]", + "setup youtube [kanálový odkaz]" ], "helpExample": [ "setup", - "setup twitch muhriaa", + "setup muhriaa twitch", "setup youtube https://www.youtube.com/channel/UCXuqSBlHAE6Xw-yeJA0Tunw" ], "status": { @@ -595,7 +801,7 @@ "creatingCategory": "{LOADING} Creating category", "createdCategory": "{CHECK_MARK} Category created" }, - "errorInvalidUsage": "Invalid usage, please, see help", + "errorInvalidUsage": "Neplatné použití, prosím podívejte se na nápovědu", "counterTemplates": { "default": { "categoryName": "📊 Statistiky serveru 📊", @@ -668,7 +874,7 @@ "name": "youtubeViews", "template": "{youtubeViews:{RESOURCE}} Views", "statusCreating": "{LOADING} Creating views counter", - "statusCreated": "{CHECK_MARK} Views counter created" + "statusCreated": "{CHECK_MARK} Zobrazovací počítadlo bylo vytvořeno" } ] }, @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Neplatná akce, zadejte `encode` nebo `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", @@ -734,7 +947,7 @@ }, "manageRoles": { "name": "Manage roles", - "description": "Used by the setup command and to update channel permissions when you add a Premium bot" + "description": "Používá se příkazem nastavení a aktualizuje oprávnění kanálu, když přidáte Premium bota" }, "banMembers": { "name": "Ban members", From 7370b10fb623f83d84295c5caae4d2206a1e5bba Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:00 +0200 Subject: [PATCH 05/13] New translations en_US.json (German) --- src/lang/de_DE.json | 415 +++++++++++++++++++++++++++++++++----------- 1 file changed, 314 insertions(+), 101 deletions(-) diff --git a/src/lang/de_DE.json b/src/lang/de_DE.json index 3c3573709..8e4419a25 100644 --- a/src/lang/de_DE.json +++ b/src/lang/de_DE.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [Befehl oder Zähler]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "Liste der Befehle", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "Anleitung" + ], "pagesText": "Seite {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Vielen Dank das du Member Counter zu deinem Server hinzugefügt hast!**\n__**Erstelle/Ändere einen Counter**__\nFür dieses Beispiel verwenden wir `{members}`, womit die gesamte Anzahl der Mitglieder des Servers gezählt werden, aber du findest weitere Zähler auf den nächsten Seiten.\nDu kannst diesen Zähler an einer der folgenden Stellen platzieren:\n\n- In einem **Sprach**kanal **Namen**\n- In einem **Kategorie Namen**\n- In einer **Text**kanal *Beschreibung**\n- In einer **News**kanal *Beschreibung**\n\nErstelle einen Channel, editiere ihn und schreibe `{members}` in Name oder Beschreibung und klicke 'änderung speichern'\n\nDu kannst auch mehrer Zähler im Namen oder der Beschreibung verwenden und kombinieren. Hier ist ein Beispiel:\n```\n{onlineMembers}/{members} Online Mitglieder, {youtubeSubscribers:https://www.youtube.com/user/enyay} Abonnenten!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Admins und Moderatoren sind Online!\n```\n\n> Wenn du das Zeichen Limit erreichst während du einen Kanal Editierst versuche es mit `help editChannel`\n> Die aktuell eingestellten Zähler kannst du mit `seeSettings` sehen, nützich um mehr Zähler hinzuzufügen ohne dabei bisherige zu deaktivieren\n\n__**Entferne einen Zähler**__\nEditierre den Kanal und schreibe `{disable}` in den Namen/die Beschreibung, Member Counter wird es durch ein \\✅ ersetzen, was bedeutet das der Channel erfolgreich entfernt wurde.\n\nDu kannst du den Kanal auch direkt löschen", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Mitglieder deines Servers", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Ungefähre Anzahl der Online-Member auf Ihrem Server", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Online Mitglieder deines Servers", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Offline Mitglieder deines Servers", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "User deines Servers (ohne Bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Online User deines Servers (ohne Bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Offline User deines Servers (ohne Bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "Bots auf deinem Server (ohne normale User)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Online Bots auf deinem Server (ohne normale User)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "Offline Bots auf deinem Server (ohne normale User)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Rollen in deinem Server", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Zeigt einen Countdown der bis zum angegebenen Datum abfällt, du kannst einfach [den Zähler hier erstellen](https://member-counter.eduardozgz.com/utils/countdown) oder manuell eingeben indem du `targetDate` mit dem Ziel ersetzt. Gib das Datum in einem UNIX-Zeitstempel an. Optional kannst du bei `format` ein benutzerdefinierten Format anfügen: Verwenden Sie `%d`, um die verbleibenden Tage anzuzeigen, `%h`, um die verbleibenden Stunden anzuzeigen, `%m`, um die verbleibenden Minuten anzuzeigen, und `%s`, um die verbleibenden Sekunden anzuzeigen", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multipliziert die angegeben Zahlen", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Dividiert die angegeben Zahlen", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Ruft den Modul der angegebenen Werte ab", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Erledigt! Der Kanal wird jetzt, **für Mitglieder ohne Admin**, ein 🔒 anzeigen", "errorInvalidChannel": "Du kannst nur Sprachkanäle sperren!", "errorNoPerms": "Ich kann diesen Kanal `{CHANNEL}` nicht bearbeiten, da mir die Berechtigungen dazu fehlen", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Ziffern angepasst.", "resetSuccess": "Zahlen wurden auf den Standart zurückgesetzt.", "errorMissingParams": "Fehlende Angabe, bitte beachte `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Zeigt alle Bot Einstellungen für diesen Server.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Einstellungen für den Server:", "langText": "Sprache:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Auf die Standardeinstellungen zurückgesetzt" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Erledigt! Als nächstes kannst du den Premium Bot einladen:\n{BOT_LINK}", "errorCannotUpgrade": "Du kannst diesen Server nicht Verbessern da er bereits Premium besitzt.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Ändere die Sprache des Bots für diesen Server, du brauchst Administrator Berechtigungen um diesem Befehl auszuführen.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Sprache erfolgreich aktualisiert.", "errorNotFound": "Liste der verfügbaren Sprachen:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Abzeichen", "credits": "Credits", "serverUpgradesAvailable": "Verbleibende Server Verbesserungen", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Mitglieder:", "onlineMembers": "Mitglieder Online:", "offlineMembers": "Mitglieder Offline:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Kanal Name Vorschau", "channelTopic": "Kanal beschreibung Vorschau" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "47 / 5000\nUngültige Aktion, es muss `encode` oder `decode` sein" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", From 3e884cac7f31681fc8d53b06c3e9591debba2323 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:01 +0200 Subject: [PATCH 06/13] New translations en_US.json (Hebrew) --- src/lang/he_IL.json | 415 +++++++++++++++++++++++++++++++++----------- 1 file changed, 314 insertions(+), 101 deletions(-) diff --git a/src/lang/he_IL.json b/src/lang/he_IL.json index bf4069872..f9bd3058e 100644 --- a/src/lang/he_IL.json +++ b/src/lang/he_IL.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [command or counter]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "קידומת", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "עמוד {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Thanks for adding Member Counter to your server!**\n__**Create/edit a counter**__\nFor this example we are gonna use `{members}`, which counts the total amount of members in your discord server, but you will find out more counters in the next pages\nYou can place that counter in one of the following places:\n\n- In a **voice** channel **name**\n- In a **category** channel **name**\n- In a **text** channel **topic**\n- In a **news** channel **topic**\n\nNow create a new channel, edit it, and write `{members}` in the name or topic, and click 'save changes'\n\nYou can also add multiple counters in one name/topic, and combine them with your own content, here is a example:\n```\n{onlineMembers}/{members} Online Members, {youtubeSubscribers:https://www.youtube.com/user/enyay} Subscribers!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Admins and mods are online!\n```\n\n> If you reach the character limit when you are editing a name/topic, please check `help editChannel`\n> You can see the current counter configurations with `seeSettings`, this is useful to add more counters without disabling the previous ones\n\n__**Remove a counter**__\nEdit the channel and write {disable} in the name/topic, Member Counter will replace it to a \\✅, that means that you removed all the counters of that channel successfully\n\nYou can also delete the channel directly", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "חברים בשרת שלך", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "מספר חברים משוער בשרת שלך", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "חברים אונליין בשרת שלך", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "חברים מנותקים בשרת שלך", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "משתמשים בשרת שלך (לא כולל בוטים)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "משתמשים אונליין בשרת שלך (לא כולל בוטים)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "משתמשים מנותקים בשרת שלך (לא כולל בוטים)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "בוטים בשרת שלך (לא כולל משתמשים רגילים)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "בוטים אונליין בשרת שלך (לא כולל משתמשים רגילים)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "בוטים מנותקים בשרת שלך (לא כולל משתמשים רגילים)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "תפקידים בשרת שלך", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Shows a countdown that will decrease to the specified target date, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/countdown) or manually creating it by replacing `targetDate` with the target date in a UNIX timestamp, and optionally `format` it with a custom format: use `%d` to show the days left, `%h` to show the hours left, `%m` to show the minutes left and `%s` to show the seconds left", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "מציג מכפלת הערכים שניתנו", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "מציג מנת (חילוק) הערכים שניתנו", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "מציג שארית של חילוק בין הערכים שניתנו", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "הושלם! עכשיו, **למשתמשים ללא הרשאות אדמין**, הערוץ יוצג עם סימן של 🔒", "errorInvalidChannel": "אפשרי לנעול רק ערוצי אודיו!", "errorNoPerms": "אני לא יכול לערוך את הערוץ `{CHANNEL}` בגלל חוסר בהרשאות", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "ספרות הותאמו אישית.", "resetSuccess": "מספרים הוחזרו להגדרות ברירת המחדל.", "errorMissingParams": "חסרים פרמטרים לפקודה. ניתן למצוא רשימת פרמטרים בעזרת הפקודה הבאה:\n`help setDigit`" }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "מראה את כל הגדרות הבוט לשרת הזה.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "הגדרות בשרת:", "langText": "שפה:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "ההגדרות הוחזרו לברירת המחדל" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "הושלם! השלב הבא הוא להזמין את הבוט פרימיום:\n{BOT_LINK}", "errorCannotUpgrade": "אי אפשר לשדרג את השרת הזה כי לשרת כבר יש פרימיום.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "משנה את השפה של הבוט בשרת הזה, מחייב להיות בעל הרשאת אדמיניסטרטור בשביל להריץ את הפקודה הזו.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "השפה השתנתה בהצלחה.", "errorNotFound": "רשימה של שפות אפשריות:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "תגים", "credits": "Credits", "serverUpgradesAvailable": "שידרוגי שרת נותרים", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "חברים:", "onlineMembers": "חברים אונליין:", "offlineMembers": "חברים מנותקים:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "תצוגה מוקדמת לשם ערוץ", "channelTopic": "תצוגה מוקדמת לנושא ערוץ" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "פעולה לא חוקית, חייב להיות `encode` או `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", From 78b32d2386f19719e536c1cf9da493eb6b33610c Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:01 +0200 Subject: [PATCH 07/13] New translations en_US.json (Italian) --- src/lang/it_IT.json | 417 +++++++++++++++++++++++++++++++++----------- 1 file changed, 315 insertions(+), 102 deletions(-) diff --git a/src/lang/it_IT.json b/src/lang/it_IT.json index c6ed20959..9c8ef863e 100644 --- a/src/lang/it_IT.json +++ b/src/lang/it_IT.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [command or counter]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "Lista dei comandi", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Pagina {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Grazie per aver aggiunto Member Counter al tuo server!**\n__**Crea/modifica un contatore**__\nPer questo esempio utilizzeremo `{members}`, che conta il numero totale di membri nel tuo server discord, ma troverai altri contatori nelle prossime pagine\nPuoi piazzare un contatore in uno dei seguenti posti:\n\n- Nel **nome** di un canale **vocale*\n- Nel **nome** di un canale **categoria**\n- Nell'**argomento** di un canale **testuale**\n- Nell'**argomento** di un canale di **notizie**\n\nOra crea un nuovo canale, modificalo e scrivi `{members}` nel nome o nell'argomento, poi premi 'salva modifiche'\n\nPuoi anche aggiungere multipli contatori al nome/argomento, e combinarli con i tuoi contenuti, ad esempio:\n```\n{onlineMembers}/{members} Membri Online, {youtubeSubscribers:https://www.youtube.com/user/enyay} Iscritti!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Amministratori e moderatori online!\n```\n\n> Se raggiungi il limite dei caratteri quando modifichi il nome o l'argomento, perfavore controlla`help editChannel`\n> Puoi vedere le configurazioni dei contatori correnti con `seeSettings`, questo è utile per aggiungere altri contatori senza disabilitare gli altri\n\n__**Rimuovere un contatore**__\nModifica il canale e scrivi {disable} nel nome o nell'argomento, Member Counter lo rimpiazzerà con un \\✅, che significa che hai rimosso tutti i contatori di quel canale con successo\n\nPuoi anche eliminare direttamente il canale", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Members in your server", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Approximated online members in your server", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Online members in your server", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Offline members in your server", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "Users in your server (excludes bot)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Online users in your server (excludes bot)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Offline users in your server (excludes bot)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "Bots in your server (excludes normal users)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Online bots in your server (excludes normal users)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "Offline bots in your server (excludes normal users)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Ruoli nel tuo server", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Shows a countdown that will decrease to the specified target date, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/countdown) or manually creating it by replacing `targetDate` with the target date in a UNIX timestamp, and optionally `format` it with a custom format: use `%d` to show the days left, `%h` to show the hours left, `%m` to show the minutes left and `%s` to show the seconds left", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multiplies the specified values", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Divides the specified values", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Gets the modulus of the specified values", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Done! Now, **for non admin users**, the channel will be displayed with a 🔒", "errorInvalidChannel": "You can only lock voice channels!", "errorNoPerms": "I can't edit the channel `{CHANNEL}` due to lack of permissions", @@ -452,25 +616,35 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], "success": "Done! You may have to wait a few minutes to see the new changes", - "errorNotFound": "Channel not found", + "errorNotFound": "Canale non trovato", "errorNoContent": "Devi fornire del contenuto" }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Cifre personalizzate.", "resetSuccess": "Numeri ripristinati a quelli predefiniti.", "errorMissingParams": "Parametri mancanti, perfavore vedi `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Shows all bot settings for this server.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Settings for guild:", "langText": "Language:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Restored to default settings" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Done! The next step is invite the premium bot:\n{BOT_LINK}", "errorCannotUpgrade": "You can't upgrade the server because it already has premium.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Changes the bot language for this server, you must have administrator permissions to run this command.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Language changed successfully.", "errorNotFound": "List of available languages:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Badges", "credits": "Credits", "serverUpgradesAvailable": "Server upgrades left", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Members:", "onlineMembers": "Online members:", "offlineMembers": "Offline members:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Channel name preview", "channelTopic": "Channel topic preview" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Invalid action, it must be `encode` or `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", From ff00a698b2e2b7e69c1fbed7b8db4f9ce210c977 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:02 +0200 Subject: [PATCH 08/13] New translations en_US.json (Polish) --- src/lang/pl_PL.json | 415 +++++++++++++++++++++++++++++++++----------- 1 file changed, 314 insertions(+), 101 deletions(-) diff --git a/src/lang/pl_PL.json b/src/lang/pl_PL.json index f5d4662a7..a9bf3a988 100644 --- a/src/lang/pl_PL.json +++ b/src/lang/pl_PL.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Uzyskaj pomoc na temat komend i liczników.", - "helpUsage": ["pomoc [polecenie lub licznik]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "pomoc [polecenie lub licznik]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Informacje o użytkowaniu:** `()` oznacza opcjonalny parametr, podczas gdy `[]` oznacza wymagany", "embedReply": { "title": "Lista komend", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Wyświetla instrukcję bota oraz listę dostępnych liczników.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Strona {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "** Dziękujemy za dodanie Member Counter do serwera! **\n__ ** Utwórz / edytuj licznik ** __\nW tym przykładzie użyjemy `{members}`, która zlicza całkowitą liczbę członków na twoim serwerze discord, ale znajdziesz więcej liczników na następnych stronach\nMożesz umieścić ten licznik w jednym z następujących miejsc:\n\n- W ** głosowym ** kanale ** nazwa **\n- W ** kategorii ** knału ** nazwa **\n- W ** tekstowym ** kanale ** temat **\n- W ** wiadomości ** kanału ** temat *\n\nTeraz utwórz nowy kanał, edytuj go i napisz „{members}` w nazwie lub temacie i kliknij „zapisz zmiany”\n\nMożesz także dodać wiele liczników do jednej nazwy / tematu i połączyć je z własną treścią, oto przykład:\n\n{onlineMembers}/{members} Członkowie Online, {youtubeSubscribers:https://www.youtube.com/user/enyay} Subskrypcje!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Admini i moderatorzy są online!\n```\n\n> Jeśli osiągniesz limit znaków podczas edytowania nazwy/tematu, sprawdź „ help editChannel`\n> Możesz zobaczyć bieżące konfiguracje liczników za pomocą ` seeSettings`, przydatne jest dodanie większej liczby liczników bez wyłączania poprzednich\n\n__ ** Usuń licznik ** __\nW nazwie kanału głosowego / kategorii:\nEdytuj nazwę kanału i wpisz „{disable}” w nazwie, Member Counter zastąpi ją „✔”, co oznacza, że ​​pomyślnie usunąłeś wszystkie liczniki tego kanału\n\nMożesz także usunąć kanał bezpośrednio", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Członkowie na twoim serwerze", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Approximated online members in your server", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Członkowie online na twoim serwerze", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Członkowie offline na twoim serwerze", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "Użytkownicy na twoim serwerze (bez bota)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Użytkownicy online na twoim serwerze (bez bota)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Użytkownicy offline na twoim serwerze (nie dotyczy bota)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "Boty na twoim serwerze (z wyłączeniem zwykłych użytkowników)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Boty online na twoim serwerze (z wyłączeniem zwykłych użytkowników)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "Offline boty na twoim serwerze (nie dotyczy zwykłych użytkowników)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Role na twoim serwerze", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Pokazuje odliczanie, które spadnie do określonej daty docelowej, możesz łatwo [wygenerować ten licznik tutaj](https://member-counter.eduardozgz.com/utils/countdown) lub ręcznie utworzyć go, zastępując `targetDate` celem data w znaczniku czasu UNIX i opcjonalnie sformatuj 'go niestandardowym formatem: użyj `%d`, aby wyświetlić pozostałe dni, `%h`, aby wyświetlić pozostałe godziny, `%m`, aby wyświetlić pozostałe minuty, i `%s`, aby pokazać pozostałe sekundy", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multiplies the specified values", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Divides the specified values", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Gets the modulus of the specified values", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Gotowe! Teraz, **dla użytkowników bez admin'a**, then kanał będzie wyświetlać 🔒", "errorInvalidChannel": "Możesz tylko zamknąć kanały głosowe!", "errorNoPerms": "Nie mogę edytować kanału `{CHANNEL}` z powodu braku permisji ", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Cyfra dostosowana.", "resetSuccess": "Liczby przywrócono do domyślnych.", "errorMissingParams": "Brakujące parametry, zobacz `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Wyświetla wszystkie ustawienia bota dla tego serwera.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Ustawienia dla serwera:", "langText": "Język:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Przywrócono ustawienia domyślne" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Gotowe! Następnym krokiem jest zaproszenie bota premium:\n{BOT_LINK}", "errorCannotUpgrade": "Nie możesz zaktualizować serwera, ponieważ ma już premium.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Aby użyć komendy zmiany języka bota dla tego serwera, musisz mieć uprawnienia administratora.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Pomyślna zmiana języka.", "errorNotFound": "Lista dostępnych języków:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Odznaki", "credits": "Credits", "serverUpgradesAvailable": "Zostały aktualizacje serwera", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Członkowie:", "onlineMembers": "Członkowie online:", "offlineMembers": "Członkowie offline:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Channel name preview", "channelTopic": "Channel topic preview" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Invalid action, it must be `encode` or `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", From b21178797f9c4eac1612cc20a2e500dd9f3c7b51 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:03 +0200 Subject: [PATCH 09/13] New translations en_US.json (Russian) --- src/lang/ru_RU.json | 419 +++++++++++++++++++++++++++++++++----------- 1 file changed, 316 insertions(+), 103 deletions(-) diff --git a/src/lang/ru_RU.json b/src/lang/ru_RU.json index 96628aa5f..e0ca93ad4 100644 --- a/src/lang/ru_RU.json +++ b/src/lang/ru_RU.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [command or counter]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "Лист команд", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Страница {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Спасибо за добавление Member Counter на ваш сервер!**\n__**Создание/изменение счётчика:**__\nДля этого примера мы будем использовать `{members}`, который считает общее кол-во участников в вашем дискорд сервере, но вы можете найти больше вариаций счётчиков на следующих страницах.\nВы можете поставить этот счётчик в одно из указанных мест:\n\n- В **имя** **голосового** канала\n- В **имя** **категории**\n- В **заголовок** **текстового** канала\n- В **заголовок** **новостного** канала\n\nА теперь создайте новый канал, измените его, и напишите `{members}` в имя этого канала или его заголовок, и нажмите 'сохранить изменения'.\n\nВы также можете добавлять несколько счётчиков в имя канала/заголовок канала, или комбинировать их как вашей душе угодно. Приведём пример:\n```\n{onlineMembers}/{members} Участники Онлайн, {youtubeSubscribers:https://www.youtube.com/user/enyay} Подписчики!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Админы и модераторы онлайн!\n```\n> Если вы достигаете лимита символов, когда вы изменяете имя/заголовок, пожалуйста, проверьте `help editChannel`\n> Вы можете просмотреть конфигурацию нужного счётчика в `seeSettings`, это полезно для того, чтобы добавлять больше счётчиков без отключения уже существующих.\n\n__**Удаление счётчика**__\nВ голосовом канале/категории:\nНапишите в имя канала/категории `{disable}`, и Member Counter заменит это на \\✅, что значит вы удалили все счётчики этого канала успешно.\n\nВы также можете удалить канал вручную.", "countersHeader": "__**Счётчики**__\n> Вы должны включить режим разработчика в Дискорде (Настройки пользователя > Внешний вид > Расширенные > Режим разработчика)\n> Чтобы получить ID, кликните правой кнопкой мыши по каналу/роли и нажмите \"Копировать ID\"\n\n> Счётчики, помеченные плюсом (\\+) являются премиум-счётчиками, больше информации сможете найти в `premium`\n\n> Если вы хотите изменить форматирование цифр в счётчике независимо от серверных настроек, просмотрите эту [страницу](https://member-counter.eduardozgz.com/utils/overwrite-settings), или сделайте это вручную следуя [инструкции](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Все участники вашего сервера", "detailedDescription": "Подсчитывает, сколько участников имеет сервер", - "usage": ["{members}"], - "example": ["{members} Участники"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Участники" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Приблизительное кол-во участников онлайн на вашем сервере", "detailedDescription": "Подсчитывает примерное кол-во пользователей онлайн на сервере", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Онлайн"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Онлайн" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Участники онлайн на вашем сервере", "detailedDescription": "Подсчитывает кол-во пользователей онлайн на сервере", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Онлайн"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Онлайн" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Участники оффлайн на вашем сервере", "detailedDescription": "Подсчитывает кол-во пользователей оффлайн на сервере", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Оффлайн"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Оффлайн" + ] }, "users": { "name": "users", "description": "Все пользователи вашего сервера (исключая ботов)", "detailedDescription": "Подсчитывает, сколько пользователей (за исключением ботов) находятся на сервере", - "usage": ["{users}"], - "example": ["{users} Пользователи"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Пользователи" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Пользователи онлайн на вашем сервере (исключая ботов)", "detailedDescription": "Подсчитывает, сколько пользователей (за исключением ботов) онлайн на сервере", - "usage": ["{users}"], - "example": ["{users} Пользователей онлайн"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Пользователей онлайн" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Пользователи оффлайн на вашем сервере (исключая ботов)", "detailedDescription": "Подсчитывает, сколько пользователей (за исключением ботов) оффлайн на сервере", - "usage": ["{users}"], - "example": ["{users} Оффлайн"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Оффлайн" + ] }, "bots": { "name": "bots", "description": "Боты на вашем сервере (исключает нормальных пользователей)", "detailedDescription": "Подсчитывает, сколько ботов (за исключением обычных пользователей) находятся на сервере", - "usage": ["{bots}"], - "example": ["{bots} Ботов"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Ботов" + ] }, "onlineBots": { "name": "onlineBots", "description": "Боты онлайн на вашем сервере (исключает нормальных пользователей)", "detailedDescription": "Подсчитывает, сколько ботов (за исключением обычных пользователей) онлайн на сервере", - "usage": ["{bots}"], - "example": ["{bots} Ботов онлайн"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Ботов онлайн" + ] }, "offlineBots": { "name": "offlineBots", "description": "Боты оффлайн на вашем сервере (исключает нормальных пользователей)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Кол-во ролей на вашем сервере", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:никнейм", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Отображает заданный вами обратный отсчет, время которого закончится на указанной вами дате, вы можете легко [сгенерировать этот счётчик здесь](https://member-counter.eduardozgz.com/utils/countdown) или же создать его вручную путём замены значения `targetDate` на нужную дату в временном формате UNIX, также присутствует выбор отображаемого в счётчике формата - `format`: используйте `%d` для отображения оставшихся дней, `%h` для отображения оставшихся часов, `%m` для отображения оставшихся минут и `%s` для отображения оставшихся секунд в счётчике.", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,и т.д.", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2, и т.д.", "description": "Умножает указанные значения", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2, и т.д.", "description": "Деление указанных значений", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2, и т.д.", "description": "Получает модуль указанных значений", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Получить премиум бота]({GET_PREMIUM_BOT_URL}) и наслаждаться:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Выполнено! Теперь **для пользователей, не имеющих прав администратора** канал будет отображаться с 🔒", "errorInvalidChannel": "Вы можете закрывать только голосовые каналы!", "errorNoPerms": "Я не могу редактировать канал `{CHANNEL}`, потому что у меня недостаточно прав.", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Цифра успешно изменена.", "resetSuccess": "Числа восстановлены к значению по умолчанию.", "errorMissingParams": "Недостаточно параметров, пожалуйста, просмотрите `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/BBD43CB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Показывает все настройки бота для этого сервера.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Настройки для сервера:", "langText": "Язык:", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Восстановлено к значению по умолчанию" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Готово! Следующий шаг - приглашение премиум версии бота:\n{BOT_LINK}", "errorCannotUpgrade": "Вы не можете улучшить этот сервер, потому что он уже улучшен до премиум версии.", "noServerUpgradesAvailable": "Вы не можете использовать больше апгрейдов потому что у вас их не осталось" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Добавьте меня на свой сервер]({BOT_INVITE_URL})\n[Сайт]({WEBSITE})\n[Получить премиум]({GET_PREMIUM_BOT_URL})\n[Сервер поддержки]({BOT_SERVER_URL})\n[Репозиторий GitHub](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Меняет язык бота для этого сервера, у вас должны быть права администратора, чтобы использовать эту команду.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Язык успешно изменён.", "errorNotFound": "Список доступных языков:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Значки", "credits": "Credits", "serverUpgradesAvailable": "Осталось улучшений сервера", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Участники:", "onlineMembers": "Онлайн участники:", "offlineMembers": "Оффлайн участники:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/DoJXler.png", "channelName": "Предварительное название канала", "channelTopic": "Предварительное описание канала" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Неверный параметр, должен быть `encode` либо `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Опционально)", "adminWarning": "**Этот бот имеет права администратора, пожалуйста, отключите права администратора и установите только необходимые для работы права**", @@ -709,7 +922,7 @@ }, "voiceConnect": { "name": "Подключаться", - "description": "Используется для обновления имени/описания каналов для обновления счетчиков" + "description": "Используется для доступа к имени/описанию каналов для обновления счетчиков" }, "readMessageHistory": { "name": "Прочитать историю сообщений", @@ -757,7 +970,7 @@ "notAvailable": "Не доступно, пожалуйста подождите" }, "paginator": { - "pageCounter": "Страница {CURRENT_PAGE}/{TOTAL_PAGES}", + "pageCounter": "Стр. {CURRENT_PAGE}/{TOTAL_PAGES}", "jumpPrompt": "Which page would you like to go to? Type `{CANCEL_STRING}` or `0` to cancel the prompt. You have 15 seconds to reply.", "cancelText": "cancel", "errorPageLengthExceeded": "Номер страницы должен быть меньше или равен {TOTAL_PAGES}. Пожалуйста, попробуйте ещё раз.", From ff37ed83d4d7ac82844fb318e5d85365ff7f9ac8 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:04 +0200 Subject: [PATCH 10/13] New translations en_US.json (Turkish) --- src/lang/tr_TR.json | 415 +++++++++++++++++++++++++++++++++----------- 1 file changed, 313 insertions(+), 102 deletions(-) diff --git a/src/lang/tr_TR.json b/src/lang/tr_TR.json index 6ecc418b5..89046f34c 100644 --- a/src/lang/tr_TR.json +++ b/src/lang/tr_TR.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Komutlar ve sayaçlar hakkında yardım alın.", - "helpUsage": ["help [komut veya sayaç]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [komut veya sayaç]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Kullanım bilgisi:** `()` isteğe bağlı bir parametre anlamına, `[]` ise gerekli bir parametre anlamına gelir", "embedReply": { "title": "Komut Listesi", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Botun nasıl kullanılacağına dair bir kılavuz ve mevcut sayaçların bir listesini gösterir.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Sayfa {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Sunucunuza Member Counter'ı eklediğiniz için teşekkürler!**\n__**Sayaç Oluşturma/Düzenleme**__\nBu örnek için, Discord sunucunuzdaki toplam üye sayısını sayan `{members}` sayacını kullanacağız, ancak sonraki sayfalarda daha fazla sayaç bulacaksınız.\nBu sayacı aşağıdaki yerlerden birine yerleştirebilirsiniz:\n\n- **ses** kanal **adına**\n- **kategori adına**\n- **yazı** kanalı **başlığına**\n- **duyuru** kanalı **başlığına**\n\nŞimdi yeni bir kanal oluşturun, düzenleyin ve ada veya başlığa `{members}` yazın ve 'değişiklikleri kaydet'e tıklayın\n\nAyrıca bir ad/başlığa birden fazla sayaç ekleyebilir ve bunları kendi içeriğinizle birleştirebilirsiniz, işte örnekler:\n```\n{onlineMembers}/{members} Aktif Üye, {youtubeSubscribers:https://www.youtube.com/user/enyay} Abone!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Yönetici ve Mod Aktif!\n```\n\n> Bir adı/konuyu düzenlerken karakter sınırına ulaşırsanız, lütfen `help editChannel` ile kontrol edin.\n> Mevcut sayaç yapılandırmalarını `seeSettings` ile görebilirsiniz, bu, önceki sayaçları devre dışı bırakmadan daha fazla sayaç eklemek için kullanışlıdır.\n\n__**Sayaç Kaldırma**__\nKanalı düzenleyin ve kanal adına/başlığa {disable} yazın, Member Counter kanal adını \\✅ olarak değiştirecektir, bu şey kanalın tüm sayaçlarını başarıyla kaldırdığınız anlamına gelir.\n\nDoğrudan kanalı da silebilirsiniz", "countersHeader": "__**Sayaçlar**__\n> Discord'da geliştirici modunu etkinleştirmelisiniz (Kullanıcı Ayarları \\> Görünüm \\> Gelişmiş \\> Geliştirici Modu)\n> Bir ID almak için, kanala/role sağ tıklayın ve \"ID'yi Kopyala\"ya basın. \n\n> Artı işaretli (\\+) sayaçlar premium sayaçlardır, `premium` komutunu kullanarak daha fazla bilgi alabilirsiniz.\n\n> Bir sayaçtaki sayı biçimlendirmesini sunucu ayarlarından bağımsız olarak değiştirmek istiyorsanız bu [sayfayı](https://member-counter.eduardozgz.com/utils/overwrite-settings) ziyaret edebilir veya manuel olarak bu [talimatları](https://github.com/eduardozgz/member-counter-bot/issues/98) takip ederek yapabilirsiniz\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Sunucunuzdaki üye sayısını gösterir", "detailedDescription": "Bir sunucunun kaç üyesi olduğunu sayar", - "usage": ["{members}"], - "example": ["{members} Üye"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Üye" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Sunucunuzdaki yaklaşık üye sayısını gösterir", "detailedDescription": "Sunucuda yaklaşık olarak kaç üyenin aktif olduğunu sayar", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Aktif"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Aktif" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Sunucunuzda aktif üye sayısını gösterir", "detailedDescription": "Sunucuda kaç üyenin aktif olduğunu sayar", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Aktif"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Aktif" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Sunucunuzdaki çevrimdışı üye sayısını gösterir", "detailedDescription": "Sunucuda kaç üyenin çevrimdışı olduğunu sayar", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Çevrimdışı"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Çevrimdışı" + ] }, "users": { "name": "users", "description": "Sunucunuzdaki kullanıcı sayısını gösterir (botlar hariç)", "detailedDescription": "Sunucuda (bot hesapları hariç) kaç kullanıcının olduğunu sayar", - "usage": ["{users}"], - "example": ["{users} Kullanıcı"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Kullanıcı" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Sunucunuzdaki aktif kullanıcı sayısını gösterir (botlar hariç)", "detailedDescription": "Sunucuda (bot hesapları hariç) kaç kullanıcının aktif olduğunu sayar", - "usage": ["{users}"], - "example": ["{users} Aktif Kullanıcı"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Aktif Kullanıcı" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Sunucunuzdaki çevrimdışı kullanıcı sayısını gösterir (botlar hariç)", "detailedDescription": "Sunucuda (bot hesapları hariç) kaç kullanıcının çevrimdışı olduğunu sayar", - "usage": ["{users}"], - "example": ["{users} Çevrimdışı"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Çevrimdışı" + ] }, "bots": { "name": "bots", "description": "Sunucunuzdaki bot sayısı", "detailedDescription": "Sunucuda kaç bot olduğunu sayar", - "usage": ["{bots}"], - "example": ["{bots} Bot"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bot" + ] }, "onlineBots": { "name": "onlineBots", "description": "Sunucunuzdaki aktif bot sayısı", "detailedDescription": "Sunucuda kaç botun aktif olduğunu sayar", - "usage": ["{bots}"], - "example": ["{bots} Aktif Bot"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Aktif Bot" + ] }, "offlineBots": { "name": "offlineBots", "description": "Sunucunuzdaki çevrimdışı bot sayısını gösterir", "detailedDescription": "Sunucuda kaç botun çevrimdışı olduğunu sayar", - "usage": ["{bots}"], - "example": ["{bots} Çevrimdışı Bot"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Çevrimdışı Bot" + ] }, "roles": { "name": "roles", "description": "Sunucunuzdaki rol sayısını gösterir", "detailedDescription": "Sunucuda kaç tane rol olduğunu sayar", - "usage": ["{roles}"], - "example": ["{roles} Rol"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Rol" + ] }, "channels": { "name": "channels", "description": "Sunucunuzdaki (kategoriler hariç) veya bir kategori altındaki kanal sayısını gösterir", "detailedDescription": "Sunucuda kaç (kategori kanalları hariç) kanal olduğunu sayar, `:` işaretinden sonra virgülle ayırarak bir veya daha fazla kategori IDsi belirtirseniz, yalnızca belirtilen kategoriler altındaki kanallar sayılır", - "usage": ["{channels}", "{channels:kategoriID1,kategoriID2}"], + "usage": [ + "{channels}", + "{channels:kategoriID1,kategoriID2}" + ], "example": [ "{channels} Kanal", "{channels:6509281904766437,5823659271648290} Talep Açık" @@ -138,7 +193,9 @@ "name": "membersWithRole:rol1ID,rol2ID", "description": "Rol veya rollere sahip üye sayısını gösterir", "detailedDescription": "Bir role veya rollere sahip kaç üyenin olduğunu sayar, sayılmasını istediğiniz rol IDlerini `:` işaretinden sonra yazın ve rol IDlerini virgülle ayırın", - "usage": ["{membersWithRole:rol1ID,rol2ID}"], + "usage": [ + "{membersWithRole:rol1ID,rol2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Yönetici ve Mod" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:rol1ID,rol2ID", "description": "Rol veya rollere sahip aktif üye sayısını gösterir", "detailedDescription": "Bir role veya rollere sahip kaç üyenin aktif olduğunu sayar, sayılmasını istediğiniz rol IDlerini `:` işaretinden sonra yazın ve rol IDlerini virgülle ayırın", - "usage": ["{onlineMembersWithRole:rol1ID,rol2ID}"], + "usage": [ + "{onlineMembersWithRole:rol1ID,rol2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Aktif Yönetici ve Mod", "{onlineMembersWithRole:5823659271648290}/{membersWithRole:5823659271648290} Yönetici Aktif" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:rol1ID,rol2ID", "description": "Rol veya rollere sahip çevrimdışı üye sayısını gösterir", "detailedDescription": "Bir role veya rollere sahip kaç üyenin çevrimdışı olduğunu sayar, sayılmasını istediğiniz rol IDlerini `:` işaretinden sonra yazın ve rol IDlerini virgülle ayırın", - "usage": ["{offlineMembersWithRole:rol1ID,rol2ID}"], + "usage": [ + "{offlineMembersWithRole:rol1ID,rol2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Çevrimdışı Yönetici ve Mod", "{offlineMembersWithRole:5823659271648290}/{membersWithRole:5823659271648290} Yönetici Çevrimdışı" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Sunucunuzdaki banlı üye sayısını gösterir", "detailedDescription": "Kaç üyenin banlandığını sayar, botun bu sayıyı alabilmesi için üyeleri engelle yetkisine sahip olması gerekir", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banlı", "{bannedMembers} üyeye ban çekiciyle vuruldu" @@ -202,15 +265,21 @@ "nitro-boosters": { "name": "nitro-boosters", "description": "Sunucuyu boostlayan toplam üye sayısını gösterir", - "detailedDescription": "Sunucuyu boostlayan toplam üye sayısını gösterir", - "usage": ["{nitro-boosters}"], - "example": ["Müthiş Boostçu Sayısı: {nitro-boosters}"] + "detailedDescription": "Sunucuyu boostlayan toplam üye sayısını sayar", + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Müthiş Boostçu Sayısı: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:kanalURLsi", "description": "Bir YouTube kanalının abone sayısını gösterir", "detailedDescription": "Bir YouTube kanalının kaç aboneye sahip olduğunu sayar, `kanalURLsi` yerine istediğiniz kanalın URL'sini girin", - "usage": ["{youtubeSubscribers:kanalURLsi}"], + "usage": [ + "{youtubeSubscribers:kanalURLsi}" + ], "example": [ "Abone Sayısı: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:kanalURLsi", "description": "Bir YouTube kanalının izlenme sayısını gösterir", "detailedDescription": "Bir YouTube kanalının kaç kez görüntülendiğini sayar, `kanalURLsi` yerine istediğiniz kanalın URL'sini girin", - "usage": ["{youtubeViews:kanalURLsi}"], + "usage": [ + "{youtubeViews:kanalURLsi}" + ], "example": [ "Görüntüleme Sayısı: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:kanalURLsi", "description": "Bir YouTube kanalının video sayısını gösterir", "detailedDescription": "Bir YouTube kanalının kaç videosu olduğunu sayar, `kanalURLsi` yerine istediğiniz kanalın URL'sini girin", - "usage": ["{youtubeVideos:kanalURLsi}"], + "usage": [ + "{youtubeVideos:kanalURLsi}" + ], "example": [ "Video Sayısı: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:kanalURLsi", "description": "Bir YouTube kanalının adını görüntüler", "detailedDescription": "Bir YouTube kanalının adını görüntüler, `kanalURLsi` yerine istediğiniz kanalın URL'sini girin", - "usage": ["{youtubeChannelName:kanalURLsi}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:kanalURLsi}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:kullanıcıAdı", "description": "Bir Twitch kanalının takipçi sayısı", "detailedDescription": "Bir Twitch kanalının kaç takipçisi olduğunu sayar, `kullanıcıAdı` bölümünü istediğiniz kanal adıyla değiştirin", - "usage": ["{twitchFollowers:kullanıcıAdı}"], - "example": ["{twitchFollowers:ninja} Takipçi"] + "usage": [ + "{twitchFollowers:kullanıcıAdı}" + ], + "example": [ + "{twitchFollowers:ninja} Takipçi" + ] }, "twitchViews": { "name": "twitchViews:kullanıcıAdı", "description": "Bir Twitch kanalının izlenme sayısını gösterir", "detailedDescription": "Bir Twitch kanalının kaç kez görüntülendiğini sayar, `kullanıcıAdı` bölümünü istediğiniz kanal adıyla değiştirin", - "usage": ["{twitchViews:kullanıcıAdı}"], - "example": ["{twitchViews:ninja} Görüntüleme"] + "usage": [ + "{twitchViews:kullanıcıAdı}" + ], + "example": [ + "{twitchViews:ninja} Görüntüleme" + ] }, "twitchChannelName": { "name": "twitchChannelName:kullanıcıAdı", "description": "Bir Twitch kanalının adını görüntüler", "detailedDescription": "Bir Twitch kanalının adını görüntüler, `kullanıcıAdı` bölümünü istediğiniz kanal adıyla değiştirin", - "usage": ["{twitchChannelName:kullanıcıAdı}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:kullanıcıAdı}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:kullanıcıAdı", "description": "Bir [Memerator](https://memerator.me) kullanıcısının meme sayısını görüntüler", "detailedDescription": "Bir [Memerator](https://memerator.me) kullanıcısının meme sayısını görüntüler, `kullanıcıAdı` bölümünü istediğiniz profilin adıyla değiştirin", - "usage": ["{memeratorMemes:kullanıcıAdı}"], - "example": ["Meme Sayısı: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:kullanıcıAdı}" + ], + "example": [ + "Meme Sayısı: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:kullanıcıAdı", "description": "Bir [Memerator](https://memerator.me) kullanıcısının takipçi sayısını görüntüler", "detailedDescription": "Bir [Memerator](https://memerator.me) kullanıcısının takipçi sayısını görüntüler, `kullanıcıAdı` bölümünü istediğiniz profilin adıyla değiştirin", - "usage": ["{memeratorFollowers:kullanıcıAdı}"], - "example": ["Takipçi Sayısı: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:kullanıcıAdı}" + ], + "example": [ + "Takipçi Sayısı: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:kullanıcıAdı", "description": "Bir Twitter kullanıcısının takipçi sayısını gösterir", "detailedDescription": "Bir Twitter kullanıcısının kaç takipçisi olduğunu sayar, `kullanıcıAdı` bölümünü istediğiniz profilin adıyla değiştirin", - "usage": ["{twitterFollowers:kullanıcıAdı}"], - "example": ["Takipçi Sayısı: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:kullanıcıAdı}" + ], + "example": [ + "Takipçi Sayısı: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Bir subredditin üye sayısını gösterir", "detailedDescription": "Bir subredditin üye sayısını gösterir, `subreddit` bölümünü istediğiniz subreddit ile değiştirin", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditör Sayısı: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditör Sayısı: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Bir subredditin aktif üye sayısını gösterir", - "detailedDescription": "Bir subredditin üye sayısını gösterir, `subreddit` bölümünü istediğiniz subreddit ile değiştirin", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Aktif Redditör Sayısı: {redditMembersOnline:science}"] + "detailedDescription": "Bir subredditin üye sayısını sayar, `subreddit` bölümünü istediğiniz subreddit ile değiştirin", + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Aktif Redditör Sayısı: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Bir subredditin başlığını görüntüler", "detailedDescription": "Bir subredditin başlığını görüntüler, `subreddit` bölümünü istediğiniz subreddit ile değiştirin", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:kullanıcıAdı", "description": "Bir Instagram hesabındaki takipçi sayısını gösterir", "detailedDescription": "Bir Instagram hesabındaki takipçi sayısını gösterir, `kullanıcıAdı` bölümünü asıl Instagram kullanıcı adıyla değiştirin", - "usage": ["{instagramFollowers:kullanıcıAdı}"], - "example": ["Takipçi Sayısı: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:kullanıcıAdı}" + ], + "example": [ + "Takipçi Sayısı: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:hedefTarih:format", "description": "Belirtilen hedef tarih için bir geri sayım gösterir", "detailedDescription": "Belirtilen hedef tarihe düşecek bir geri sayım gösterir, kolayca [bu sayacı burada oluşturabilir](https://member-counter.eduardozgz.com/utils/countdown) veya `hedefTarih`i hedef tarihle değiştirerek manuel olarak oluşturabilirsiniz. UNIX zaman damgasında tarih ve isteğe bağlı olarak özel bir formatla `format`a: kalan günü göstermek için `%d`, kalan saati göstermek için `%h`, kalan dakikayı göstermek için `%m` ve kalan saniyeyi göstermek için `%s` yazabilirsiniz", - "usage": ["{countdown:hedefTarih:format}"], + "usage": [ + "{countdown:hedefTarih:format}" + ], "example": [ "Yeni yıl için; {countdown:1640991600:%d gün, %h saat, %m dakika} kaldı" ] @@ -323,7 +442,9 @@ "name": "game:gameId:adres", "description": "Bir oyun (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, vb.) sunucusundaki aktif oyuncu sayısını gösterir", "detailedDescription": "Bir oyun sunucusunda kaç aktif oyuncu olduğunu (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, vb.) sayar, `gameId` yerine [burada](https://github.com/gamedig/node-gamedig/#games-list) listelenenlerden birini ve `adres` kısmını ise asıl sunucu adresiyle değiştirin", - "usage": ["{game:gameId:adres}"], + "usage": [ + "{game:gameId:adres}" + ], "example": [ "{game:minecraft:mc.hypixel.net} Üye Madencilik ve Eşya Yapıyor" ] @@ -332,14 +453,20 @@ "name": "clock:saatDilimi", "description": "Belirtilen saat diliminin saatine sahip bir saat gösterir", "detailedDescription": "Belirtilen saat dilimine göre saati gösterir, kolayca [bu sayacı burada oluşturabilir](https://member-counter.eduardozgz.com/utils/clock) veya `saatDilimi` bölümünü geçerli bir IANA saat dilimiyle değiştirebilirsiniz", - "usage": ["{clock:saatDilimi}"], - "example": ["Türkiye: {clock:Europe/Istanbul}"] + "usage": [ + "{clock:saatDilimi}" + ], + "example": [ + "Türkiye: {clock:Europe/Istanbul}" + ] }, "http": { "name": "http:options", "description": "Bir http isteğinin sonucunu gösterir", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Son abone: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -361,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Merhaba, Dünya!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Merhaba, Dünya!}" + ] }, "static": { "name": "static:data", "description": "Verilen `data`yı görüntüler", "detailedDescription": "Verilen `data`yı bu bir sayıysa sunucu ayarlarına göre özel format ile görüntüler, metin de kabul edilir", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Selam Dünya!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Selam Dünya!}" + ] }, "sum": { "name": "sum:değer1,değer2,daha fazla değer", "description": "Belirtilen değerlerin toplamı", "detailedDescription": "Soldan sağa belirtilen değerlerin toplamı", - "usage": ["{sum:değer1,değer2,daha fazla değer}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:değer1,değer2,daha fazla değer}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:değer1,değer2,daha fazla değer", "description": "Belirtilen değerleri çıkarır", "detailedDescription": "Soldan sağa belirtilen değerleri çıkarır", - "usage": ["{subtract:değer1,değer2,daha fazla değer}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:değer1,değer2,daha fazla değer}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:değer1,değer2,daha fazla değer", "description": "Belirtilen değerleri çarpar", "detailedDescription": "Soldan sağa belirtilen değerleri çarpar", - "usage": ["{multiply:değer1,değer2,daha fazla değer}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:değer1,değer2,daha fazla değer}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:değer1,değer2,daha fazla değer", "description": "Belirtilen değerleri böler", "detailedDescription": "Soldan sağa yapılan belirtilen değerleri böler", - "usage": ["{divide:değer1,değer2,daha fazla değer}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:değer1,değer2,daha fazla değer}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:değer1,değer2,daha fazla değer", "description": "Belirtilen değerlerin modülünü alır", "detailedDescription": "Soldan sağa belirtilen değerlerin modülünü alır", - "usage": ["{modulus:değer1,değer2,daha fazla değer}"], - "example": ["10 / 2 = {modulus:10,2}"] + "usage": [ + "{modulus:değer1,değer2,daha fazla değer}" + ], + "example": [ + "10 / 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Member Counter Premium hakkında bilgi alın.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Premium'a geçin]({GET_PREMIUM_BOT_URL}) ve şunların keyfini çıkarın:", @@ -445,8 +603,12 @@ }, "lockChannel": { "helpDescription": "Ses kanallarında bir hoparlör (🔊) yerine bir kilit (🔒) göstermek için bu komutları kullanabilirsiniz.", - "helpUsage": ["lockChannel [kanal id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [kanal id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Tamamdır! Artık **yönetici olmayan kullanıcılar için** kanal 🔒 olarak görüntülenecektir", "errorInvalidChannel": "Yalnızca ses kanallarını kilitleyebilirsiniz!", "errorNoPerms": "Yetki eksikliği nedeniyle `{CHANNEL}` kanalını düzenleyemiyorum", @@ -454,7 +616,9 @@ }, "editChannel": { "helpDescription": "Bir sayaç ayarlamaya çalışıyorsanız ancak Discord size ad/başlık uzunluğu sınırına ulaştığınızı söylüyorsa, bu sınırı \"yoksaymak\" için bu komutu kullanabilirsiniz.", - "helpUsage": ["editChannel [kanal ID] [içerik ve sayaçlar]"], + "helpUsage": [ + "editChannel [kanal ID] [içerik ve sayaçlar]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers}/{members} Aktif" ], @@ -464,15 +628,23 @@ }, "setDigit": { "helpDescription": "Gösterilecek sayıları özelleştirir, sayı argümanı normal bir sayı olmalıdır, ikinci argüman bir emoji veya normal bir sayı gibi herhangi bir şey olabilir, argümanları virgülle (`,`) ayırarak birden çok sayıyı tek seferde özelleştirebilirsiniz. İlk argüman \"reset\" sözcüğüyse, sayılar varsayılan olanlara geri yüklenecektir.", - "helpUsage": ["setDigit reset", "setDigit [sayı] [özel sayı]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [sayı] [özel sayı]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Rakamlar özelleştirildi.", "resetSuccess": "Sayılar varsayılan olanlara geri yüklendi.", "errorMissingParams": "Eksik parametreler, lütfen `help setDigit` bölümüne bakın." }, "shortNumber": { "helpDescription": "Bu komut, bir sayıyı kompakt bir biçimde sayaçlarda göstermenizi sağlar.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -485,13 +657,21 @@ }, "locale": { "helpDescription": "Sayıları ve saatleri (12 saat/24 saat formatıyla) belirtilen yerel ayara göre biçimlendirir.", - "helpUsage": ["locale [yer/disable]"], - "helpExample": ["locale tr", "locale tr-TR", "locale disable"], + "helpUsage": [ + "locale [yer/disable]" + ], + "helpExample": [ + "locale tr", + "locale tr-TR", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "Rollerin bot yönetim komutlarını kullanmasına izin verebilir veya reddedebilirsiniz.\nTüm rollere izin vermek veya reddetmek için ``all`` anahtar kelimesini kullanabilirsiniz.\nŞu anda hangi rollere izin verildiğini görmek için `seeSettings` komutunu kullanın.", - "helpUsage": ["role [allow/deny] [@roller/all]"], + "helpUsage": [ + "role [allow/deny] [@roller/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @DiğerRol", @@ -504,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Bu sunucu için olan tüm bot ayarlarını gösterir.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Sunucu Ayarları:", "langText": "Dil:", @@ -521,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Tüm sayaçları kaldırır ve bu sunucunun özel ayarlarını varsayılan ayarlara geri yükler.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Ayarlar başarıyla sıfırlandı." }, "upgradeServer": { "helpDescription": "Bu komut, hesabınızın kalan sunucu yükseltmelerini kullanarak eski Member Counter Premium botunu davet etmenizi sağlar.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Tamamdır! Bir sonraki adım, premium botu davet etmektir:\n{BOT_LINK}", "errorCannotUpgrade": "Sunucu zaten premium olduğu için sunucuyu daha fazla yükseltemezsiniz.", "noServerUpgradesAvailable": "Kullanabileceğiniz daha fazla sunucu yükseltmesi olmadığı için daha fazla sunucu yükseltmesi yapamazsınız" }, "info": { "helpDescription": "Yararlı linklerin listesi.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Botu Ekleyin]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Premium Alın]({GET_PREMIUM_BOT_URL})\n[Destek Sunucusu]({BOT_SERVER_URL})\n[GitHub Reposu](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Bu sunucunun bot dilini değiştirir, bu komutu çalıştırmak için yönetici yetkinizin olması gerekir.", - "helpUsage": ["lang (dil kodu)"], - "helpExample": ["lang", "lang tr_TR"], + "helpUsage": [ + "lang (dil kodu)" + ], + "helpExample": [ + "lang", + "lang tr_TR" + ], "success": "Dil başarıyla değiştirildi.", "errorNotFound": "Mevcut dillerin listesi:" }, "profile": { "helpDescription": "Sizinle bot arasındaki ilgili bilgileri gösterir.", - "helpUsage": ["profile (@kullanıcı)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@kullanıcı)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Rozetleri", "credits": "Kalan Kredi", "serverUpgradesAvailable": "Kalan Sunucu Yükseltmeleri", @@ -560,7 +758,9 @@ }, "counts": { "helpDescription": "Bazı sayıları gösterir.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Üye Sayısı:", "onlineMembers": "Aktif Üye Sayısı:", "offlineMembers": "Çevrimdışı Üye Sayısı:", @@ -573,8 +773,12 @@ }, "preview": { "helpDescription": "Bir sayacın veya çeşitli sayaçların bir kanalda nasıl görüneceğinin bir önizlemesini gösterir.", - "helpUsage": ["preview [içerik ve sayaçlar]"], - "helpExample": ["preview {members} Üye"], + "helpUsage": [ + "preview [içerik ve sayaçlar]" + ], + "helpExample": [ + "preview {members} Üye" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Kanal adı önizlemesi", "channelTopic": "Kanal başlığı önizlemesi" @@ -689,13 +893,20 @@ }, "base64": { "helpDescription": "Belirli sayaçları özelleştirmek veya `{http}` gibi gelişmiş sayaçlar oluşturmak için kullanışlı bir base64 komutu.", - "helpUsage": ["base64 [encode/decode] [veri]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [veri]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Geçersiz eylem, eylem `encode` veya `decode` olmalıdır" }, "checkPermissions": { "helpDescription": "Botun doğru çalışması için doğru yetkilere sahip olup olmadığını kontrol eder.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Yetki Kontrolü", "optionalText": "(İsteğe Bağlı)", "adminWarning": "**Bu botun yönetici yetkisi var, lütfen yönetici yetkisini kapatın ve doğru yetkilerle kurulum yapın**", From 539f554ec432b57caa9e25bb3558b3119bcfc296 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:05 +0200 Subject: [PATCH 11/13] New translations en_US.json (Portuguese, Brazilian) --- src/lang/pt_BR.json | 415 +++++++++++++++++++++++++++++++++----------- 1 file changed, 314 insertions(+), 101 deletions(-) diff --git a/src/lang/pt_BR.json b/src/lang/pt_BR.json index ec9859881..2905b0ce1 100644 --- a/src/lang/pt_BR.json +++ b/src/lang/pt_BR.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [command or counter]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "Lista de Comandos", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "Página {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**Obrigado por ter adicionado Member Counter ao seu servidor!**\n__**Crie/edite um contador**__\nPara esse exemplo nós iremos usar `{members}`, que conta a quantidade total de membros no seu servidor do discord, mas você irá encontrar mais contadores nas próximas páginas\nVocê pode colocar esse contador em um dos seguintes lugares:\n\n- Em um **nome** de um canal de **voz**\n- Em um **nome** de uma **categoria**\n- Em um **tópico** de um canal de **texto**\n- Em um **tópico** de um canal de **notícias**\n\nAgora crie um novo canal, o edite, e escreva `{members}` no nome ou tópico, e clique em 'salvar alterações'\n\nVocê pode também adicionar contadores múltiplos em um nome/tópico, e combinar eles com seu próprio conteúdo, aqui está um exemplo:\n```\n{onlineMembers}/{members} Membros Online, {youtubeSubscribers:https://www.youtube.com/user/enyay} Inscritos!\n{onlineMembersWithRole:614777997291028519,614816383053856769} Administradores and mods estão online!\n```\n\n> Se você atingir o limite de caracteres quando estiver editando um nome/tópico, por favor veja `help editChannel`\n> Você pode ver as configurações atuais dos contadores com `seeSettings`, isto é útil para adicionar mais contadores sem desabilitar os anteriores\n\n__**Remover um contador**__\nEdite o canal e escreva {disable} no nome/tópico, Member Counter irá substituir com um \\✅, que significa que você removeu todos os contadores deste canal com sucesso\n\nVocê pode também deletar o canal diretamente", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "Membros no seu servidor", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "Approximated online members in your server", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "Membros online no seu servidor", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "Membros offline no seu servidor", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "Usuários no seu servidor (exclui bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "Usuários online no seu servidor (exclui bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "Usuários offline no seu servidor (exclui bots)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "Bots no seu servidor (exclui usuários normais)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "Bots online no seu servidor (exclui usuários normais)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "Bots offline no seu servidor (exclui usuários normais)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "roles", "description": "Cargos no seu servidor", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "channels", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "Mostra uma contagem regressiva que vai diminuir até a data especificada, você pode facilmente [gerar esse contador aqui](https://member-counter.eduardozgz.com/utils/countdown) ou manualmente o criar substituindo `targetDate` com a data desejada em timestamp UNIX, e opcionalmente usar `format` para formatá-lo com um formato personalizado: use `%d` para mostrar os dias restantes, `%h` para mostrar as horas restantes, `%m` para mostrar os minutos restantes e `%s` para mostrar os segundos restantes", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multiplies the specified values", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Divides the specified values", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Gets the modulus of the specified values", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "Feito! Agora, **para usuários que não são administradores**, o canal será mostrado com um 🔒", "errorInvalidChannel": "Você só pode travar canais de voz!", "errorNoPerms": "Eu não posso editar o canal `{CHANNEL}` devido à problemas de permissão", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "Dígito personalizado.", "resetSuccess": "Números restaurados para o padrão.", "errorMissingParams": "Parâmetros ausentes, por favor veja `help setDigit`." }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "Mostra todas as configurações de bot para este servidor.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "Configurações para guild:", "langText": "Idioma: ", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "Restaurado para as configurações padrão." }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "Feito! O próximo passo é convidar o bot premium:\n{BOT_LINK}", "errorCannotUpgrade": "Você não pode dar upgrade no server porque ele já possui premium.", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "Altera o idioma do bot para este servidor, você deve ter permissões de administrador para executar este comando.", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "Idioma alterado com sucesso.", "errorNotFound": "Lista de linguagens disponíveis:" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "Badges", "credits": "Credits", "serverUpgradesAvailable": "Server upgrades restantes", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "Membros", "onlineMembers": "Membros online:", "offlineMembers": "Membros offline:", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "Pré visualização do nome do canal", "channelTopic": "Pré visualização do canal de tópico" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "Invalid action, it must be `encode` or `decode`" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**", From 1bb031a3ef34b75067ac82576477cde6fa327599 Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:05 +0200 Subject: [PATCH 12/13] New translations en_US.json (Persian) --- src/lang/fa_IR.json | 411 +++++++++++++++++++++++++++++++++----------- 1 file changed, 311 insertions(+), 100 deletions(-) diff --git a/src/lang/fa_IR.json b/src/lang/fa_IR.json index 2095bbd2e..e0b57353b 100644 --- a/src/lang/fa_IR.json +++ b/src/lang/fa_IR.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "دریافت راهنمایی استفاده از دستورات و شمارنده ها.", - "helpUsage": ["help [دستور یا شمارنده]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [دستور یا شمارنده]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**اطلاعات استفاده:** `()` به معنای یک پارامتر اختیاری و `[]` به معنای یک پارامتر الزامی می باشد", "embedReply": { "title": "پیشوند", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "به شما یک راهنمایی درباره چگونگی استفاده از بات و شمارنده های دردسترس، ارائه می‌دهد.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "صفحه {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "**بابت افزودن Member Counter به سرورتان صمیمانه سپاسگذاریم!**\n__**افزودن/ویرایش یک شمارنده**__\nبرای این مثال ما میایم از `{members}` استفاده کنیم که باعث می شود تعداد کل اعضاء سرور دیسکورد شما را حساب می کند. با اینحال شما خودتان می توانید شمارنده های بیشتر را در صفحات بعد مشاهده کنید.\nشما می توانید شمارنده را در یکی از مکان های زیر قرار دهید:\n\n- در **نام** یک چنل **صوتی**\n- در **نام** یک **دسته‌بندی**\n- در**توضیحات** یک چنل **متنی**\n- در **توضیحات** یک چنل **اخبار**\n\nحال یک چنل جدید بسازید و با ویرایش آن، در قسمت نام یا توضیحات آن چنل `{members}` را بنویسید و سپس 'تغییرات را ذخیره' کنید\n\nشما همچنین می توانید از ترکیب دلخواه چند نوع شمارنده در نام/توضیحات یک چنل، استفاده کنید. اینم یک نمونه:\n```\n‎اعضاء آنلاین {onlineMembers}/{members}\n‎!مشترکان یوتیوب {youtubeSubscribers:https://www.youtube.com/user/enyay}\n‎!ادمین ها و مدراتور ها آنلاین هستند {onlineMembersWithRole:614777997291028519,614816383053856769}\n```\n\nاگر شما به محدودیت تعداد کاراکتر هنگام ویرایش نام/توضیحات یک چنل رسیدید، لطفا `help editChannel` را امتحان کنید\nشما می توانید با استفاده از `seeSettings` پیکربندی فعلی یک شمارنده را مشاهده کنید. این مورد برای افزودن شمارنده ها بدون غیرفعال کردن شمارنده های قبلی می تواند کاربردی باشد\n\n__**حذف یک شمارنده**__ \nبه قسمت ویرایش چنل رفته و {disable} را در نام یا توضیحات آن چنل بنویسید. پس از ذخیره تغییرات، Member Counter آن را با یک \\✅ جایگذین خواهد کرد، بدان معنی که شما تمام شمارنده ها را از آن چنل با موفقیت حذف نموده‌اید\n\nشما همچنین می توانید به طور مستقیم آن چنل را حذف کنید", "countersHeader": "__**شمارنده ها**__\nشما باید حالت توسعه دهنده دیسکورد خودتان را فعال کنید (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\nبرای گرفتن ID، روی نقش/چنل مورد نظر راست کلیک کرده و روی \"Copy ID\" بزنید\n\nشمارنده هایی که کنارشان (+\\) دارند، شمارنده های پریمیوم هستند. برای اطلاعات بیشتر از `premium` استفاده کنید\n\nاگر می خواهید فرمت عدد ها را در یک شمارنده جدا از تنظیمات سرور تغییر دهید، این [صفحه](https://member-counter.eduardozgz.com/utils/overwrite-settings) را نگاه کنید یا اینکه به طور دستی این [راهنما](https://github.com/eduardozgz/member-counter-bot/issues/98) را دنبال کنید\n\n", @@ -51,84 +59,131 @@ "name": "members", "description": "اعضاء سرور شما", "detailedDescription": "تعداد اعضاء را در یک سرور می شمارد", - "usage": ["{members}"], - "example": ["{members} عضو سرور"] + "usage": [ + "{members}" + ], + "example": [ + "{members} عضو سرور" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "تعداد تقریبی اعضاء آنلاین در سرور شما", "detailedDescription": "تعداد تقریبی اعضاء آنلاین در سرور شما را می شمارد", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} آنلاین"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} آنلاین" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "اعضاء آنلاین در سرور شما", "detailedDescription": "تعداد اعضایی که در سرور شما آنلاین هستند را می شمارد", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} آنلاین"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} آنلاین" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "اعضاء آفلاین در سرور شما", "detailedDescription": "تعداد اعضایی که در سرور آفلاین هستند را می شمارد", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} آفلاین"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} آفلاین" + ] }, "users": { "name": "users", "description": "کاربران سرور شما (با استثناء گرفتن بات ها)", "detailedDescription": "تعداد کاربرانی که در سرور شما هستند را (به استثناء بات ها) می شمارد", - "usage": ["{users}"], - "example": ["{users} کاربر"] + "usage": [ + "{users}" + ], + "example": [ + "{users} کاربر" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "کاربران آنلاین در سرور شما (با استثناء گرفتن بات ها)", "detailedDescription": "تعداد کاربرانی که آنلاین در سرور هستند را (به استثناء بات ها) می شمارد", - "usage": ["{users}"], - "example": ["{users} کاربر آنلاین"] + "usage": [ + "{users}" + ], + "example": [ + "{users} کاربر آنلاین" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "کاربران آفلاین در سرور شما (با استثناء گرفتن بات ها)", "detailedDescription": "تعداد کاربرانی که در سرور آفلاین هستند را (به استثناء بات ها) می شمارد", - "usage": ["{users}"], - "example": ["{users} آفلاین"] + "usage": [ + "{users}" + ], + "example": [ + "{users} آفلاین" + ] }, "bots": { "name": "bots", "description": "تعداد بات های سرور شما (با استثناء گرفتن کاربران عادی)", "detailedDescription": "تعداد بات هایی که در سرور شما هستند را (با مستثنئ گرفتن کاربران عادی) می شمارد", - "usage": ["{bots}"], - "example": ["{bots} بات"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} بات" + ] }, "onlineBots": { "name": "onlineBots", "description": "تعداد بات های آنلاین در سرور شما (با استثناء گرفتن کاربران عادی)", "detailedDescription": "تعداد بات هایی که در سرور شما آنلاین هستند را (با مستثنئ گرفتن کاربران عادی) می شمارد", - "usage": ["{bots}"], - "example": ["{bots} بات آنلاین"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} بات آنلاین" + ] }, "offlineBots": { "name": "offlineBots", "description": "تعداد بات های آفلاین در سرور شما (با استثناء گرفتن کاربران عادی)", "detailedDescription": "تعداد بات هایی که در سرور شما آفلاین هستند را (با مستثنئ گرفتن کاربران عادی) می شمارد", - "usage": ["{bots}"], - "example": ["{bots} بات آفلاین"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} بات آفلاین" + ] }, "roles": { "name": "roles", "description": "نقش های سرور شما", "detailedDescription": "تعداد نقش های سرور را می شمارد", - "usage": ["{roles}"], - "example": ["{roles} نقش"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} نقش" + ] }, "channels": { "name": "channels", "description": "چنل های سرور (به استثناء دسته‌بندی ها) یا چنل های زیر دسته بندی", "detailedDescription": "تعداد چنل های سرور را (با مستثنئ کردن دسته‌بندی ها) می شمارد. اگر شما یک یا چند ID دسته‌بندی را بعد از `:` وارد کنید، که با کاما , جدا می شوند، فقط چنل های زیر مجموعه آن دسته بندی ها شمارش می شوند", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} کانال", "{channels:6509281904766437,5823659271648290} تیکت باز" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "اعضای یک یا چند نقش", "detailedDescription": "تعداد اعضایی که یک یا چند نقش مشخص را دارند را می شمارد. بعد از `:`، ID نقش هایی که می خواهید شمرده شوند را بنویسید. همچنین ID ها را با , می توانید جدا کنید", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} ادمین و مدراتور" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "اعضای آنلاین یک یا چند نقش", "detailedDescription": "تعداد اعضای آنلاینی که یک یا چند نقش مشخص را دارند را می شمارد. بعد از `:`، ID نقش هایی که می خواهید شمرده شوند را بنویسید. همچنین ID ها را با , می توانید جدا کنید", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} ادمین و مدراتور آنلاین", "{onlineMembersWithRole:5823659271648290} از {membersWithRole:5823659271648290} ادمین ها آنلاین هستند" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "اعضای آفلاین یک یا چند نقش", "detailedDescription": "تعداد اعضای آفلاین که یک یا چند نقش مشخص را دارند را می شمارد. بعد از `:`، ID نقش هایی که می خواهید شمرده شوند را بنویسید. همچنین ID ها را با , می توانید جدا کنید", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} ادمین و مدراتور های آفلاین", "{offlineMembersWithRole:5823659271648290} از {membersWithRole:5823659271648290} ادمین آفلاین" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "تعداد اعضاء بن شده از سرور شما", "detailedDescription": "تعداد اعضایی که بن شده‌اند را می شمارد. بات باید دسترسی بن را برای این کار داشته باشد", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} بن شده", "{bannedMembers} طعم چکش بن رو چشیده‌اند" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "تعداد کل اعضایی که این سرور را بوست کرده‌اند را می شمارد", "detailedDescription": "تعداد کل اعضایی که این سرور را بوست کرده‌اند را می شمارد", - "usage": ["{nitro-boosters}"], - "example": ["بوستر های ارجمند: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "بوستر های ارجمند: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "تعداد سابسکرایب های یک چنل یوتیوب", "detailedDescription": "تعداد سابسکرایبر های یک چنل یوتیوب را می شمارد. قسمت `channelUrl` را با آدرس چنل یوتیوب دلخواه تغییر دهید", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "سابسکرایب ها: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "تعداد بازدید های یک چنل یوتیوب", "detailedDescription": "تعداد بازدید های یک چنل یوتیوب را می شمارد. قسمت `channelUrl` را با آدرس چنل یوتیوب دلخواه تغییر دهید", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "تعداد بازدید ها: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "تعداد ویدیو های یک چنل یوتیوب", "detailedDescription": "تعداد ویدیو های یک چنل یوتیوب را می شمارد. قسمت `channelUrl` را با آدرس چنل یوتیوب دلخواه تغییر دهید", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "تعداد ویدیو های آپلود شده: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "نام یک چنل یوتیوب را نمایش می دهد", "detailedDescription": "نام یک چنل یوتیوب را نمایش می دهد. قسمت `channelUrl` را با آدرس چنل یوتیوب دلخواه تغییر دهید", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "تعداد دنبال کننده های یک چنل توییچ", "detailedDescription": "تعداد دنبال کننده های یک چنل توییچ را می شمارد. قسمت `nickname` را با نام چنل توییچ دلخواه تغییر دهید", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} دنبال کننده ها"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} دنبال کننده ها" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "تعداد بازدید های یک چنل توییچ", "detailedDescription": "تعداد بازدید های یک چنل توییچ را می شمارد. قسمت `nickname` را با نام چنل توییچ دلخواه تغییر دهید", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} بازدید ها"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} بازدید ها" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "نام یک چنل توییچ را نمایش می دهد", "detailedDescription": "نام یک چنل توییچ را نمایش می دهد. قسمت `nickname` را با نام چنل توییچ دلخواه تغییر دهید", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "یک کاربر را نمایش می دهد [Memerator](https://memerator.me) تعداد میم های", "detailedDescription": "تعداد میم های [Memerator](https://memerator.me) یک کاربر را نمایش می دهد. قسمت `username` را با نام پروفایل دلخواه تغییر دهید", - "usage": ["{memeratorMemes:username}"], - "example": ["تعداد میم ها: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "تعداد میم ها: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "یک کاربر را نمایش می دهد [Memerator](https://memerator.me) تعداد دنبال کننده های", "detailedDescription": "تعداد دنبال کننده های [Memerator](https://memerator.me) یک کاربر را نمایش می دهد. قسمت `username` را با نام پروفایل دلخواه تغییر دهید", - "usage": ["{memeratorFollowers:username}"], - "example": ["دنبال کننده ها: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "دنبال کننده ها: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "تعداد دنبال کننده های توییتر یک کاربر", "detailedDescription": "تعداد دنبال کننده های توییتر کاربری را می شمارد. قسمت `username` را با نام پروفایل توییتر دلخواه تغییر دهید", - "usage": ["{twitterFollowers:username}"], - "example": ["دنبال کننده ها: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "دنبال کننده ها: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "تعداد کل اعضاء یک ساب رددیت را می شمارد", "detailedDescription": "تعداد کل اعضاء یک ساب رددیت را می شمارد. قسمت `subreddit` را با ساب رددیت دلخواه تغییر دهید", - "usage": ["{redditMembers:subreddit}"], - "example": ["ردیتور ها: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "ردیتور ها: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "تعداد اعضاء آنلاین یک ساب رددیت را می شمارد", "detailedDescription": "تعداد کل اعضاء یک ساب رددیت را می شمارد. قسمت `subreddit` را با ساب رددیت دلخواه تغییر دهید", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["ردیتور های آنلاین: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "ردیتور های آنلاین: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "عنوان یک ساب رددیت را نمایش می دهد", "detailedDescription": "عنوان یک ساب رددیت را نمایش می دهد. قسمت `subreddit` را با ساب رددیت دلخواه تغییر دهید", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "تعداد دنبال کننده های یک حساب اینستاگرام را می شمارد", "detailedDescription": "عنوان یک ساب رددیت را نمایش می دهد. قسمت `username` را با نام کاربری واقعی یک حساب ایسنتاگرام جایگذین کنید", - "usage": ["{instagramFollowers:username}"], - "example": ["دنبال کننده ها: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "دنبال کننده ها: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "یک شمارش معکوس که با نزدیک شدن به تاریخ مشخص شده، شمارنده کاهش پیدا می کند", "detailedDescription": "یک شمارش معکوس که با نزدیک شدن به تاریخ مشخص شده، شمارنده کاهش پیدا می کند. شما می توانید به راحتی [از اینجا این نوع شمارنده را درست کنید](https://member-counter.eduardozgz.com/utils/countdown) یا اینکه به طور دستی قسمت `targetDate` را با تاریخی از گاه‌شمار UNIX جایگذین کنید و به طور دلخواه قسمت `format` را با یک فرمت سفارشی جایگذین کنید: از `%d` برای نمایش روز های باقی مانده، از `%h` برای نمایش ساعات باقی مانده، از `%m` برای نمایش دقایق باقی مانده و از `%s` برای نمایش ثانیه های باقی مانده استفاده کنید", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "تا سال جدید: {countdown:1640991600:%d روز، %h ساعت ، %m دقیقه باقی مانده}" ] @@ -323,7 +442,9 @@ "name": "game:gameId:address", "description": "بازیکنان آنلاین در سرور یک بازی (Minecraft، Counter Strike، Rust، Ark، Team Fortress 2، GMOD، دیگر...)", "detailedDescription": "تعداد بازیکنان آنلاین در سرور یک بازی را (Minecraft، Counter Strike، Rust، Ark، Team Fortress 2، GMOD، دیگر...) می شمارد. در قسمت `gameId` یکی از ID های لیست شده در [اینجا](https://github.com/gamedig/node-gamedig/#games-list) را بگذارید و قسمت `address` را با آدرس واقعی سرور جایگذین کنید", - "usage": ["{game:gameId:address}"], + "usage": [ + "{game:gameId:address}" + ], "example": [ "{game:minecraft:mc.hypixel.net} درحال بازی کردن در هایپیکسل" ] @@ -332,14 +453,20 @@ "name": "clock:timeZone", "description": "زمان ساعتی را با موقعیت زمانی مشخص شده نمایش می دهد", "detailedDescription": "زمان ساعتی را با موقعیت زمانی مشخص شده نمایش می دهد. شما می توانید به آسانی [این شمارنده را از اینجا بسازید](https://member-counter.eduardozgz.com/utils/clock) و یا اینکه دستی قسمت `timeZone` را با یک موقعیت زمانی IANA معتبر جایگذین کنید", - "usage": ["{clock:timeZone}"], - "example": ["اسپانیا: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "اسپانیا: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "را نمایش می دهد http نتایج یک درخواست", "detailedDescription": "نتایج یک درخواست `GET` http را نشان می دهد. شما می توانید با استفاده از `options` [از اینجا](https://member-counter.eduardozgz.com/utils/http) راه‌اندازی را انجام دهید. یا اینکه به صورت دستی آن را ایجاد کنید: قسمت `options` یک شیء JSON کدگزاری شده به صورت base64 می باشد (شما می توانید با استفاده از دستور base64 به این مورد برسید). این شیء می تواند کلید های رو به رو را دارا باشد: `url`: یک string، با آدرس url منبع. `parseNumber`: یک boolean، اگر نتیجه عددی معتبر باشد، آن parse خواهد شد و بر اساس تنظیمات سرور شما شخصی سازی می شود. `dataPath`: یک string، اگر پاسخ یک شیء JSON باشد، شما باید یک مسیری را به کلید مشخص کنید که مقدار آن به طور الزامی یک string یا number باشد. نوع syntax که برای مسیر استفاده می شود با نوعی که در JS برای دسترسی به خواص و آرایه های آیتم ها استفاده می شود، مشابه است. `lifetime`: یک number، مشخص می کند چقدر ثانیه پاسخ بازگشتی کش و استفاده خواهد شد، پیشفرض 1 ساعت می باشد", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "آخرین دنبال‌کننده: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -361,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Member Counter خروج از تعیین کننده های معمول مورد استفاده توسط", "detailedDescription": "خروج از تعیین کننده های معمول مورد استفاده توسط Member Counter وقتی که به یک شمارنده درحال پردازش است. مثل `:`، `;` یا `,`. شما ممکن است برای گذشتن از آرگومان هایی که به تعیین کننده های آن اشاره شد بدون اینکه آنها parse شوند، به این نیاز داشته باشید. این مخصوصا برای زمانی کاربردی است که شما نمی توانید محتوای string را در شمارنده `{http}` کنترل کنید", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "مقدار `data` داده شده را نمایش می دهد", "detailedDescription": "مقدار `data` داده شده را با فرمت های شخصی سازی شده بر اساس تنظیمات سرور نمایش میدهد اگر این یک عدد باشد. متن نیز همینطور قابل قبول است", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "جمع کردن مقادیر مشخص", "detailedDescription": "مقادیر مشخصی را جمع می کند. این کار از چپ به راست انجام می شود", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "کم کردن مقادیر مشخص از هم", "detailedDescription": "مقادیر مشخصی را از هم کم می کند. این کار از چپ به راست انجام می شود", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "ضرب کردن مقادیر مشخص", "detailedDescription": "مقادیر مشخصی را در هم ضرب می کند. این کار از چپ به راست انجام می شود", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 × 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 × 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "تقسیم کردن مقادیر مشخص بر هم", "detailedDescription": "مقادیر مشخصی را بر همدیگر تقسیم می کند. این کار از چپ به راست انجام می شود", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 ÷ 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 ÷ 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "ضریب گرفتن مقادیر مشخص", "detailedDescription": "ضریب مقادیر مشخصی را می گیرد. این کار از چپ به راست انجام می شود", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "دریافت اطلاعاتی درباره Member Counter نسخه پریمیوم.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter پریمیوم", "description": "[نسخه پریمیوم بات را بگیرید]({GET_PREMIUM_BOT_URL}) و از آن لذت ببرید:", @@ -445,8 +603,12 @@ }, "lockChannel": { "helpDescription": "شما می توانید از این دستور برای نمایش شکل قفل (🔒) به جای نمایش شکل بلندگو (🔊) در چنل های صوتی، استفاده کنید.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "انجام شد. **برای کاربرانی که ادمین نیستند**، این چنل با شکل یک 🔒 نمایش داده خواهد شد", "errorInvalidChannel": "شما فقط میتوانید چنل های صوتی را قفل کنید!", "errorNoPerms": "من به علت کمبود دسترسی های لازم، نمی توانم چنل`{CHANNEL}` را ویرایش کنم", @@ -454,7 +616,9 @@ }, "editChannel": { "helpDescription": "اگر سعی دارید که یک سری شمارنده تنظیم کنید اما دیسکورد به شما می گوید که به محدودیت تعداد کاراکتر در نام/توضیحات چنل رسیدید، شما می توانید از این دستور برای \"گذشتن\" از آن محدودیت استفاده کنید.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 اعضاء آنلاین هستند {members} از {onlineMembers}" ], @@ -464,15 +628,23 @@ }, "setDigit": { "helpDescription": "عددی که قرار است به نمایش در بیاید را سفارشی سازی می کند. نوع آرگومان عدد باید عدد عادی باشد. آرگومان دوم می تواند هر چیزی که خواستید باشد، مثل یه ایموجی یا یک عدد عادی دیگر. شما می توانید چند تا عدد را یکجا باهم شخصی سازی کنید با جدا کردن آرگومان ها با (`,`)\nاگر آرگومان اول کلمه \"reset\" باشد، اعداد به پیشفرض خود بازخواهند گشت.", - "helpUsage": ["setDigit reset", "setDigit [عدد] [عدد یا متن دلخواه]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [عدد] [عدد یا متن دلخواه]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "اعداد شخصی سازی شدند.", "resetSuccess": "اعداد به حالت پیشفرض بازگشتند.", "errorMissingParams": "پارامتر هایی وجود ندارند، لطفا `help setDigit` را نگاه بیاندازید." }, "shortNumber": { "helpDescription": "این دستور به شما این اجازه را می دهد که اعداد به حالت فشرده ای نمایش داده شوند.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -485,13 +657,21 @@ }, "locale": { "helpDescription": "اعداد و ساعت ها را برای مشخص کردن موقعیت مکانی (فرمت های 12h/24h) فرمت می کند.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale fa", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale fa", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "شما می توانید نقش هایی را برای استفاده دستورات ادمین، مجاز یا مستثناء کنید.\nهمچنین از کلیدواژه``all`` برای مجاز یا غیرمجاز کردن همه نقش ها استفاده کنید\nبرای دیدن اینکه چه نقش هایی در حال حاضر مجاز به استفاده از دستورات هستند، عبارت `seeSettings` را بفرستید.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -504,7 +684,9 @@ }, "seeSettings": { "helpDescription": "تمامی تنظیمات بات را در این سرور نشان می‌دهد.", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "تنظیمات اعمال شده برای این سرور:", "langText": "زبان:", @@ -521,34 +703,50 @@ }, "resetSettings": { "helpDescription": "تمامی شمارنده ها را حذف می کند و تنظیمات شخصی سازی شده این سرور را به موارد پیشفرض بازمیگرداند.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "تنظیمات به پیشفرض بازگردانی شدند" }, "upgradeServer": { "helpDescription": "این دستور اجازه می دهد تا بات قدیمی Member Counter پریمیوم را به سروری دعوت کنید، با استفاده از ارتقاء سرور های باقی مانده در حساب شما.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "انجام شد! قدم بعدی دعوت کردن بات پریمیوم هست:\n{BOT_LINK}", "errorCannotUpgrade": "شما نمی توانید این سرور را پریمیوم کنید زیرا این سرور از قبل پریمیوم دارد.", "noServerUpgradesAvailable": "شما نمی توانید سرور های بیشتری را پریمیوم کنید چون هیچ ارتقاء سرور بیشتری برایتان باقی نمانده" }, "info": { "helpDescription": "لیست لینک های کاربردی.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[من را به سرور خود اضافه کنید]({BOT_INVITE_URL})\n[وبسایت]({WEBSITE})\n[گرفتن پریمیوم]({GET_PREMIUM_BOT_URL})\n[سرور پشتیبانی]({BOT_SERVER_URL})\n[گیت هاب](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "زبان بات را برای این سرور تغییر می دهد، توجه داشته باشید که شما برای اجرای این دستور، نیازمند به دسترسی ادمین هستید.", - "helpUsage": ["lang (کد زبان)"], - "helpExample": ["lang", "lang fa_IR"], + "helpUsage": [ + "lang (کد زبان)" + ], + "helpExample": [ + "lang", + "lang fa_IR" + ], "success": "زبان با موفقیت تغییر یافت.", "errorNotFound": "لیست زبان‌های در دسترس:" }, "profile": { "helpDescription": "ارتباط بین شما و این بات را نمایش می دهد.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "نماد ها", "credits": "اعتبارات", "serverUpgradesAvailable": "ارتقاء دادن سرور باقی مانده", @@ -560,7 +758,9 @@ }, "counts": { "helpDescription": "مقادیری از شمارش را نشان می دهد.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "اعضاء:", "onlineMembers": "اعضای آنلاین:", "offlineMembers": "اعضای آفلاین:", @@ -573,8 +773,12 @@ }, "preview": { "helpDescription": "یک پیش نمایش از اینکه چگونه یک شمارنده و شمارنده های دیگر در یک چنل به نظر می آیند، نشان می دهد.", - "helpUsage": ["preview [محتوا و شمارنده]"], - "helpExample": ["preview {members} عضو سرور"], + "helpUsage": [ + "preview [محتوا و شمارنده]" + ], + "helpExample": [ + "preview {members} عضو سرور" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "پیش‌نمایش نام چنل", "channelTopic": "پیش‌نمایش توضیحات چنل" @@ -689,13 +893,20 @@ }, "base64": { "helpDescription": "یک دستور base64 کاربردی برای شخصی سازی دستوراتی خاص یا ساخت شمارنده های پیچیده مثل `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "عملیات نامعتبر، این باید `encode` یا `decode` باشد" }, "checkPermissions": { "helpDescription": "بررسی می کند که بات آیا دسترسی های مورد نیاز را به درستی دارد تا به خوبی کار کند یا نه.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "بررسی دسترسی ها", "optionalText": "(دلخواه)", "adminWarning": "**این بات دسترسی Administrator را دارد. لطفا آن را بردارید و دسترسی های درست را راه‌اندازی کنید**", From 0cfc833826eee0dc3bce958592f2aaad198994fe Mon Sep 17 00:00:00 2001 From: Eduardo Aznar Date: Sat, 17 Jun 2023 16:21:06 +0200 Subject: [PATCH 13/13] New translations en_US.json (Hindi) --- src/lang/hi_IN.json | 415 +++++++++++++++++++++++++++++++++----------- 1 file changed, 314 insertions(+), 101 deletions(-) diff --git a/src/lang/hi_IN.json b/src/lang/hi_IN.json index a92a5f76c..ab0df301b 100644 --- a/src/lang/hi_IN.json +++ b/src/lang/hi_IN.json @@ -4,8 +4,14 @@ "commands": { "help": { "helpDescription": "Get help about commands and counters.", - "helpUsage": ["help [command or counter]"], - "helpExample": ["help lockChannel", "help {members}", "help members"], + "helpUsage": [ + "help [command or counter]" + ], + "helpExample": [ + "help lockChannel", + "help {members}", + "help members" + ], "helpFooterText": "**Usage info:** `()` means an optional parameter while `[]` means a required one", "embedReply": { "title": "आदेश सूची", @@ -41,7 +47,9 @@ }, "guide": { "helpDescription": "Shows you a guide of how to use the bot and a list of available counters.", - "helpExample": ["guide"], + "helpExample": [ + "guide" + ], "pagesText": "पृष्ठ {CURRENT_PAGE}/{TOTAL_PAGES}", "explanation": "** अपने सर्वर में मेंबर काउंटर जोड़ने के लिए धन्यवाद! **\n__ ** काउंटर बनाएं / संपादित करें ** __\nउदाहरण के लिए हम `{members}`, का उपयोग करने वाले हैं, जो आपके डिसॉर्ड सर्वर में सदस्यों की कुल मात्रा को गिनता है, लेकिन आपको अगले पृष्ठों में अधिक गणको का पता चलेगा\nआप उस काउंटर को निम्न स्थानों में से एक में रख सकते हैं:\n\n- एक ** आवाज ** चैनल ** नाम ** में\n- एक ** श्रेणी में ** चैनल ** नाम ** में\n- एक ** पाठ ** चैनल ** विषय ** में\n- एक ** समाचार ** चैनल ** विषय ** में\n\nअब एक नया चैनल बनाएं, इसे संपादित करें, और नाम या विषय में `{members}` लिखें, और 'परिवर्तन सहेजें' पर क्लिक करें\n\nआप एक नाम / विषय में कई काउंटर जोड़ सकते हैं, और उन्हें अपनी सामग्री के साथ जोड़ सकते हैं, यहाँ एक उदाहरण है:\n```\n{onlineMembers}/{members} ऑनलाइन सदस्य, {youtubeSubscribers:https: //www.youtube.com/user/enyay} सदस्य!\n{onlineMembersWithRole:614777997291028519,614816383053856769} प्रशासक और मध्यस्थ ऑनलाइन हैं!\n```\n\n> यदि आप किसी नाम / विषय का संपादन करते हुए वर्ण सीमा तक पहुँचते हैं, तो कृपया `help editChannel` जांचे\n> आप वर्तमान काउंटर विन्यास को `seeSettings` के साथ देख सकते हैं, यह पिछले वाले को अक्षम किए बिना अधिक काउंटर जोड़ने के लिए उपयोगी है\n\n__**एक काउंटर निकालें **__\nचैनल को संपादित करें और नाम / विषय में {disable} लिखें, सदस्य काउंटर इसे एक \\✅ की जगह परिवर्तित कर लेगा, इसका मतलब है कि आपने उस चैनल के सभी काउंटरों को सफलतापूर्वक हटा दिया है\n\nआप सीधे चैनल भी हटा सकते हैं", "countersHeader": "__**Counters**__\n> You should enable the developer mode in Discord (User Settings \\> Appearance \\> Advanced \\> Developer Mode)\n> To get an ID, right click in a channel/role and click \"Copy ID\"\n\n> Those counters with a plus sign (\\+) are premium counters, get more info in `premium`\n\n> If you wanna change the number formatting in a counter independently of the server settings, visit this [page](https://member-counter.eduardozgz.com/utils/overwrite-settings), or do it manually by following this [instructions](https://github.com/eduardozgz/member-counter-bot/issues/98)\n\n", @@ -51,84 +59,131 @@ "name": "सदस्य", "description": "आपके सर्वर में सदस्य", "detailedDescription": "Counts how many members has a server", - "usage": ["{members}"], - "example": ["{members} Members"] + "usage": [ + "{members}" + ], + "example": [ + "{members} Members" + ] }, "approximatedOnlineMembers": { "name": "approximatedOnlineMembers", "description": "आपके सर्वर में अनुमानित ऑनलाइन सदस्य", "detailedDescription": "Counts approximately how many members are online in the server", - "usage": ["{approximatedOnlineMembers}"], - "example": ["{approximatedOnlineMembers} Online"] + "usage": [ + "{approximatedOnlineMembers}" + ], + "example": [ + "{approximatedOnlineMembers} Online" + ] }, "onlineMembers": { "name": "onlineMembers", "description": "आपके सर्वर में ऑनलाइन सदस्य", "detailedDescription": "Counts how many members are online in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Online"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Online" + ] }, "offlineMembers": { "name": "offlineMembers", "description": "आपके सर्वर में ऑफ़लाइन सदस्य", "detailedDescription": "Counts how many members are offline in the server", - "usage": ["{onlineMembers}"], - "example": ["{onlineMembers} Offline"] + "usage": [ + "{onlineMembers}" + ], + "example": [ + "{onlineMembers} Offline" + ] }, "users": { "name": "users", "description": "आपके सर्वर में उपयोगकर्ता (बॉट को छोड़कर)", "detailedDescription": "Counts how many users (excluding bot accounts) are in the server", - "usage": ["{users}"], - "example": ["{users} Users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Users" + ] }, "onlineUsers": { "name": "onlineUsers", "description": "आपके सर्वर में ऑनलाइन उपयोगकर्ता (बॉट को छोड़कर)", "detailedDescription": "Counts how many users (excluding bot accounts) are online in the server", - "usage": ["{users}"], - "example": ["{users} Online users"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Online users" + ] }, "offlineUsers": { "name": "offlineUsers", "description": "आपके सर्वर में ऑफ़लाइन उपयोगकर्ता (बॉट को छोड़कर)", "detailedDescription": "Counts how many users (excluding bot accounts) are offline in the server", - "usage": ["{users}"], - "example": ["{users} Offline"] + "usage": [ + "{users}" + ], + "example": [ + "{users} Offline" + ] }, "bots": { "name": "bots", "description": "आपके सर्वर में बॉट्स (सामान्य उपयोगकर्ताओं को छोड़कर)", "detailedDescription": "Counts how many bots (excluding normal accounts) are in the server", - "usage": ["{bots}"], - "example": ["{bots} Bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Bots" + ] }, "onlineBots": { "name": "onlineBots", "description": "सर्वर में ऑनलाइन बॉट्स (सामान्य उपयगकरतओ क छडकर)", "detailedDescription": "Counts how many bots (excluding normal accounts) are online in the server", - "usage": ["{bots}"], - "example": ["{bots} Online bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Online bots" + ] }, "offlineBots": { "name": "offlineBots", "description": "आपक सरवर म ऑफलइन बटस (समनय उपयगकरत क छडकर)", "detailedDescription": "Counts how many bots (excluding normal accounts) are offline in the server", - "usage": ["{bots}"], - "example": ["{bots} Offline bots"] + "usage": [ + "{bots}" + ], + "example": [ + "{bots} Offline bots" + ] }, "roles": { "name": "भूमिकाएँ", "description": "आपक सरवर म भमकए", "detailedDescription": "Counts how many roles are in the server", - "usage": ["{roles}"], - "example": ["{roles} Roles"] + "usage": [ + "{roles}" + ], + "example": [ + "{roles} Roles" + ] }, "channels": { "name": "चैनले", "description": "Channels in your server (excludes categories) or under a category", "detailedDescription": "Counts how many channels (excluding category channels) are in the server, if you specify one or more category IDs after the `:`, separated by commas, only the channels under those specified categories will be counted", - "usage": ["{channels}", "{channels:categoryID1,categoryID2}"], + "usage": [ + "{channels}", + "{channels:categoryID1,categoryID2}" + ], "example": [ "{channels} Channels", "{channels:6509281904766437,5823659271648290} Tickets open" @@ -138,7 +193,9 @@ "name": "membersWithRole:role1ID,role2ID", "description": "Members with a role or roles", "detailedDescription": "Counts how many members have a role or roles, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{membersWithRole:role1ID,role2ID}"], + "usage": [ + "{membersWithRole:role1ID,role2ID}" + ], "example": [ "{membersWithRole:6509281904766437,5823659271648290} Admins and mods" ] @@ -147,7 +204,9 @@ "name": "onlineMembersWithRole:role1ID,role2ID", "description": "Online members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are online, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{onlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{onlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{onlineMembersWithRole:6509281904766437,5823659271648290} Online admins and mods", "{onlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are online" @@ -157,7 +216,9 @@ "name": "offlineMembersWithRole:role1ID,role2ID", "description": "Offline members with a role or roles", "detailedDescription": "Counts how many members with a role or roles are offline, write the roles IDs you wanna count after the `:`, and separate the IDs with commas", - "usage": ["{offlineMembersWithRole:role1ID,role2ID}"], + "usage": [ + "{offlineMembersWithRole:role1ID,role2ID}" + ], "example": [ "{offlineMembersWithRole:6509281904766437,5823659271648290} Offline admins and mods", "{offlineMembersWithRole:5823659271648290} of {membersWithRole:5823659271648290} Admins are offline" @@ -180,7 +241,9 @@ "name": "bannedMembers", "description": "Amount of banned members in your server", "detailedDescription": "Counts how many members are banned, the bot must have ban permissions to get this count", - "usage": ["{bannedMembers}"], + "usage": [ + "{bannedMembers}" + ], "example": [ "{bannedMembers} Banned", "{bannedMembers} have been hit with the ban hammer" @@ -203,14 +266,20 @@ "name": "nitro-boosters", "description": "Counts the total amount of members boosting this server", "detailedDescription": "Counts the total amount of members boosting this server", - "usage": ["{nitro-boosters}"], - "example": ["Awesome boosters: {nitro-boosters}"] + "usage": [ + "{nitro-boosters}" + ], + "example": [ + "Awesome boosters: {nitro-boosters}" + ] }, "youtubeSubscribers": { "name": "youtubeSubscribers:channelUrl", "description": "Amount of subscribers of a YouTube channel", "detailedDescription": "Counts how many subscribers has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeSubscribers:channelUrl}"], + "usage": [ + "{youtubeSubscribers:channelUrl}" + ], "example": [ "Subscribers: {youtubeSubscribers:https://www.youtube.com/user/enyay}" ] @@ -219,7 +288,9 @@ "name": "youtubeViews:channelUrl", "description": "Amount of views of a YouTube channel", "detailedDescription": "Counts how many views has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeViews:channelUrl}"], + "usage": [ + "{youtubeViews:channelUrl}" + ], "example": [ "Views: {youtubeViews:https://www.youtube.com/user/enyay}" ] @@ -228,7 +299,9 @@ "name": "youtubeVideos:channelUrl", "description": "Amount of videos of a YouTube channel", "detailedDescription": "Counts how many videos has a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeVideos:channelUrl}"], + "usage": [ + "{youtubeVideos:channelUrl}" + ], "example": [ "Videos: {youtubeVideos:https://www.youtube.com/user/enyay}" ] @@ -237,84 +310,130 @@ "name": "youtubeChannelName:channelUrl", "description": "Displays the name of a YouTube channel", "detailedDescription": "Displays the name of a YouTube channel, replace `channelUrl` with the desired channel url", - "usage": ["{youtubeChannelName:channelUrl}"], - "example": ["{youtubeChannelName:https://www.youtube.com/user/enyay}"] + "usage": [ + "{youtubeChannelName:channelUrl}" + ], + "example": [ + "{youtubeChannelName:https://www.youtube.com/user/enyay}" + ] }, "twitchFollowers": { "name": "twitchFollowers:nickname", "description": "Amount of followers of a Twitch channel", "detailedDescription": "Counts how many followers has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchFollowers:nickname}"], - "example": ["{twitchFollowers:ninja} Followers"] + "usage": [ + "{twitchFollowers:nickname}" + ], + "example": [ + "{twitchFollowers:ninja} Followers" + ] }, "twitchViews": { "name": "twitchViews:nickname", "description": "Amount of views of a Twitch channel", "detailedDescription": "Counts how many views has a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchViews:nickname}"], - "example": ["{twitchViews:ninja} Views"] + "usage": [ + "{twitchViews:nickname}" + ], + "example": [ + "{twitchViews:ninja} Views" + ] }, "twitchChannelName": { "name": "twitchChannelName:nickname", "description": "Displays the name of a Twitch channel", "detailedDescription": "Displays the name of a Twitch channel, replace `nickname` with the desired channel name", - "usage": ["{twitchChannelName:nickname}"], - "example": ["{twitchChannelName:ninja}"] + "usage": [ + "{twitchChannelName:nickname}" + ], + "example": [ + "{twitchChannelName:ninja}" + ] }, "memeratorMemes": { "name": "memeratorMemes:username", "description": "Displays a [Memerator](https://memerator.me) user's meme count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's meme count, replace `username` with the desired profile name", - "usage": ["{memeratorMemes:username}"], - "example": ["Memes: {memeratorMemes:eduardozgz}"] + "usage": [ + "{memeratorMemes:username}" + ], + "example": [ + "Memes: {memeratorMemes:eduardozgz}" + ] }, "memeratorFollowers": { "name": "memeratorFollowers:username", "description": "Displays a [Memerator](https://memerator.me) user's follower count", "detailedDescription": "Displays a [Memerator](https://memerator.me) user's follower count, replace `username` with the desired profile name", - "usage": ["{memeratorFollowers:username}"], - "example": ["Followers: {memeratorFollowers:eduardozgz}"] + "usage": [ + "{memeratorFollowers:username}" + ], + "example": [ + "Followers: {memeratorFollowers:eduardozgz}" + ] }, "twitterFollowers": { "name": "twitterFollowers:username", "description": "Amount of followers of a Twitter user", "detailedDescription": "Counts how many followers has a Twitter user, replace `username` with the desired profile name", - "usage": ["{twitterFollowers:username}"], - "example": ["Followers: {twitterFollowers:0xEduardozgz}"] + "usage": [ + "{twitterFollowers:username}" + ], + "example": [ + "Followers: {twitterFollowers:0xEduardozgz}" + ] }, "redditMembers": { "name": "redditMembers:subreddit", "description": "Counts the amount of members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembers:subreddit}"], - "example": ["Redditors: {redditMembers:science}"] + "usage": [ + "{redditMembers:subreddit}" + ], + "example": [ + "Redditors: {redditMembers:science}" + ] }, "redditMembersOnline": { "name": "redditMembersOnline:subreddit", "description": "Counts the amount of online members of a subreddit", "detailedDescription": "Counts the amount of members of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["Online Redditors: {redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "Online Redditors: {redditMembersOnline:science}" + ] }, "redditTitle": { "name": "redditTitle:subreddit", "description": "Displays the title of a subreddit", "detailedDescription": "Displays the title of a subreddit, replace `subreddit` with the desired subreddit", - "usage": ["{redditMembersOnline:subreddit}"], - "example": ["{redditMembersOnline:science}"] + "usage": [ + "{redditMembersOnline:subreddit}" + ], + "example": [ + "{redditMembersOnline:science}" + ] }, "instagramFollowers": { "name": "instagramFollowers:username", "description": "Counts the amount of followers in an Instagram account", "detailedDescription": "Counts the amount of followers in an Instagram account, replace `username` with the actual Instagram username", - "usage": ["{instagramFollowers:username}"], - "example": ["Followers: {instagramFollowers:eduardozgz}"] + "usage": [ + "{instagramFollowers:username}" + ], + "example": [ + "Followers: {instagramFollowers:eduardozgz}" + ] }, "countdown": { "name": "countdown:targetDate:format", "description": "Shows a countdown that will decrease to the specified target date", "detailedDescription": "एक उलट गनत दखत ह ज नरदषट लकषय तथ तक घट जएग, आप आसन स [इस कउटर क यह उतपनन कर सकत ह](https://member-counter.eduardozgz.com/utils/countdown) य मनयअल रप स एक UNIX टइमसटमप म लकषय तथ क सथ `targetDate` क परतसथपत करक और वकलपक रप स `format` इस कसटम पररप क सथ बनय: बच हए दन क दखन क लए `%d` क उपयग कर, घट क दखन क लए `%h`, `%m` मनट क दखन क लए और `%s` बच हए सकड दखन क लए", - "usage": ["{countdown:targetDate:format}"], + "usage": [ + "{countdown:targetDate:format}" + ], "example": [ "New year: {countdown:1640991600:%d days, %h hours, %m minutes}" ] @@ -323,21 +442,31 @@ "name": "game:gameId:address", "description": "Online players in a game server (Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc)", "detailedDescription": "Counts how many online players are in a game server (like Minecraft, Counter Strike, Rust, Ark, Team Fortress 2, GMOD, etc), replace `gameId` by one of the listed [here](https://github.com/gamedig/node-gamedig/#games-list) and `address` by the actual server address", - "usage": ["{game:gameId:address}"], - "example": ["{game:minecraft:mc.hypixel.net} Mining and crafting"] + "usage": [ + "{game:gameId:address}" + ], + "example": [ + "{game:minecraft:mc.hypixel.net} Mining and crafting" + ] }, "clock": { "name": "clock:timeZone", "description": "Shows a clock with the time of the specified timezone", "detailedDescription": "Shows a clock with the time of the specified timezone, you can easily [generate this counter here](https://member-counter.eduardozgz.com/utils/clock) or replace `timeZone` with a valid IANA timezone", - "usage": ["{clock:timeZone}"], - "example": ["Spain: {clock:Europe/Madrid}"] + "usage": [ + "{clock:timeZone}" + ], + "example": [ + "Spain: {clock:Europe/Madrid}" + ] }, "http": { "name": "http:options", "description": "Shows the result of a http request", "detailedDescription": "Shows the result returned by a http `GET` request. You can setup the `options` [here](https://member-counter.eduardozgz.com/utils/http), or create it manually: `options` is a JSON object encoded in base64 (you can use base64 command to achieve this), this object can have the following keys: `url`: A string; with the url of the resource, `parseNumber`: A boolean; if the result is a valid number, it will be parsed and customized according to your server's settings, `dataPath`: A string; if the response is a JSON object, you must specify the path to a key with a value that must be a string or number, the syntax of this path is similar to the syntax that JS uses to access properties and array items, `lifetime`: A number; specifies in seconds for how long the returned response will be cached and used, the default is 1 hour", - "usage": ["{http:options}"], + "usage": [ + "{http:options}" + ], "example": [ "Last subscriber: {http:eyJ1cmwiOiJodHRwczovL215YXBpLmNvbS92MS9zdWJzY3JpYmVycz9nZXQ9bGFzdCIsImRhdGFQYXRoIjoidXNlci5uYW1lIn0=}" ] @@ -359,56 +488,87 @@ "name": "escape:stringToEscape", "description": "Escapes common delimiters used by Member Counter", "detailedDescription": "Escapes automatically all the delimiters used by Member Counter when processing a counter. Like `:`,`;` or `,`. You may need this if you want to pass arguments with the mentioned delimiters without getting them parsed. This is specially useful when you can't control well the content of the string like in the `{http}` counter", - "usage": ["{escape:stringToEscape}"], - "example": ["{escape:Hello, world!}"] + "usage": [ + "{escape:stringToEscape}" + ], + "example": [ + "{escape:Hello, world!}" + ] }, "static": { "name": "static:data", "description": "Displays the given `data`", "detailedDescription": "Displays the given `data` with custom formatting based on the server settings if it's a number, text is also accepted", - "usage": ["{static:data}"], - "example": ["{static:420}", "{static:Hello world!}"] + "usage": [ + "{static:data}" + ], + "example": [ + "{static:420}", + "{static:Hello world!}" + ] }, "sum": { "name": "sum:value1,value2,more values", "description": "Sum of the specified values", "detailedDescription": "Sum of the specified values, done from the left to the right", - "usage": ["{sum:value1,value2,more values}"], - "example": ["2 + 2 = {sum:2,2}"] + "usage": [ + "{sum:value1,value2,more values}" + ], + "example": [ + "2 + 2 = {sum:2,2}" + ] }, "subtract": { "name": "subtract:value1,value2,more values", "description": "Subtracts the specified values", "detailedDescription": "Subtracts the specified values, done from the left to the right", - "usage": ["{subtract:value1,value2,more values}"], - "example": ["2 - 2 = {subtract:2,2}"] + "usage": [ + "{subtract:value1,value2,more values}" + ], + "example": [ + "2 - 2 = {subtract:2,2}" + ] }, "multiply": { "name": "multiply:value1,value2,more values", "description": "Multiplies the specified values", "detailedDescription": "Multiplies the specified values, done from the left to the right", - "usage": ["{multiply:value1,value2,more values}"], - "example": ["2 * 2 = {multiply:2,2}"] + "usage": [ + "{multiply:value1,value2,more values}" + ], + "example": [ + "2 * 2 = {multiply:2,2}" + ] }, "divide": { "name": "divide:value1,value2,more values", "description": "Divides the specified values", "detailedDescription": "Divides the specified values, done from the left to the right", - "usage": ["{divide:value1,value2,more values}"], - "example": ["10 / 2 = {divide:10,2}"] + "usage": [ + "{divide:value1,value2,more values}" + ], + "example": [ + "10 / 2 = {divide:10,2}" + ] }, "modulus": { "name": "modulus:value1,value2,more values", "description": "Gets the modulus of the specified values", "detailedDescription": "Gets the modulus of the specified values, done from the left to the right", - "usage": ["{modulus:value1,value2,more values}"], - "example": ["10 % 2 = {modulus:10,2}"] + "usage": [ + "{modulus:value1,value2,more values}" + ], + "example": [ + "10 % 2 = {modulus:10,2}" + ] } } }, "premium": { "helpDescription": "Get information about Member Counter Premium.", - "helpExample": ["premium"], + "helpExample": [ + "premium" + ], "embedReply": { "title": "Member Counter Premium", "description": "[Get the premium bot]({GET_PREMIUM_BOT_URL}) and enjoy:", @@ -443,8 +603,12 @@ }, "lockChannel": { "helpDescription": "You can use this commands to show a lock pad (🔒) instead of a speaker (🔊) in voice channels.", - "helpUsage": ["lockChannel [channel id]"], - "helpExample": ["lockChannel 700336568099143710"], + "helpUsage": [ + "lockChannel [channel id]" + ], + "helpExample": [ + "lockChannel 700336568099143710" + ], "success": "किये गए! अब, **गैर व्यवस्थापक उपयोगकर्ताओं के लिए**, चैनल को 🔒 के साथ प्रदर्शित किया जाएगा", "errorInvalidChannel": "आप केवल वॉइस चैनल लॉक कर सकते हैं!", "errorNoPerms": "अनुमतियों की कमी के कारण मैं चैनल `{CHANNEL}` को संपादित नहीं कर सकता", @@ -452,7 +616,9 @@ }, "editChannel": { "helpDescription": "If you are trying to set a counter but Discord tells you that you reached the name/topic length limit, you can use this command to \"ignore\" that limit.", - "helpUsage": ["editChannel [channel ID] [content and counters]"], + "helpUsage": [ + "editChannel [channel ID] [content and counters]" + ], "helpExample": [ "editChannel 701396983843127366 {onlineMembers} of {members} Online" ], @@ -462,15 +628,23 @@ }, "setDigit": { "helpDescription": "Customizes numbers that will be displayed, the number argument must be a normal number, the second argument can be anything, like an emoji or a normal number, you can customize multiple numbers at once by separating the arguments with commas (`,`)\nIf the first argument is the word \"reset\", the numbers will be restored to the default ones.", - "helpUsage": ["setDigit reset", "setDigit [number] [your custom number]"], - "helpExample": ["setDigit 3 3", "setDigit 3 :emoji3:, 4 :emoji4:"], + "helpUsage": [ + "setDigit reset", + "setDigit [number] [your custom number]" + ], + "helpExample": [ + "setDigit 3 3", + "setDigit 3 :emoji3:, 4 :emoji4:" + ], "success": "अंकों को अनुकूलित किया गया।", "resetSuccess": "संख्याओं को डिफ़ॉल्ट से पुनर्स्थापित किया गया |", "errorMissingParams": "लापता मापदण्ड, कृपया `help setDigit` देखें" }, "shortNumber": { "helpDescription": "This command allows you to show a count in a compact form in counters.", - "helpUsage": ["shortNumber [enable|on/disable|off]"], + "helpUsage": [ + "shortNumber [enable|on/disable|off]" + ], "helpExample": [ "shortNumber enable", "shortNumber disable", @@ -483,13 +657,21 @@ }, "locale": { "helpDescription": "Formats the numbers and clocks (12h/24h format) to the specified locale.", - "helpUsage": ["locale [locale/disable]"], - "helpExample": ["locale en", "locale es", "locale disable"], + "helpUsage": [ + "locale [locale/disable]" + ], + "helpExample": [ + "locale en", + "locale es", + "locale disable" + ], "helpImage": "https://i.imgur.com/gnje0YB.png" }, "role": { "helpDescription": "You can allow or deny roles to use bot administrative commands.\nYou can use ``all`` keyword to allow or deny all roles.\nTo see which roles are currently allowed use `seeSettings`.", - "helpUsage": ["role [allow/deny] [@roles/all]"], + "helpUsage": [ + "role [allow/deny] [@roles/all]" + ], "helpExample": [ "role allow @Mod", "role allow @Mod @OtherRole", @@ -502,7 +684,9 @@ }, "seeSettings": { "helpDescription": "इस सर्वर के लिए सभी बॉट समायोजन दिखाता है।", - "helpExample": ["seeSettings"], + "helpExample": [ + "seeSettings" + ], "settingsMessage": { "headerText": "संघ के लिए समायोजन :", "langText": "भाषाएं :", @@ -519,34 +703,50 @@ }, "resetSettings": { "helpDescription": "Removes all the counters and restores the custom settings of this server to the default ones.", - "helpExample": ["resetSettings"], + "helpExample": [ + "resetSettings" + ], "done": "समायोजन पुनः स्थापित किए गए" }, "upgradeServer": { "helpDescription": "This command allows you to invite the old Member Counter Premium bot, by using remaining server upgrades of your account.", - "helpExample": ["upgradeServer"], + "helpExample": [ + "upgradeServer" + ], "success": "किये गए! अगला कदम प्रीमियम बॉट को आमंत्रित करना है :\n{BOT_LINK}", "errorCannotUpgrade": "आप सर्वर उन्नयन नहीं कर सकते, क्योंकि यह पहले से ही प्रीमियम है।", "noServerUpgradesAvailable": "You can't do more server upgrades because you don't have more server upgrades available" }, "info": { "helpDescription": "List of useful links.", - "helpExample": ["info"], + "helpExample": [ + "info" + ], "embedReply": { "description": "[Add me to your server]({BOT_INVITE_URL})\n[Website]({WEBSITE})\n[Get premium]({GET_PREMIUM_BOT_URL})\n[Support server]({BOT_SERVER_URL})\n[GitHub Repository](https://github.com/eduardozgz/member-counter-bot)" } }, "lang": { "helpDescription": "इस सर्वर के लिए बॉट की भाषा में परिवर्तन करने के लिए आपके पास प्रशासक अनुमति होनी चाहिए।", - "helpUsage": ["lang (lang code)"], - "helpExample": ["lang", "lang es_ES"], + "helpUsage": [ + "lang (lang code)" + ], + "helpExample": [ + "lang", + "lang es_ES" + ], "success": "भाषा सफलतापूर्वक बदला गया।", "errorNotFound": "उपलब्ध भाषाओं की सूची :" }, "profile": { "helpDescription": "Shows related information between you and this bot.", - "helpUsage": ["profile (@user)"], - "helpExample": ["profile", "profile @eduardozgz"], + "helpUsage": [ + "profile (@user)" + ], + "helpExample": [ + "profile", + "profile @eduardozgz" + ], "badges": "पदक", "credits": "Credits", "serverUpgradesAvailable": "सर्वर उन्नयन अवशिष्ट", @@ -558,7 +758,9 @@ }, "counts": { "helpDescription": "Shows some counts.", - "helpExample": ["counts"], + "helpExample": [ + "counts" + ], "members": "सदस्य :", "onlineMembers": "ऑनलाइन सदस्य :", "offlineMembers": "ऑफलाइन सदस्य :", @@ -571,8 +773,12 @@ }, "preview": { "helpDescription": "Shows a preview of how a counter or various counters will look in a channel.", - "helpUsage": ["preview [content and counters]"], - "helpExample": ["preview {members} Members"], + "helpUsage": [ + "preview [content and counters]" + ], + "helpExample": [ + "preview {members} Members" + ], "helpImage": "https://i.imgur.com/3JP3u0Y.png", "channelName": "चैनल नाम पूर्वावलोकन", "channelTopic": "चैनल विषय पूर्वावलोकन" @@ -687,13 +893,20 @@ }, "base64": { "helpDescription": "A base64 utility command, useful to customize specific counters or create advanced counters like `{http}`.", - "helpUsage": ["base64 [encode/decode] [data]"], - "helpExample": ["base64 encode test", "base64 decode dGVzdA=="], + "helpUsage": [ + "base64 [encode/decode] [data]" + ], + "helpExample": [ + "base64 encode test", + "base64 decode dGVzdA==" + ], "invalidAction": "अमान्य कार्रवाई, यह `encode` या `decode` होनी चाहिए" }, "checkPermissions": { "helpDescription": "Checks if the bot has the correct permissions to work correctly.", - "helpExample": ["checkPermissions"], + "helpExample": [ + "checkPermissions" + ], "title": "Check permissions", "optionalText": "(Optional)", "adminWarning": "**This bot has administrator permission, please toggle off the administrator permission and setup the right permissions**",