├── .gitignore ├── README.md ├── basicBot.js ├── commands.md └── lang ├── cs.json ├── de.json ├── en.json ├── es.json ├── fr.json ├── langIndex.json ├── lt.json ├── lv.json ├── ms.json ├── nl.json ├── pl.json ├── pt-BR.json ├── sr.json ├── tr.json └── zh-TW.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![basicBot](http://i.imgur.com/efwl0PS.png) 2 | 3 | ### Contact 4 | 5 | [![Slack](https://basicbot.herokuapp.com/badge.svg)](https://basicbot.herokuapp.com/) [![Facebook group](https://img.shields.io/badge/facebook-group-3b5998.svg?style=flat)](https://facebook.com/groups/basicBot) [![Twitter](https://img.shields.io/twitter/follow/bscbt.svg?style=social)](https://twitter.com/bscbt) 6 | 7 | Email enquiries: [hi[at]benzi[dot]io](mailto:hi@benzi.io) 8 | 9 | ### Usage 10 | 11 | Bookmark the following code. To run the bot, click the bookmark. 12 | 13 | ``` 14 | javascript:(function(){$.getScript('https://raw.githack.com/basicBot/source/master/basicBot.js');})(); 15 | ``` 16 | 17 | If this does not work, go to [basicBot.js](https://raw.githubusercontent.com/basicBot/source/master/basicBot.js) and copy paste its content into your console (accessible in chrome by pressing F12) when on plug.dj in your community. 18 | 19 | ### Commands 20 | 21 | These can be found in [the commands list](commands.md). 22 | 23 | ### Blacklists 24 | 25 | Examples of blacklists can be found in [the customization repository](https://github.com/basicBot/custom/tree/master/blacklists). 26 | You can add blacklists in the settings of the bot via the methods given in that same repository. See below for more information. 27 | 28 | 29 | ### Extending functionality and custom default settings 30 | 31 | basicBot can be customized to fit your needs. Please refer to [the customization repository](https://github.com/basicBot/custom) for more info. 32 | Please do not try to if you are not confident in your JavaScript capabilities. 33 | 34 | 39 | 40 | ### Credits 41 | 42 | | Developers | 43 | |:----------:| 44 | | [![Benzi](https://www.gravatar.com/avatar/a9a9e27f874dadfaf0e21e8ecf8e9833.jpg?s=100)](https://github.com/Benzi) | 45 | | **[Benzi](https://github.com/Benzi)** | 46 | 47 | #### Special thanks :sparkles: 48 | 49 | - Fungus: His Tastybot has been a source of inspiration for most of the features, and his help with coding problems has been invaluable to make this bot. 50 | - TAT, Origin and other Litebot contributors: Their Litebot has inspired features like Roulette. 51 | - Henchman: Never knew this undertaking would give me a friend too. 52 | 53 | #### Translations :globe_with_meridians: 54 | 55 | I would like to thank everyone who have contributed in translating the bot via [Transifex](https://www.transifex.com/basicbot/basicbot) :pray: 56 | 57 | | Translator | Languages | 58 | |:----------:|:---------:| 59 | | 3GoneS | Lithuanian | 60 | | ajdin291 | Serbian | 61 | | Bart Boom | Dutch | 62 | | cirktv| Dutch | 63 | | clone287 | Turkish | 64 | | DivinityRSPS | German | 65 | | [Filly](https://github.com/fillylumi) | French | 66 | | Gradure | Dutch | 67 | | H0LYbear | Turkish | 68 | | hadi555 | German | 69 | | [Hasztagg](https://github.com/Hasztagg) | Polish | 70 | | Helvijs Baumanis | Latvian | 71 | | Inga Deveiko | Latvian | 72 | | Janis Petrovskis | Latvian | 73 | | Leopard105 | Czech | 74 | | linusworld | Chinese (Taiwan) | 75 | | Liutauras Vaitkus | Lithuanian | 76 | | Łukasz Strzałek | Polish | 77 | | [Mikey Wazowsky](https://github.com/MikeyWazowsky) | Polish | 78 | | [Motel Bible](https://github.com/motelbible) | Portuguese | 79 | | [NDA](https://github.com/NDAthereal) | French | 80 | | Patrick H-Hansen | Danish | 81 | | Rie | Danish | 82 | | Schokin | Spanish | 83 | | Shone | Serbian | 84 | | smt287 | Turkish | 85 | | Tessi Tess Randysková | Czech | 86 | | TIGJERUX | Latvian | 87 | | xMaxist | Dutch | 88 | | [Yenn](https://twitter.com/tsy_yenn) | Chinese (Taiwan), Malay | 89 | | Јовев Немања | Serbian | 90 | 91 | ### License 92 | 93 | Copyright © 2014-2018 basicBot 94 | 95 | Modifications (including forks) of the code to fit personal needs are allowed only for personal use and should refer back to the original source. 96 | This software is not for profit, any extension, or unauthorised person providing this software is not authorised to be in a position of any monetary gain from this use of this software. Any and all money gained under the use of the software (which includes donations) must be passed on to the original author. 97 | 98 | ### Disclaimer 99 | 100 | This bot is developed independently. Changes may be made without notice. There is no guarantee for the bot to be functioning perfectly. 101 | plug.dj admins have the right to request changes. 102 | By using this chatbot you agree to not use it for violating [plug.dj's Terms of Service](https://plug.dj/terms). 103 | You also agree not to alter the bot's code, unless in the cases explicitly stated above, for personal use, or for the sole purpose of submitting a pull request with a bug fix or a feature update, at which point it will be looked at and decided by the authors of the project. 104 | Please refer to the original author/repository at all times, even on personal forks that are not private. 105 | Any requests for changes can be requested via email, through GitHub or via plug.dj. 106 | -------------------------------------------------------------------------------- /commands.md: -------------------------------------------------------------------------------- 1 | # Commands List 2 | 3 | - **X** specifies a number 4 | - Arguments between **( )** are optional 5 | 6 | ### Manager 7 | 8 | | Command | Arguments | Description | 9 | |:-------:|:---------:|:-----------:| 10 | | !afklimit | X | sets the maximum AFK time. | 11 | | !botname | (botname) | change the default bot name. | 12 | | !bouncer+ | — | toggle bouncer+. | 13 | | !clearchat | — | clears the chat. | 14 | | !clearlocalstorage | — | clears basicBot data stored on the browser. | 15 | | !cycle | — | toggle DJ cycle. | 16 | | !cycletimer | X | set the maximum DJ cycle time for when cycleguard is enabled. | 17 | | !language | (language) | specify the language you would like the bot to use. | 18 | | !locktimer | X | set the maximum time the waitlist can be locked if lockguard is enabled. | 19 | | !logout | — | logs out account bot is hosted on. | 20 | | !maxlength | X | specify the maximum length a song can be when timeguard is enabled. | 21 | | !refresh | — | refreshes the browser of whoever runs the bot. | 22 | | !skippos | X | set the position to which skip and lockskip moves the dj. | 23 | | !usercmdcd | X | set the cooldown on commands by grey users. | 24 | | !usercommands | — | toggle user commands. | 25 | | !voteskip | (X) | when no argument is specified, returns the current voteskip limit, when X is specified, voteskip limit is updated to the new specified limit. | 26 | 27 | ### Bouncer+ 28 | 29 | | Command | Arguments | Description | 30 | |:-------:|:---------:|:-----------:| 31 | | !add | @user | add user to the waitlist. | 32 | | !afkremoval | — | toggles the AFK check. | 33 | | !autoskip | — | skips songs automatically when they're done (use when the circles-bug happens). | 34 | | !deletechat | @user | delete all the chats by a certain user. | 35 | | !lock | — | lock the waitlist. | 36 | | !lockdown | — | lock down the room: only staff can chat. | 37 | | !meh | — | makes the bot meh the current song. | 38 | | !move | @user (X) | moves user to position X on the waitlist, default is position 1. | 39 | | !remove | @user | remove user from the waitlist. | 40 | | !roulette | — | start a roulette. | 41 | | !songstats | — | toggle song statistics. | 42 | | !swap | @user1 @user2 | swaps the position of two users in the waitlist. | 43 | | !unlock | — | unlock the waitlist. | 44 | | !welcome | — | toggle the welcome message on user join. | 45 | | !woot | — | makes the bot woot the current song. | 46 | 47 | ### Bouncer 48 | 49 | | Command | Arguments | Description | 50 | |:-------:|:---------:|:-----------:| 51 | | !active | (X) | shows how many users chatted in the past X minutes. If no X specified, 60 is set as default. | 52 | | !afkreset | @user | resets the AFK time of user. | 53 | | !afktime | @user | shows how long user has been AFK. | 54 | | !autodisable | — | toggle the autodisable. | 55 | | !ban | @user | bans user for 1 day. | 56 | | !blacklist / !bl | blacklistname | add the song to the specified blacklist. | 57 | | !blinfo | — | get information required to blacklist a song. | 58 | | !commanddeletion / !cmddeletion / !cmddel | — | toggles if bot commands gets deleted. | 59 | | !cycleguard | — | toggles the cycleguard. | 60 | | !dclookup / !dc | (@user) | do dclookup on a user. | 61 | | !english | @user | ask user to speak english (asked in the language they set plug to). | 62 | | !eta | (@user) | shows when user will reach the booth. | 63 | | !filter | — | toggles the chat filter. | 64 | | !forceskip / !fs | — | forceskips the current song. | 65 | | !historyskip | — | toggles the history skip. | 66 | | !jointime | @user | shows how long the user has been in the room. | 67 | | !kick | (X) | kicks user for X minutes, default is 0.25 minutes (15 seconds). | 68 | | !kill | — | shut down the bot. | 69 | | !lockguard | — | toggle the lockguard. | 70 | | !lockskip | (reason) | skips, locks and moves the dj back up (the position can be set with `!skippos)`. | 71 | | !motd | (X)/(message) | when no argument is specified, returns the Message of the Day, when X is specified, the MotD is given every X songs, when "message" is given, it sets the MotD to message. | 72 | | !mute | @user/(X) | mute user, for X minutes if X is specified, otherwise for an undefined period. | 73 | | !reload | — | reload the bot. | 74 | | !restricteta | — | toggles the restriction on eta: grey users can use it once an hour. | 75 | | !sessionstats | — | display stats for the current session. | 76 | | !skip / !smartskip | (reason) | skips the dj using smartskip. actions such as locking and moving user depends on various factors (the position the dj is moved to can be set with `!skippos`). | 77 | | !status | — | display the bot's status and some settings. | 78 | | !timeguard | — | toggle the timeguard. | 79 | | !togglebl | — | toggle the blacklist. | 80 | | !togglemotd | — | toggle the motd. | 81 | | !togglevoteskip | — | toggle the voteskip. | 82 | | !unban | @user | unban user. | 83 | | !unmute | @user/all | unmute user. | 84 | | !uptime | — | displays how long the bot has been running. | 85 | | !voteratio | @user | display the vote statistic for a user. | 86 | | !whois | @user | returns plug related information about user. | 87 | 88 | ### Resident DJ 89 | 90 | | Command | Arguments | Description | 91 | |:-------:|:---------:|:-----------:| 92 | | !link | — | give a link to the current song. | 93 | 94 | ### User 95 | 96 | | Command | Arguments | Description | 97 | |:-------:|:---------:|:-----------:| 98 | | !8ball / !ask | (message) | ask the bot a question, the bot will return random variations of a yes or no answer. | 99 | | !autowoot | — | links to PlugCubed, the advised script/plugin to use for autowooting. | 100 | | !ba | — | explains the Brand Ambassador rank. | 101 | | !commands | — | gives a link to the commands. | 102 | | !cookie | (@user) | give a cookie to user. | 103 | | !dclookup / !dc | — | use dclookup on yourself. | 104 | | !emoji | — | returns a link the emoji list. | 105 | | !eta | — | shows how long before you will reach the booth. | 106 | | !fb | — | links to the room's Facebook page (if set in the settings). | 107 | | !ghostbuster | @user | checks if user is ghosting. | 108 | | !gif / !giphy | (message) | returns gif (from giphy) related to the tag provided. Returns a random gif if no tags are provided. | 109 | | !help | — | links to an image to help get people started on plug. | 110 | | !join | — | join the roulette if it's up. | 111 | | !leave | — | leave the roulette if you joined. | 112 | | !link | — | when the user is the DJ, give a link to the current song. | 113 | | !op | — | links to the OverPlayed list (if set in the settings). | 114 | | !ping | — | returns pong! | 115 | | !rules | — | links to the rules (if set in the settings). | 116 | | !source | — | returns a link to the basicBot repository on GitHub. | 117 | | !theme | — | links to the room's theme (if set in the settings). | 118 | | !thor | — | users get moved to position 1 in the waitlist if they're worthy of Thor's hammer. | 119 | | !website | — | links to the room's website (if set in the settings). | 120 | | !youtube | — | links to the room's youtube page (if set in the settings). | 121 | -------------------------------------------------------------------------------- /lang/cs.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "ti daroval\/a \u010dokol\u00e1dovou su\u0161enku!", 4 | "ti daroval\/a jemnou dom\u00e1c\u00ed ovesnou su\u0161enku!", 5 | "ti daroval\/a oby\u010dejnou suchou starou su\u0161enku, kter\u00e1 byla posledn\u00ed v s\u00e1\u010dku. Nevychovanec.", 6 | "ti daroval\/a cukrovou su\u0161enku. Co? \u017d\u00e1dn\u00e1 poleva a syp\u00e1n\u00ed? 0\/10 nedot\u00fdkal bych se ji.", 7 | "ti daroval\/a \u010dokol\u00e1dovou su\u0161enku. Po\u010dkat, jsou na ni rozinky. Bl\u00e9!", 8 | "ti daroval\/a obrovskou su\u0161enku. Prop\u00edchnut\u00ed ji ti d\u00e1 v\u00edce su\u0161enek. Podivn\u00e9.", 9 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed. Stoj\u00ed tam: \"Pro\u010d nepracuje\u0161 na \u017e\u00e1dn\u00fdch projektech?\"", 10 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed. Stoj\u00ed tam: \"\u0158ekni n\u011bkomu speci\u00e1ln\u00edmu n\u011bjak\u00fd kompliment.\"", 11 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed. Stoj\u00ed tam: \"Riskuj!\"", 12 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed. Stoj\u00ed tam: \"Jdi ven.\"", 13 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed. Stoj\u00ed tam: \"Nezapome\u0148 j\u00edst zeleninu.\"", 14 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed: Stoj\u00ed tam: \"Do you even lift?\"", 15 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed: Stoj\u00ed tam: \"m808 pros\u00edm\"", 16 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed. Stoj\u00ed tam: \"Kdy\u017e bude\u0161 h\u00fdbat boky, z\u00edsk\u00e1\u0161 si v\u0161echny sle\u010dny.\"", 17 | "ti daroval\/a su\u0161enku \u0161t\u011bst\u00ed. Stoj\u00ed tam: \"Miluju t\u011b.\"", 18 | "ti daroval\/a Zlatou Su\u0161enku. Nem\u016f\u017ee\u0161 ji sn\u00edst, proto\u017ee je ze zlata. Zatracen\u011b.", 19 | "ti daroval\/a Oreo su\u0161enku se sklenic\u00ed ml\u00e9ka!", 20 | "ti daroval\/a duhovou su\u0161enku pe\u010denou s l\u00e1skou. :heart:", 21 | "ti daroval\/a starou su\u0161enku, kterou zapomn\u011bl v de\u0161ti. Je plesniv\u00e1.", 22 | "ti pe\u010de \u010derstv\u00e9 su\u0161enky. Von\u00ed b\u00e1je\u010dn\u011b." 23 | ], 24 | "balls": [ 25 | "V\u011bt\u0161ina v\u011bc\u00ed nasv\u011bd\u010duje tomu, \u017ee ano. ", 26 | "Ano", 27 | "Mlhav\u00e1 odpov\u011b\u010f. Zkus to znovu.", 28 | "Bezpochyby.", 29 | "M\u00e9 zdroje \u0159\u00edkaj\u00ed, \u017ee ne.", 30 | "Jak to vid\u00edm j\u00e1, tak ano.", 31 | "Na to se m\u016f\u017ee\u0161 spolehnout.", 32 | "Soust\u0159e\u010f se a zeptej se znovu.", 33 | "Vyhl\u00eddky nejsou moc dobr\u00e9.", 34 | "Rozhodn\u011b je to tak.", 35 | "Rad\u011bji ti to ne\u0159eknu hned.", 36 | "Velmi pochybn\u00e9.", 37 | "\u00c1no - ur\u010dit\u011b.", 38 | "To je jist\u00e9.", 39 | "To te\u010f nelze p\u0159edv\u00eddat.", 40 | "Pravd\u011bpodobn\u011b.", 41 | "Zeptej se pozd\u011bji znovu.", 42 | "Moje odpov\u011b\u010f zn\u00ed ne.", 43 | "Dobr\u00e1 vyhl\u00eddka.", 44 | "Na to nespol\u00e9hej.", 45 | "Ano, v prav\u00fd \u010das.", 46 | "Definitivn\u011b ne.", 47 | "Bude\u0161 muset po\u010dkat.", 48 | "M\u00e1m sv\u00e9 pochybnosti.", 49 | "Vyhl\u00eddky jsou nejasn\u00e9.", 50 | "Vypad\u00e1 to dob\u0159e podle m\u011b.", 51 | "Kdo v\u00ed...", 52 | "Vypad\u00e1 to dob\u0159e!", 53 | "Mo\u017en\u00e1.", 54 | "D\u011bl\u00e1\u0161 si srandu?", 55 | "Nes\u00e1zej na to.", 56 | "Zapome\u0148 na to." 57 | ], 58 | "nodatafound": "Nebyla nalezena \u017e\u00e1dn\u00e1 p\u0159edchoz\u00ed data.", 59 | "currentlang": "\/me Aktu\u00e1ln\u00ed jazyk: %%LANGUAGE%%", 60 | "langerror": "\/me Jazyk, kter\u00fd jste si vybral\/a, je nedostupn\u00fd. Pros\u00edm, nav\u0161tivte %%LINK%% k nalezen\u00ed seznamu dostupn\u00fdch jazyk\u016f.", 61 | "langset": "\/me Jazyk je nyn\u00ed nastaven na: %%LANGUAGE%%", 62 | "retrievingdata": "Na\u010d\u00edt\u00e1n\u00ed d\u0159\u00edve ulo\u017een\u00fdch dat.", 63 | "datarestored": "D\u0159\u00edve ulo\u017een\u00e1 data \u00fasp\u011b\u0161n\u011b na\u010dtena.", 64 | "greyuser": "Pouze vyhazova\u010di a vy\u0161\u0161\u00ed mohou spustit bota.", 65 | "bouncer": "Bot nem\u016f\u017ee p\u0159esouvat lidi, kdy\u017e je spu\u0161t\u011bn jako vyhazova\u010d.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% je online!", 67 | "welcome": "\/me V\u00edtej %%NAME%%", 68 | "welcomeback": "\/me V\u00edtej zp\u011bt, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, tato skladba je ji\u017e v DJ historii.", 70 | "notavailable": "\/me @%%NAME%%, skladba, kterou jsi hr\u00e1l\/a, nebyla dotupn\u00e1.", 71 | "timelimit": "\/me @%%NAME%%, tvoje skladba je del\u0161\u00ed ne\u017e %%MAXLENGTH%% minut, pot\u0159ebuje\u0161 svolen\u00ed hr\u00e1t del\u0161\u00ed skladby.", 72 | "permissionownsong": "\/me :up: @%%NAME%% m\u00e1 pr\u00e1vo hr\u00e1t svoj\u00ed produkci.", 73 | "isblacklisted": "Tato skladba je na %%BLACKLIST%% blacklistu! P\u0159eskakuji...", 74 | "isopen": "\/me Ruleta je spu\u0161t\u011bna! Napi\u0161 !join pro p\u0159ihl\u00e1\u0161en\u00ed! (Hra, ve kter\u00e9 je n\u00e1hodn\u00fd \u00fa\u010dastn\u00edk p\u0159esunut na n\u00e1hodnou pozici ve front\u011b)", 75 | "winnerpicked": "\/me V\u00edt\u011bz byl vybr\u00e1n! @%%NAME%% na pozici %%POSITION%%.", 76 | "ball": "\/me %%NAME%% se zeptal\/a: \"%%QUESTION%%\" a %%BOTNAME%% odpov\u011bd\u011bl: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% neghostuje.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% bu\u010f ghostuje nebo zde nen\u00ed.", 79 | "alreadyadding": "\/me U\u017eivatel je ji\u017e p\u0159id\u00e1n! Zm\u011bna po\u017eadovan\u00e9 pozice na %%POSITION%%.", 80 | "adding": "\/me P\u0159idal @%%NAME%% do fronty. Sou\u010dasn\u00e1 pozice: %%POSITION%%.", 81 | "usernotfound": "\/me U\u017eivatel nenalezen.", 82 | "notdisconnected": "\/me @%%NAME%% Neodpojil\/a jsi se v dob\u011b, co je bot spu\u0161t\u011bn.", 83 | "noposition": "\/me Posledn\u00ed pozice nen\u00ed zn\u00e1ma. Po\u0159adn\u00edk pot\u0159ebuje aktualizovat alespo\u0148 jednou zaregistrovanou posledn\u00ed pozic\u00ed u\u017eivatele.", 84 | "toolongago": "\/me @%%NAME%% se odpojil\/a (DC nebo nep\u0159\u00edtomnost) p\u0159ed p\u0159\u00edli\u0161 dlouhou dobou: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% byl\/a odpojen\/a p\u0159ed %%TIME%% a m\u011bl\/a by b\u00fdt na pozici %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, byl\/a jsi afk po dobu %%TIME%%, pros\u00edm odpov\u011bz do 2 minut nebo bude\u0161 odstran\u011bn\/a z fronty.", 87 | "warning2": "\/me @%%NAME%%, bude\u0161 odstran\u011bn\/a z fronty kv\u016fli AFK, pokud neodpov\u00ed\u0161.", 88 | "afkremove": "\/me @%%NAME%%, byl\/a jsi odstran\u011bn\/a z d\u016fvodu AFK po dobu %%TIME%%. Byl\/a jsi na pozici %%POSITION%%. Napi\u0161 alespo\u0148 jednou za %%MAXIMUMAFK%% minut, pokud chce\u0161 hr\u00e1t.", 89 | "caps": "\/me @%%NAME%%, dej si bacha na capslock, pros\u00edm.", 90 | "askskip": "\/me @%%NAME%%, ne\u017e\u00e1dej o p\u0159esko\u010den\u00ed.", 91 | "spam": "\/me @%%NAME%%, pros\u00edm nespamuj.", 92 | "roomadvertising": "\/me @%%NAME%%, nepos\u00edlej odkazy na jin\u00e9 m\u00edstnosti pros\u00edm.", 93 | "adfly": "\/me @%%NAME%%, pros\u00edm zm\u011b\u0148 si sv\u016fj AutoWoot. Navrhujeme PlugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] Neplatný tag, zkus jiný.", 96 | "validgifrandom": "/me [@%%NAME%%] [Náhodný GIF] http://media.giphy.com/media/%%ID%%/giphy.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Neplatn\u00e1 \u017e\u00e1dost, zkus to znovu.", 98 | "invalidtime": "\/me [@%%NAME%%] Byl zad\u00e1n neplatn\u00fd \u010das.", 99 | "nouserspecified": "\/me [@%%NAME%%] Nebyl zad\u00e1n u\u017eivatel.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Byl zad\u00e1n neplatn\u00fd u\u017eivatel.", 101 | "nolistspecified": "\/me [@%%NAME%%] Nebyl zad\u00e1n seznam.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Byl zad\u00e1n neplatn\u00fd seznam.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Byl zad\u00e1n neplatn\u00fd u\u017eivatel.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Nebyl zad\u00e1n limit.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Neplatn\u00fd limit.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Byla zad\u00e1na neplatn\u00e1 pozice.", 107 | "whois": "\/me [%%NAME1%%] U\u017eivatelsk\u00e9 jm\u00e9no: %%NAME2%%, ID: %%ID%%, Hodnost: %%RANK%%, P\u0159ipojen: %%JOINED%%, \u00darove\u0148: %%LEVEL%%, Jazyk: %%LANGUAGE%%, Avatar: %%AVATAR%%, Status: %%STATUS%%%%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% zapnuto.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% vypnuto.", 110 | "cmddeletion": "command deletion", 111 | "afkremoval": "AFK removal", 112 | "afksremoved": "AFK's removed", 113 | "afklimit": "AFK limit", 114 | "autodisable": "autodisable", 115 | "autoskip": "autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] Tato skaldba pat\u0159\u00ed do %%BLACKLIST%% blacklistu! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Blacklist informace - autor: %%AUTHOR%%, n\u00e1zev: %%TITLE%%, mid: %%SONGID%%", 118 | "blacklist": "blacklist", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "chatfilter", 122 | "historyskip": "hystoryskip", 123 | "lockdown": "lockdown", 124 | "lockguard": "lockguard", 125 | "usercommands": "usercommands", 126 | "motd": "MotD", 127 | "welcomemsg": "welcome message", 128 | "songstats": "song statistics", 129 | "etarestriction": "eta restriction", 130 | "voteskip": "voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] Voteskip limit je nastaven na %%LIMIT%% meh\u016f.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, tvoje skladba p\u0159ekro\u010dila limit k p\u0159esko\u010den\u00ed (%%LIMIT%% meh\u016f).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Neplatn\u00fd limit k p\u0159esko\u010den\u00ed, pros\u00edm zkus to pros\u00edm znovu s pou\u017eit\u00edm \u010d\u00edsla k zaznamen\u00e1n\u00ed meh\u016f.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Limit voteskip je nastaven na %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%% Bylo tu %%AMOUNT%% u\u017eivatel\u016f, kte\u0159\u00ed psali v posledn\u00edch %%TIME%% minut\u00e1ch.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maxim\u00e1ln\u00ed doba, po kterou m\u016f\u017ee b\u00fdt u\u017eivatel afk, nastavena na %%TIME%% minut.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Vynuloval\/a afk status u\u017eivatele @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% byl\/a neaktivn\u00ed po dobu %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% je neaktivn\u00ed d\u00e9le ne\u017e je %%BOTNAME%% spu\u0161t\u011bn.", 140 | "autowoot": "\/me Doporu\u010dujeme PlugCubed pro automatick\u00fd woot: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Brand Ambassador je hlas u\u017eivatel\u016f plug.dj. Podporuj\u00ed akce, pom\u00e1haj\u00ed komunit\u00e1m, sd\u00edlej\u00ed plug.dj vzkaz po cel\u00e9m sv\u011bt\u011b. Pro v\u00edce informac\u00ed: https:\/\/plug.dj\/ba.", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Mus\u00ed\u0161 b\u00fdt mana\u017eer a nebo mus\u00ed b\u00fdt povolen Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] Vy\u010distil\/a chat.", 144 | "deletechat": "\/me [@%%NAME%%] Vy\u010distil\/a chat od %%USERNAME%%.", 145 | "commandslink": "\/me %%BOTNAME%% p\u0159\u00edkazy: %%LINK%%", 146 | "eatcookie": "\/me J\u00edst su\u0161enky.", 147 | "nousercookie": "\/em nevid\u00edm u\u017eivatele %%NAME%% v m\u00edstnosti, nem\u016f\u017ee\u0161 s n\u00edm j\u00edst su\u0161enky.", 148 | "selfcookie": "\/me @%%NAME%%, nejsi trochu chamtiv\u00fd\/\u00e1? D\u00e1vat su\u0161enky sob\u011b. Heh. Rozd\u011bl se s ostatn\u00edmi!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] Cycleguard je nastaven na %%TIME%% minut).", 151 | "dclookuprank": "\/me [@%%NAME%%] Pouze vyhazova\u010d a vy\u0161\u0161\u00ed m\u016f\u017ee pou\u017e\u00edvat lookup pro ostatn\u00ed.", 152 | "emojilist": "\/me Emoji list: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, nejsi ve front\u011b.", 154 | "youarenext": "\/me @%%NAME%%, bude\u0161 DJ a\u017e dohraje tahle skladba.", 155 | "youaredj": "\/me @%%NAME%%, jsi pr\u00e1v\u011b DJ.", 156 | "eta": "\/me @%%NAME%%, jsi na pozici %%POSITION%% ve front\u011b a bude\u0161 na \u0159ad\u011b p\u0159ibli\u017en\u011b za %%TIME%%.", 157 | "facebook": "\/me Likni n\u00e1s na facebooku: %%LINK%%", 158 | "starterhelp": "\/me Tenhle obr\u00e1zek ti pom\u016f\u017ee za\u010d\u00edt na plugu: %%LINK%%", 159 | "roulettejoin": "\/me @%%NAME%% se p\u0159ihl\u00e1sil\/a do rulety! (!leave pokud ji chce\u0161 opustit)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% je v m\u00edstnosti po dobu %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] nem\u016f\u017ee\u0161 pou\u017e\u00edt kick na u\u017eivatele se stejnou nebo vy\u0161\u0161\u00ed hodnost\u00ed!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% you are being kicked from the community for %%TIME%% minutes.", 163 | "kill": "\/me Vyp\u00edn\u00e1n\u00ed", 164 | "logout": "\/me [@%%NAME%%] Odhla\u0161uje %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% opustil\/a ruletu!", 166 | "songlink": "\/me [@%%NAME%%] Link na aktu\u00e1ln\u00ed skladbu: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% pou\u017eil\/a lockskip]", 168 | "usedskip": "\/me [%%NAME%% pou\u017eil\/a skip]", 169 | "skippos": "\/me [@%%NAME%%] DJ bude p\u0159esunut na pozici %%POSITION%% kdy\u017e bude p\u0159esko\u010den.", 170 | "lockguardtime": "\/me [@%%NAME%%] Lockguard je nastaven na %%TIME%% minut.", 171 | "maxlengthtime": "\/me [@%%NAME%%] Maxim\u00e1ln\u00ed povolen\u00e1 d\u00e9lka skladby nastavena na %%TIME%% minut.", 172 | "motdset": "\/me MotD nastaven na: %%MSG%%", 173 | "motdintervalset": "\/me MotD interval nastaven na %%INTERVAL%%.", 174 | "currentbotname": "\/me Jm\u00e9no bota je: %%BOTNAME%%", 175 | "botnameset": "\/me Jm\u00e9no bota je zm\u011bn\u011bno na: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, nesna\u017e se m\u011b p\u0159idat do fronty, pros\u00edm.", 177 | "move": "\/me [%%NAME%% pou\u017eil\/a move]", 178 | "mutednotime": "\/me [@%%NAME%%] Uml\u010del\/a @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] M\u016f\u017ee\u0161 uml\u010det u\u017eivatele maxim\u00e1ln\u011b na %%TIME%% minut.", 180 | "mutedtime": "\/me [@%%NAME%%] Uml\u010del\/a @%%USERNAME%% na %%TIME%% minut.", 181 | "unmuted": "\/me [@%%NAME%%] Zru\u0161il\/a uml\u010den\u00ed @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] Nem\u016f\u017ee\u0161 uml\u010det osobu se stejnou nebo vy\u0161\u0161\u00ed hodnost\u00ed.", 183 | "oplist": "\/me OP list: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Hned jsem zp\u011bt.", 186 | "removenotinwl": "\/me [@%%NAME%%] Vybran\u00fd u\u017eivatel @%%USERNAME%% nen\u00ed ve front\u011b.", 187 | "roomrules": "\/me Pros\u00edm p\u0159e\u010dt\u011bte si zde pravidla komunity: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Celkem woot\u016f: %%WOOTS%%, celkem meh\u016f: %%MEHS%%, celkem grab\u016f: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% pou\u017eil\/a forceskip]", 190 | "madeby": "\/me Tenhle bot byl vytvo\u0159en %%NAME%%.", 191 | "activefor": "Jsem aktivn\u00ed po dobu %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Byl specifikov\u00e1n neplatn\u00fd u\u017eivatel. (Nepou\u017e\u00edvej jm\u00e9na s mezerami!)", 193 | "swapwlonly": "\/me [@%%NAME%%] Pros\u00edm vym\u011b\u0148uj pouze u\u017eivatele, kte\u0159\u00ed jsou ve front\u011b!", 194 | "swapping": "\/me V\u00fdm\u011bna %%NAME1%% s %%NAME2%%.", 195 | "genres": "\/me Pros\u00edm pod\u00edvejte se zde na povolen\u00e9 \u017e\u00e1nry t\u00e9to komunity: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] U\u017eivatel nebyl zabanov\u00e1n.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Zru\u0161il v\u0161em uml\u010den\u00ed.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Pouze mana\u017ee\u0159i a vy\u0161\u0161\u00ed m\u016f\u017eou zru\u0161it uml\u010den\u00ed v\u0161em z\u00e1rove\u0148.", 199 | "notmuted": "\/me [@%%NAME%%] tento u\u017eivatel nebyl uml\u010den.", 200 | "unmuterank": "\/me [@%%NAME%%] Nem\u016f\u017ee\u0161 zru\u0161it uml\u010den\u00ed osob\u011b se stejnou nebo vy\u0161\u0161\u00ed hodnost\u00ed.", 201 | "commandscd": "\/me [@%%NAME%%] Cooldown p\u0159\u00edkaz\u016f pro u\u017eivatele nastaven na %%TIME%% sekund.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woot\u016f: %%WOOT%%, meh\u016f: %%MEHS%%, pom\u011br (w\/m): %%RATIO%%.", 203 | "website": "\/me Pros\u00edm nav\u0161tivte na\u0161e webov\u00e9 str\u00e1nky: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Dejte n\u00e1m odb\u011br na youtube: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } 211 | -------------------------------------------------------------------------------- /lang/de.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "hat dir einen leckeren Schokoladen Keks gegeben!", 4 | "hat dir einen selbstgemachten Haferfloken Keks gegeben!", 5 | "hat dir einen schmucklosen, dreckigen und alten Keks gegeben. Es war der letzte in seinem Rucksack. Toll.", 6 | "hat dir ein Zuckerpl\u00e4tzchen gegeben. Was, kein Zuckerguss und Streuseln? 0\/10 w\u00fcrden es nicht essen.", 7 | "gibt dir einen Schokoladen Keks. Oh Warte, da sind Rosinen drine. Bleck!", 8 | "gibt dir einen riesigen Keks.", 9 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Warum arbeitest du momentan an keinen Projekten?\"", 10 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Mach jemanden Besonderes heute ein Kompliment!\"", 11 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Riskiere etwas!\"", 12 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Geh nach drau\u00dfen!\"", 13 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Vergiss nicht, dein Gem\u00fcse zu essen!\"", 14 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Do you even lift\"?", 15 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"m808 pls!\"", 16 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Wenn du deine H\u00fcften bewegst, bekommst du alle Frauen.\"", 17 | "gibt dir einen Gl\u00fcckskeks. Darauf steht: \"Ich liebe dich!\"", 18 | "gibt dir einen goldenen Keks. Du kannst ihn nicht essen, da er aus Gold ist. Verdammt!", 19 | "gibt dir einen Oreo Keks mit einem Glas Milch!", 20 | "gibt dir einen Regenbogen Keks gemacht mit Liebe <3", 21 | "gibt dir einen alten Keks, der im Regen gelassen wurde. Er ist schimmlig.", 22 | "backt dir einen frischen Keks, er schmeckt wunderbar." 23 | ], 24 | "balls": [ 25 | "Die Zeichen deuten auf Ja.", 26 | "Ja.", 27 | "Versuch es sp\u00e4ter nochmal.", 28 | "Ohne jeden Zweifel.", 29 | "Meine Quellen sagen Nein.", 30 | "So wie ich das sehe, ja.", 31 | "Du kannst dich darauf verlassen.", 32 | "Konzentriere dich und frage erneut.", 33 | "Sieht nicht so gut aus.", 34 | "Es ist umstritten.", 35 | "Ich sage dir lieber nicht die Antwort.", 36 | "Sehr Zweifelhaft.", 37 | "Ja, definitiv.", 38 | "Es ist sicher.", 39 | "Kann ich nicht vorhersagen.", 40 | "sehr wahrscheinlich", 41 | "Frag sp\u00e4ter erneut", 42 | "Meine Antwort ist Nein.", 43 | "Sieht gut aus.", 44 | "Z\u00e4hl nicht darauf.", 45 | "Ja, in geraumer Zeit.", 46 | "Auf keinen Fall.", 47 | "Definitiv nicht.", 48 | "Du wirst warten m\u00fcssen.", 49 | "Ich habe meine Zweifel.", 50 | "Sieht so und so aus.", 51 | "Sieht gut aus f\u00fcr mich!", 52 | "Wer wei\u00df?", 53 | "Sieht gut aus!", 54 | "Wahrscheinlich.", 55 | "Willst du mich verarschen?", 56 | "Du kannst nicht darauf z\u00e4hlen" 57 | ], 58 | "nodatafound": "Keine vorhergehenden Daten gefunden.", 59 | "currentlang": "\/me Zurzeit eingestellte Sprache: %%LANGUAGE%%", 60 | "langerror": "\/me Die ausgew\u00e4hlte Sprache ist nicht verf\u00fcgbar. Bitte besuche %%LINK%%, um eine Liste der verf\u00fcgbaren Sprachen zu finden.", 61 | "langset": "\/me Nun eingestellte Sprache: %%LANGUAGE%%", 62 | "retrievingdata": "Ruft zuvor gespeicherte Daten ab.", 63 | "datarestored": "Zuvor gespeicherte Daten erfolgreich abgerufen.", 64 | "greyuser": "Nur Bouncer und aufw\u00e4rts k\u00f6nnen den Bot betreiben.", 65 | "bouncer": "Der Bot kann keine Leute in der Warteliste verschieben, wenn er von einem Bouncer betrieben wird.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% ist online!", 67 | "welcome": "\/me Willkommen %%NAME%%", 68 | "welcomeback": "\/me Willkommen zur\u00fcck, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, dieser Song ist im DJ Verlauf.", 70 | "notavailable": "\/me @%%NAME%% der Song, den du gespielt hast, war nicht verf\u00fcgbar.", 71 | "timelimit": "\/me @%%NAME%%, dein Song \u00fcberschreitet die Maximall\u00e4nge von %%MAXLENGTH%% Minuten. Du ben\u00f6tigst eine Erlaubnis, um l\u00e4ngere Songs spielen zu k\u00f6nnen.", 72 | "permissionownsong": "\/me :up: @%%NAME%% hat die Erlaubnis, seine eigene Produktion zu spielen.", 73 | "isblacklisted": "\/me Dieser Song steht auf der %%BLACKLIST%% Blacklist! \u00dcberspringe...", 74 | "isopen": "\/me Das Roulette ist nun ge\u00f6ffnet! Schreibe !join, um teilzunehmen.", 75 | "winnerpicked": "\/me Ein Gewinner wurde gefunden! @%%NAME%% auf die Position %%POSITION%%.", 76 | "ball": "\/me %%NAME%%s Frage war: \u201e%%QUESTION%%\u201c und %%BOTNAME%%s Antwort ist: \u201e%%RESPONSE%%\u201c", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% ghostet nicht.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% ghostet entweder oder ist nicht hier.", 79 | "alreadyadding": "\/me Benutzer wird bereits hinzugef\u00fcgt! Die gew\u00fcnschte Position wurde zu %%POSITION%% ge\u00e4ndert.", 80 | "adding": "\/me @%%NAME%% wurde der Warteschlange hinzugef\u00fcgt. Derzeitige Position in der Warteschlange: %%POSITION%%.", 81 | "usernotfound": "\/me Benutzer nicht gefunden.", 82 | "notdisconnected": "\/me @%%NAME%%s Verbindung wurde in meiner Zeit hier nicht getrennt.", 83 | "noposition": "\/me Letzte Position unbekannt. Die Warteschlange muss sich mindestens einmal aktualisieren, um die letzte Position eines Benutzers zu registrieren.", 84 | "toolongago": "\/me @%%NAME%%s letzter Verbindungsabbruch ist zu lange her: %%TIME%%.", 85 | "valid": "\/me @%%NAME%%s Verbindung brach vor %%TIME%% ab und sollte an der Position %%POSITION%% stehen.", 86 | "warning1": "\/me @%%NAME%%, du warst f\u00fcr %%TIME%% AFK. Bitte antworte in den n\u00e4chsten 2 Minuten oder du wirst entfernt.", 87 | "warning2": "\/me @%%NAME%%, du wirst bald entfernt, weil du AFK bist, falls du nicht antwortest.", 88 | "afkremove": "\/me @%%NAME%%, du wurdest entfernt, da du f\u00fcr %%TIME%% AFK warst. Du warst auf Position %%POSITION%%. Chatte mindestens einmal alle %%MAXIMUMAFK%% Minuten, wenn du einen Song spielen m\u00f6chtest.", 89 | "caps": "\/me @%%NAME%%, l\u00f6se bitte deine Feststelltaste los.", 90 | "askskip": "\/me @%%NAME%%, verlange kein \u00dcberspringen.", 91 | "spam": "\/me @%%NAME%%, spamme bitte nicht.", 92 | "roomadvertising": "\/me @%%NAME%%, poste bitte keine Links zu anderen R\u00e4umen.", 93 | "adfly": "\/me @%%NAME%%, bitte \u00e4ndere dein Autowootprogramm. Wir empfehlen PlugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Schlagwörter: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Schlagwörter: %%TAGS%%] Ungültige Schlagwörter. Versuche etwas Anderes.", 96 | "validgifrandom": "/me [@%%NAME%%] [Zufällige GIF] http://i.giphy.com/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Ung\u00fcltige Anfrage. Versuche es erneut.", 98 | "invalidtime": "\/me [@%%NAME%%] Ung\u00fcltig festgelegte Zeit.", 99 | "nouserspecified": "\/me [@%%NAME%%] Kein Benutzer festgelegt.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Ung\u00fcltiger Benutzer festgelegt.", 101 | "nolistspecified": "\/me [@%%NAME%%] Keine Liste festgelegt.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Ung\u00fcltige Liste festgelegt.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Kein g\u00fcltiger Benutzer festgelegt.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Kein Limit festgelegt.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Ung\u00fcltiges Limit.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Ung\u00fcltige Position festgelegt.", 107 | "whois": "\/me [%%NAME1%%] Benutzername: %%NAME2%%, ID: %%ID%%, Rang: %%RANK%%, Beigetreten: %%JOINED%%, Level: %%LEVEL%%, Sprache: %%LANGUAGE%%, Avatar: %%AVATAR%%, Status: %%STATUS%%%%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% aktiviert.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% deaktiviert.", 110 | "cmddeletion": "Befehll\u00f6schung", 111 | "afkremoval": "AFK Entfernung", 112 | "afksremoved": "AFK ist entfernt", 113 | "afklimit": "AFK Limit", 114 | "autodisable": "Autodeaktivierung", 115 | "autoskip": "Autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] Dieser Song ist auf der %%BLACKLIST%% blacklist! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Blacklist Informationen - Autor: %%AUTHOR%%, Titel: %%TITLE%%, mid: %%SONGID%%", 118 | "blacklist": "blacklist", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "chatfilter", 122 | "historyskip": "historyskip", 123 | "lockdown": "lockdown", 124 | "lockguard": "lockguard", 125 | "usercommands": "usercommands", 126 | "motd": "MotD", 127 | "welcomemsg": "Willkommen Nachricht", 128 | "songstats": "Song Statistik", 129 | "etarestriction": "eta restriction", 130 | "voteskip": "voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] Voteskip limit liegt momentan bei %%LIMIT%% mehs.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, Der Song hat das Voteskip limit erreicht (%%LIMIT%% mehs).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Ung\u00fcltiges Voteskip Limit, bitte gib eine Nummer ein, um dies einzustellen.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Voteskip limit ist eingestellt auf %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] %%AMOUNT%% Benutzer haben in den letzten %%TIME%% Minuten gechattet.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Die maximal erlaubte AFK Zeit liegt bei %%TIME%% Minuten.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Resette den AFK status von @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% ist inaktiv seit %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% war l\u00e4nger inaktiv als %%BOTNAME%%'s online ist.", 140 | "autowoot": "\/me Wir empfehlen PlugCubed f\u00fcr autowooting: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me A Brand Ambassador ist die Stimme der plug.dj users. Sie promoten und unterst\u00fctzen die Community und teilen die Plug.Dj Nachricht \u00fcber die ganze Welt.https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Du musst ein Manager sein oder die F\u00e4higkeit haben, Bouncer+ zu aktivieren.", 143 | "chatcleared": "\/me [@%%NAME%%] hat den Chat gereinigt.", 144 | "deletechat": "\/me [@%%NAME%%] hat alle Nachrichten von %%USERNAME%% entfernt.", 145 | "commandslink": "\/me %%BOTNAME%% Befehle: %%LINK%%", 146 | "eatcookie": "\/me isst einen Keks.", 147 | "nousercookie": "\/em sieht %%NAME%% nicht im Raum und isst den Keks selber.", 148 | "selfcookie": "\/me @%%NAME%%, du bist heute nicht so gut drauf, oder? Gibt sich selbst einfach einen Keks. Teile es lieber mit anderen Menschen!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] Der cycleguard ist eingestellt auf %%TIME%% Minuten.", 151 | "dclookuprank": "\/me [@%%NAME%%] Nur Bouncer und h\u00f6her k\u00f6nnen ein lookup f\u00fcr andere machen.", 152 | "emojilist": "\/me Emoji list: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, du bist nicht auf der Warteliste.", 154 | "youarenext": "\/me @%%NAME%%, du bist dran nach diesem Song.", 155 | "youaredj": "\/me @%%NAME%%, Du djst gerade.", 156 | "eta": "\/me @%%NAME%%, du bist in der Position %%POSITION%% in der Warteliste und wirst in ungef\u00e4hr %%TIME%% Minuten dran sein.", 157 | "facebook": "\/me Like uns auf facebook: %%LINK%%", 158 | "starterhelp": "\/me Dieses Bild hilft dir, auf Plug.Dj klar zu kommen: %%LINK%%", 159 | "roulettejoin": "@%%NAME%% ist dem Roulette beigetreten (F\u00fchr den Befehl !leave aus, wenn du es verlassen willst).", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% ist schon im Chatraum seit %%TIME%% Minuten.", 161 | "kickrank": "\/me [@%%NAME%%] Du kannst keine Benutzer kicken, die den gleichen oder einen h\u00f6heren Rang als du haben!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% du wurdest von der Community verbannt f\u00fcr %%TIME%% Minuten.", 163 | "kill": "\/me Fahre herunter.", 164 | "logout": "\/me [@%%NAME%%] Logge mich aus %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% hat das Roulette verlassen!", 166 | "songlink": "\/me [@%%NAME%%] Link zum momentanen Song: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% hat lockskip benutzt.", 168 | "usedskip": "\/me [%%NAME%% hat skip benutzt.", 169 | "skippos": "\/me [@%%NAME%%] Djs werden von nun auf Position %%POSITION%% verschoben, wenn sie \u00fcbersprungen wurden.", 170 | "lockguardtime": "\/me [@%%NAME%%] der lockguard ist gesetzt auf %%TIME%% Minuten.", 171 | "maxlengthtime": "\/me [@%%NAME%%] Die maximal erlaubte Song-L\u00e4nge ist gesetzt auf %%TIME%% Minuten.", 172 | "motdset": "\/me MotD gesetzt auf: %%MSG%%", 173 | "motdintervalset": "\/me MotD interval gesetzt auf: %%INTERVAL%%.", 174 | "currentbotname": "\/me Der Bot hei\u00dft momentan: %%BOTNAME%%", 175 | "botnameset": "\/me Der Bot hei\u00dft nun: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, bitte versuch nicht, mich auf die Warteliste zu setzen", 177 | "move": "\/me [%%NAME%% hat move benutzt]", 178 | "mutednotime": "\/me [@%%NAME%%] Muted @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Du kannst Benutzer maximal f\u00fcr %%TIME%% Minuten stumm schalten.", 180 | "mutedtime": "\/me [@%%NAME%%] Muted @%%USERNAME%% f\u00fcr %%TIME%% Minuten.", 181 | "unmuted": "\/me [@%%NAME%%] Unmuted @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] Du kannst Benutzer nicht stumm schalten, welche den gleichen oder einen h\u00f6heren Rang als du haben.", 183 | "oplist": "\/me OP Liste: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Bin gleich zur\u00fcck.", 186 | "removenotinwl": "\/me [@%%NAME%%] Benutzer @%%USERNAME%% ist nicht auf der Warteliste.", 187 | "roomrules": "\/me Du kannst die Regeln f\u00fcr den Chatroom hier finden: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Total woots: %%WOOTS%%, total mehs: %%MEHS%%, total grabs: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% hat forceskip benutzt]", 190 | "madeby": "\/me Der Bot wurde entwickelt von %%NAME%%.", 191 | "activefor": "Ich bin aktiv seit %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Ung\u00fcltiger Benutzer festgelegt. (Keine Namen mit einem Leerzeichen!)", 193 | "swapwlonly": "\/me [@%%NAME%%] Bitte vertausch nur Benutzer, die in der Warteliste sind!", 194 | "swapping": "\/me Vertausche %%NAME1%% mit %%NAME2%%.", 195 | "genres": "\/me Du kannst die Chatroom Genres hier finden: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] Der Benutzer ist nicht gesperrt.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Keiner ist jetzt mehr stumm geschaltet.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Nur Manager und h\u00f6her k\u00f6nnen alle Leute gleichzeitig unmuten.", 199 | "notmuted": "\/me [@%%NAME%%] Dieser Benutzer ist nicht stumm geschaltet!", 200 | "unmuterank": "\/me [@%%NAME%%] Du kannst Personen mit einem Rank, der gleich oder h\u00f6her ist als deiner, nicht unmuten.", 201 | "commandscd": "\/me [@%%NAME%%] Der cooldown f\u00fcr Commands ist nun festgelegt auf %%TIME%% seconds.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woots: %%WOOT%%, mehs: %%MEHS%%, ratio (w\/m): %%RATIO%%.", 203 | "website": "\/me Bitte besuch unsere Website: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Subscribe unseren Youtube Channel! %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } 211 | -------------------------------------------------------------------------------- /lang/en.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "has given you a chocolate chip cookie!", 4 | "has given you a soft homemade oatmeal cookie!", 5 | "has given you a plain, dry, old cookie. It was the last one in the bag. Gross.", 6 | "gives you a sugar cookie. What, no frosting and sprinkles? 0\/10 would not touch.", 7 | "gives you a chocolate chip cookie. Oh wait, those are raisins. Bleck!", 8 | "gives you an enormous cookie. Poking it gives you more cookies. Weird.", 9 | "gives you a fortune cookie. It reads \"Why aren't you working on any projects?\"", 10 | "gives you a fortune cookie. It reads \"Give that special someone a compliment\"", 11 | "gives you a fortune cookie. It reads \"Take a risk!\"", 12 | "gives you a fortune cookie. It reads \"Go outside.\"", 13 | "gives you a fortune cookie. It reads \"Don't forget to eat your veggies!\"", 14 | "gives you a fortune cookie. It reads \"Do you even lift?\"", 15 | "gives you a fortune cookie. It reads \"m808 pls\"", 16 | "gives you a fortune cookie. It reads \"If you move your hips, you'll get all the ladies.\"", 17 | "gives you a fortune cookie. It reads \"I love you.\"", 18 | "gives you a Golden Cookie. You can't eat it because it is made of gold. Dammit.", 19 | "gives you an Oreo cookie with a glass of milk!", 20 | "gives you a rainbow cookie made with love :heart:", 21 | "gives you an old cookie that was left out in the rain, it's moldy.", 22 | "bakes you fresh cookies, it smells amazing." 23 | ], 24 | "balls": [ 25 | "Signs point to yes.", 26 | "Yes.", 27 | "Reply hazy, try again.", 28 | "Without a doubt.", 29 | "My sources say no.", 30 | "As I see it, yes.", 31 | "You may rely on it.", 32 | "Concentrate and ask again.", 33 | "Outlook not so good.", 34 | "It is decidedly so.", 35 | "Better not tell you now.", 36 | "Very doubtful.", 37 | "Yes - definitely.", 38 | "It is certain.", 39 | "Cannot predict now.", 40 | "Most likely.", 41 | "Ask again later.", 42 | "My reply is no.", 43 | "Outlook good.", 44 | "Don't count on it.", 45 | "Yes, in due time.", 46 | "Definitely not.", 47 | "You will have to wait.", 48 | "I have my doubts.", 49 | "Outlook so so.", 50 | "Looks good to me!", 51 | "Who knows?", 52 | "Looking good!", 53 | "Probably.", 54 | "Are you kidding?", 55 | "Don't bet on it.", 56 | "Forget about it." 57 | ], 58 | "nodatafound": "No previous data found.", 59 | "currentlang": "\/me Language currently set to: %%LANGUAGE%%", 60 | "langerror": "\/me The language you've selected isn't available. List of languages available: %%LINK%%", 61 | "langset": "\/me Language now set to: %%LANGUAGE%%", 62 | "retrievingdata": "Retrieving previously stored data.", 63 | "datarestored": "Previously stored data successfully retrieved.", 64 | "greyuser": "Only bouncers and up can run a bot.", 65 | "bouncer": "The bot can't move people when it's run as a bouncer.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% online!", 67 | "welcome": "\/me Welcome %%NAME%%", 68 | "welcomeback": "\/me Welcome back, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, this song is in the DJ history.", 70 | "notavailable": "\/me @%%NAME%%, the song you played was not available.", 71 | "timelimit": "\/me @%%NAME%%, your song is longer than %%MAXLENGTH%% minutes, you need permission to play longer songs.", 72 | "permissionownsong": "\/me :up: @%%NAME%% has permission to play their own production!", 73 | "isblacklisted": "\/me This track is on the %%BLACKLIST%% blacklist! Skipping...", 74 | "isopen": "\/me The roulette is now open! Type !join to participate! (A game where a random participant is moved to a random position in the waitlist)", 75 | "winnerpicked": "\/me A winner has been picked! @%%NAME%% to position %%POSITION%%.", 76 | "ball": "\/me %%NAME%%'s question was: \"%%QUESTION%%\" and %%BOTNAME%%'s response is: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% is not ghosting.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% is either ghosting or not here.", 79 | "alreadyadding": "\/me User is already being added! Changed the desired position to %%POSITION%%.", 80 | "adding": "\/me Added @%%NAME%% to the queue. Current queue: %%POSITION%%.", 81 | "usernotfound": "\/me User not found.", 82 | "notdisconnected": "\/me @%%NAME%% did not disconnect during my time here.", 83 | "noposition": "\/me No last position known. The waitlist needs to update at least once to register a user's last position.", 84 | "toolongago": "\/me @%%NAME%%'s last disconnect (DC or leave) was too long ago: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% disconnected %%TIME%% ago and should be at position %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, you have been afk for %%TIME%%, please respond within 2 minutes or you will be removed.", 87 | "warning2": "\/me @%%NAME%%, you will be removed due to AFK soon if you don't respond.", 88 | "afkremove": "\/me @%%NAME%%, you have been removed for being afk for %%TIME%%. You were at position %%POSITION%%. Chat at least once every %%MAXIMUMAFK%% minutes if you want to play a song.", 89 | "caps": "\/me @%%NAME%%, unglue your capslock button please.", 90 | "askskip": "\/me @%%NAME%%, don't ask for skips.", 91 | "spam": "\/me @%%NAME%%, please don't spam.", 92 | "roomadvertising": "\/me @%%NAME%%, don't post links to other rooms please.", 93 | "adfly": "\/me @%%NAME%%, please change your autowoot program. We suggest PlugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "\/me [@%%NAME%%] [Tags: %%TAGS%%] http:\/\/i.giphy.com\/%%ID%%.gif", 95 | "invalidgiftags": "\/me [@%%NAME%%] [Tags: %%TAGS%%] Invalid tags, try something different.", 96 | "validgifrandom": "\/me [@%%NAME%%] [Random GIF] http:\/\/i.giphy.com\/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Invalid request, try again.", 98 | "invalidtime": "\/me [@%%NAME%%] Invalid time specified.", 99 | "nouserspecified": "\/me [@%%NAME%%] No user specified.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Invalid user specified.", 101 | "nolistspecified": "\/me [@%%NAME%%] No list specified.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Invalid list specified.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] No valid user specified.", 104 | "nolimitspecified": "\/me [@%%NAME%%] No limit specified.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Invalid limit.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Invalid position specified.", 107 | "whois": "\/me [%%NAME1%%] Username: %%NAME2%%, ID: %%ID%%, Rank: %%RANK%%, Joined: %%JOINED%%, Level: %%LEVEL%%, Language: %%LANGUAGE%%, Avatar: %%AVATAR%%, Profile: %%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% enabled.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% disabled.", 110 | "cmddeletion": "command deletion", 111 | "afkremoval": "AFK removal", 112 | "afksremoved": "AFK's removed", 113 | "afklimit": "AFK limit", 114 | "autodisable": "autodisable", 115 | "autoskip": "autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] This track belongs on the %%BLACKLIST%% blacklist! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Blacklist Info - author: %%AUTHOR%%, title: %%TITLE%%, mid: %%SONGID%%", 118 | "blacklist": "blacklist", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "chatfilter", 122 | "historyskip": "historyskip", 123 | "lockdown": "lockdown", 124 | "lockguard": "lockguard", 125 | "usercommands": "usercommands", 126 | "motd": "MotD", 127 | "welcomemsg": "welcome message", 128 | "songstats": "song statistics", 129 | "etarestriction": "eta restriction", 130 | "voteskip": "voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] Voteskip limit is currently set to %%LIMIT%% mehs.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, your song has exceeded the voteskip limit (%%LIMIT%% mehs).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Invalid voteskip limit, please try again using a number to signify the number of mehs.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Voteskip limit set to %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] There have been %%AMOUNT%% users chatting in the past %%TIME%% minutes.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maximum afk duration set to %%TIME%% minutes.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Reset the afk status of @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% has been inactive for %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% has been inactive longer than %%BOTNAME%%'s been online.", 140 | "autowoot": "\/me We recommend PlugCubed for autowooting: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me A Brand Ambassador is the voice of the plug.dj users. They promote events, engage the community and share the plug.dj message around the world. For more info: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] You have to be manager or up to enable Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] Cleared the chat.", 144 | "deletechat": "\/me [@%%NAME%%] Cleared the chat of %%USERNAME%%.", 145 | "commandslink": "\/me %%BOTNAME%% commands: %%LINK%%", 146 | "eatcookie": "\/me eats a cookie.", 147 | "nousercookie": "\/em doesn't see %%NAME%% in room and eats a cookie himself.", 148 | "selfcookie": "\/me @%%NAME%%, you're a bit greedy, aren't you? Giving cookies to yourself, bah. Share some with other people!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] The cycleguard is set to %%TIME%% minute(s).", 151 | "dclookuprank": "\/me [@%%NAME%%] Only bouncers and above can do a lookup for others.", 152 | "emojilist": "\/me Emoji list: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, you are not on the waitlist.", 154 | "youarenext": "\/me @%%NAME%%, you are DJing after this song.", 155 | "youaredj": "\/me @%%NAME%%, you are currently DJing.", 156 | "eta": "\/me @%%NAME%%, you are position %%POSITION%% in the waitlist and will reach the booth in approximately %%TIME%%.", 157 | "facebook": "\/me Like us on facebook: %%LINK%%", 158 | "starterhelp": "\/me This image will get you started on plug: %%LINK%%", 159 | "roulettejoin": "@%%NAME%% joined the roulette! (!leave if you regret it)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% has been in the room for %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] you can't kick users with an equal or higher rank than you!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% you are being kicked from the community for %%TIME%% minutes.", 163 | "kill": "\/me Shutting down.", 164 | "logout": "\/me [@%%NAME%%] Logging out %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% left the roulette!", 166 | "songlink": "\/me [@%%NAME%%] Link to current song: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% used lockskip]", 168 | "usedskip": "\/me [%%NAME%% used skip]", 169 | "skippos": "\/me [@%%NAME%%] DJs will now be moved to position %%POSITION%% when skipped.", 170 | "lockguardtime": "\/me [@%%NAME%%] The lockguard is set to %%TIME%% minute(s).", 171 | "maxlengthtime": "\/me [@%%NAME%%] The maximum song duration is set to %%TIME%% minutes.", 172 | "motdset": "\/me MotD set to: %%MSG%%", 173 | "motdintervalset": "\/me MotD interval set to %%INTERVAL%%.", 174 | "currentbotname": "\/me Bot name currently set to: %%BOTNAME%%", 175 | "botnameset": "\/me Bot name now set to: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, don't try to add me to the waitlist, please.", 177 | "move": "\/me [%%NAME%% used move]", 178 | "mutednotime": "\/me [@%%NAME%%] Muted @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] You can only mute for maximum %%TIME%% minutes.", 180 | "mutedtime": "\/me [@%%NAME%%] Muted @%%USERNAME%% for %%TIME%% minutes.", 181 | "unmuted": "\/me [@%%NAME%%] Unmuted @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] You can't mute persons with an equal or higher rank than you.", 183 | "oplist": "\/me OP list: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Be right back.", 186 | "removenotinwl": "\/me [@%%NAME%%] Specified user @%%USERNAME%% is not in the waitlist.", 187 | "roomrules": "\/me Please find the room rules here: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Total woots: %%WOOTS%%, total mehs: %%MEHS%%, total grabs: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% used forceskip]", 190 | "madeby": "\/me This bot was made by %%NAME%%.", 191 | "activefor": "I have been active for %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Invalid user specified. (No names with spaces!)", 193 | "swapwlonly": "\/me [@%%NAME%%] Please only swap users that are in the waitlist!", 194 | "swapping": "\/me Swapping %%NAME1%% with %%NAME2%%.", 195 | "genres": "\/me Please find the permissible room genres here: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] The user was not banned.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Unmuted everyone.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Only managers and up can unmute everyone at once.", 199 | "notmuted": "\/me [@%%NAME%%] that user wasn't muted.", 200 | "unmuterank": "\/me [@%%NAME%%] You can't unmute persons with an equal or higher rank than you.", 201 | "commandscd": "\/me [@%%NAME%%] The cooldown for commands by users is now set to %%TIME%% seconds.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woots: %%WOOT%%, mehs: %%MEHS%%, ratio (w\/m): %%RATIO%%.", 203 | "website": "\/me Please visit our website: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Subscribe to us on youtube: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } -------------------------------------------------------------------------------- /lang/es.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "te ha dado una galleta con chispas de chocolate!", 4 | "te ha dado una galleta de avena hecha en casa!", 5 | "te ha dado una galleta vieja y seca. Era la ultima que quedaba en la bolsa. Asqueroso.", 6 | "te da una galleta de azucar. \u00bfQue, sin crema ni chispas? 0\/10 nunca la tocare.", 7 | "te da una galleta de chocolate. Espera, son pasa. Que asco!", 8 | "te da una galleta enorme. Si la tocas te da mas galletas. Raro.", 9 | "te da una galleta de la fortuna. Se puede leer \"\u00bfPor que no estas trabajando en ningun proyecto?\"", 10 | "te da una galleta de la fortuna. Se puede leer \"Dale a ese alguien especial un cumplido\"", 11 | "te da una galleta de la fortuna. Se puede leer \"\u00a1Arriesgate!\"", 12 | "te da una galleta de la fortuna. Se puede leer \"Ve afuera.\"", 13 | "te da una galleta de la fortuna. Se puede leer \"\u00a1No te olvides de comer tus vegetales!\"", 14 | "te da una galleta de la fortuna. Se puede leer \"\u00bfSiquiera haces pesas?\"", 15 | "te da una galleta de la fortuna. Se puede leer \"m808 pls\"", 16 | "te da una galleta de la fortuna. Se puede leer \"Si mueves tus caderas, tendras a todas las chicas.\"", 17 | "te da una galleta de la fortuna. Se puede leer \"Te amo.\"", 18 | "te da una Galleta Dorada. No la puedes comer porque esta hecha de oro. Rayos.", 19 | "te da una galleta Oreo con un vaso de leche!", 20 | "te da una galleta arcoiris hecha con amor :heart:", 21 | "te da una galleta vieja que se dejo en la lluvia, esta mohosa.", 22 | "te cocina galletas frescas, huelen muy bien." 23 | ], 24 | "balls": [ 25 | "Los signos apuntan a que s\u00ed.", 26 | "S\u00ed.", 27 | "Respuesta vaga, vuelve a intentarlo.", 28 | "Sin lugar a duda.", 29 | "Mis fuentes dicen que no.", 30 | "Como yo lo veo, si.", 31 | "Puedes confiar en ello.", 32 | "Concentrate y pregunta de nuevo.", 33 | "Las perspectivas no son buenas.", 34 | "Es decididamente as\u00ed.", 35 | "Mejor no decirte ahora.", 36 | "Muy dudoso.", 37 | "Si - definitivamente.", 38 | "Es cierto.", 39 | "No lo puedo predecir ahora.", 40 | "Lo m\u00e1s probable.", 41 | "Pregunta de nuevo mas tarde.", 42 | "Mi respuesta es no.", 43 | "Buen pron\u00f3stico.", 44 | "No cuentes con ello.", 45 | "Si, en su debido tiempo.", 46 | "Definitely not.", 47 | "Tendras que esperar.", 48 | "Tengo mis dudas.", 49 | "Se ve normal.", 50 | "\u00a1Se ve muy bien para mi!", 51 | "\u00bfQui\u00e9n sabe?", 52 | "\u00a1Pinta bien!", 53 | "Probablemente.", 54 | "\u00bfEstas bromeando?", 55 | "No apuestes en ello.", 56 | "Olvidalo..." 57 | ], 58 | "nodatafound": "No se ha encontrado datos anteriores.", 59 | "currentlang": "\/me Idioma actualmente puesto en %%LANGUAGE%%", 60 | "langerror": "\/me El lenguaje que seleccionaste no esta disponible. Por favor visita %%LINK%% para encontrar la lista de lenguajes disponibles.", 61 | "langset": "\/me El lenguaje se ha cambiado a: %%LANGUAGE%%", 62 | "retrievingdata": "Recuperando datos anteriormente guardados.", 63 | "datarestored": "Datos anteriormente guardados fueron recuperados.", 64 | "greyuser": "Solo guardaespaldas y mayores rangos pueden correr un bot.", 65 | "bouncer": "El bot no puede mover personas cuando es ejecutado por un guardaespaldas.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% en linea!", 67 | "welcome": "\/me Bienvenido %%NAME%%", 68 | "welcomeback": "\/me Bienvenido de vuelta, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, esta cancion esta en el historial de Dj.", 70 | "notavailable": "\/me @%%NAME%%, la cancion que tocaste no estaba disponible.", 71 | "timelimit": "\/me @%%NAME%%, tu cancion es mas larga que %%MAXLENGTH%% minutos, necesitas permisos para tocar canciones mas largas.", 72 | "permissionownsong": "\/me :up: @%%NAME%% tiene permisos para tocar su propia produccion!", 73 | "isblacklisted": "\/me Esta cancion esta en %%BLACKLIST%% lista negra! Saltando...", 74 | "isopen": "\/me \u00a1La ruleta esta abierta! \u00a1Escribe !join para participar! (Un juego en el que un participante al azar es movido a una posicion cualquiera en la lista de espera).", 75 | "winnerpicked": "\/me \u00a1Un ganador a sido escogido! @%%NAME%% movido a %%POSITION%%", 76 | "ball": "\/me %%NAME%% su pregunta fue: \"%%QUESTION%%\" y la respues de %%BOTNAME%% es: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% no esta ghosteando.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% o esta ghosteando o no esta aqui.", 79 | "alreadyadding": "\/me El usuario esta siendo a\u00f1adido! Cambiando la posicion deseada a %%POSITION%%.", 80 | "adding": "\/me @%%NAME%% agregado a la cola. Cola actual: %%POSITION%%.", 81 | "usernotfound": "\/me Usuario no encontrado.", 82 | "notdisconnected": "\/me @%%NAME%% no se desconecto mientras estuve aqui.", 83 | "noposition": "\/me No se conoce la ultima posicion. La lista de espera necesita actualizarte por lo menos una vez para registrar la ultima posicion del usuario.", 84 | "toolongago": "\/me la ultima desconexion de @%%NAME%% fue hace mucho tiempo: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% se desconecto hace %%TIME%% y deberia estar en la posicion %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, haz estado afk por %%TIME%%, por favor responde en 2 minutos o seras removido.", 87 | "warning2": "\/me @%%NAME%%, seras removido dentro de poco por estar afk si no respondes.", 88 | "afkremove": "\/me @%%NAME%%, haz sido removido por estar afk por %%TIME%%. Estabas en la posicion %%POSITION%%. Chatea por lo menos una vez cada %%MAXIMUMAFK%% minutos si quieres tocar una cancion.", 89 | "caps": "\/me @%%NAME%%, no chatees en mayusculas por favor.", 90 | "askskip": "\/me @%%NAME%%, no pidas skips.", 91 | "spam": "\/me @%%NAME%%, por favor no spamees.", 92 | "roomadvertising": "\/me @%%NAME%%, no postees links hacia otras salas por favor.", 93 | "adfly": "\/me @%%NAME%%, por favor cambia tu programa de \"autogenial\". Te sugerimos PlugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Etiquetas: %%TAGS%%] Etiquetas invalidas, por favor prueba algo diferente.", 96 | "validgifrandom": "\/me [@%%NAME%%] [Random GIF] http:\/\/i.giphy.com\/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Solicitud no v\u00e1lida, vuelva a intentarlo.", 98 | "invalidtime": "\/me [@%%NAME%%] Tiempo especificado invalido.", 99 | "nouserspecified": "\/me [@%%NAME%%] Usuario no especificado.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Usuario especificado invalido.", 101 | "nolistspecified": "\/me [@%%NAME%%] Ninguna lista especificada.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Lista especificada invalida.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Ningun usuario valido especificado.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Ningun limite especificado.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Limite invalido.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Posicion especificada invalida.", 107 | "whois": "\/me [%%NAME1%%] Usuario: %%NAME2%%, ID: %%ID%%, Rango: %%RANK%%, Entro: %%JOINED%%, Nivel: %%LEVEL%%, Lenguaje: %%LANGUAGE%%, Avatar: %%AVATAR%%, Perfil: %%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% activado.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% desactivado.", 110 | "cmddeletion": "eliminaci\u00f3n de comandos", 111 | "afkremoval": "Removedor de AFK", 112 | "afksremoved": "AFKs removidos", 113 | "afklimit": "Limite AFK", 114 | "autodisable": "Autodesactivar", 115 | "autoskip": "Autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] Esta cancion esta en %%BLACKLIST%% lista negra! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Informacion de la lista negra - autor: %%AUTHOR%%, titulo: %%TITLE%%, Id: %%SONGID%%", 118 | "blacklist": "lista negra", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "filtro de chat", 122 | "historyskip": "historyskip", 123 | "lockdown": "lockdown", 124 | "lockguard": "lockguard", 125 | "usercommands": "usercommands", 126 | "motd": "MotD", 127 | "welcomemsg": "mensaje de bienvenida", 128 | "songstats": "estad\u00edsticas de canciones", 129 | "etarestriction": "restriccion eta", 130 | "voteskip": "voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] El limite de voteskip esta actualmente en %%LIMIT%% aburridos.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, tu cancion excede el limite de voteskip (%%LIMIT%% aburridos).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Limite de voteskip invalido, prueba de nuevo usando un numero de referencia para el numero de aburridos.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Limite del voteskip puesto en %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] Han habido %%AMOUNT%%usuarios chateando en los ultimos %%TIME%% minutos.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Duracion maxima de afk puesta en %%TIME%% minutos.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Estado afk reseteado @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% ha estado inactivo por %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% ha estado inactivo mas tiempo de lo que %%BOTNAME%% ha estado online.", 140 | "autowoot": "\/me Te recomendamos PlugCubed para el autogenial: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Un Embajador de la Marca es la voz de los usuarios de plug.dj. Ellos promueven eventos, unen a la comunidad y comparten la pagina por todo el mundo. Si necesitas mas informacion: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Necesitas ser manager o mas para habilitar Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] Limpio el chat.", 144 | "deletechat": "\/me [@%%NAME%%] Limpio el chat de %%USERNAME%%.", 145 | "commandslink": "\/me %%BOTNAME%% comandos: %%LINK%%", 146 | "eatcookie": "\/me me como una galleta.", 147 | "nousercookie": "\/me no veo a %%NAME%% en la sala y me como la galleta.", 148 | "selfcookie": "me @%%NAME%%, eres un poco codicioso, no? Dandote galletas a ti mismo, bah. \u00a1Comparte con otras personas!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] El cycleguard esta puesto en %%TIME%% minuto(s).", 151 | "dclookuprank": "\/me [@%%NAME%%] Solo guardaespaldas y para arriba puedes buscar a otros.", 152 | "emojilist": "\/me Lista de Emojis: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, no estas en la lista de espera.", 154 | "youarenext": "\/me @%%NAME%%, vas a estar de Dj despues de esta cancion.", 155 | "youaredj": "\/me @%%NAME%%, estas de Dj actualmente.", 156 | "eta": "\/me @%%NAME%%, eres la posicion %%POSITION%% en la lista de espera y llegaras a ser Dj en aproximadamente %%TIME%%.", 157 | "facebook": "\/me Danos like en facebook: %%LINK%%", 158 | "starterhelp": "\/me Esta imagen te ayudara a empezar en plug.dj: %%LINK%%", 159 | "roulettejoin": "@%%NAME%% entro en la ruleta! (!leave si lo lamentas)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% ha estado en la sala por %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] no puedes kickear usuarios con rangos iguales o mayores a los tuyos.", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% seras kickeado de la comunidad por %%TIME%% minutos.", 163 | "kill": "\/me Apagando.", 164 | "logout": "\/me [@%%NAME%%] Cerrando sesion %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% salio de la ruleta!", 166 | "songlink": "\/me [@%%NAME%%] Link de la cancion actual: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% uso lockskip]", 168 | "usedskip": "\/me [%%NAME%% uso skip]", 169 | "skippos": "\/me [@%%NAME%%] Djs ahora seran movidos a la posicion %%POSITION%% cuando skip.", 170 | "lockguardtime": "\/me [@%%NAME%%] El lockguard esta puesto en %%TIME%% minuto(s).", 171 | "maxlengthtime": "\/me [@%%NAME%%] La duracion maxima de una cancion esta en %%TIME%% minutos.", 172 | "motdset": "\/me MotD puesto a: %%MSG%%", 173 | "motdintervalset": "\/me Intervalo del MotD puesto en %%INTERVAL%%.", 174 | "currentbotname": "\/me El nombre actual del bot es: %%BOTNAME%%", 175 | "botnameset": "\/me El nombre del bot se ha cambiado a: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, no me trates de agregar a la lista de espera, por favor.", 177 | "move": "\/me [%%NAME%% uso mover]", 178 | "mutednotime": "\/me [@%%NAME%%] Muteo @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Tu solo puedes silenciar por un maximo de %%TIME%% minutos.", 180 | "mutedtime": "\/me [@%%NAME%%] Silencio @%%USERNAME%% por %%TIME%% minutos.", 181 | "unmuted": "\/me [@%%NAME%%] desmuteo @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%]Tu no puedes mutear personas con el mismo rango o mayor que el tuyo.", 183 | "oplist": "\/me Lista OP: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Vuelvo enseguida.", 186 | "removenotinwl": "\/me [@%%NAME%%] Usuario especificado @%%USERNAME%% no esta en la lista de espera.", 187 | "roomrules": "\/me Por favor lee las reglas de la sala aqui: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Geniales totales: %%WOOTS%%, aburridos totales: %%MEHS%%, agarradas: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% uso forceskip]", 190 | "madeby": "\/me Este bot fue hecho por %%NAME%%.", 191 | "activefor": "He estado activo por %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Usuario invalido especificado. (\u00a1Sin nombres con espacios!)", 193 | "swapwlonly": "\/me [@%%NAME%%] \u00a1Por favor solo cambia usuarios que estan en la lista de espera!", 194 | "swapping": "\/me Cambiando %%NAME1%% con %%NAME2%%.", 195 | "genres": "\/me Encuentra los generos que se tocan en esta sala: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] El usuario no fue baneado.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Todos fueron desmuteados.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Solo managers y mas alto pueden desmutear a todos de una vez.", 199 | "notmuted": "\/me [@%%NAME%%] ese usuario no estaba silenciado.", 200 | "unmuterank": "\/me [@%%NAME%%] No puedes desmutear personas con el mismo o mayor rango que tu.", 201 | "commandscd": "\/me [@%%NAME%%] El tiempo de reutilizaci\u00f3n de los comandos para los usuarios esta puesto ahora en %%TIME%% segundos.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ geniales: %%WOOT%%, aburridos: %%MEHS%%, ratio (g\/a): %%RATIO%%.", 203 | "website": "\/me Por favor visita nuestra pagina web: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Suscribete a nosotros en youtube: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } 211 | -------------------------------------------------------------------------------- /lang/fr.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "vous a donn\u00e9 un cookie aux p\u00e9pites de chocolat !", 4 | "vous a donn\u00e9 un cookie aux flocons d'avoine !", 5 | "vous a donn\u00e9 un vieux cookie sec et rassis. C'\u00e9tait le dernier du paquet. D\u00e9go\u00fbtant !", 6 | "vous donne un biscuit au sucre. Quoi, pas de gla\u00e7age ni vermicelles ? 0\/10 ne toucherait pas.", 7 | "vous donne un cookie aux p\u00e9pites de chocolat. Oh attend, ce sont des raisins secs ! Berk !", 8 | "vous donne une \u00e9norme cookie. Appuyer dessus vous donne plus de cookies. Bizarre.", 9 | "vous donne un biscuit chinois. Il est \u00e9crit \"Pourquoi ne travaillez-vous pas sur aucun projet ?\"", 10 | "vous donnne un biscuit chinois. Il est \u00e9crit \"Donnez un compliment \u00e0 cet \u00eatre qui vous est cher\"", 11 | "vous donne un biscuit chinois. Il est \u00e9crit \"Prenez des risques !\"", 12 | "vous donne un biscuit chinois. Il est \u00e9crit \"Allez dehors !\"", 13 | "vous donne un biscuit chinois. Il est \u00e9crit \"N'oubliez pas de manger vos l\u00e9gumes !\"", 14 | "gives you a fortune cookie. It reads \"Do you even lift?\"", 15 | "gives you a fortune cookie. It reads \"m808 pls\"", 16 | "gives you a fortune cookie. It reads \"If you move your hips, you'll get all the ladies.\"", 17 | "vous donne un biscuit chinois. Il est \u00e9crit \"Je vous aime.\"", 18 | "vous donne un Cookie Dor\u00e9. Vous ne pouvez pas le manger puisque il est fait en or. Merde.", 19 | "vous donne un Oreo avec une verre de lait !", 20 | "vous donne un cookie arc-en-ciel fait d'amour :heart:", 21 | "vous donne un cookie qui a pris la pluie, il est moisi.", 22 | "pr\u00e9pare de nouveaux cookies, \u00e7a sent tellement bon !" 23 | ], 24 | "balls": [ 25 | "Il semble que oui.", 26 | "Oui.", 27 | "C'est incertain, demande encore.", 28 | "Sans aucun doute.", 29 | "Mes sources disent que non.", 30 | "Tel que je le vois, oui.", 31 | "Vous pouvez compter l\u00e0-dessus.", 32 | "Concentrez-vous et demandez encore !", 33 | "Les perspectives ne sont pas si bonnes.", 34 | "C'est d\u00e9cid\u00e9 tel quel.", 35 | "Je ne devrais pas vous le dire maintenant.", 36 | "J'ai des gros doutes.", 37 | "Oui - d\u00e9finitivement.", 38 | "C'est certain.", 39 | "Je ne peux pas le pr\u00e9dire maintenant.", 40 | "Probablement.", 41 | "Redemande plus tard.", 42 | "Ma r\u00e9ponse est non.", 43 | "Les perspectives sont bonnes.", 44 | "Ne comptez pas dessus.", 45 | "Oui, en temps voulu.", 46 | "Definitely not.", 47 | "D\u00e9finitivement pas.", 48 | "Vous devrez attendre.", 49 | "J'en doute.", 50 | "Couci-cou\u00e7a.", 51 | "\u00c7a me para\u00eet bon !", 52 | "Qui sait ?", 53 | "Semble bien !", 54 | "Possiblement.", 55 | "Vous plaisantez ?", 56 | "Ne pariez pas dessus." 57 | ], 58 | "nodatafound": "Aucune donn\u00e9e trouv\u00e9e.", 59 | "currentlang": "\/me La langue actuellement utilis\u00e9e est : %%LANGUAGE%%", 60 | "langerror": "\/me La langue que vous avez s\u00e9lectionn\u00e9e n'est pas disponible. Veuillez visiter %%LINK%% pour trouver la liste des langues disponibles.", 61 | "langset": "\/me La langue est d\u00e9sormais : %%LANGUAGE%%:", 62 | "retrievingdata": "R\u00e9cup\u00e9ration des donn\u00e9es.", 63 | "datarestored": "Succ\u00e8s de la r\u00e9cup\u00e9ration des donn\u00e9s.", 64 | "greyuser": "Uniquement les Videurs et les rangs sup\u00e9rieurs peuvent lancer le bot.", 65 | "bouncer": "Le bot ne peut pas changer les personnes de place quand il est lanc\u00e9 par un Videur.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% en ligne!", 67 | "welcome": "\/me Bienvenue %%NAME%%", 68 | "welcomeback": "\/me Bon retour, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, cette musique est dans l'historique.", 70 | "notavailable": "\/me @%%NAME%%, the song you played was not available.", 71 | "timelimit": "\/me @%%NAME%%, votre musique est plus longue que %%MAXLENGTH%% minutes, vous avez besoin de la permission pour jouer une musique plus longue.", 72 | "permissionownsong": "\/me :up: @%%NAME%% a la permission de jouer sa propre cr\u00e9ation !", 73 | "isblacklisted": "\/me Cette musique est sur la liste noire %%BLACKLIST%% ! Je passe...", 74 | "isopen": "\/me La roulette est maintenant ouverte ! Tapez !join pour participer ! (Un jeu o\u00f9 une participant au hasard est d\u00e9plac\u00e9 \u00e0 une position al\u00e9atoire dans la queue)", 75 | "winnerpicked": "\/me Un gagnant a \u00e9t\u00e9 trouv\u00e9 ! @%%NAME%% \u00e0 la position %%POSITION%%.", 76 | "ball": "\/me %%NAME%% a pos\u00e9 la question: \"%%QUESTION%%\" et la r\u00e9ponse de %%BOTNAME%% est: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% n'est pas en fant\u00f4me.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% is either ghosting or not here.", 79 | "alreadyadding": "\/me L'utilisateur est d\u00e9j\u00e0 en ajout ! Changement de la position d\u00e9sir\u00e9e \u00e0 %%POSITION%%.", 80 | "adding": "\/me Ajout de @%%NAME%% \u00e0 la file d'attente. Queue actuelle : %%POSITION%%.", 81 | "usernotfound": "\/me Utilisateur non trouv\u00e9.", 82 | "notdisconnected": "\/me @%%NAME%% ne s'est pas d\u00e9connect\u00e9 depuis que je suis l\u00e0.", 83 | "noposition": "\/me Derni\u00e8re position inconnue. La file d'attente a besoin d'\u00eatre mise \u00e0 jour pour enregistrer la derni\u00e8re position d'un utilisateur.", 84 | "toolongago": "\/me La derni\u00e8re d\u00e9connexion de @%%NAME%% remonte \u00e0 trop longtemps: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% s'est d\u00e9connect\u00e9 il y a %%TIME%% et devrait \u00eatre \u00e0 la position %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, vous \u00eates AFK depuis %%TIME%%, merci de r\u00e9pondre sous 2 minutes ou vous serez retir\u00e9 de la file d'attente.", 87 | "warning2": "\/me @%%NAME%%, vous serez retir\u00e9 de la queue si vous ne r\u00e9pondez pas.", 88 | "afkremove": "\/me @%%NAME%%, vous avez \u00e9t\u00e9 retir\u00e9 car vous \u00eates rest\u00e9 AFK %%TIME%%. Vous \u00eatiez \u00e0 la position %%POSITION%%. Ecrivez au minimum une fois toutes les %%MAXIMUMAFK%% minutes si vous voulez jouer une musique.", 89 | "caps": "\/me @%%NAME%%, d\u00e9collez votre bouton verrmaj, merci.", 90 | "askskip": "\/me @%%NAME%%, ne demandez pas de passer une musique.", 91 | "spam": "\/me @%%NAME%%, merci de ne pas spammer.", 92 | "roomadvertising": "\/me @%%NAME%%, ne postez pas de liens menant vers d'autres salles.", 93 | "adfly": "\/me @%%NAME%%, merci de changer votre programme d'Autowoot. Nous vous sugg\u00e9rons PlugCubed : http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Tags : %%TAGS%%] Tags invalides, essayez-en d'autres.", 96 | "validgifrandom": "/me [@%%NAME%%] [GIF Aléatoire] http://i.giphy.com/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Requ\u00eate invalide, essayez encore.", 98 | "invalidtime": "\/me [@%%NAME%%] Temps sp\u00e9cifi\u00e9 invalide.", 99 | "nouserspecified": "\/me [@%%NAME%%] Aucun utilisateur sp\u00e9cifi\u00e9.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Utilisateur sp\u00e9ciafi\u00e9 invalide.", 101 | "nolistspecified": "\/me [@%%NAME%%] Aucune liste sp\u00e9cifi\u00e9e.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Liste sp\u00e9cifi\u00e9e invalide.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Aucun utilisateur valide sp\u00e9cifi\u00e9.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Aucune limite sp\u00e9cifi\u00e9e.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Limite invalide.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Position invalide sp\u00e9cifi\u00e9e.", 107 | "whois": "\/me [%%NAME1%%] Nom: %%NAME2%%, ID: %%ID%%, Rang: %%RANK%%, Rejoint le: %%JOINED%%, Level: %%LEVEL%%, Langue: %%LANGUAGE%%, Avatar: %%AVATAR%%, Profil: %%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% activ\u00e9e.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% d\u00e9sactiv\u00e9e.", 110 | "cmddeletion": "Suppression de commande", 111 | "afkremoval": "Retirer les AFK", 112 | "afksremoved": "AFK retirer", 113 | "afklimit": "Limite d'AFK", 114 | "autodisable": "Autod\u00e9sactivation", 115 | "autoskip": "autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] Cette musique devrait \u00eatre sur la liste noire %%BLACKLIST%% ! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Info - auteur : %%AUTHOR%%, titre : %%TITLE%%, mid : %%SONGID%%", 118 | "blacklist": "liste noire", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "chatfilter", 122 | "historyskip": "historyskip", 123 | "lockdown": "lockdown", 124 | "lockguard": "lockguard", 125 | "usercommands": "commandesutilisateur", 126 | "motd": "MotD", 127 | "welcomemsg": "message de bienvenue", 128 | "songstats": "statistiques de la chanson", 129 | "etarestriction": "eta restriction", 130 | "voteskip": "voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] Le nombre de meh requis pour passer est actuellement plac\u00e9 \u00e0 %%LIMIT%% mehs.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, votre chanson a d\u00e9pass\u00e9 la limite de mehs requis pour passer (%%LIMIT%% mehs).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Limite invalide, s'il vous pla\u00eet essayez encore en pr\u00e9cisant un nombre pour la limite de mehs.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Limite pour passer plac\u00e9e \u00e0 %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] Il y a eu %%AMOUNT%% utilisateurs qui ont parl\u00e9 dans les derni\u00e8res %%TIME%% minutes.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Dur\u00e9e maximum d'AFK r\u00e9gl\u00e9e \u00e0 %%TIME%% minutes.", 137 | "afkstatusreset": "\/me [@%%NAME%%] R\u00e9initialisation du statut AFK de @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% a \u00e9t\u00e9 inactif pendant %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% est inactif depuis plus longtemps que %%BOTNAME%%'s est en ligne.", 140 | "autowoot": "\/me Nous recommandons PlugCubed pour l'autowoot : http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Un Brand Ambassador est la voix des utilisateurs de plug.dj. Ils promouvoient les \u00e9v\u00e8nements, font participer la communaut\u00e9 et partagent le message de plug.dj autour du monde. Pour plus d'info : https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Vous devez \u00eatre Gestionnaire ou plus pour pouvoir activer Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] A nettoy\u00e9 le chat.", 144 | "deletechat": "\/me [@%%NAME%%] A nettoy\u00e9 le chat de %%USERNAME%%.", 145 | "commandslink": "\/me Commandes de %%BOTNAME%% : %%LINK%%", 146 | "eatcookie": "\/me mange un cookie.", 147 | "nousercookie": "\/me ne voit pas %%NAME%% dans la salle et mange le cookie.", 148 | "selfcookie": "\/me @%%NAME%%, tu es un peu radin, non ? Donner des cookies \u00e0 toi-m\u00eame... Partage-les avec d'autres gens !", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] Le cycleguard est param\u00e9tr\u00e9 pour %%TIME%% minute(s).", 151 | "dclookuprank": "\/me [@%%NAME%%] Uniquement les Videurs peuvent v\u00e9rifier pour les autres.", 152 | "emojilist": "\/me Liste des Emoji : %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, vous n'\u00eates pas dans la file d'attente.", 154 | "youarenext": "\/me @%%NAME%%, you are DJing after this song.", 155 | "youaredj": "\/me @%%NAME%%, you are currently DJing.", 156 | "eta": "\/me @%%NAME%%, vous \u00eates \u00e0 la position %%POSITION%% dans la queue et vous atteignerez les platines dans \u00e0 peu pr\u00e8s %%TIME%%.", 157 | "facebook": "\/me Suivez-nous sur Facebook : %%LINK%%", 158 | "starterhelp": "\/me Cette image vous aidera \u00e0 d\u00e9buter sur plug : %%LINK%%", 159 | "roulettejoin": "\/me @%%NAME%% a rejoint la roulette ! (!leave si vous le regrettez)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% est dans la salle depuis %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] Vous ne pouvez pas kicker un utilisateur avec un rang \u00e9gal ou sup\u00e9rieur au v\u00f4tre !", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% vous allez vous faire kicker de la communaut\u00e9 pendant %%TIME%% minutes.", 163 | "kill": "\/me Extinction.", 164 | "logout": "\/me [@%%NAME%%] D\u00e9connecte %%BOTNAME%%.", 165 | "rouletteleave": "\/me @%%NAME%% a quitt\u00e9 la roulette !", 166 | "songlink": "\/me [@%%NAME%%] Lien vers la musique actuelle : %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% a utilis\u00e9 lockskip]", 168 | "usedskip": "\/me [%%NAME%% used skip]", 169 | "skippos": "\/me [@%%NAME%%] DJs will now be moved to position %%POSITION%% when skipped.", 170 | "lockguardtime": "\/me [@%%NAME%%] Le lockguard est maintenant param\u00e9tr\u00e9 pour %%TIME%% minute(s).", 171 | "maxlengthtime": "\/me [@%%NAME%%] La dur\u00e9e maximum d'une musique est maintenant de %%TIME%% minutes.", 172 | "motdset": "\/me Le MotD est maintenant : %%MSG%%", 173 | "motdintervalset": "\/me L'intervalle du MotD est maintenant de %%INTERVAL%%.", 174 | "currentbotname": "\/me Bot name currently set to: %%BOTNAME%%", 175 | "botnameset": "\/me Bot name now set to: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, n'essaye pas de m'ajouter \u00e0 la liste d'attente, merci.", 177 | "move": "\/me [%%NAME%% a utilis\u00e9 move]", 178 | "mutednotime": "\/me [@%%NAME%%] A rendu muet @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Vous ne pouvez rendre muet qu'au maximum %%TIME%% minutes.", 180 | "mutedtime": "\/me [@%%NAME%%] A rendu muet @%%USERNAME%% pendant %%TIME%% minutes.", 181 | "unmuted": "\/me [@%%NAME%%] A rendu la parole \u00e0 @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] Vous ne pouvez pas rendre muet un utilisateur avec un rang \u00e9gal ou sup\u00e9rieur au v\u00f4tre.", 183 | "oplist": "\/me OP list: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Je reviens.", 186 | "removenotinwl": "\/me [@%%NAME%%] L'utilisateur @%%USERNAME%% n'est pas dans la file d'attente.", 187 | "roomrules": "\/me Merci de lire les r\u00e8gles de la salle ici : %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Woots total : %%WOOTS%%, Mehs total : %%MEHS%%, Ajouts total : %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% used forceskip]", 190 | "madeby": "\/me Ce bot a \u00e9t\u00e9 fait par %%NAME%%.", 191 | "activefor": "Cela fait %%TIME%% que je suis actif.", 192 | "swapinvalid": "\/me [@%%NAME%%] Utilisateur invalide. (Pas de nom avec des espaces !)", 193 | "swapwlonly": "\/me [@%%NAME%%] Merci d'intervertir uniquement des utilisateurs dans la file d'attente !", 194 | "swapping": "\/me Echange de %%NAME1%% avec %%NAME2%%.", 195 | "genres": "\/me Merci de consulter les genres de musique permis: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] L'utilisateur n'a pas \u00e9t\u00e9 banni.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Parole rendue \u00e0 tout le monde.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Uniquement les Gestionnaires peuvent rendre la parole \u00e0 tout le monde en m\u00eame temps.", 199 | "notmuted": "\/me [@%%NAME%%] Cet utilisateur n'a pas \u00e9t\u00e9 rendu muet.", 200 | "unmuterank": "\/me [@%%NAME%%] Vous ne pouvez pas rendre la parole \u00e0 un utilisateur avec un rang \u00e9gal ou sup\u00e9rieur au v\u00f4tre.", 201 | "commandscd": "\/me [@%%NAME%%] Le temps d'attente pour les commandes utilisateur a \u00e9t\u00e9 ajust\u00e9 \u00e0 %%TIME%% secondes.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woots : %%WOOT%%, mehs : %%MEHS%%, ratio (w\/m) : %%RATIO%%.", 203 | "website": "\/me Visitez notre site Internet : %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Abonnez-vous \u00e0 notre cha\u00eene Youtube : %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%% : %%WOOTS%%W\/%%GRABS%%A\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } 211 | -------------------------------------------------------------------------------- /lang/langIndex.json: -------------------------------------------------------------------------------- 1 | { 2 | "chinese": "https://raw.githack.com/basicBot/source/master/lang/zh-TW.json", 3 | "czech": "https://raw.githack.com/basicBot/source/master/lang/cs.json", 4 | "dutch": "https://raw.githack.com/basicBot/source/master/lang/nl.json", 5 | "english": "https://raw.githack.com/basicBot/source/master/lang/en.json", 6 | "french": "https://raw.githack.com/basicBot/source/master/lang/fr.json", 7 | "german": "https://raw.githack.com/basicBot/source/master/lang/de.json", 8 | "latvian": "https://raw.githack.com/basicBot/source/master/lang/lv.json", 9 | "lithuanian": "https://raw.githack.com/basicBot/source/master/lang/lt.json", 10 | "malay": "https://raw.githack.com/basicBot/source/master/lang/ms.json", 11 | "polish": "https://raw.githack.com/basicBot/source/master/lang/pl.json", 12 | "portuguese": "https://raw.githack.com/basicBot/source/master/lang/pt-BR.json", 13 | "serbian": "https://raw.githack.com/basicBot/source/master/lang/sr.json", 14 | "spanish": "https://raw.githack.com/basicBot/source/master/lang/es.json", 15 | "turkish": "https://raw.githack.com/basicBot/source/master/lang/tr.json" 16 | } 17 | -------------------------------------------------------------------------------- /lang/lt.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "dav\u0117 tau sausain\u012f su \u0161okolado gabaliukais!", 4 | "dav\u0117 tau mink\u0161t\u0105, namin\u012f, avi\u017ein\u012f sausain\u012f!", 5 | "dav\u0117 tau paprast\u0105, saus\u0105, sen\u0105 sausain\u012f. Jis buvo paskutinis pakelyje. \u0160lyk\u0161tu.", 6 | "dav\u0117 tau cukrin\u012f sausain\u012f. K\u0105, joki\u0173 pabarstuk\u0173? 0\/10 nelies\u010diau.", 7 | "dav\u0117 tau sausin\u012f su \u0161okolado gabaliukais. Oj, \u010dia razinos. Fu!", 8 | "dav\u0117 tau mil\u017eini\u0161k\u0105 sausain\u012f. Kai j\u012f paspaudi gauni daugiau sausaini\u0173. Keista.", 9 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"Kod\u0117l nedirbi prie joki\u0173 projekt\u0173?\"", 10 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"Pasakyk ka\u017ek\u0105 gra\u017eaus tam ypatingam ka\u017ekam\"", 11 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"Surizikuok!\"", 12 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"I\u0161eik \u012f lauk\u0105\"", 13 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"Nepamir\u0161k valgyti dar\u017eovi\u0173!\"", 14 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"Ar tu bent stumi?\"", 15 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"m808 pra\u0161au\"", 16 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"Jeigu judinsi klubus, visos panel\u0117s bus tavo.\"", 17 | "dav\u0117 tau laim\u0117s sausainuk\u0105. Jame para\u0161yta \"A\u0161 tave myliu.\"", 18 | "dav\u0117 tau Auksin\u012f Sausain\u012f. Tu jo negali valgyti, nes jis pagamintas i\u0161 aukso. Velnias!", 19 | "dav\u0117 tau Oreo sausain\u012f su stikline pieno!", 20 | "dav\u0117 tau sausain\u012f pagamint\u0105 su meile :heart:", 21 | "dav\u0117 tau sen\u0105 sausain\u012f, kuris buvo paliktas lietuje, jis apipelyj\u0119s.", 22 | "I\u0161kep\u0117 tau \u0161vie\u017ei\u0173 sausaini\u0173. Kvepia nuostabiai" 23 | ], 24 | "balls": [ 25 | "\u017denklai sako taip.", 26 | "Taip.", 27 | "Atsakymas miglotas, bandyk dar kart\u0105.", 28 | "Be abejoni\u0173.", 29 | "Mano \u0161altiniai sako ne.", 30 | "Kaip matau, taip.", 31 | "Gali tuo b\u016bti u\u017etikrintas", 32 | "Susikaupk ir klausk dar kart\u0105", 33 | "Atsakymas ne tavo naudai.", 34 | "Taip jau nuspr\u0119sta.", 35 | "Dabar geriau to nesakysiu.", 36 | "Labai abejotina.", 37 | "Taip - tikrai.", 38 | "Be abejoni\u0173.", 39 | "Dabar nusp\u0117ti negaliu.", 40 | "Grei\u010diausiai taip.", 41 | "Paklausk v\u0117liau.", 42 | "Mano atsakymas ne.", 43 | "Atsakymas tavo naudai.", 44 | "Nesitik\u0117k to.", 45 | "Taip, artimiausiu metu.", 46 | "Tikrai ne.", 47 | "Tu tur\u0117si palaukti.", 48 | "Turiu abejoni\u0173.", 49 | "Perspektyvos taip taip.", 50 | "Man atrodo gerai!", 51 | "Kas \u017eino?", 52 | "Gerai atrodai!", 53 | "Turb\u016bt.", 54 | "Ar tu juokauji?", 55 | "Don't bet on it.", 56 | "Pamir\u0161k apie tai." 57 | ], 58 | "nodatafound": "Nerasta jokia prie\u0161 tai i\u0161saugota informacija.", 59 | "currentlang": "\/me Kalba nustatyta \u012f %%LANGUAGE%%", 60 | "langerror": "\/me Kalba, kuri\u0105 pasirinkai, n\u0117ra galima. Apsilankyk %%LINK%% ir surasi visas galimas kalbas.", 61 | "langset": "\/me Kalba s\u0117kmingai nustatyta \u012f %%LANGUAGE%%", 62 | "retrievingdata": "Atgaunama prie\u0161 tai i\u0161saugota informacija.", 63 | "datarestored": "Prie\u0161 tai i\u0161saugota informacija s\u0117kmingai gauta.", 64 | "greyuser": "Tik bouncers ir auk\u0161tesnio rango vartotjai gali paleisti bot\u0105.", 65 | "bouncer": "Botas negali perkelti \u017emoni\u0173, kai jis nustatytas bouncer rangu.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% \u012fjungtas.", 67 | "welcome": "\/me Labas %%NAME%%", 68 | "welcomeback": "\/me D\u017eiugu, jog gr\u012f\u017eai %%NAME%%.", 69 | "songknown": "\/me @%%NAME%%, \u0161\u012f dain\u0105 yra DJ istorijoje.", 70 | "notavailable": "\/me @%%NAME%%, daina kuri\u0105 bandei paleisti n\u0117ra prieinama.", 71 | "timelimit": "\/me @%%NAME%%, tavo daina yra ilgesn\u0117 negu %%MAXLENGTH%% minut\u0117s, tau reikia privilegij\u0173 kad gal\u0117tum leisti ilgesnes dainas.", 72 | "permissionownsong": "\/me :up: @%%NAME%% turi privilegijas leisti savo k\u016brinius!", 73 | "isblacklisted": "\/me \u0160i daina yra %%BLACKLIST%% blacklist'e! Perjungiama...", 74 | "isopen": "\/me Rulet\u0117 prasid\u0117jo! Ra\u0161yk !join kad dalyvautum! (Rulet\u0117 tai: ka\u017ekuris i\u0161 dalyviu parenkamas atsitiktiniu b\u016bdu ir nukeliamas \u012f 1 waitlist'o viet\u0105)", 75 | "winnerpicked": "\/me Laim\u0117tojas parinktas! @%%NAME%% perkeltas \u012f pozicij\u0105 %%POSITION%%", 76 | "ball": "\/me %%NAME%% klausimas buvo: \"%%QUESTION%%\" ir %%BOTNAME%% atsakymas yra: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% n\u0117ra \u0161e\u0161\u0117liuose.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% yra \u0161e\u0161\u0117liuose, arba tiesiog jo \u010dia n\u0117ra.", 79 | "alreadyadding": "\/me Narys jau yra pridedamas! Pakeista pozicija \u012f %%POSITION%%", 80 | "adding": "\/me Prid\u0117tas\/a @%%NAME%% \u012f eil\u0119. Dabartin\u0117 eil\u0117: %%POSITION%%", 81 | "usernotfound": "\/me Narys nerastas.", 82 | "notdisconnected": "\/me @%%NAME%% nebuvo atsijung\u0119s per mano bud\u0117jim\u0105.", 83 | "noposition": "\/me Nerasta paskutin\u0117 pozicija. Waitlist'as turi atsinaujinti nors karta kad priregistruotu nario paskutin\u0119 pozicij\u0105.", 84 | "toolongago": "\/me @%%NAME%% paskutinis atsijungimas buvo per senai: %%TIME%%", 85 | "valid": "\/me @%%NAME%% atsijung\u0117 prie\u0161 %%TIME%% ir tur\u0117tu b\u016bti pozicijoje: %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, tu i\u0161buvai AFK %%TIME%%, pra\u0161au atsakyti per 2 minutes arba b\u016bsite i\u0161mestas i\u0161 waitlist'o.", 87 | "warning2": "\/me @%%NAME%%, tu b\u016bsi i\u0161mestas i\u0161 waitlist'o greitu laiku jeigu neatsakysi.", 88 | "afkremove": "\/me @%%NAME%%, tu buvai i\u0161mestas i\u0161 waitlist'o u\u017e b\u016bvima AFK %%TIME%%. Tu buvai %%POSITION%% pozicijoje. Ra\u0161yk k\u0105 nors \u012f chat'\u0105 nors kart\u0105 per %%MAXIMUMAFK%% minutes, jeigu nori leisti savo dain\u0105.", 89 | "caps": "\/me @%%NAME%%, i\u0161junk savo capslock'\u0105, pra\u0161au.", 90 | "askskip": "\/me @%%NAME%%, nepra\u0161in\u0117k kad skip'int\u0173 dain\u0105.", 91 | "spam": "\/me @%%NAME%%, pra\u0161au, nespamink.", 92 | "roomadvertising": "\/me @%%NAME%%, nereklamuok kit\u0173 kambari\u0173, pra\u0161au.", 93 | "adfly": "\/me @%%NAME%%, pra\u0161au pakeisk savo autowoot program\u0105. Si\u016blau tau PlugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Tagai: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Tagai: %%TAGS%%] Klaidingi tagai, bandyk kažką kitą.", 96 | "validgifrandom": "\/me [@%%NAME%%] [Random GIF] http:\/\/i.giphy.com\/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Neteisingas pra\u0161ymas, bandyk dar kart\u0105.", 98 | "invalidtime": "\/me [@%%NAME%%] Nurodytas netinkamas laikas.", 99 | "nouserspecified": "\/me [@%%NAME%%] Jokio nario nenurodyta.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Netaisiklingas narys pasirinktas.", 101 | "nolistspecified": "\/me [@%%NAME%%] Joks s\u0105ra\u0161as nenurodytas.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Netaisyklingas s\u0105ra\u0161as nurodytas.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Jokio galiojan\u010dio nario nepasirinkta.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Jokio limito nepara\u0161ei.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Netaisyklingas limitas.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Netaisyklinga pozicija nurodyta.", 107 | "whois": "\/me [%%NAME1%%] Vartotojo vardas: %%NAME2%%, ID'as: %%ID%%, Rangas: %%RANK%%, Prisijung\u0117: %%JOINED%%, Levelis: %%LEVEL%%, Kalba: %%LANGUAGE%%, Avataras: %%AVATAR%%, Profilis: %%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% \u012fjungta.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% i\u0161jungta.", 110 | "cmddeletion": "Komandos i\u0161trinimas", 111 | "afkremoval": "AFK pa\u0161alinimas", 112 | "afksremoved": "AFK's pa\u0161alinti", 113 | "afklimit": "AFK limitas", 114 | "autodisable": "Autoi\u0161jungimas", 115 | "autoskip": "Autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] \u0160is k\u016brinys priklauso %%BLACKLIST%% blacklist'ui! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Blacklist'o Informacija - autorius: %%AUTHOR%%, pavadinimas: %%TITLE%%, mid'ai: %%SONGID%%", 118 | "blacklist": "Blacklist'as", 119 | "cycleguard": "Cikloapsauginis", 120 | "timeguard": "Laikoapsauginis", 121 | "chatfilter": "Chatofiltras", 122 | "historyskip": "Istorijosskip", 123 | "lockdown": "U\u017erakinimas", 124 | "lockguard": "U\u017erakinimoapsauginis", 125 | "usercommands": "Nariokomandos", 126 | "motd": "Pavadinimas", 127 | "welcomemsg": "Pasisvekinimo \u017einut\u0117", 128 | "songstats": "Dain\u0173 statistika", 129 | "etarestriction": "ETA Apribojimas", 130 | "voteskip": "Voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] Voteskip limitas dabar yra nustatytas \u012f %%LIMIT%% meh.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, tavo daina vir\u0161ijo voteskip rib\u0105: (%%LIMIT%% meh).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Netaisyklingas voteskip limitas, bandykite dar kart\u0105 naudojant numer\u012f kad nurodyti kiek reikia meh.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Voteskip limitas nustatytas \u012f %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] Buvo %%AMOUNT%% nari\u0173 susira\u0161in\u0117jan\u010diu per pastar\u0105sias %%TIME%% minutes.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maksimaliausias AFK laikas buvo nustatytas \u012f %%TIME%% minutes.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Atstatyt\u0117 AFK statusa nario @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% buvo neaktyvus %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% buvo neaktyvus ilgiau negu %%BOTNAME%% buvo prisijunges.", 140 | "autowoot": "\/me Rekomenduoju tau PlugCubed kaip autowoot program\u0105: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Brand Ambasadorius yra ausis ir akys visiems plug.dj nariams. Jie kuria renginius, u\u017esiema savo bendruomene, ir dalina plug.dj \u017einut\u0119 per vis\u0105 pasaul\u012f. Daugiau informacijos: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Tu turi b\u016bti manageris arba daugiau, kad gal\u0117tum \u012fjungti Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] I\u0161val\u0117 \u0161\u012f ne\u0161var\u0173 chat'\u0105.", 144 | "deletechat": "\/me [@%%NAME%%] I\u0161val\u0117 nario %%USERNAME%% chat'\u0105.", 145 | "commandslink": "\/me %%BOTNAME%% komandos: %%LINK%%", 146 | "eatcookie": "\/me suvalgo sausain\u012f.", 147 | "nousercookie": "\/me neranda %%NAME%% \u0161iame kambaryje, ir sausain\u012f suvalgo pats.", 148 | "selfcookie": "\/me @%%NAME%%, j\u016bs esate \u0161iek tiek gob\u0161us, argi ne? Duoti sausainius sau, bah. Pasidalink ir su kitais nariais!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] Cikloapsauga yra nustatyta \u012f %%TIME%% minutes.", 151 | "dclookuprank": "\/me [@%%NAME%%] Tik bouncer'iai ir auk\u0161\u010diau gali daryti kit\u0173 nari\u0173 paie\u0161ka.", 152 | "emojilist": "\/me \u0160ypsen\u0117liu s\u0105ra\u0161as: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, tu neesi DJ waitlist'e.", 154 | "youarenext": "\/me @%%NAME%%, tu neb\u016bsi DJ po \u0161itos dainos.", 155 | "youaredj": "\/me @%%NAME%%, dabar tu DJ.", 156 | "eta": "\/me @%%NAME%%, tu pozicijoje %%POSITION%% waitlist'e ir pasieksi DJ stal\u0105 ma\u017edaug u\u017e: %%TIME%%.", 157 | "facebook": "\/me Pam\u0117k mus facebook'e: %%LINK%%", 158 | "starterhelp": "\/me \u0160i nuotrauka tau pad\u0117s prad\u0117ti plug'e: %%LINK%%", 159 | "roulettejoin": "@%%NAME%% prisijun\u0117 \u012f rulet\u0119! (ra\u0161yk !leave jeigu nori i\u0161eiti)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% buvo \u0161iame kambaryje %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] negali i\u0161mesti nari\u0173 su tuo pa\u010diu rangu arba auk\u0161tesniu negu tavo!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% tu esi i\u0161metamas i\u0161 \u0161io kambario %%TIME%% minutemis.", 163 | "kill": "\/me I\u0161jungiama.", 164 | "logout": "\/me [@%%NAME%%] Atjungiamas %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% i\u0161\u0117jo i\u0161 rulet\u0117s!", 166 | "songlink": "\/me [@%%NAME%%] \u0160ios dainos link'as: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% panaudojo lockskip'\u0105]", 168 | "usedskip": "\/me [%%NAME%% panaudojo skip]", 169 | "skippos": "\/me [@%%NAME%%] DJ'ejai dabar bus perkelti \u012f pozicij\u0105 %%POSITION%% kad bus praskipinta.", 170 | "lockguardtime": "\/me [@%%NAME%%] U\u017erakinimoapsauga yra nustatyta \u012f %%TIME%% minutes.", 171 | "maxlengthtime": "\/me [@%%NAME%%] Ilgiausios dainos laikas nustatytas \u012f %%TIME%% minutes.", 172 | "motdset": "me Pavadinimas nustatytas \u012f: %%MSG%%", 173 | "motdintervalset": "\/me Pavadinimo intervalas nustatytas \u012f %%INTERVAL%%.", 174 | "currentbotname": "\/me Bot'o vardas dabar yra nustatytas \u012f: %%BOTNAME%%", 175 | "botnameset": "\/me Bot'o vardas dabar yra nustatytas \u012f: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, nebandyk prid\u0117ti man\u0119s \u012f waitlist'\u0105, pra\u0161au.", 177 | "move": "\/me [%%NAME%% panaudojo move]", 178 | "mutednotime": "\/me [@%%NAME%%] U\u017etild\u0117 @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Tu gali u\u017etildyti daugiausiai %%TIME%% minutemis.", 180 | "mutedtime": "\/me [@%%NAME%%] U\u017etild\u0117 @%%USERNAME%% laikotarpiui: %%TIME%% minutes.", 181 | "unmuted": "\/me [@%%NAME%%] Atitild\u0117 @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] Negali u\u017etildyti \u017emoni\u0173 su tokiu pa\u010diu rangu kaip tu, arba auk\u0161tesniu.", 183 | "oplist": "\/me OP s\u0105ra\u0161as: %%LINK%%", 184 | "pong": "\/me Smarv\u0117!", 185 | "reload": "\/me Greitai gr\u012f\u0161iu.", 186 | "removenotinwl": "\/me [@%%NAME%%] Nurodytas narys @%%USERNAME%% n\u0117ra waitlist'e.", 187 | "roomrules": "\/me Kambario taisykles rasi \u010dia: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Woot'ai: %%WOOTS%%, Meh'ai: %%MEHS%%, Pa\u010diupimai: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% panaudojo greit\u0105j\u012f skip]", 190 | "madeby": "\/me \u0160is bot'as buvo sukurtas %%NAME%%.", 191 | "activefor": "A\u0161 buvau aktyvus %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Netaisyklingas narys nurodytas. (N\u0117ra vard\u0173 su tarpais!)", 193 | "swapwlonly": "\/me [@%%NAME%%] Pra\u0161au keisk narius kurie yra waitlist'e!", 194 | "swapping": "\/me Kei\u010diamas %%NAME1%% su %%NAME2%%.", 195 | "genres": "\/me Leid\u017eiamus muzikos \u017eanrus rasi \u010dia: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] Narys nebuvo u\u017eblokuotas.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Visi nariai atitildyti.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Tik manager'iai ir auk\u0161\u010diau gali atitildyti visus narius vienu metu.", 199 | "notmuted": "\/me [@%%NAME%%] \u0161is narys nebuvo u\u017etildytas.", 200 | "unmuterank": "\/me [@%%NAME%%] Negali atitildyti \u017emoni\u0173 su tokiu pa\u010diu rangu arba auk\u0161tesniu negu tavo.", 201 | "commandscd": "\/me [@%%NAME%%] Komandas kurias gal\u0117s naudoti nariai po tinkamo laiko, laikas nustatytas \u012f: %%TIME%% sekundes.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woot'ai: %%WOOT%%, meh'ai: %%MEHS%%, ratio (W\/M): %%RATIO%%.", 203 | "website": "\/me Pra\u0161ome apsilankyti m\u016bs\u0173 tinklapyje: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Prenumeruokite mus youtube'je: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%WOOT\/%%GRABS%%GRAB\/%%MEHS%%MEH.", 206 | "thorNotClose": "\/me @%%NAME%%, esate nevertas priart\u0117ti prie plaktuko!", 207 | "thorcd": "\/me @%%NAME%% tu gali pabandyti pakelti plaktuk\u0105 u\u017e %%TIME%% minu\u010di\u0173.", 208 | "thorWorthy": "\/me @%%NAME%% tu esi vertas plaktuko :hammer:, sveikiname!", 209 | "thorNotWorthy": "\/me @%%NAME%% tu neesi vertas plaktuko." 210 | } 211 | -------------------------------------------------------------------------------- /lang/lv.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "iedeva Tev \u0161okol\u0101des cepumu!", 4 | "iedeva Tev m\u012bkstu m\u0101j\u0101s gatavotu auzu cepumu!", 5 | "Iedeva Tev sausu un vecu cepumu. Vi\u0146\u0161 bija p\u0113d\u0113jais mais\u0101. Fuj!", 6 | "iedeva Tev cukura cepumu. Ko? bez glaz\u016bras un neapkais\u012bts? 0\/10 lab\u0101k neaiztiec.", 7 | "Iedeva Tev cepumu ar \u0161okol\u0101d\u0113s gabali\u0146iem. Uzgaidi.. T\u0101s ir roz\u012bnes. Fuj!", 8 | "iedeva Tev milz\u012bgu cepumu! Bakstot vi\u0146u, tas tev dod vair\u0101k cepumu. D\u012bvaini..", 9 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''K\u0101d\u0113\u013c Tu nestr\u0101d\u0101 pie neviena projekta?''", 10 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''Izsaki k\u0101dam komplimentu!''", 11 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''Uz\u0146emies risku!''", 12 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''Izej \u0101r\u0101, pastaig\u0101jies.''", 13 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''Neaizmirsti ap\u0113st savus d\u0101rzen\u012b\u0161us!''", 14 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''Vai Tu visp\u0101r vari pacelt?''", 15 | "iedeva Tev laimes cepumu. Tur rakst\u012bts \"m808 pls\"", 16 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''Padejo, dab\u016bsi visas d\u0101mas.''", 17 | "iedeva Tev laimes cepumu. Tur rakst\u012bts ''Es m\u012blu Tevi.''", 18 | "iedeva Tev Zelta Cepumu. Tu nevari to \u0113st, jo tas tais\u012bts no zelta.", 19 | "iedeva Tev Oreo ar gl\u0101zi piena.", 20 | "iedeva Tev varav\u012bksnes cepumu, gatavots ar m\u012blest\u012bbu. :heart:", 21 | "iedeva Tev vecu cepumu, vi\u0146\u0161 pamests \u0101r\u0101, liet\u016b. Tas ir sapel\u0113jis.", 22 | "gatavo Tev svaigus cepumus, tie smar\u017eo burv\u012bgi." 23 | ], 24 | "balls": [ 25 | "Paz\u012bmes liecina, ka j\u0101.", 26 | "J\u0101. ", 27 | "Atbilde neskaidra, m\u0113\u0123ini v\u0113lreiz.", 28 | "Bez \u0161aub\u0101m!", 29 | "Mani avoti saka, ka n\u0113.", 30 | "Domaju, ka j\u0101.", 31 | "Tu vari uz to pa\u013cauties. ", 32 | "Koncentr\u0113jies un pajaut\u0101 v\u0113lreiz!", 33 | "Izredzes nav tik lielas.", 34 | "Tas noteikti t\u0101 ir!", 35 | "Lab\u0101k Tev to tagad neteikt.", 36 | "\u013boti ap\u0161aub\u0101mi!", 37 | "J\u0101 - Noteikti.", 38 | "Tas ir dro\u0161i!", 39 | "Pagaid\u0101m nevaru prognoz\u0113t.", 40 | "Visticam\u0101k. ", 41 | "Pajaut\u0101 v\u0113l\u0101k v\u0113lreiz.", 42 | "Mana atbilde ir, n\u0113.", 43 | "Izredzes ir labas!", 44 | "Uz to ner\u0113\u0137inies!", 45 | "Sav\u0101 laik\u0101, J\u0101!", 46 | "Definitely not.", 47 | "Noteikti n\u0113!", 48 | "Tev b\u016bs j\u0101uzgaida. ", 49 | "Man ir savas \u0161aubas..", 50 | "Vid\u0113jas izredzes.", 51 | "Manupr\u0101t izskat\u0101s labi!", 52 | "Kas to lai zina?", 53 | "Izskat\u0101s labi! ", 54 | "Iesp\u0113jams..", 55 | "Vai Tu joko?", 56 | "Uz to nepa\u013caujies." 57 | ], 58 | "nodatafound": "Iepriek\u0161\u0113jie dati nav atrasti. ", 59 | "currentlang": "\/me Valoda pa\u0161laik iestat\u012bta uz: %%LANGUAGE%%", 60 | "langerror": "\/me Tava izv\u0113l\u0113t\u0101 valoda nav pieejama! Lai atrastu pieejam\u0101s valodas: %%LINK%%", 61 | "langset": "\/me Valoda nomain\u012bta uz: %%LANGUAGE%%", 62 | "retrievingdata": "Atg\u016bstu iepriek\u0161 saglab\u0101tos datus.", 63 | "datarestored": "Iepriek\u0161\u0113jie saglab\u0101tie dati veiksm\u012bgi iel\u0101d\u0113ti.", 64 | "greyuser": "Tikai uzraugi un augst\u0101ki var palaist botu.", 65 | "bouncer": "Bots nevar p\u0101rvietot cilv\u0113kus, kad tas darbojas k\u0101 uzraugs.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% tie\u0161saist\u0113!", 67 | "welcome": "\/me \u010chau %%NAME%%", 68 | "welcomeback": "\/me Sveeeiciens ar atgriez\u0161anos, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, \u0161\u012b dziesma ir DJ v\u0113stur\u0113.", 70 | "notavailable": "\/me @%%NAME%%, dziesma ko Tu sp\u0113l\u0113ji nebija pieejama.", 71 | "timelimit": "\/me @%%NAME%%, Tava dziesma ir gar\u0101ka nek\u0101 %%MAXLENGTH%% min\u016btes, Tev ir nepiecie\u0161ama at\u013cauja, lai sp\u0113l\u0113tu gar\u0101kas dziesmas.", 72 | "permissionownsong": "\/me :up: @%%NAME%% ir at\u013cauja, lai sp\u0113l\u0113tu vi\u0146\u0101 pa\u0161u produkciju!", 73 | "isblacklisted": "\/me \u0160\u012b dziesma ir %%BLACKLIST%% melnaj\u0101 sarakst\u0101! Izlai\u017eam...", 74 | "isopen": "\/me Rulete tagad ir atv\u0113rta! Rakstiet !join lai piedal\u012btos!", 75 | "winnerpicked": "\/me Uzvar\u0113t\u0101js ir izv\u0113l\u0113ts! @%%NAME%% p\u0101rmetam uz %%POSITION%%.", 76 | "ball": "\/me %%NAME%%'a jaut\u0101jums bija: \"%%QUESTION%%\" un %%BOTNAME%%'a atbilde ir: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% nespokoj\u0101s.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% spokoj\u0101s, vai ar\u012b neatrodas \u0161eit.", 79 | "alreadyadding": "\/me Lietot\u0101js tiek pievienots! Main\u012bt v\u0113lamo poz\u012bciju, uz %%POSITION%%.", 80 | "adding": "\/me Pievieno @%%NAME%% iek\u0161 rindas. J\u016bsu vieta rind\u0101: %%POSITION%%.", 81 | "usernotfound": "\/me Lietot\u0101js nav atrasts. ", 82 | "notdisconnected": "\/me @%%NAME%% nebija atvienojies, kam\u0113r biju \u0161eit.", 83 | "noposition": "\/me Vieta rind\u0101 nav zin\u0101ma. Rinda j\u0101atjaunina lai atrastu lietot\u0101ja vietu rind\u0101.", 84 | "toolongago": "\/me @%%NAME%%'s atvieno\u0161an\u0101s bija p\u0101rak ilga: %%TIME%%", 85 | "valid": "\/me @%%NAME%% atvienoj\u0101s pirms: %%TIME%% un vieta rind\u0101 j\u0101b\u016bt: %%POSITION%%", 86 | "warning1": "\/me @%%NAME%%, Tu esi AFK jau %%TIME%%, l\u016bdzu atbildi 2 min\u016b\u0161u laik\u0101, vai tiksi no\u0146emts.", 87 | "warning2": "\/me @%%NAME%%, Ja neatbild\u0113si, Tu tiksi no\u0146emts par b\u016b\u0161anu AFK.", 88 | "afkremove": "\/me @%%NAME%%. Tu tiki no\u0146emts no rindas, jo biji afk %%TIME%%. Tu biji %%POSITION%% rind\u0101. N\u0101kamaj\u0101 reiz\u0113 \u010dato reizi %%MAXIMUMAFK%% min\u016btes, ja gribi palikt rind\u0101.", 89 | "caps": "\/me @%%NAME%%, L\u016bdzu, neturi CAPSLOCK pogu.", 90 | "askskip": "\/me @%%NAME%%, neprasi lai izlai\u017e.", 91 | "spam": "\/me @%%NAME%%, l\u016bdzu, nespamo.", 92 | "roomadvertising": "\/me @%%NAME%%, l\u016bdzu, neliec saites uz cit\u0101m kopien\u0101m.", 93 | "adfly": "\/me @%%NAME%%, L\u016bdzu mainiet savu \"autowoot\" programmu. M\u0113s iesak\u0101m \u0161o. http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [%%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "\/me [@%%NAME%%] [%%TAGS%%] Neder\u012bgs tags.", 96 | "validgifrandom": "\/me [@%%NAME%%] [Random GIF] http:\/\/i.giphy.com\/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Neder\u012bgs piepras\u012bjums.", 98 | "invalidtime": "\/me [@%%NAME%%] Nedr\u012bgs laiks.", 99 | "nouserspecified": "\/me [@%%NAME%%] Nenoteikts lietot\u0101js.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Neder\u012bgs lietot\u0101js.", 101 | "nolistspecified": "\/me [@%%NAME%%] Nenoteikts saraksts.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Noteikts neder\u012bgs saraksts.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Neder\u012bgs lietot\u0101js.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Nav noteikts limits.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Neder\u012bgs limits.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Preciz\u0113ta neder\u012bga poz\u012bcija.", 107 | "whois": "\/me [%%NAME1%%] Lietot\u0101jv\u0101rds: %%NAME2%%, ID: %%ID%%, Ranks: %%RANK%%, Pievienojies: %%JOINED%%, L\u012bmenis: %%LEVEL%%, Valoda: %%LANGUAGE%%, Avatars: %%AVATAR%%, Status: %%STATUS%%, Profils: %%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% iesl\u0113gts.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% izsl\u0113gts.", 110 | "cmddeletion": "komandu dz\u0113\u0161ana.", 111 | "afkremoval": "AFK dz\u0113\u0161ana", 112 | "afksremoved": "AFK dz\u0113sti", 113 | "afklimit": "AFK limits ", 114 | "autodisable": "autodisable", 115 | "autoskip": "autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] \u0160\u012b dziesma pieder %%BLACKLIST%% melnajam sarakstam! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Meln\u0101 saraksta info - autors: %%AUTHOR%%, virsraksts: %%TITLE%%, mid: %%SONGID%%", 118 | "blacklist": "melnais saraksts", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "\u010cata Filtrs", 122 | "historyskip": "historyskip", 123 | "lockdown": "lockdown", 124 | "lockguard": "lockguard", 125 | "usercommands": "lietot\u0101jkomandas", 126 | "motd": "MotD ", 127 | "welcomemsg": "Sveiciens", 128 | "songstats": "dziesmu statistika", 129 | "etarestriction": "eta robe\u017eas", 130 | "voteskip": "izlaist ar balso\u0161anu", 131 | "voteskiplimit": "\/me [@%%NAME%%] Voteskip limits iestat\u012bts uz %%LIMIT%% meh'iem", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, Tava dziesma p\u0101rsniedz \"voteskip\" limitu (%%LIMIT%% meh'i).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Neder\u012bgs \"Voteskip\" limits! Nor\u0101diet numuru priek\u0161 meh'iem", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] \"voteskip\" limits ir iestat\u012bts uz %%LIMIT%%", 135 | "activeusersintime": "\/me [@%%NAME%%] P\u0113dej\u0101s %%TIME%% min\u016bt\u0113s, \u0161eit \u010datoja %%AMOUNT%% lietot\u0101ji.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maksim\u0101lais AFK ilgums iestat\u012bts uz %%TIME%% min\u016bt\u0113m.", 137 | "afkstatusreset": "\/me [@%%NAME%%] No\u0146\u0113ma @%% AFK no %%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% ir neakt\u012bvs jau %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% ir neakt\u012bvs ilg\u0101k nek\u0101 %%BOTNAME%%'s ir piesl\u0113dzies.", 140 | "autowoot": "\/me M\u0113s iesak\u0101m \u0161o priek\u0161 \"autowoot\" : http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me P\u0101rst\u0101vji, jeb (Brand Ambassador) ir plug.dj pal\u012bgi, kas pal\u012bdz lietot\u0101jiem atbild\u0113t uz jaut\u0101jumiem. K\u0101 ar\u012b vi\u0146i veido pas\u0101kumus, un pal\u012bdz. :) Vair\u0101k info: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Jums ir j\u0101b\u016bt mened\u017eerim, vai augst\u0101k lai pievienotu Uzraugus.", 143 | "chatcleared": "\/me [@%%NAME%%] \u010cats izt\u012br\u012bts.", 144 | "deletechat": "\/me [@%%NAME%%] Izt\u012brija \u010datu no %%USERNAME%%.", 145 | "commandslink": "\/me %%BOTNAME%% komandas: %%LINK%% ", 146 | "eatcookie": "\/me \u0146amm\u0101 cepumu.", 147 | "nousercookie": "\/em nevar\u0113ju atrast %%NAME%%, tap\u0113c \u0113d\u012b\u0161u cepumus es pats. :P", 148 | "selfcookie": "\/me @%%NAME%%, tu esi cietsird\u012bgs! Dod pats sev cepumus, bah. Padalies ar citiem!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%% ", 150 | "cycleguardtime": "\/me [@%%NAME%%] \"cycleguard\" ir iestat\u012bts uz %%TIME%% min\u016bti.", 151 | "dclookuprank": "\/me [@%%NAME%%] Tikai uzraugi, un augst\u0101ki var uzmekl\u0113t citus.", 152 | "emojilist": "\/me Smaidi\u0146i: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, tu n\u0113esi rind\u0101.", 154 | "youarenext": "\/me @%%NAME%%, tu b\u016bsi DJ p\u0113c \u0161\u012bs dziesmas!", 155 | "youaredj": "\/me @%%NAME%% Tu esi DJ.", 156 | "eta": "\/me @%%NAME%%, Tu esi %%POSITION%% rind\u0101, un k\u0101psi uz skatuves apm\u0113ram p\u0113c %%TIME%%.", 157 | "facebook": "\/me Spie\u017eat pat\u012bk musu facebook'\u0101: %%LINK%%", 158 | "starterhelp": "\/me \u0160\u012b bilde jums pal\u012bdz\u0113s start\u0113t iek\u0161 plug: %%LINK%%", 159 | "roulettejoin": "\/me @%%NAME%% pievienoj\u0101s ruletei! (!leave ja tu p\u0101rdom\u0101ji)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% ir \u0161aj\u0101 kopien\u0101 jau %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] J\u016bs nevarat izmest lietot\u0101jus kuriem ir vien\u0101ds, vai augst\u0101ks ranks k\u0101 Tev!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% J\u016bs tiekat izmests no kopienas uz %%TIME%% min\u016bt\u0113m.", 163 | "kill": "\/me Izsl\u0113dzos, att\u0101! :(", 164 | "logout": "\/me [@%%NAME%%] <-- Slepkava.. Izsl\u0113dz %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% pameta ruleti! Baidies?", 166 | "songlink": "\/me [@%%NAME%%] Saite uz pa\u0161reiz\u0113jo dziesmu: %%LINK%% ", 167 | "usedlockskip": "\/me [%%NAME%% lietoja \"lockskip\"]", 168 | "usedskip": "\/me [%%NAME%% izlaida dziesmu]", 169 | "skippos": "\/me [@%%NAME%%] DJ tiks p\u0101rmesti uz %%POSITION%% vietu rind\u0101, ja izlaid\u012bs dziesmu.", 170 | "lockguardtime": "\/me [@%%NAME%%] \"lockguard\" ir iestat\u012bts uz %%TIME%% min\u016bti.", 171 | "maxlengthtime": "\/me [@%%NAME%%] Maksim\u0101lais dziesmas garums ir iestat\u012bts uz %%TIME%% min\u016bt\u0113m.", 172 | "motdset": "\/me MotD iestat\u012bts: %%MSG%%", 173 | "motdintervalset": "\/me MotD interv\u0101ls iestat\u012bts: %%INTERVAL%%.", 174 | "currentbotname": "\/me Bota v\u0101rds ir iestat\u012bts k\u0101: %%BOTNAME%%", 175 | "botnameset": "\/me Bota v\u0101rds iestat\u012bts k\u0101: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, l\u016bdzu, nem\u0113\u0123ini mani pievienot rindai.", 177 | "move": "\/me [%%NAME%% p\u0101rvietoja]", 178 | "mutednotime": "\/me [@%%NAME%%] Apklusin\u0101ja @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Tu vari apklusin\u0101t tikai uz %%TIME%% min\u016bt\u0113m.", 180 | "mutedtime": "\/me [@%%NAME%%] Apklusin\u0101ja @%%USERNAME%% uz %%TIME%% min\u016bt\u0113m.", 181 | "unmuted": "\/me [@%%NAME%%] at\u013c\u0101va run\u0101t @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] J\u016bs n\u0113varat apklusin\u0101t lietot\u0101jus, kas ir t\u0101d\u0101 pa\u0161\u0101, vai augst\u0101k\u0101 rank\u0101 par tevi.", 183 | "oplist": "\/me OP saraksts: %%LINK%% ", 184 | "pong": "\/me Pong! ", 185 | "reload": "\/me Dr\u012bz b\u016b\u0161u atpaka\u013c.", 186 | "removenotinwl": "\/me [@%%NAME%%] @%%USERNAME%% nav rind\u0101.", 187 | "roomrules": "\/me Kopienas noteikumi izlas\u0101mi \u0161eit: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Woot'i: %%WOOTS%%, Meh'i: %%MEHS%%, Pa\u0146\u0113ma: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% piespieda izlaist dziesmu]", 190 | "madeby": "\/me \u0160o botu izveidoja %%NAME%%.", 191 | "activefor": "Esmu bijis akt\u012bvs jau %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Nor\u0101d\u012bts neder\u012bgs lietot\u0101js. (V\u0101rdus bez atstarp\u0113m!!)", 193 | "swapwlonly": "\/me [@%%NAME%%] L\u016bdzu, mainies tikai ar lietot\u0101jiem kas atrodas rind\u0101!", 194 | "swapping": "\/me Mainu %%NAME1%% ar %%NAME2%%.", 195 | "genres": "\/me Kopienas \u017eanrus vari atrast \u0161eit: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] Lietot\u0101js nav banots.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] At\u013c\u0101va visiem run\u0101t,", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Tikai mened\u017eeris un augst\u0101ki var at\u013caut visiem run\u0101t vienlaikus.", 199 | "notmuted": "\/me [@%%NAME%%] \u0160is lietot\u0101js netika apklusin\u0101ts.", 200 | "unmuterank": "\/me [@%%NAME%%] J\u016bs nevarat at\u013caut run\u0101t lietot\u0101jiem ar t\u0101du pa\u0161u, vai augst\u0101ku ranku k\u0101 tev.", 201 | "commandscd": "\/me [@%%NAME%%] Komandu \"anti-spam\" laiks priek\u0161 lietot\u0101jiem ir iestat\u012bts uz %%TIME%% sekund\u0113m.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ Woot'i: %%WOOT%%, Meh'i: %%MEHS%%, Procentu\u0101li: %%RATIO%%.", 203 | "website": "\/me M\u016bsu m\u0101jaslapa: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Abon\u0113jiet m\u016bs Youtub\u0113: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%\/M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } 211 | -------------------------------------------------------------------------------- /lang/ms.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "telah bagi anda satu cookies cip coklat!", 4 | "telah bagi anda satu kuki oatmeal buatan sendiri yang lembut!", 5 | "telah bagi anda satu biasa, kering, kuki lama. Ia adalah yang terakhir di dalam beg. Kasar.", 6 | "memberikan anda satu cookie gula. Apa, tidak beku dan tabur? 0\/10 Ulasan-ulasan tidak akan menyentuh.", 7 | "memberikan anda cookie cip coklat. Oh tunggu, mereka adalah kismis. Bleck!", 8 | "memberi anda cookie besar. Poking ia memberikan anda lebih kuki. Pelik.", 9 | "memberikan anda cookie nasib. Ia berkata \"Mengapa tidak anda bekerja di mana-mana projek?\"", 10 | "memberikan anda cookie nasib. Ia berkata \"Beri seseorang yang istimewa pujian\"", 11 | "memberikan anda cookie nasib. Ia berkata \"Mengambil risiko!\"", 12 | "memberikan anda cookie nasib. Ia berkata \"Pergilah luar.\"", 13 | "memberikan anda cookie nasib. Ia berkata \"Jangan lupa untuk makan sayur-sayuran anda!\"", 14 | "memberikan anda cookie nasib. Ia berkata \"Adakah anda mengangkat?\"", 15 | "memberikan anda cookie nasib. Ia berkata \"m808 pls\"", 16 | "memberikan anda cookie nasib. Ia berkata \"Jika anda bergerak pinggul anda, anda akan mendapat semua wanita.\"", 17 | "memberikan anda cookie nasib. Ia berkata \"Aku cinta pada mu.\"", 18 | "memberikan anda Cookie Emas. Anda tidak boleh memakannya kerana ia diperbuat daripada emas. Sial.", 19 | "memberi anda cookie Oreo dengan segelas susu!", 20 | "memberikan anda cookie pelangi dibuat dengan kasih sayang :heart:", 21 | "memberi anda cookie lama yang telah ditinggalkan dalam hujan, ia berkulat.", 22 | "membuat anda cookies segar, ia berbau luar biasa." 23 | ], 24 | "balls": [ 25 | "Tanda menunjukkan kepada ya.", 26 | "Ya.", 27 | "Jawap berjerebu, cuba lagi.", 28 | "Tanpa ragu-ragu.", 29 | "Sumber saya mengatakan tidak.", 30 | "Pada pandangan saya, ya.", 31 | "Anda boleh bergantung kepada ia.", 32 | "Menumpukan perhatian dan tanya lagi.", 33 | "Outlook tidak begitu baik.", 34 | "Ia adalah jelas demikian.", 35 | "Lebih baik tidak memberitahu anda sekarang.", 36 | "Sangat menyangsikan.", 37 | "Ya - pasti.", 38 | "Adalah pasti.", 39 | "Tidak boleh meramalkan sekarang.", 40 | "Kemungkinan besar.", 41 | "Tanya lagi kemudian.", 42 | "Jawapan saya adalah tidak.", 43 | "Outlook baik.", 44 | "Jangan mengharapkan ia.", 45 | "Ya, dalam masa yang sewajarnya.", 46 | "Sudah pasti tidak.", 47 | "Anda perlu menunggu.", 48 | "Saya mempunyai keraguan saya.", 49 | "Outlook serdehana.", 50 | "Kelihatan baik kepada saya!", 51 | "Siapa tahu?", 52 | "Kelihatan baik!", 53 | "Mungkin.", 54 | "Adakah anda bergurau?", 55 | "Jangan bertaruh di atasnya.", 56 | "Lupakan mengenainya." 57 | ], 58 | "nodatafound": "Tiada data sebelumnya dijumpai.", 59 | "currentlang": "\/me Bahasa semasa tetap pada: %%LANGUAGE%%", 60 | "langerror": "\/me Bahasa yang anda pilih tidak available. Sila layari %%LINK%% untuk mendapatkan senarai bahasa yang available.", 61 | "langset": "\/me Bahasa sekarang ditetapkan ke: %%LANGUAGE%%", 62 | "retrievingdata": "Mendapatkan semula data yang disimpan sebelum ini.", 63 | "datarestored": "Data yang disimpan sebelum ini telah berjaya diambil.", 64 | "greyuser": "Hanya bouncer dan pangkat lebih tinggi boleh menjalankan bot.", 65 | "bouncer": "Bot tidak boleh bergerak orang apabila ia dijalankan sebagai bouncer.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% online!", 67 | "welcome": "\/me Selamat Datang %%NAME%%", 68 | "welcomeback": "\/me Selamat Kembali, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, Lagu ini berada dalam Sejarah DJ.", 70 | "notavailable": "\/me @%%NAME%%, lagu yang anda main tidak available.", 71 | "timelimit": "\/me @%%NAME%%, lagu anda telah melebihi panjang dari %%MAXLENGTH%% minit, anda perlu ada kebenaran untuk memainkan lagu-lagu yang panjang.", 72 | "permissionownsong": "\/me :up: @%%NAME%% memperolehi kebenaran untuk memainkan pengeluaran mereka sendiri!", 73 | "isblacklisted": "\/me Lagu ini ada didalam %%BLACKLIST%% blacklist! Melangkau...", 74 | "isopen": "\/me Roulette sekarang dibuka! Taip !join untuk mengambil bahagian! (Satu permainan di mana peserta rawak dipindahkan ke kedudukan yang rawak dalam senarai menunggu)", 75 | "winnerpicked": "\/me Satu Pemenang akan dipilih! @%%NAME%% ke kedudukan %%POSITION%%.", 76 | "ball": "\/me %%NAME%% punya soalan adalah: \"%%QUESTION%%\" dan %%BOTNAME%% punya jawapan ialah: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% bukan hantu.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% mungkin hantu kat sini atau tidak berada di sini.", 79 | "alreadyadding": "\/me Pengguna telah ditambahkan! Menukarkan kedudukan yang dikehendaki ke %%POSITION%%.", 80 | "adding": "\/me Menambahkan @%%NAME%% ke dalam senarai tunggu. Giliran semasa: %%POSITION%%.", 81 | "usernotfound": "\/me Pengguna tidak dijumpai.", 82 | "notdisconnected": "\/me @%%NAME%% tidak putus sambungan pada masa saya disini.", 83 | "noposition": "\/me Tiada kedudukan terakhir yang diketahui. Senarai menunggu perlu mengemas kini sekurang-kurangnya sekali untuk mendaftar kedudukan terakhir pengguna.", 84 | "toolongago": "\/me @%%NAME%% putus sambungan yang terakhir (DC atau Meninggalkan) adalah terlalu lama dahulu: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% putus sambungan %%TIME%% dahulu dan sepatutnya berada di kedudukan %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, anda telah afk untuk %%TIME%%, sila bertindak balas dalam masa 2 minit atau anda akan dikeluarkan dari senarai menunggu.", 87 | "warning2": "\/me @%%NAME%%, anda akan dikeluarkan dari senarai menunggu tidak lama lagi disebadkan afk jika tidak bertindak balas.", 88 | "afkremove": "\/me @%%NAME%%, anda telah dikeluarkan dari senarai menunggu sebab afk untuk %%TIME%%. Anda berada di kedudukan %%POSITION%%. Chat sekurang-kurangnya sekali dalam setiap %%MAXIMUMAFK%% minit jika anda mahu memainkan lagu.", 89 | "caps": "\/me @%%NAME%%, sila tutup capslock butang.", 90 | "askskip": "\/me @%%NAME%%, Jangan meminta untuk melangkau.", 91 | "spam": "\/me @%%NAME%%, sila jangan spam.", 92 | "roomadvertising": "\/me @%%NAME%%, sila jangan pos link ke bilik-bilik lain.", 93 | "adfly": "\/me @%%NAME%%, sila tukar autowoot program anda. Kami mencadangkan Plugcubed: http:\/\/plugcubed.net", 94 | "validgiftags": "/me [@%%NAME%%] [Tag: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Tag: %%TAGS%%] tag yang tidak sah, sila cuba yang lain.", 96 | "validgifrandom": "\/me [@%%NAME%%] [Random GIF] http:\/\/i.giphy.com\/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Permintaan yang tidak sah, cuba lagi.", 98 | "invalidtime": "\/me [@%%NAME%%] masa yang dinyatakan tidak sah.", 99 | "nouserspecified": "\/me [@%%NAME%%] Tidak ada pengguna yang dinyatakan.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] pengguna yang dinyatakan tidak sah.", 101 | "nolistspecified": "\/me [@%%NAME%%] tidak ada senarai yang dinyatakan.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] senarai dinyatakan yang tidak sah.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Tiada pengguna yang sah dinyatakan.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Tiada had yang ditetapkan.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] had yang tidak sah.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Kedudukan yang dinyatakan tidak sah.", 107 | "whois": "\/me [%%NAME1%%] Nama Pengguna: %%NAME2%%, ID: %%ID%%, Pangkat: %%RANK%%, Menyertai Pada: %%JOINED%%, Level: %%LEVEL%%, Bahasa: %%LANGUAGE%%, Avatar: %%AVATAR%%, Profil: %%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% diaktifkan.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% telah dihentikan.", 110 | "cmddeletion": "penghapusan perintah", 111 | "afkremoval": "Penghapusan AFK", 112 | "afksremoved": "AFK dihapus", 113 | "afklimit": "Had AFK", 114 | "autodisable": "autodisable", 115 | "autoskip": "autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] Lagu ini berada dalam %%BLACKLIST%% blacklist! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Maklumat Blacklist - Artis: %%AUTHOR%%, Tajuk: %%TITLE%%, mid: %%SONGID%%", 118 | "blacklist": "blacklist", 119 | "cycleguard": "Pengawal Kitaran", 120 | "timeguard": "Pengawal Masa", 121 | "chatfilter": "Penapis Chat", 122 | "historyskip": "Sejarah Lagu Melangkau", 123 | "lockdown": "Kuncian", 124 | "lockguard": "Pengawal Kunci", 125 | "usercommands": "Perintah Pengguna", 126 | "motd": "MotD", 127 | "welcomemsg": "Mesej Sambutan", 128 | "songstats": "Statistik Lagu", 129 | "etarestriction": "Sekatan eta", 130 | "voteskip": "Undi Melangkau", 131 | "voteskiplimit": "\/me [@%%NAME%%] Undi Melangkau sekarang ditetap pada %%LIMIT%% meh.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, lagu anda telah melebihi had undi melangkau (%%LIMIT%% meh).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Had undi melangkau tidak sah, sila cuba lagi mengunakan nombor untuk menandakan bilangan meh.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Undi melangkau ditetapkan ke %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] Terdapat %%AMOUNT%% pengguna yang chat pada masa %%TIME%% minit yang lalu.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Tempoh afk maksimum ditetapkan ke %%TIME%% minit.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Menetapkan semula status afk @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% telah tidak aktif untuk %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% telah tidak aktif lebih lama dari %%BOTNAME%% berada dalam talian.", 140 | "autowoot": "\/me Kami mengesyorkan PlugCubed untuk autowooting: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Brand Ambassador adalah suara pengguna di plug.dj. Mereka mempromosikan event, melibatkan komuniti dan berkongsi mesej plug.dj di seluruh dunia. Untuk Maklumat lebih lanjut: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Anda mesti adalah Manager atau lebih tinggi dari Bouncer +.", 143 | "chatcleared": "\/me [@%%NAME%%] Membersihkan chat.", 144 | "deletechat": "\/me [@%%NAME%%] Membersihkan chat dari %%USERNAME%%.", 145 | "commandslink": "\/me %%BOTNAME%% Perintah: %%LINK%%", 146 | "eatcookie": "\/me makan cookie.", 147 | "nousercookie": "\/em tidak melihat %%NAME%% dalam bilik dan makan cookie sendiri.", 148 | "selfcookie": "\/me @%%NAME%%, anda ada sikit tamak, bukankah? Memberi cookie untuk diri sendiru, bah. Berkongsilah sikit dengan orang lain!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] Pengawal kitaran telah ditetapkan ke %%TIME%% minit.", 151 | "dclookuprank": "\/me [@%%NAME%%] Hanya Bouncer dan pangkat lebih tinggi boleh melakukan lookup untuk orang lain.", 152 | "emojilist": "\/me Senarai Emoji: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, anda tidak berada dalam senarai menunggu.", 154 | "youarenext": "\/me @%%NAME%%, anda adalah DJ selepas lagu ini.", 155 | "youaredj": "\/me @%%NAME%%, anda sekarang tengah DJ.", 156 | "eta": "\/me @%%NAME%%, anda berada pada kedudukan %%POSITION%% dalam senarai menunggu dan akan mencapai pada booth dalam masa lebih kurang %%TIME%%.", 157 | "facebook": "\/me Like kami di facebook: %%LINK%%", 158 | "starterhelp": "\/me Imej ini akan menunjukkan anda macam mana bermula di plug: %%LINK%%", 159 | "roulettejoin": "@%%NAME%% menyertai roulette! (!leave jika anda menyesal)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% telah berada dalam bilik selama %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] anda tidak boleh menendang pengguna dengan pangkat yang sama atau lebih tinggi daripada anda!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% anda telah ditendang dari komuniti untuk masa %%TIME%% minit.", 163 | "kill": "\/me Menutup.", 164 | "logout": "\/me [@%%NAME%%] Log keluar %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% meninggalkan roulette!", 166 | "songlink": "\/me [@%%NAME%%] Pautan ke lagu semasa: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% telah menggunakan lockskip]", 168 | "usedskip": "\/me [%%NAME%% telah menggunakan langkau]", 169 | "skippos": "\/me [@%%NAME%%] DJ sekarang akan dipindahkan ke kedudukan %%POSITION%% apabila lagunya dilangkau.", 170 | "lockguardtime": "\/me [@%%NAME%%] Lockguard sekarang set kepada %%TIME%% minit(s).", 171 | "maxlengthtime": "\/me [@%%NAME%%] Maksimum tempoh lagu ditetapkan ke %%TIME%% minit.", 172 | "motdset": "\/me MotD ditetapkan ke: %%MSG%%", 173 | "motdintervalset": "\/me MotD Selang ditetapkan ke %%INTERVAL%%.", 174 | "currentbotname": "\/me Nama bot sekarang ditetapkan ke: %%BOTNAME%%", 175 | "botnameset": "\/me Nama bot sekarang akan ditetapkan ke: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, sila jangan cuba untuk menambahkan saya ke dalam senarai menunggu.", 177 | "move": "\/me [%%NAME%% telah menggunakan Pindah]", 178 | "mutednotime": "\/me [@%%NAME%%] Membisukan @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Anda hanya boleh membisukan untuk maksimum %%TIME%% minit.", 180 | "mutedtime": "\/me [@%%NAME%%] Membisukan @%%USERNAME%% untuk %%TIME%% minit.", 181 | "unmuted": "\/me [@%%NAME%%] Batalkan Bisu @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] Anda tidak boleh membisukan orang dengan pangkat yang sama atau lebih tinggi daripada anda.", 183 | "oplist": "\/me Senarai OP: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Akan kembali secepat mungkin.", 186 | "removenotinwl": "\/me [@%%NAME%%] Pengguna dinyatakan @%%USERNAME%% tidak berada dalam senarai menunggu.", 187 | "roomrules": "\/me Sila mendapatkan peraturan bilik disini: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Jumlah woot: %%WOOTS%%, Jumlah meh: %%MEHS%%, Jumlah Koleksi:%%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% telah menggunakan Memaksa Melangkau]", 190 | "madeby": "\/me bot ini dibuat oleh %%NAME%%.", 191 | "activefor": "Saya telah aktif untuk %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Pengguna dinyatakan tidak sah. (Tiada nama dengan ruang jarak!)", 193 | "swapwlonly": "\/me [@%%NAME%%] Sila menukar kedudukan dengan pengguna yang berada dalam senari menunggu sahaja!", 194 | "swapping": "\/me Menukar kedudukan %%NAME1%% dengan %%NAME2%%.", 195 | "genres": "\/me Sila semak genre dalam bilik yang diizinkan disini: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] Pengguna ini tidak dilarang.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Batalkan Bisu setiap orang.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Hanya Manager and pangkat yang lebih tinggi boleh membatalkan bisu setiap orang sekaligus.", 199 | "notmuted": "\/me [@%%NAME%%] pengguna itu tidak dibisukan.", 200 | "unmuterank": "\/me [@%%NAME%%] Anda tidak boleh batal bisu orang dengan pangkat yang sama atau lebih tinggi daripada anda.", 201 | "commandscd": "\/me [@%%NAME%%] Selang masa untuk perintah dari pengguna sekarang ditetapkan ke %%TIME%% saat.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woot: %%WOOT%%, meh: %%MEHS%%, nisbah (w\/m): %%RATIO%%.", 203 | "website": "\/me Sila layari laman web kami: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Subscribe kami di youtube: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } 211 | -------------------------------------------------------------------------------- /lang/nl.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "heeft jou een chocoladekoekje gegeven!", 4 | "heeft jou een zacht huisgemaakt havermeelkoekje gegeven!", 5 | "heeft jou een kaal, droog, oud koekje gegeven. Het was de laatste in de zak. Smerig.", 6 | "geeft jou een suikerkoekje. Wat, geen glazuur en versiering? Die wil niemand.", 7 | "heeft jou een chocoladekoekje gegeven. Oh wacht, dat zijn rozijnen. Bah!", 8 | "geeft jou een gigantisch koekje. Als je het port geeft het je meer koekjes. Raar.", 9 | "geeft je een gelukskoekje. Het luidt \"Waarom werk je niet aan een project?\"", 10 | "geeft je een gelukskoekje. Het luidt \"Geef dat speciaal iemand een compliment\"", 11 | "geeft je een gelukskoekje. Het luidt \"Neem een risico!\"", 12 | "geeft je een gelukskoekje. Het luidt \"Ga naar buiten.\"", 13 | "geeft je een gelukskoekje. Het luidt \"Vergeet je groentjes niet op te eten!\"", 14 | "geeft je een gelukskoekje. Het luidt \"Do you even lift?\"", 15 | "geeft je een gelukskoekje. Het luidt \"m808 pls\"", 16 | "geeft je een gelukskoekje. Het luidt \"Als je met je heupen schud, zul je al je vrouwtjes krijgen.\"", 17 | "geeft je een gelukskoekje. Het luidt \"Ik hou van jou.\"", 18 | "geeft je een gouden koekje. Je kan het niet eten want hij is van goud. Verdomme.", 19 | "geeft je een Oreo met een glas melk!", 20 | "geeft je een regenboog koekje gemaakt met liefde :heart:", 21 | "geeft je een oud koekje die in de regen heeft gelegen, het is schimmelig.", 22 | "bakt verse koekjes voor je, het ruikt geweldig." 23 | ], 24 | "balls": [ 25 | "Lijkt er op van wel.", 26 | "Ja.", 27 | "Reactie wazig, probeer opnieuw.", 28 | "Zonder twijfel.", 29 | "Mijn bronnen zeggen van niet.", 30 | "Zoals ik het zie, ja.", 31 | "Daar kan je op rekenen.", 32 | "Concentreer je en vraag het opnieuw.", 33 | "Ziet er niet goed uit.", 34 | "Het is besloten.", 35 | "Beter als ik het je later vertel.", 36 | "Heel twijfelachtig.", 37 | "Ja, zeker.", 38 | "Het is zeker.", 39 | "Kan nu niet voorspellen.", 40 | "Waarschijnlijk.", 41 | "Vraag het later opnieuw.", 42 | "Mijn antwoord is nee.", 43 | "Ziet er goed uit.", 44 | "Reken er niet op.", 45 | "Ja, als de tijd rijp is.", 46 | "Zeker niet.", 47 | "Zeker niet.", 48 | "Je zult moeten wachten.", 49 | "Ik heb mijn twijfels.", 50 | "Ziet er goed uit voor mij!", 51 | "Dat vind ik er goed uit zien.", 52 | "Wie weet?", 53 | "Ziet er goed uit!", 54 | "Waarschijnlijk.", 55 | "Ik zou er niet op rekenen.", 56 | "Vergeet het maar." 57 | ], 58 | "nodatafound": "Geen vorige data gevonden.", 59 | "currentlang": "\/me De taal is momenteel ingesteld op: %%LANGUAGE%%", 60 | "langerror": "\/me De taal die je hebt geselecteerd is niet beschikbaar. Bezoek alsjeblieft %%LINK%% om een lijst te bekijken met de beschikbare talen.", 61 | "langset": "\/me Taal is nu ingesteld op: %%LANGUAGE%%", 62 | "retrievingdata": "Opgeslagen data wordt opgehaald.", 63 | "datarestored": "Opgeslagen data is succesvol opgehaald.", 64 | "greyuser": "Enkel bouncers en hoger kunnen een bot runnen.", 65 | "bouncer": "De bot kan geen mensen verplaatsen als het via een bouncer gerund wordt.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% online!", 67 | "welcome": "\/me Welkom %%NAME%%", 68 | "welcomeback": "\/me Welkom terug, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, Dit lied staat in de DJ geschiedenis.", 70 | "notavailable": "\/me @%%NAME%%, het liedje dat je speelde was niet aanwezig", 71 | "timelimit": "\/me @%%NAME%%, jouw lied is langer dan %%MAXLENGTH%% minuten, je hebt toestemming nodig om langere liedjes te spelen.", 72 | "permissionownsong": "\/me :up: @%%NAME%% heeft toestemming om hun eigen productie te spelen!", 73 | "isblacklisted": "\/me Dit liedje staat op de %%BLACKLIST%% blacklist! Overslaan...", 74 | "isopen": "\/me De roulette is nu open! Type !join om mee te doen!", 75 | "winnerpicked": "\/me Er is een winnaar geselecteerd! @%%NAME%% naar positie %%POSITION%%", 76 | "ball": "\/me %%NAME%%'s vraag was: \"%%QUESTION%%\" en %%BOTNAME%%'s antwoord is: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% is geen duplicatie.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% is ofwel een duplicatie ofwel niet hier", 79 | "alreadyadding": "\/me Gebruiker wordt al toegevoegd! De gekozen positie wordt veranderd naar %%POSITION%%.", 80 | "adding": "\/me @%%NAME%% werd in de wachtrij geplaatst. Huidige wachtrij: %%POSITION%%.", 81 | "usernotfound": "\/me Gebruiker niet gevonden.", 82 | "notdisconnected": "\/me @%%NAME%% is niet weggegaan terwijl ik hier was.", 83 | "noposition": "\/me Geen laatste positie gekend. The wachtlijst moet ten minste een keer updaten om de laatste positie van een gebruiker op te slaan.", 84 | "toolongago": "\/me @%%NAME%%'s laatste disconnect (DC of weggegaan) was te lang geleden: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% ging weg %%TIME%% geleden en zou op positie %%POSITION%% moeten staan.", 86 | "warning1": "\/me @%%NAME%%, je bent al %%TIME%% afk, reageer alsjeblieft binnen 2 minuten of je zal worden verwijderd.", 87 | "warning2": "\/me @%%NAME%%, je zal worden verwijderd wegens te AFK als je niet reageert.", 88 | "afkremove": "\/me @%%NAME%%, je bent verwijderd uit de wachtlijst omdat je afk was voor %%TIME%%. Je was op positie %%POSITION%%. Chat ten minste elke %%MAXIMUMAFK%% minuten als je een nummer wil spelen.", 89 | "caps": "\/me @%%NAME%%, zet je capslock uit alsjeblieft.", 90 | "askskip": "\/me @%%NAME%%, vraag alstublieft niet voor skips.", 91 | "spam": "\/me @%%NAME%%, spam alsjeblieft niet.", 92 | "roomadvertising": "\/me @%%NAME%%, link alsjeblieft geen andere gemeenschappen.", 93 | "adfly": "\/me @%%NAME%%, verander alsjeblieft je autowoot programma. Wij raden PlugCubed aan: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] Ongeldige tags, probeer iets anders.", 96 | "validgifrandom": "/me [@%%NAME%%] [Willekeurige GIF] http://i.giphy.com/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Ongeldig verzoek, probeer het opnieuw.", 98 | "invalidtime": "\/me [@%%NAME%%] Ongeldige tijd opgegeven.", 99 | "nouserspecified": "\/me [@%%NAME%%] Geen gebruiker gespecificeerd.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Ongeldige gebruiker gespecificeerd.", 101 | "nolistspecified": "\/me [@%%NAME%%] Geen lijst aangegeven.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Ongeldige lijst opgegeven.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Geen geldige gebruiker opgegeven.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Geen limiet opgegeven.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Ongeldige limiet.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Ongeldige positie opgegeven.", 107 | "whois": "\/me [%%NAME1%%] Gebruikersnaam: %%NAME2%%, ID: %%ID%%, Rang: %%RANK%%, Lid geworden: %%JOINED%%, Level: %%LEVEL%%, Taal: %%LANGUAGE%%, Avatar: %%AVATAR%%, Status: %%STATUS%%%%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% geactiveerd.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% uitgezet.", 110 | "cmddeletion": "command schrapping.", 111 | "afkremoval": "AFK verwijdering", 112 | "afksremoved": "AFK's verwijderd", 113 | "afklimit": "AFK limiet", 114 | "autodisable": "autouitzetten", 115 | "autoskip": "autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] Dit nummer staat op de %%BLACKLIST%% blacklist! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Blacklist info - auteur: %%AUTHOR%%, titel: %%TITLE%%, mid: %%SONGID%%", 118 | "blacklist": "blacklist", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "chatfilter", 122 | "historyskip": "geschiedenisskip", 123 | "lockdown": "vergrendeling", 124 | "lockguard": "lockguard", 125 | "usercommands": "gebruikercommands", 126 | "motd": "MotD", 127 | "welcomemsg": "welkomstbericht", 128 | "songstats": "lied statistieken", 129 | "etarestriction": "\u00e8ta beperking", 130 | "voteskip": "voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] Voteskip limiet is momenteel %%LIMIT%% mehs.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, je lied heeft het voteskip limiet overschreden (%%LIMIT%% mehs)", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Ongeldig voteskip limiet, probeer het opnieuw met een nummer om het aantal mehs aan te geven.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Voteskip limiet ingesteld op %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] Er hebben %%AMOUNT%% gebruikers gechat in de laatste %%TIME%% minuten.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maximum afk duur ingesteld op %%TIME%% minuten.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Reset de afk status van @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% is inactief voor %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% is langer inactief dan %%BOTNAME%% online is.", 140 | "autowoot": "\/me Wij raden PlugCubed aan om te autowooten: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Een Brand Ambassafor is de stem van de plug.dj gebruikers. Ze promoten evenementen, houden zich bezig met de gemeenschap en delen de plug.dj boodschap over de hele wereld. Voor meer info: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Je moet manager of hoger zijn om Bouncer+ in te schakelen.", 143 | "chatcleared": "\/me [@%%NAME%%] Heeft de chat vrijgemaakt.", 144 | "deletechat": "\/me [@%%NAME%%] Heeft de chatberichten van %%USERNAME%% verwijderd.", 145 | "commandslink": "\/me %%BOTNAME%% commando's: %%LINK%%", 146 | "eatcookie": "\/me is een koekje aan het eten", 147 | "nousercookie": "\/me ziet %%NAME%% niet in de gemeenschap en eet het koekje dan maar zelf op.", 148 | "selfcookie": "\/me @%%NAME%%, je bent nogal gierig, nietwaar? Koekjes aan jezelf geven, bah. Deel wat met andere mensen!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] De cycleguard is ingesteld op %%TIME%% minu(u)t(en).", 151 | "dclookuprank": "\/me [@%%NAME%%] Alleen bouncers of hogere ranking kunnen iets opzoeken voor anderen.", 152 | "emojilist": "\/me Lijst met Emoji's: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, je bent niet in de wachtlijst.", 154 | "youarenext": "\/me @%%NAME%%, jij dj't na dit nummer", 155 | "youaredj": "\/me @%%NAME%%, je bent momenteel aan het draaien", 156 | "eta": "\/me @%%NAME%% je zal de booth bereiken in ongeveer %%TIME%%.", 157 | "facebook": "\/me Like ons op facebook: %%LINK%%", 158 | "starterhelp": "\/me Deze afbeelding zal je op weg helpen op plug: %%LINK%%", 159 | "roulettejoin": "\/me @%%NAME%% heeft de roulette gejoind! (!leave als je er spijt van hebt.)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% is al %%TIME%% in de gemeenschap.", 161 | "kickrank": "\/me [@%%NAME%%] je kan geen gebruikers kicken met een gelijke of hogere rang dan jezelf!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% je wordt gekickt van de gemeenschap voor %%TIME%% minuten.", 163 | "kill": "\/me Afsluiten.", 164 | "logout": "me [@%%NAME%%] Uitloggen %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% heeft de roulette verlaten!", 166 | "songlink": "\/me [@%%NAME%%] Link naar het huidige nummer: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% gebruikte lockskip.]", 168 | "usedskip": "\/me [%%NAME%% gebruikte \"overslaan\"]", 169 | "skippos": "\/me [@%%NAME%%] DJs zullen nu naar positie %%POSITION%% worden gezet als ze worden overgeslagen.", 170 | "lockguardtime": "\/me [@%%NAME%%] De lockguard is ingesteld op %%TIME%% minuten.", 171 | "maxlengthtime": "\/me [@%%NAME%%] De maximum lengte van een nummer is ingesteld op %%TIME%% minuten.", 172 | "motdset": "\/me MotD ingesteld op: %%MSG%%", 173 | "motdintervalset": "\/me MotD interval ingesteld op %%INTERVAL%%.", 174 | "currentbotname": "\/me Bot naam is momenteel: %%BOTNAME%%", 175 | "botnameset": "\/me Bot naam is vanaf nu: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, probeer mij niet toe te voegen aan de wachtlijst, alsjeblieft.", 177 | "move": "\/me [%%NAME%% gebruikte move.]", 178 | "mutednotime": "\/me [@%%NAME%%] Heeft @%%USERNAME%% gemute.", 179 | "mutedmaxtime": "\/me [@%%NAME%% Je kunt maar voor %%TIME%% minuten muten.", 180 | "mutedtime": "\/me [@%%NAME%%] Heeft @%%USERNAME%% gemute voor %%TIME%% minuten.", 181 | "unmuted": "\/me [@%%NAME%%] Heeft @%%USERNAME%%'s mute opgehoffen.", 182 | "muterank": "\/me [@%%NAME%%] Je kunt niet iemand muten met de zelfde rang of hoger.", 183 | "oplist": "\/me OP lijst: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Ben zo terug.", 186 | "removenotinwl": "\/me [@%%NAME%%] Opgegeven gebruiker @%%USERNAME%% is niet in de wachtlijst.", 187 | "roomrules": "\/me Je kan onze regels hier vinden: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Totaal aantal woots: %%WOOTS%%, totaal aantal mehs: %%MEHS%%, totaal aantal grabs: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% gebruikte \"geforceerd overslaan\"]", 190 | "madeby": "\/me Deze bot is gemaakt door %%NAME%%.", 191 | "activefor": "Ik ben al %%TIME%% actief.", 192 | "swapinvalid": "\/me [@%%NAME%%] Ongeldige gebruiker gespecificeerd. (Geen namen met spaties!)", 193 | "swapwlonly": "\/me [@%%NAME%%] Swap enkel gebruikers die in de wachtlijst zijn alsjeblief!", 194 | "swapping": "\/me Verwisselt %%NAME1%% met %%NAME2%%.", 195 | "genres": "\/me Je kan de toegestane genres van onze gemeenschap hier vinden: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] Was niet gebanned.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Heeft iedereen zijn mute opgehoffen.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Alleen managers kunnen iedereen in een keer unmuten.", 199 | "notmuted": "\/me [@%%NAME%%] Was niet gemute.", 200 | "unmuterank": "\/me [@%%NAME%%] Je kan niet iemand unmuten met dezelfde of hogere rang.", 201 | "commandscd": "\/me [@%%NAME%%] De cooldown voor commando's voor gebruikers is gezet naar %%TIME%% seconden.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woots: %%WOOT%%, mehs: %%MEHS%%, verhouding (w\/m): %%RATIO%%.", 203 | "website": "\/me Bezoek onze website alsjeblieft: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Abonneer op ons kanaal op YouTube: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, you're not worthy of getting close to the hammer!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% you're worthy of the hammer :hammer:, congratulations!", 209 | "thorNotWorthy": "\/me @%%NAME%% you're not worthy of the hammer." 210 | } 211 | -------------------------------------------------------------------------------- /lang/pl.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "da\u0142 ci ciasteczko z kawa\u0142kami czekolady!", 4 | "da\u0142 ci mi\u0119kkie owsiane ciasteczka domowej roboty!", 5 | "dał ci stare, wyschłe ciastko. Było ostatnie w pudełku. Obrzydlistwo.", 6 | "daje Ci cukrowe ciastko. Co? Bez lukru i posypki??", 7 | "daje Ci ciasteczko z kawa\u0142kami czekolady. Oh czekaj, to s\u0105 rodzynki. Bleee...", 8 | "daje Ci ogromne ciastko. Zaczepia Ci\u0119 i wr\u0119cza Ci wi\u0119cej ciastek. Dziwne...", 9 | "daje Ci ciastko z wr\u00f3\u017cb\u0105, kt\u00f3ra brzmi \"Dlaczego nie pracujesz nad \u017cadnym projektem?\"", 10 | "daje Ci ciastko z wróżbą, która brzmi \"Powiedz komplement ważnej dla Ciebie osobie\".", 11 | "daje Ci ciastko z wr\u00f3\u017cb\u0105, kt\u00f3ra brzmi \"Podejmij ryzyko\".", 12 | "daje Ci ciastko z wr\u00f3\u017cb\u0105, kt\u00f3ra brzmi \"Wyjd\u017a na zewn\u0105trz\".", 13 | "daje Ci ciastko z wr\u00f3\u017cb\u0105, kt\u00f3ra brzmi \"Nie zapomnij zje\u015b\u0107 swoich warzyw\".", 14 | "daje Ci ciastko z wróżbą, która brzmi \"Czy Ty w ogóle ćwiczysz?\"", 15 | "daje Ci ciastko z wr\u00f3\u017cb\u0105, kt\u00f3ra brzmi \"m808 pls\"", 16 | "daje Ci ciastko z wr\u00f3\u017cb\u0105, kt\u00f3ra brzmi \"je\u015bli we\u017amiesz si\u0119 za siebie wszystkie laski b\u0119d\u0105 Twoje\".", 17 | "daje Ci ciastko z wr\u00f3\u017cb\u0105, w kt\u00f3rej jest napisane \"kocham Ci\u0119\".", 18 | "daje Ci złote ciasteczko. Nie możesz go zjeść, bo jest ze złota. Cholera!", 19 | "daje Ci ciastko Oreo ze szklank\u0105 mleka!", 20 | "daje Ci t\u0119czowe ciastko robione z mi\u0142o\u015bci\u0105 :hearth:", 21 | "daje Ci stare, zgniłe ciastko, które zostało zabrane z deszczu.", 22 | "piecze dla Ciebie \u015bwie\u017ce ciastka, pachn\u0105 niesamowicie." 23 | ], 24 | "balls": [ 25 | "Znaki wskazuj\u0105 na tak.", 26 | "Tak.", 27 | "Nie widzę odpowiedzi, spróbuj ponownie.", 28 | "Bez w\u0105tpienia.", 29 | "Moje źródła mówią: nie.", 30 | "Moim zdaniem, tak.", 31 | "Można na tym polegać.", 32 | "Pomy\u015bl i zapytaj ponownie.", 33 | "To nie wygląda za dobrze.", 34 | "Zdecydowanie tak.", 35 | "Lepiej Ci teraz tego nie mówić.", 36 | "Bardzo w\u0105tpliwe.", 37 | "Tak, definitywnie.", 38 | "To jest pewne.", 39 | "Nie można tego teraz przewidzieć.", 40 | "Najprawdopodobniej.", 41 | "Spytaj ponownie p\u00f3\u017aniej.", 42 | "Moja odpowiedź brzmi: nie.", 43 | "Wygl\u0105da dobrze.", 44 | "Nie licz na to.", 45 | "Tak, w odpowiednim czasie.", 46 | "Definitywnie nie.", 47 | "B\u0119dziesz musia\u0142 zaczeka\u0107.", 48 | "Mam w\u0105tpliwo\u015bci.", 49 | "Wygl\u0105da ca\u0142kiem ca\u0142kiem.", 50 | "Na mój gust wygląda dobrze.", 51 | "Kto wie?", 52 | "Wygl\u0105da dobrze!", 53 | "Mo\u017cliwe.", 54 | "\u017bartujesz sobie?", 55 | "Nie stawiaj na to.", 56 | "Zapomnij o tym." 57 | ], 58 | "nodatafound": "Nie znaleziono poprzednich danych.", 59 | "currentlang": "/me Ustawiony język: %%LANGUAGE%%", 60 | "langerror": "/me Wybrany język nie jest dostępny. Lista dostępnych języków: %%LINK%%", 61 | "langset": "/me Język ustawiono na: %%LANGUAGE%%", 62 | "retrievingdata": "Przywracanie poprzednio zapisanych danych.", 63 | "datarestored": "Poprzednio zapisane dane odzyskane z powodzeniem.", 64 | "greyuser": "Tylko bramkarze wzwyż mogą uruchomić bota.", 65 | "bouncer": "Bot nie może przenosić ludzi w kolejce, gdy jest uruchomiony jako bramkarz.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% online!", 67 | "welcome": "\/me Witaj %%NAME%%", 68 | "welcomeback": "\/me Witaj ponownie, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, utw\u00f3r jest w historii.", 70 | "notavailable": "/me @%%NAME%%, utwór nie był dostępny.", 71 | "timelimit": "/me @%%NAME%%, wybrany utwór jest dłuższy niż %%MAXLENGTH%% minut(y), potrzebujesz zgody na puszczanie dłuższych piosenek.", 72 | "permissionownsong": "/me :up: @%%NAME%% posiada uprawnienia aby grać swoje własne produkcje!", 73 | "isblacklisted": "/me Utwór znajduje się na liście %%BLACKLIST%%. Pomijam...", 74 | "isopen": "/me Ruletka włączona! Wpisz !join aby dołączyć! (Wylosowana osoba zostanie przeniesiona na losowe miejsce w kolejce)", 75 | "winnerpicked": "\/me Zwyci\u0119zca zosta\u0142 wybrany! @%%NAME%% przeniesiony na pozycj\u0119 %%POSITION%%.", 76 | "ball": "/me %%NAME%% zapytał: \"%%QUESTION%%\", odpowiedzią %%BOTNAME%% jest: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% nie ghostuje.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% albo ghostuje, albo nie jest dostępny w społeczności.", 79 | "alreadyadding": "/me Użytkownik jest już dodawany! Zmieniono pożądaną pozycję na: %%POSITION%%.", 80 | "adding": "\/me Dodano @%%NAME%% do kolejki. Aktualna kolejka: %%POSITION%%.", 81 | "usernotfound": "\/me U\u017cytkownik nie zosta\u0142 znaleziony.", 82 | "notdisconnected": "/me @%%NAME%% nie rozłączył(a) się od kiedy tu jestem.", 83 | "noposition": "/me Ostatnia pozycja nie jest znana. Lista oczekiwania musiała zostać zaktualizowana co najmniej raz od zarejestrowania ostatniej pozycji użytkownika.", 84 | "toolongago": "\/me @%%NAME%%'s twoje ostanie roz\u0142\u0105czenie (DC lub wyj\u015bcie) by\u0142o zbyt dawno temu: %%TIME%%.", 85 | "valid": "/me Użytkownik @%%NAME%% rozłączył się %%TIME%% temu i powinien być na pozycji %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, jeste\u015b afk od %%TIME%%, prosz\u0119 odpowiedz w ci\u0105gu 2 minut albo zostaniesz usuni\u0119ty z listy oczekiwania.", 87 | "warning2": "/me @%%NAME%%, zostaniesz usunięty z listy oczekiwania za bycie afk, jeśli wkrótce nie odpowiesz.", 88 | "afkremove": "\/me @%%NAME%%, zosta\u0142e\u015b usuni\u0119ty z listy oczekiwania za bycie afk od %%TIME%%. By\u0142e\u015b na pozycji %%POSITION%%. Czatuj co najmniej raz na %%MAXIMUMAFK%% minut je\u015bli chcesz puszcza\u0107 piosenki.", 89 | "caps": "/me @%%NAME%%, wyłącz capslock'a.", 90 | "askskip": "/me @%%NAME%%, nie proś o skipy.", 91 | "spam": "\/me @%%NAME%%, nie spamuj.", 92 | "roomadvertising": "\/me @%%NAME%%, nie podawaj link\u00f3w do innych spo\u0142eczno\u015bci.", 93 | "adfly": "\/me @%%NAME%%, zmie\u0144 sw\u00f3j program do autowoot\u00f3w. Polecamy PlugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Tagi: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Tagi: %%TAGS%%] Błędne tagi, spróbuj innych.", 96 | "validgifrandom": "/me [@%%NAME%%] [Losowy GIF] http://i.giphy.com/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] B\u0142\u0119dne zapytanie, spr\u00f3buj ponownie.", 98 | "invalidtime": "/me [@%%NAME%%] Błędnie podany czas.", 99 | "nouserspecified": "\/me [@%%NAME%%] Nie wybrano u\u017cytkownika.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Nieprawid\u0142owy u\u017cytkownik.", 101 | "nolistspecified": "\/me [@%%NAME%%] Nie wybrano listy.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Wybrano nieprawid\u0142ow\u0105 list\u0119.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Nie wybrano prawid\u0142owego u\u017cytkownika.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Nie okre\u015blono limitu.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Niepoprawny czas.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Wybrano nieprawid\u0142ow\u0105 pozycj\u0119.", 107 | "whois": "/me [%%NAME1%%] Nazwa użytkownika %%NAME2%%, ID: %%ID%%, Ranga: %%RANK%%, Dołączył: %%JOINED%%, Poziom: %%LEVEL%%, Język: %%LANGUAGE%%, Awatar: %%AVATAR%%, Profil: %%PROFILE%%", 108 | "toggleon": "/me [@%%NAME%%] %%FUNCTION%% włączono.", 109 | "toggleoff": "/me [@%%NAME%%] %%FUNCTION%% wyłączono.", 110 | "cmddeletion": "usuwanie komend", 111 | "afkremoval": "Usuwanie AFK'ów", 112 | "afksremoved": "Usuniętych AFK", 113 | "afklimit": "Limit AFK", 114 | "autodisable": "autowy\u0142\u0105czanie", 115 | "autoskip": "autopomijanie", 116 | "newblacklisted": "/me [@%%NAME%%] Utwór znajduje się na liście %%BLACKLIST%%! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Zbanowany utwór - autor: %%AUTHOR%%, tytuł: %%TITLE%%, mid: %%SONGID%%", 118 | "blacklist": "czarna lista", 119 | "cycleguard": "strażnik cyklu", 120 | "timeguard": "strażnik czasu", 121 | "chatfilter": "filtr czatu", 122 | "historyskip": "pomijanie utworów z historii", 123 | "lockdown": "zablokowane", 124 | "lockguard": "strażnik blokady", 125 | "usercommands": "komendy użytkowników", 126 | "motd": "wiadomość dnia", 127 | "welcomemsg": "wiadomo\u015b\u0107 powitalna", 128 | "songstats": "statystyki utworów", 129 | "etarestriction": "ograniczenie eta", 130 | "voteskip": "głos za pominięciem", 131 | "voteskiplimit": "\/me [@%%NAME%%] Limit g\u0142os\u00f3w za pomini\u0119ciem jest aktualnie ustawiony na %%LIMIT%% meh\u00f3w.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, tw\u00f3j utw\u00f3r osi\u0105gn\u0105\u0142 limit g\u0142os\u00f3w za pomini\u0119ciem (%%LIMIT%% meh\u00f3w).", 133 | "voteskipinvalidlimit": "/me [@%%NAME%%] Błędny limit głosów za pominięciem, spróbuj ponownie, używając liczb, które mają oznaczać ilość mehów.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Limit g\u0142os\u00f3w za pomini\u0119ciem ustawiony na %%LIMIT%%.", 135 | "activeusersintime": "/me [@%%NAME%%] W ciągu ostatnich %%TIME%% minut, %%AMOUNT%% użytkowników czatowało.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maksymalny czas bycia afk ustawiony na %%TIME%% minut.", 137 | "afkstatusreset": "/me [@%%NAME%%] Zresetował czas bycia afk użytkownika @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% jest nieaktywny od %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% jest d\u0142u\u017cej nieaktywny ni\u017c %%BOTNAME%% jest online.", 140 | "autowoot": "\/me Zalecamy PlugCubed dla automatycznego wootowania utwor\u00f3w http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Ambasadorzy marki s\u0105 g\u0142osem przewodnim u\u017cytkownik\u00f3w plug.dj. Promuj\u0105 wydarzenia, anga\u017cuj\u0105 si\u0119 w spo\u0142eczno\u015bci i dziel\u0105 si\u0119 wiadomo\u015bciami o plug.dj na ca\u0142ym \u015bwiecie. Aby uzyska\u0107 wi\u0119cej informacji odwied\u017a: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "/me [@%%NAME%%] Musisz być co najmniej menedżerem aby uruchomić Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] Wyczy\u015bci\u0142 czat.", 144 | "deletechat": "\/me [@%%NAME%%] Wyczy\u015bci\u0142 czat z wiadomo\u015bci u\u017cytkownika %%USERNAME%%.", 145 | "commandslink": "\/me %%BOTNAME%% komendy: %%LINK%%", 146 | "eatcookie": "\/me zjada ciasteczko.", 147 | "nousercookie": "\/em Nie widz\u0119 %%NAME%% w spo\u0142eczno\u015bci, wi\u0119c zjem jego ciastko.", 148 | "selfcookie": "/me @%%NAME%%, nie sądzisz, że jesteś trochę chciwy? Dawanie ciastek samemu sobie... Podziel się trochę z innymi!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] Stra\u017cnik cyklu jest ustawiony na %%TIME%% minut.", 151 | "dclookuprank": "\/me [@%%NAME%%] Tylko bramkarze wzwy\u017c mog\u0105 u\u017cy\u0107 komendy dc dla innych.", 152 | "emojilist": "\/me Lista emotikon: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, nie jeste\u015b na li\u015bcie oczekiwania.", 154 | "youarenext": "/me @%%NAME%%, będziesz DJ-em po tym utworze.", 155 | "youaredj": "/me @%%NAME%%, właśnie jesteś DJ-em.", 156 | "eta": "/me @%%NAME%%, jesteś %%POSITION%% na liście oczekiwania i zostaniesz DJ-em za około %%TIME%%.", 157 | "facebook": "\/me Polub nas na facebooku: %%LINK%%", 158 | "starterhelp": "\/me Ten obrazek pomo\u017ce Ci zacz\u0105\u0107 na plugu: %%LINK%%", 159 | "roulettejoin": "@%%NAME%% do\u0142\u0105czy\u0142 do ruletki! (Wpisz !leave je\u017celi chcesz zrezygnowa\u0107).", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% jest w spo\u0142eczno\u015bci %%TIME%%.", 161 | "kickrank": "/me [@%%NAME%%] nie możesz użyć opcji \"kick\" na użytkowniku z tą samą lub wyższą rangą niż ty!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% zosta\u0142e\u015b wyrzucony z spo\u0142eczno\u015bci na %%TIME%% minut.", 163 | "kill": "\/me Wy\u0142\u0105czanie.", 164 | "logout": "\/me [@%%NAME%%] Wylogowa\u0142 %%BOTNAME%%", 165 | "rouletteleave": "/me @%%NAME%% opuścił ruletkę.", 166 | "songlink": "\/me [@%%NAME%%] Link do aktualnej piosenki: %%LINK%%", 167 | "usedlockskip": "/me [%%NAME%% użył lockskip'a]", 168 | "usedskip": "\/me [%%NAME%% pomin\u0105\u0142]", 169 | "skippos": "/me [@%%NAME%%] DJ-e będą teraz po pominięciu przesuwani na pozycję %%POSITION%%.", 170 | "lockguardtime": "/me [@%%NAME%%] Strażnik blokady jest ustawiony %%TIME%% minut.", 171 | "maxlengthtime": "\/me [@%%NAME%%] Maksymalny czas trawania utworu ustawiony na %%TIME%% minut.", 172 | "motdset": "\/me Wiadomo\u015b\u0107 dnia ustawiono na: %%MSG%%", 173 | "motdintervalset": "\/me Wiadomo\u015b\u0107 dnia b\u0119dzie powtarzana co %%INTERVAL%%.", 174 | "currentbotname": "/me Nazwa bota: %%BOTNAME%%", 175 | "botnameset": "/me Nazwa bota zmieniona na: %%BOTNAME%%", 176 | "addbotwaitlist": "/me @%%NAME%%, nie próbuj dodawać mnie do listy oczekiwania.", 177 | "move": "\/me [%%NAME%% przesun\u0105\u0142 w kolejce]", 178 | "mutednotime": "\/me [@%%NAME%%] Wyciszy\u0142 @%%USERNAME%%.", 179 | "mutedmaxtime": "/me [@%%NAME%%] Możesz wyciszyć na maksymalnie %%TIME%% minut.", 180 | "mutedtime": "/me [@%%NAME%%] Wyciszył @%%USERNAME%% na %%TIME%% minut.", 181 | "unmuted": "/me [@%%NAME%%] Wyłączył wyciszenie użytkownika @%%USERNAME%%.", 182 | "muterank": "/me [@%%NAME%%] Nie możesz wyciszyć osoby z taką samą lub wyższą rangą od Ciebie.", 183 | "oplist": "\/me Lista OP: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Zaraz wracam.", 186 | "removenotinwl": "\/me [@%%NAME%%] Wybrany u\u017cytkownik @%%USERNAME%% nie jest na li\u015bcie oczekiwania.", 187 | "roomrules": "/me Regulamin społeczności: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Wszystkie wooty: %%WOOTS%%, wszystkie mehy: %%MEHS%%, wszystkie graby: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% u\u017cy\u0142 forceskip]", 190 | "madeby": "\/me Bot zosta\u0142 stworzony przez %%NAME%%.", 191 | "activefor": "Jestem aktywny od %%TIME%%.", 192 | "swapinvalid": "/me [@%%NAME%%] Wybrano nieprawidłowego użytkownika. (Nie dopuszcza się nazw ze spacjami!)", 193 | "swapwlonly": "/me [@%%NAME%%] Zamieniani użytkownicy muszą znajdować się na liście oczekiwania!", 194 | "swapping": "\/me Zamieniam %%NAME1%% z %%NAME2%%.", 195 | "genres": "/me Lista dozwolonych gatunków w społeczności: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] U\u017cytkownik nie by\u0142 zbanowany.", 197 | "unmutedeveryone": "/me [@%%NAME%%] Wyłączył wysieczenie wszystkim użytkownikom.", 198 | "unmuteeveryonerank": "/me [@%%NAME%%] Tylko menedżerowie wzwyż mogą wyłączyć wyciszenie wszystkim użytkownikom.", 199 | "notmuted": "/me [@%%NAME%%] ten użytkownik nie był wyciszony.", 200 | "unmuterank": "/me [@%%NAME%%] Nie możesz wyłączyć wyciszenia użytkownikowi z taką samą lub wyższą rangą niż twoja.", 201 | "commandscd": "\/me [@%%NAME%%] Czas odnowienia komend u\u017cytkownik\u00f3w jest teraz ustawiony na %%TIME%% sekund.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ wooty: %%WOOT%%, mehy: %%MEHS%%, \u015brednia (w\/m): %%RATIO%%.", 203 | "website": "\/me Zapraszamy do odwiedzenia naszej strony internetowej: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Subskrybuj nas na youtube: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, nie jeste\u015b godzien aby podej\u015b\u0107 do m\u0142ota!", 207 | "thorcd": "\/me @%%NAME%% mo\u017cesz spr\u00f3bowa\u0107 podnie\u015b\u0107 m\u0142ot za %%TIME%% minut.", 208 | "thorWorthy": "\/me @%%NAME%% jeste\u015b godzien m\u0142ota :hammer:, gratulacje!", 209 | "thorNotWorthy": "\/me @%%NAME%% nie jeste\u015b godzien m\u0142ota." 210 | } 211 | -------------------------------------------------------------------------------- /lang/pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "deu-lhe um biscoito de chocolate!", 4 | "deu-lhe um biscoito caseiro de aveia!", 5 | "deu-lhe um biscoito podre e sujo. Era o \u00faltimo do pacote. Que nojo!", 6 | "deu-lhe um bolinho de a\u00e7\u00facar. O qu\u00ea? Sem estrelinhas e povilho? Eu n\u00e3o tocaria.", 7 | "deu-lhe um biscoito de chocolate. Oh, n\u00e3o, s\u00e3o passas. Eca!", 8 | "deu-lhe um enorme biscoito. Quando o toca, mais biscoitos aparecem. Estranho.", 9 | "deu-lhe um biscoito da sorte, tem escrito: \"Por que voc\u00ea n\u00e3o est\u00e1 trabalhando?\"", 10 | "deu-lhe um biscoito da sorte, tem escrito: \"Cumprimente agora a pessoa que voc\u00ea ama\"", 11 | "deu-lhe um biscoito da sorte, tem escrito: \"Arrisque-se!\"", 12 | "deu-lhe um biscoito da sorte, tem escrito: \"Vai dar uma volta.\"", 13 | "deu-lhe um biscoito da sorte, tem escrito: \"N\u00e3o esque\u00e7a de comer os vegetais\"", 14 | "deu-lhe um biscoito da sorte, tem escrito: \"Voc\u00ea levanta mesmo?!\"", 15 | "deu-lhe um biscoito da sorte, tem escrito: \"Seje menas\"", 16 | "deu-lhe um biscoito da sorte, tem escrito: \"Se voc\u00ea mecher o quadril, voc\u00ea vai pegar todas as garotas!\"", 17 | "deu-lhe um biscoito da sorte, tem escrito: \"Eu te amo\"", 18 | "deu-lhe um biscoito de ouro. N\u00e3o d\u00e1 pra comer... Droga!", 19 | "deu-lhe um Oreo e um copo de leite.", 20 | "deu-lhe um biscoito arco-\u00edris feito com amor :heart:", 21 | "deu-lhe um biscoito que foi esquecido na chuva... e est\u00e1 mofado.", 22 | "te trouxe biscoitos fresquinhos... parecem deliciosos!" 23 | ], 24 | "balls": [ 25 | "Sinais apontam que sim.", 26 | "Sim.", 27 | "Tente novamente mais tarde.", 28 | "Sem d\u00favidas.", 29 | "Minhas fontes dizem que n\u00e3o.", 30 | "Ao meu ver, sim.", 31 | "Pode contar com isso.", 32 | "Concentre-se e pergunte novamente.", 33 | "Acho que n\u00e3o.", 34 | "Definitivamente.", 35 | "Melhor n\u00e3o te falar...", 36 | "\u00c9 duvidoso.", 37 | "Sim. Definitivamente!", 38 | "\u00c9 certo.", 39 | "N\u00e3o posso prever agora.", 40 | "Provavelmente.", 41 | "Pergunte-me depois.", 42 | "Minha resposta \u00e9 n\u00e3o.", 43 | "Parece bom.", 44 | "N\u00e3o conte com isso.", 45 | "Sim, em seu devido tempo.", 46 | "Definitivamente n\u00e3o.", 47 | "Voc\u00ea ter\u00e1 que esperar.", 48 | "Eu tenho minhas d\u00favidas.", 49 | "Um tanto...", 50 | "Parece bom para mim!", 51 | "Quem sabe?", 52 | "Claro!", 53 | "Provavelmente.", 54 | "Est\u00e1 brincando?", 55 | "N\u00e3o aposte nisso.", 56 | "Esque\u00e7a isso." 57 | ], 58 | "nodatafound": "Dados anteriores n\u00e3o encontrados.", 59 | "currentlang": "\/me Idioma definido: %%LANGUAGE%%", 60 | "langerror": "/me O idioma que você selecionou não está disponível. Liste de idiomas disponíveis: %%LINK%%", 61 | "langset": "\/me Idioma definido para: %%LANGUAGE%%", 62 | "retrievingdata": "Recuperando dados armazenados anteriormente.", 63 | "datarestored": "Dados armazenados anteriormente recuperados com \u00eaxito.", 64 | "greyuser": "Apenas Seguran\u00e7as ou superiores podem usar o bot.", 65 | "bouncer": "O bot n\u00e3o pode mover pessoas na fila de espera quando usado por um bouncer.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% online!", 67 | "welcome": "Bem vindo(a), %%NAME%%", 68 | "welcomeback": "Bem vindo(a) de volta, %%NAME%%", 69 | "songknown": "@%%NAME%%, essa m\u00fasica est\u00e1 no hist\u00f3rico.", 70 | "notavailable": "\/me @%%NAME%%, a m\u00fasica que voc\u00ea tocou n\u00e3o est\u00e1 dispon\u00edvel.", 71 | "timelimit": "@%%NAME%%, sua m\u00fasica tem dura\u00e7\u00e3o maior que %%MAXLENGTH%% minutos. Voc\u00ea precisa ter permiss\u00e3o para tocar m\u00fasicas longas.", 72 | "permissionownsong": "\/me :up: @%%NAME%% tem permiss\u00e3o para tocar m\u00fasica de pr\u00f3pria autoria!", 73 | "isblacklisted": "\/me Essa m\u00fasica est\u00e1 na lista negra %%BLACKLIST%%! Pulando m\u00fasica...", 74 | "isopen": "\/me A roleta foi iniciada! Use !join para participar! (Jogo onde um participante aleat\u00f3rio \u00e9 movido para uma posi\u00e7\u00e3o aleat\u00f3ria na fila de espera)", 75 | "winnerpicked": "\/me Um vencedor foi escolhido! @%%NAME%% ganhou a posi\u00e7\u00e3o %%POSITION%%.", 76 | "ball": "\/me A pergunta de %%NAME%% foi: \"%%QUESTION%%\" e a resposta de %%BOTNAME%% \u00e9: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% n\u00e3o virou fantasma.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% deve ter virado fantasma.", 79 | "alreadyadding": "\/me Usu\u00e1rio j\u00e1 est\u00e1 sendo adicionado! Posi\u00e7\u00e3o desejada alterada para %%POSITION%%.", 80 | "adding": "\/me @%%NAME%% foi adicionado \u00e0 fila. Posi\u00e7\u00e3o atual: %%POSITION%%.", 81 | "usernotfound": "\/me Usu\u00e1rio n\u00e3o encontrado.", 82 | "notdisconnected": "\/me @%%NAME%% n\u00e3o tem se desconectado durante meu tempo aqui.", 83 | "noposition": "\/me \u00daltima posi\u00e7\u00e3o n\u00e3o reconhecida. A fila de espera precisa ser atualizada pelo menos uma vez para registrar posi\u00e7\u00f5es.", 84 | "toolongago": "\/me @%%NAME%%'s desconectou-se a muito tempo atr\u00e1s: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% desconectou-se %%TIME%% atr\u00e1s e deve ter posi\u00e7\u00e3o %%POSITION%%.", 86 | "warning1": "@%%NAME%%, voc\u00ea esteve inativo por %%TIME%%, responda dentro de 2 minutos ou voc\u00ea ser\u00e1 removido da fila de espera.", 87 | "warning2": "@%%NAME%%, voc\u00ea ser\u00e1 removido em breve por inatividade se n\u00e3o responder.", 88 | "afkremove": "\/me @%%NAME%%, voc\u00ea foi removido da fila de espera por estar AFK por %%TIME%%. Voc\u00ea esteve na posi\u00e7\u00e3o %%POSITION%%. Use o chat pelo menos a cada %%MAXIMUMAFK%% minutos se quiser tocar uma m\u00fasica.", 89 | "caps": "@%%NAME%%, desligue seu capslock, por favor.", 90 | "askskip": "@%%NAME%%, n\u00e3o pe\u00e7a skips.", 91 | "spam": "\/me @%%NAME%%, n\u00e3o fa\u00e7a spam, por favor.", 92 | "roomadvertising": "@%%NAME%%, n\u00e3o poste link de outras comunidades, por favor.", 93 | "adfly": "@%%NAME%%, por favor mude seu script autowoot. N\u00f3s sugerimos plugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Tags: %%TAGS%%] Tag inválida, tente algo diferente.", 96 | "validgifrandom": "/me [@%%NAME%%] [GIF randômica] http://media.giphy.com/media/%%ID%%/giphy.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Inst\u00e2ncia inv\u00e1lida, tente novamente.", 98 | "invalidtime": "\/me [@%%NAME%%] Tempo inv\u00e1lido.", 99 | "nouserspecified": "\/me [@%%NAME%%] Usu\u00e1rio n\u00e3o especificado.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Usu\u00e1rio inv\u00e1lido.", 101 | "nolistspecified": "\/me [@%%NAME%%] Lista n\u00e3o especificada.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Lista inv\u00e1lida.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Usu\u00e1rio especificado n\u00e3o v\u00e1lido.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Limite n\u00e3o especificado.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Limite inv\u00e1lido.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Posi\u00e7\u00e3o inv\u00e1lida.", 107 | "whois": "\/me [%%NAME1%%] Usu\u00e1rio: %%NAME2%%, ID: %%ID%%, Rank: %%RANK%%, Registro: %%JOINED%%, N\u00edvel: %%LEVEL%%, Linguagem: %%LANGUAGE%%, Avatar: %%AVATAR%%, Perfil: %%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% ativado.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% desativado.", 110 | "cmddeletion": "remo\u00e7\u00e3o de comandos", 111 | "afkremoval": "Remo\u00e7\u00e3o de AFK", 112 | "afksremoved": "AFKs removidos", 113 | "afklimit": "Limite AFK", 114 | "autodisable": "autodisable", 115 | "autoskip": "autoskip", 116 | "newblacklisted": "\/me [@%%NAME%%] Essa m\u00fasica est\u00e1 na lista negra %%BLACKLIST%%! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Info da Blacklist - autor: %%AUTHOR%%, t\u00edtulo: %%TITLE%%, ID: %%SONGID%%", 118 | "blacklist": "blacklist", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "chatfilter", 122 | "historyskip": "historyskip", 123 | "lockdown": "lockdown", 124 | "lockguard": "lockguard", 125 | "usercommands": "comandos de usu\u00e1rio", 126 | "motd": "MotD", 127 | "welcomemsg": "mensagem de boas vindas", 128 | "songstats": "estat\u00edsticas de m\u00fasica", 129 | "etarestriction": "restri\u00e7\u00e3o de ETA", 130 | "voteskip": "voteskip", 131 | "voteskiplimit": "\/me [@%%NAME%%] Limite de voteskip \u00e9, no momento, %%LIMIT%% mehs.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, sua m\u00fasica excedeu o limite de (%%LIMIT%% mehs).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Limite de voteskip inv\u00e1lido, por favor, tente novamente usando um n\u00famero v\u00e1lido para indicar o n\u00famero de mehs.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Limite de voteskip definido para %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%%] %%AMOUNT%% usu\u00e1rios estiveram ativos nos \u00faltimos %%TIME%% minutos.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Dura\u00e7\u00e3o m\u00e1xima de AFK agora \u00e9: %%TIME%% minutos.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Status AFK resetado: @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% esteve inativo por %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% esteve inativo por mais tempo que %%BOTNAME%% esteve online.", 140 | "autowoot": "\/me N\u00f3s recomendamos plugCubed para autowoot: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Um Embaixador de Marca \u00e9 a voz dos usu\u00e1rios da plug.dj. Eles promovem eventos, ajudam as comunidades e divulgam a plug.dj para todo o mundo. Mais info: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Voc\u00ea precisa ser Coordenador ou superior para ativar o Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] O chat foi limpo.", 144 | "deletechat": "\/me [@%%NAME%%] O chat de %%USERNAME%% foi limpo.", 145 | "commandslink": "\/me Comandos do %%BOTNAME%%: %%LINK%%", 146 | "eatcookie": "\/me ama cookies.", 147 | "nousercookie": "\/em N\u00e3o vejo %%NAME%% na sala. Vou comer esse cookie sozinho.", 148 | "selfcookie": "\/me @%%NAME%%, voc\u00ea \u00e9 mesquinho, n\u00e9? Dando cookies a si mesmo, bah. Compartilhe um pouco com os outros!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] A prote\u00e7\u00e3o de ciclo agora \u00e9: %%TIME%% minuto(s).", 151 | "dclookuprank": "\/me [@%%NAME%%] Somente Seguran\u00e7as ou superiores podem usar !dclookup em outros usu\u00e1rios.", 152 | "emojilist": "\/me Emojis: %%LINK%%", 153 | "notinwaitlist": "@%%NAME%%, voc\u00ea n\u00e3o est\u00e1 na lista de espera.", 154 | "youarenext": "\/me @%%NAME%%, voc\u00ea tocar\u00e1 depois desta m\u00fasica.", 155 | "youaredj": "\/me @%%NAME%%, voc\u00ea est\u00e1 tocando.", 156 | "eta": "\/me @%%NAME%%, voc\u00ea est\u00e1 na posi\u00e7\u00e3o %%POSITION%% na fila de espera e tocar\u00e1 em aproximadamente %%TIME%%.", 157 | "facebook": "\/me Curta nossa p\u00e1gina no Facebook: %%LINK%%", 158 | "starterhelp": "\/me Essa imagem te ajudar\u00e1 a usar e entender o plug.dj: %%LINK%%", 159 | "roulettejoin": "\/me @%%NAME%% entrou na roleta! (Use !leave para sair da mesma)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% esteve na sala por %%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] Voc\u00ea n\u00e3o pode kickar algu\u00e9m do mesmo rank ou superior!", 162 | "kick": "[@%%NAME%%], @%%USERNAME%% voc\u00ea est\u00e1 sendo kickado da comunidade por %%TIME%% minutos.", 163 | "kill": "\/me Desligando...", 164 | "logout": "\/me [@%%NAME%%] Deslogando %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% deixou a roleta!", 166 | "songlink": "\/me [@%%NAME%%] Link para a m\u00fasica atual: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% usou 'lockskip']", 168 | "usedskip": "\/me [%%NAME%% usou skip]", 169 | "skippos": "\/me [@%%NAME%%] DJs agora ser\u00e3o movidos para a posi\u00e7\u00e3o %%POSITION%% quando forem pulados.", 170 | "lockguardtime": "\/me [@%%NAME%%] A prote\u00e7\u00e3o de travamento agora \u00e9 %%TIME%% minuto(s).", 171 | "maxlengthtime": "\/me [@%%NAME%%] A dura\u00e7\u00e3o m\u00e1xima de tempo agora \u00e9 %%TIME%% minutos.", 172 | "motdset": "\/me Mensagem do Dia: %%MSG%%", 173 | "motdintervalset": "\/me Intervalo da Mensagem do Dia: %%INTERVAL%% m\u00fasicas.", 174 | "currentbotname": "\/me Nome do bot definido como: %%BOTNAME%%", 175 | "botnameset": "\/me O nome do bot foi definido agora para: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, n\u00e3o tente me adicionar \u00e0 fila de espera, por favor.", 177 | "move": "\/me [%%NAME%% usou 'move']", 178 | "mutednotime": "\/me [@%%NAME%%] @%%USERNAME%% mutado.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Voc\u00ea s\u00f3 pode mudar at\u00e9 no m\u00e1ximo %%TIME%% minutos.", 180 | "mutedtime": "\/me [@%%NAME%%] @%%USERNAME%% mutado por %%TIME%% minuto(s).", 181 | "unmuted": "\/me [@%%NAME%%] @%%USERNAME%% desmutado.", 182 | "muterank": "\/me [@%%NAME%%] Voc\u00ea n\u00e3o pode mutar usu\u00e1rios do mesmo n\u00edvel ou superior.", 183 | "oplist": "\/me Lista OP: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Reiniciando...", 186 | "removenotinwl": "\/me [@%%NAME%%] Usu\u00e1rio @%%USERNAME%% n\u00e3o est\u00e1 na fila de espera.", 187 | "roomrules": "\/me Encontre as regras da sala aqui: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Quantidade total de woots: %%WOOTS%%, mehs: %%MEHS%%, grabs: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% usou forceskip]", 190 | "madeby": "\/me Este bot foi feito por %%NAME%%.", 191 | "activefor": "Estive online por %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Usu\u00e1rio inv\u00e1lido.", 193 | "swapwlonly": "\/me [@%%NAME%%] Use !swap somente com usu\u00e1rios que est\u00e3o na fila de espera.", 194 | "swapping": "\/me Trocando posi\u00e7\u00f5es: %%NAME1%% com %%NAME2%%.", 195 | "genres": "\/me Encontre os g\u00eaneros permitidos aqui: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] Usu\u00e1rio mencionado n\u00e3o foi banido.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Todos foram desmutados.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Somente Coordenadores podem desmutar todos os usu\u00e1rios de uma vez.", 199 | "notmuted": "\/me [@%%NAME%%] Usu\u00e1rio mencionado n\u00e3o foi mutado.", 200 | "unmuterank": "\/me [@%%NAME%%] Voc\u00ea n\u00e3o pode desmutar usu\u00e1rios do mesmo rank ou superior.", 201 | "commandscd": "\/me [@%%NAME%%] O tempo de espera de comandos para usu\u00e1rios agora \u00e9 %%TIME%% segundos.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ woots: %%WOOT%%, mehs: %%MEHS%%, taxa\/propor\u00e7\u00e3o (w\/m): %%RATIO%%.", 203 | "website": "\/me Visite nosso site: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Inscreva-se no nosso canal: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%% voc\u00ea n\u00e3o \u00e9 d\u00edgno nem de chegar perto do martelo!", 207 | "thorcd": "\/me @%%NAME%% voc\u00ea pode tentar levantar o martelo em %%TIME%% minutos.", 208 | "thorWorthy": "\/me @%%NAME%% voc\u00ea \u00e9 d\u00edgno do martelo :hammer:. Parab\u00e9ns!", 209 | "thorNotWorthy": "\/me @%%NAME%% voc\u00ea n\u00e3o \u00e9 d\u00edgno do martelo." 210 | } 211 | -------------------------------------------------------------------------------- /lang/sr.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "ti je dao \u010dokoladni kola\u010di\u0107!", 4 | "ti je dao meki doma\u0107i zobeni kola\u010di\u0107!", 5 | "ti je dao obi\u010dan, suv, stari kola\u010di\u0107. To je bio posljednji u torbi.", 6 | "ti daje \u0161e\u0107erni kola\u010di\u0107. Ono, bez glazura i mrvica? 0\/10, ne\u0107u dirati.", 7 | "ti daje \u010dokoladni kola\u010di\u0107. \u010cekaj, to su gro\u017e\u0111ice. Bljak!", 8 | "ti daje ogromni kola\u010di\u0107. Bockanje ti daje vi\u0161e kola\u010di\u0107a. \u010cudno.", 9 | "daje kola\u010di\u0107 budu\u0107nosti. Pi\u0161e: \"Za\u0161to ne radi\u0161 na nekim projektima?\"", 10 | "daje kola\u010di\u0107 budu\u0107nosti. Pi\u0161e: \"Daj nekom posebnom kompliment\"", 11 | "daje kola\u010di\u0107 budu\u0107nosti. Pi\u0161e: \"Treba riskirati!\"", 12 | "daje kola\u010di\u0107 budu\u0107nosti. Pi\u0161e: \"Idi napolje.\"", 13 | "daje kola\u010di\u0107 budu\u0107nosti. Pi\u0161e: \"Ne zaboravi da jede\u0161 povr\u0107e!\"", 14 | "daje kola\u010di\u0107 sre\u0107e. Pi\u0161e: \"Di\u017ee\u0161 li uop\u0161te?\"", 15 | "daje kola\u010di\u0107 sre\u0107e. Pi\u0161e: \"m808 molim te\"", 16 | "gives you a fortune cookie. It reads \"If you move your hips, you'll get all the ladies.\"", 17 | "gives you a fortune cookie. It reads \"I love you.\"", 18 | "gives you a Golden Cookie. You can't eat it because it is made of gold. Dammit.", 19 | "gives you an Oreo cookie with a glass of milk!", 20 | "gives you a rainbow cookie made with love :heart:", 21 | "gives you an old cookie that was left out in the rain, it's moldy.", 22 | "bakes you fresh cookies, it smells amazing." 23 | ], 24 | "balls": [ 25 | "Signs point to yes.", 26 | "Yes.", 27 | "Reply hazy, try again.", 28 | "Bez dileme.", 29 | "Moji izvori ka\u017eu ne.", 30 | "Kako ja vidim, da.", 31 | "You may rely on it.", 32 | "Concentrate and ask again.", 33 | "Outlook not so good.", 34 | "It is decidedly so.", 35 | "Bolje da ti ne ka\u017eem sada.", 36 | "Very doubtful.", 37 | "Da - definitivno.", 38 | "It is certain.", 39 | "Trenutno ne mogu da predvidim.", 40 | "Most likely.", 41 | "Pitaj ponovo kasnije.", 42 | "Moj odgovor je ne.", 43 | "Outlook good.", 44 | "Don't count on it.", 45 | "Yes, in due time.", 46 | "Definitivno ne.", 47 | "Mora\u0107e\u0161 da \u010deka\u0161.", 48 | "I have my doubts.", 49 | "Outlook so so.", 50 | "Meni izgleda dobro!", 51 | "Ko zna?", 52 | "Izgleda dobro!", 53 | "Verovatno.", 54 | "Are you kidding?", 55 | "Don't bet on it.", 56 | "Zaboravi." 57 | ], 58 | "nodatafound": "Prethodni podaci nisu prona\u0111eni.", 59 | "currentlang": "\/me Jezik pode\u0161en na: %%LANGUAGE%%", 60 | "langerror": "\/me Jezik koji ste odabrali nije dostupan. Poseti %%LINK%% da prona\u0111e\u0161 dostupne jezike.", 61 | "langset": "\/me Jezik je sada pode\u0161en na: %%LANGUAGE%%", 62 | "retrievingdata": "Preuzimanje prethodno sa\u010duvanih podataka.", 63 | "datarestored": "Prethodno sa\u010duvani podaci uspe\u0161no preuzeti.", 64 | "greyuser": "Samo bounceri i vi\u0161i rank mogu pokrenuti bota.", 65 | "bouncer": "Bot ne mo\u017ee preme\u0161tati ljude ukoliko je pokrenut od strane bouncera.", 66 | "online": "\/me %%BOTNAME%% %%VERSION%% je online!", 67 | "welcome": "\/me Dobrodo\u0161ao %%NAME%%", 68 | "welcomeback": "\/me Dobrodo\u0161ao nazad, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, ova pesma je u DJ istoriji.", 70 | "notavailable": "\/me @%%NAME%%, pesma koju si pustio\/la nije bila dostupna.", 71 | "timelimit": "\/me @%%NAME%%, tvoja pesma je du\u017ea od %%MAXLENGTH%% minuta, potrebna ti je dozvola da pu\u0161tas du\u017ee pesme.", 72 | "permissionownsong": "\/me :up: @%%NAME%% ima dozvolu da pu\u0161ta svoju vlastitu pesmu.", 73 | "isblacklisted": "\/me Ova pesma je na %%BLACKLIST%% blacklisti! Prebacujem....", 74 | "isopen": "\/me Rulet je pokrenut! Pi\u0161i !join da u\u010destvuje\u0161.", 75 | "winnerpicked": "\/me Pobednik je odabran! @%%NAME%% na poziciju %%POSITION%%.", 76 | "ball": "\/me %%NAME%% je pitao: \"%%QUESTION%%\" i %%BOTNAME%% odgovara: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% nije zabagovan.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% je zabagovan ili nije tu.", 79 | "alreadyadding": "\/me Korisnik je ve\u0107 dodan! Promenjena \u017eeljena pozicija na %%POSITION%%.", 80 | "adding": "\/me Dodan @%%NAME%% u red. Trenutna pozicija %%POSITION%%.", 81 | "usernotfound": "\/me Korisnik nije prona\u0111en.", 82 | "notdisconnected": "\/me @%%NAME%% se nije diskonektovao tokom mog boravka ovde.", 83 | "noposition": "\/me Zadnja pozicija nepoznata. Listu \u010dekanja treba a\u017eurirati najmanje jednom da bi se registrovala zadnja pozicija korisnika.", 84 | "toolongago": "\/me @%%NAME%%,tvoj zadnji diskonekt (DC ili leave) je bio davno: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% se diskonektovao pre %%TIME%% i trebao bi biti na poziciji %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, ti si afk %%TIME%%, molim odgovori u roku od 2 min ili \u0107e\u0161 biti uklonjen sa liste \u010dekanja.", 87 | "warning2": "\/me @%%NAME%%, uskoro \u0107e\u0161 biti uklonjen sa liste zbog AFK ukoliko ne odgovori\u0161.", 88 | "afkremove": "\/me @%%NAME%%, izba\u010den si sa liste \u010dekanja zbog afk %%TIME%%. Bio si na poziciji %%POSITION%%. Pi\u0161i bar svako %%MAXIMUMAFK%% minuta ako zeli\u0161 da pu\u0161ta\u0161 pesme.", 89 | "caps": "\/me @%%NAME%%, isklju\u010di caps, molim.", 90 | "askskip": "\/me @%%NAME%%, ne tra\u017ei skip.", 91 | "spam": "\/me @%%NAME%%, molim, ne spamaj.", 92 | "roomadvertising": "\/me @%%NAME%%, ne postavljaj linkove drugih soba.", 93 | "adfly": "\/me @%%NAME%%, promeni tvoj autowoot program. Mi preporu\u010dujemo PlugCubed: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Oznaka: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Oznaka: %%TAGS%%] Pogrešna oznaka, pokušaj nešto drugo.", 96 | "validgifrandom": "/me [@%%NAME%%] [Slučajno odabran GIF] http://i.giphy.com/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] Neva\u017ee\u0107i zahtev, poku\u0161ajte ponovo.", 98 | "invalidtime": "\/me [@%%NAME%%] Navedeno vreme pogre\u0161no.", 99 | "nouserspecified": "\/me [@%%NAME%%] Korisnik nije naveden.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] Navedeni korisnik je pogre\u0161an.", 101 | "nolistspecified": "\/me [@%%NAME%%] Navedena lista ne postoji.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] Navedena lista pogre\u0161na.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] Navedeni korisnik nije va\u017ee\u0107i.", 104 | "nolimitspecified": "\/me [@%%NAME%%] Limit nije naveden.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] Pogre\u0161an limit.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] Navedna pozicija pogre\u0161na.", 107 | "whois": "\/me [%%NAME1%%] Korisni\u010dko Ime: %%NAME2%%, ID: %%ID%%, Rank: %%RANK%%, Pridru\u017eio se: %%JOINED%%, Level: %%LEVEL%%, Jezik: %%LANGUAGE%%, Avatar: %%AVATAR%%, Status: %%STATUS%%%%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% uklju\u010deno.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% isklju\u010deno.", 110 | "cmddeletion": "komanda brisanja", 111 | "afkremoval": "AFK uklanjanje", 112 | "afksremoved": "AFK uklonjeno", 113 | "afklimit": "AFK limit", 114 | "autodisable": "autoisklju\u010divanje", 115 | "autoskip": "autoprebacivanje", 116 | "newblacklisted": "\/me [@%%NAME%%] Ova pesma se nalazi na %%BLACKLIST%% blacklisti! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Blacklista Informacije - autor: %%AUTHOR%%, nalosv: %%TITLE%%, ID: %%SONGID%%", 118 | "blacklist": "blacklista", 119 | "cycleguard": "cycleguard", 120 | "timeguard": "timeguard", 121 | "chatfilter": "chatfilter", 122 | "historyskip": "historyprebacivanje", 123 | "lockdown": "zakljucavanje", 124 | "lockguard": "lockguard", 125 | "usercommands": "komande korisnika", 126 | "motd": "PorukaDana", 127 | "welcomemsg": "poruka dobrodo\u0161lice", 128 | "songstats": "statistika pesme", 129 | "etarestriction": "eta ograni\u010denje", 130 | "voteskip": "glasaj skip", 131 | "voteskiplimit": "\/me [@%%NAME%%] GlasajSkip trenutno pode\u0161en na %%LIMIT%% mehova.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, tvoja pesma je prekora\u010dila GlasajSkip limit (%%LIMIT%% mehova).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] Pogre\u0161an GlasajSkip limit, molim poku\u0161aj ponovo koriste\u0107i brojeve koje odgovaraju broju mehova.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] GlasajSkip limit pode\u0161en na %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%% Ve\u0107 je bilo %%AMOUNT%% aktivnih korisnika u zadnjih %%TIME%% minuta.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maksimalno AFK trajanje pode\u0161eno na %%TIME%% minuta.", 137 | "afkstatusreset": "\/me [@%%NAME%%] Je resetovao AFK status od @%%USERNAME%%.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% je neaktivan ve\u0107 %%TIME%%.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% je neaktivan du\u017ee nego sto je %%BOTNAME%% online.", 140 | "autowoot": "\/me Mi preporu\u010dujemo PlugCubed za automatsko glasanje: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me Brand Ambassador je glas plug.dj korisnika. Oni promovi\u0161u doga\u0111aje, spajaju zajednicu i dele poruke plug.dj-a \u0161irom sveta. Za vi\u0161e informacija: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Mora\u0161 biti Menad\u017eer ili vi\u0161i rank da bi uklju\u010dio Bouncer+.", 143 | "chatcleared": "\/me [@%%NAME%%] Je o\u010distio chat.", 144 | "deletechat": "\/me [@%%NAME%%] Je o\u010distio chat od %%USERNAME%%.", 145 | "commandslink": "\/me %%BOTNAME%% komande: %%LINK%%", 146 | "eatcookie": "\/me jede kola\u010d.", 147 | "nousercookie": "\/em ne vidi %%NAME%% u sobi i uzima kola\u010d samo za sebe.", 148 | "selfcookie": "\/me @%%NAME%%, malo si \u0161krt, zar ne? Daje\u0161 kola\u010de sebi, bah. Podeli malo i sa ostalima!", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] CycleGuard pode\u0161en na %%TIME%% minuta.", 151 | "dclookuprank": "\/me [@%%NAME%%] Samo bounceri i vi\u0161i rank mogu dclookup za ostale.", 152 | "emojilist": "\/me Emoji lista: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, nisi na listi \u010dekanja.", 154 | "youarenext": "\/me @%%NAME%%, nastupa\u0161 posle ove pesme.", 155 | "youaredj": "\/me @%%NAME%%, trenutno si DJ.", 156 | "eta": "\/me @%%NAME%% do\u0107i \u0107e\u0161 na red za otprilike %%TIME%%.", 157 | "facebook": "\/me Lajkuj nas na facebook-u: %%LINK%%", 158 | "starterhelp": "\/me Ova slika ce ti pomo\u0107i za po\u010detak: %%LINK%%", 159 | "roulettejoin": "\/me @%%NAME%% se pridru\u017eio ruletu! (!leave ako zelis da napusti\u0161.)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% je bio u sobi ve\u0107%%TIME%%.", 161 | "kickrank": "\/me [@%%NAME%%] Ne mo\u017ee\u0161 izbaciti korisnike sa istim ili vi\u0161im rankom od tebe!", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% Izba\u010den si iz zajednice na %%TIME%% minuta.", 163 | "kill": "\/me Isklju\u010divanje.", 164 | "logout": "\/me [@%%NAME%%] Odjavljujem se %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% je napustio rulet!", 166 | "songlink": "\/me [@%%NAME%%] Link do trenutne pesme: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% je koristio LockSkip.]", 168 | "usedskip": "\/me [%%NAME%% je koristio skip]", 169 | "skippos": "\/me [@%%NAME%%] DJ-evi \u0107e sada biti pomereni na poziciju %%POSITION%% nakon preskakanja.", 170 | "lockguardtime": "\/me [@%%NAME%%] Lockguard pode\u0161en na %%TIME%% minuta.", 171 | "maxlengthtime": "\/me [@%%NAME%%] Maksimalno trajanje pesme je pode\u0161eno na %%TIME%% minuta.", 172 | "motdset": "\/me Poruka Dana pode\u0161ena na: %%MSG%%", 173 | "motdintervalset": "\/me Interval Poruke dana pode\u0161en na %%INTERVAL%%.", 174 | "currentbotname": "\/me Trenutno ime bota je: %%BOTNAME%%", 175 | "botnameset": "\/me Ime bota je pode\u0161eno na: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, nemoj da me dodaje\u0161 na listu \u010dekanja, molim.", 177 | "move": "\/me [%%NAME%% je koristio preme\u0161tanje.]", 178 | "mutednotime": "\/me [@%%NAME%%] Je uti\u0161ao @%%USERNAME%%.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Mo\u017ee\u0161 mute maksimalno %%TIME%% minuta.", 180 | "mutedtime": "\/me [@%%NAME%%] Je uti\u0161ao @%%USERNAME%% na %%TIME%% minuta.", 181 | "unmuted": "\/me [@%%NAME%%] Je unmutovao @%%USERNAME%%.", 182 | "muterank": "\/me [@%%NAME%%] Ne mo\u017ee\u0161 uti\u0161ati osobu sa istim ili ve\u0107im rankom od tebe.", 183 | "oplist": "\/me OP lista: %%LINK%%", 184 | "pong": "\/me Pong!", 185 | "reload": "\/me Vra\u0107am se ubrzo.", 186 | "removenotinwl": "\/me [@%%NAME%%] Navedeni korisnik @%%USERNAME%% nije na listi \u010dekanja.", 187 | "roomrules": "\/me Pravila sobe mozes prona\u0107i ovde: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Ukupno woot-ova: %%WOOTS%%, Ukupno meh-ova: %%MEHS%%, Ukupno dohva\u0107eno: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% je koristio forceskip]", 190 | "madeby": "\/me Ovog bot-a je napravio %%NAME%%.", 191 | "activefor": "Ja sam ve\u0107 aktivan %%TIME%%.", 192 | "swapinvalid": "\/me [@%%NAME%%] Navedeni korisnik nije prona\u0111en. (Imena sa razmacima!)", 193 | "swapwlonly": "\/me [@%%NAME%%] Molim zameni samo korisnike koji su na listi \u010dekanja!", 194 | "swapping": "\/me Zamenjujem %%NAME1%% sa %%NAME2%%.", 195 | "genres": "\/me Dozvoljene \u017eanrove za ovu sobu mo\u017ee\u0161 prona\u0107i ovdje: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] Korisnik nije isklju\u010den.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] Je unmutovao sve.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] Samo menad\u017eeri i vi\u0161i rank mogu unmutovati sve odjednom.", 199 | "notmuted": "\/me [@%%NAME%%] taj korisnik nije mutovan.", 200 | "unmuterank": "\/me [@%%NAME%%] Ne mo\u017ees unmutovati osobu sa istim ili ve\u0107im rankom od tebe.", 201 | "commandscd": "\/me [@%%NAME%%] Razmak izme\u0111u komandi za korisnike pode\u0161en na %%TIME%% sekundi.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ Wotovi: %%WOOT%%, Mehovi: %%MEHS%%, Razmer(w\/m): %%RATIO%%.", 203 | "website": "\/me Molimo posetite na\u0161u web stranicu: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Pretplatite se na na\u0161 YouTube kanal: %%LINK%%", 205 | "songstatistics": "\/me %%ARTIST%% - %%TITLE%%: %%WOOTS%%W\/%%GRABS%%G\/%%MEHS%%M.", 206 | "thorNotClose": "\/me @%%NAME%%, nisi dostojan da bude\u0161 blizu \u010deki\u0107a!", 207 | "thorcd": "\/me @%%NAME%% mo\u017ee\u0161 probati da podigne\u0161 \u010deki\u0107 za %%TIME%% minuta.", 208 | "thorWorthy": "\/me @%%NAME%% ti si dostojan \u010deki\u0107a :hammer:, \u010destitam!", 209 | "thorNotWorthy": "\/me @%%NAME%% nisi dostojan \u010deki\u0107a." 210 | } 211 | -------------------------------------------------------------------------------- /lang/tr.json: -------------------------------------------------------------------------------- 1 | { 2 | "cookies": [ 3 | "Sana \u00c7ikolatal\u0131 Kurabiye verdi", 4 | "Sana Yumu\u015fak Kurabiye verdi", 5 | "Sana Kurumu\u015f, eskimi\u015f kurabiye verdi. Torban\u0131n i\u00e7inde bir tek o duruyor. LANET!", 6 | "Sana \u015feker Kurabiyesi verdi. Ne, buzlanma ve serpme yok mu? 0\/10 dokunmazd\u0131.", 7 | "Sana \u00c7ikolatal\u0131 kurabiye verdi. Oh wait.... Bunlar kuru \u00fcz\u00fcm. Kahretsin!", 8 | "Kocaman kurabiye verdi. Bast\u0131r\u0131rsan daha fazla kurabiye al\u0131yorsun. Garip.", 9 | "Sana bir \u015fans kurabiyesi verdi. \"Neden herhangi bir proje \u00fczerinde \u00e7al\u0131\u015fm\u0131yorsunuz?\"", 10 | "Sana bir \u015fans kurabiyesi verdi. \"Senin i\u00e7in \u00f6zel bir ki\u015fiye iltifat et\"", 11 | "Sana bir \u015fans kurabiyesi verdi. \"Risk al!\"", 12 | "Sana bir \u015fans kurabiyesi verdi. \"D\u0131\u015far\u0131 \u00e7\u0131k\" yaz\u0131yor.", 13 | "Sana bir \u015fans kurabiyesi verdi. \"Sebzelerini yemeyi unutma!\"", 14 | "Sana bir \u015fans kurabiyesi verdi. \"Hi\u00e7 kalkt\u0131 m\u0131?\"", 15 | "Sana bir servet kurabiyesi verdi. \"M808 pls\" yaz\u0131yor", 16 | "Sana bir \u015fans kurabiyesi verdi. \"Kal\u00e7alar\u0131n\u0131z\u0131 hareket ettirirseniz, t\u00fcm bayanlara kavu\u015fursunuz.\" yaz\u0131yor.", 17 | "sevgi dolu kurabiye ald\u0131n. \"Seni Seviyorum\" yaz\u0131yor", 18 | "Alt\u0131n kurabiye ald\u0131n. Onu yiyemiyorsun \u00e7\u00fcnk\u00fc alt\u0131ndan yap\u0131lm\u0131\u015f. Lanet!", 19 | "Oreo ve bir bardak s\u00fct ald\u0131n. ", 20 | "Sana Sevgi ile yap\u0131lm\u0131\u015f G\u00f6kku\u015fa\u011f\u0131 kurabiyesi verdi. :heart:", 21 | "Sana ya\u011fmurda b\u0131rak\u0131lm\u0131\u015f eski bir kurabiye verir, k\u00fcfl\u00fcd\u00fcr.", 22 | "Sana taze \u00e7erezleri pi\u015firir, \u015fa\u015f\u0131rt\u0131c\u0131 kokuyor." 23 | ], 24 | "balls": [ 25 | "\u0130\u015faretler evet'i g\u00f6steriyor.", 26 | "Evet.", 27 | "Yanl\u0131\u015f cevap, tekrar deneyin.", 28 | "\u015e\u00fcphesiz.", 29 | "Kaynaklar\u0131m hay\u0131r diyor.", 30 | "G\u00f6rd\u00fc\u011f\u00fcm kadar\u0131yla, do\u011fru.", 31 | "Sen ona ba\u011fl\u0131s\u0131n.", 32 | "D\u00fczg\u00fcn bir soru sor.", 33 | "\u0130yi g\u00f6r\u00fcnm\u00fcyor", 34 | "Kesinlikle \u00f6yle.", 35 | "Sana \u015fimdi s\u00f6ylemem daha iyi.", 36 | "\u00c7ok \u015f\u00fcphelisin.", 37 | "Evet kesinlikle.", 38 | "Bu kesin!", 39 | "Tahmiz edemezsiniz.", 40 | "B\u00fcy\u00fck ihtimalle.", 41 | "Daha sonra tekrar sorun.", 42 | "Cevab\u0131m hay\u0131r.", 43 | "\u0130yi g\u00f6r\u00fcn\u00fcyor.", 44 | "Bu say\u0131lmaz.", 45 | "Evet, dogru zamanda.", 46 | "kesinlikle hay\u0131r.", 47 | "Beklemek zorundas\u0131n.", 48 | "Beklemek zorundas\u0131n.", 49 | "eh i\u015fte g\u00f6r\u00fcn\u00fcyor.", 50 | "Benim i\u00e7in iyi g\u00f6r\u00fcn\u00fcyor.", 51 | "Kim Bilir?", 52 | "G\u00fczel g\u00f6r\u00fcn\u00fcyor", 53 | "muhtemelen", 54 | "Dalga m\u0131 ge\u00e7iyorsun?", 55 | "Bahse girme.", 56 | "Unut gitsin\n" 57 | ], 58 | "nodatafound": "Veriler bulunamadi.", 59 | "currentlang": "\/me Suanki bot dili: %%LANGUAGE%%", 60 | "langerror": "\/me Sectiginiz dil bulunamadi. Dil listesi icin %%LINK%% linkine tiklayin.", 61 | "langset": "\/me Bot dili suanda degistirildi: %%LANGUAGE%%", 62 | "retrievingdata": "Yedeklenen veriler aliniyor.", 63 | "datarestored": "Yedeklenen veriler basariyla alindi.", 64 | "greyuser": "Botu sadece yetkililer calistirabilir.", 65 | "bouncer": "Bouncer yetkisinde olanlar botu calistirabilir.", 66 | "online": "\/me %%BOTNAME%% v%%VERSION%% acildi!", 67 | "welcome": "\/me Hosgeldiniz %%NAME%%", 68 | "welcomeback": "\/me Tekrar hosgeldin, %%NAME%%", 69 | "songknown": "\/me @%%NAME%%, Actiginiz sarki daha once acildi.", 70 | "notavailable": "\/me @%%NAME%%, the song you played was not available.", 71 | "timelimit": "\/me @%%NAME%%, Sarkiniz %%MAXLENGTH%% dakikadan uzun, daha uzun sarki calmak icin op listesinde olmaniz gerekli.", 72 | "permissionownsong": "\/me :up: @%%NAME%% sarkiyi oynatman icin yetkin var.", 73 | "isblacklisted": "\/me Sarki %%BLACKLIST%% yasak listesinde! Geciliyor...", 74 | "isopen": "\/me Rulet artik acik! Kullanim: Sohbete !join yazin.!", 75 | "winnerpicked": "\/me Sanslisiniz! @%%NAME%% yeni dj siran %%POSITION%%.", 76 | "ball": "\/me %%NAME%%'in sorusu var: \"%%QUESTION%%\" ve %%BOTNAME%%'in cevabi ise: \"%%RESPONSE%%\"", 77 | "notghosting": "[%%NAME1%%] %%NAME2%% gizlenmiyor.", 78 | "ghosting": "[%%NAME1%%] %%NAME2%% gizleniyor.", 79 | "alreadyadding": "\/me Kullanici zaten eklendi! Konum degistirildi %%POSITION%%.", 80 | "adding": "\/me @%%NAME%% siraya eklendin. Siran: %%POSITION%%.", 81 | "usernotfound": "\/me Kullanici bulunamadi.", 82 | "notdisconnected": "\/me @%%NAME%% durmadan sarki calmaya devam ediyor.", 83 | "noposition": "\/me Son pozisyonda degilsiniz,Dj listesi guncellenmesi icin biraz bekleyin.", 84 | "toolongago": "\/me @%%NAME%% cikti(ayrildi) Ne zaman: %%TIME%%.", 85 | "valid": "\/me @%%NAME%% cikti. %%TIME%% once buradaydi.Konumu ise %%POSITION%%.", 86 | "warning1": "\/me @%%NAME%%, %%TIME%% afk, 2 dakika icinde yanit gelmesse dj listesinden silinecektir.", 87 | "warning2": "\/me @%%NAME%%, cevap vermedigin takdirde yakinda dj listesinden silineceksin.", 88 | "afkremove": "\/me @%%NAME%%, %%TIME%% afk oldugun icin silindin. Senin konumun %%POSITION%% idi. Bu sarkiyi calmak istiyorsaniz en az %%MAXIMUMAFK%% dakikada bir sohbet edin.", 89 | "caps": "\/me @%%NAME%%, lutfen CAPSLOCK tusunu kapatin.", 90 | "askskip": "\/me @%%NAME%%, neden gecildigini sormayin.", 91 | "spam": "\/me @%%NAME%%, lutfen spam yapmayin.", 92 | "roomadvertising": "\/me @%%NAME%%, diger odalarin reklamini yapmayin.", 93 | "adfly": "\/me @%%NAME%%, lutfen otowootunuzu degistirin. Onerilen: http:\/\/plugcubed.net\/", 94 | "validgiftags": "/me [@%%NAME%%] [Etiketler: %%TAGS%%] http://i.giphy.com/%%ID%%.gif", 95 | "invalidgiftags": "/me [@%%NAME%%] [Etiket: %%TAGS%%] gecersiz etiket, baska etiket deneyin.", 96 | "validgifrandom": "/me [@%%NAME%%] [Rastgele GIF] http://i.giphy.com/%%ID%%.gif", 97 | "invalidgifrandom": "\/me [@%%NAME%%] gecersiz istek, tekrar deneyin.", 98 | "invalidtime": "\/me [@%%NAME%%] gecersiz zaman yazildi.", 99 | "nouserspecified": "\/me [@%%NAME%%] kullanici belirtilmedi.", 100 | "invaliduserspecified": "\/me [@%%NAME%%] gecersiz kullanici yazildi.", 101 | "nolistspecified": "\/me [@%%NAME%%] liste bulunamadi.", 102 | "invalidlistspecified": "\/me [@%%NAME%%] gecersiz liste yazdiniz.", 103 | "novaliduserspecified": "\/me [@%%NAME%%] gecerli kullanici belirtilmedi.", 104 | "nolimitspecified": "\/me [@%%NAME%%] limit yok.", 105 | "invalidlimitspecified": "\/me [@%%NAME%%] gecersiz limit yazildi.", 106 | "invalidpositionspecified": "\/me [@%%NAME%%] gecersiz konum belirtilmis.", 107 | "whois": "\/me [%%NAME1%%] Isim: %%NAME2%%, ID: %%ID%%, Rank: %%RANK%%, Katilim: %%JOINED%%, Level: %%LEVEL%%, Dil: %%LANGUAGE%%, Avatar: %%AVATAR%%, Istatistik: %%STATUS%%%%PROFILE%%", 108 | "toggleon": "\/me [@%%NAME%%] %%FUNCTION%% acildi.", 109 | "toggleoff": "\/me [@%%NAME%%] %%FUNCTION%% kapatildi.", 110 | "cmddeletion": "komut silme", 111 | "afkremoval": "AFK kaldirma", 112 | "afksremoved": "AFK kaldirildi", 113 | "afklimit": "AFK siniri", 114 | "autodisable": "otokapa", 115 | "autoskip": "otogec", 116 | "newblacklisted": "\/me [@%%NAME%%] Sarkiniz %%BLACKLIST%% yasakli listede! [ %%AUTHOR%% - %%TITLE%% - %%MID%% ]", 117 | "blinfo": "[@%%NAME%%] Yasakliste Bilgi - Sarki: %%AUTHOR%%, isim: %%TITLE%%, sarkiID: %%SONGID%%", 118 | "blacklist": "yasakliliste", 119 | "cycleguard": "cylkoru", 120 | "timeguard": "zamankoruma", 121 | "chatfilter": "sohbetfilter", 122 | "historyskip": "eskigec", 123 | "lockdown": "kilitdo", 124 | "lockguard": "kilitkoru", 125 | "usercommands": "kullanicikomut", 126 | "motd": "Duyuru", 127 | "welcomemsg": "hosgeldin mesaji", 128 | "songstats": "sarki istatistikleri", 129 | "etarestriction": "eta kisaltma", 130 | "voteskip": "oylagecme", 131 | "voteskiplimit": "\/me [@%%NAME%%] Oto gecme limiti %%LIMIT%% meh.", 132 | "voteskipexceededlimit": "\/me @%%NAME%%, sarki otogecme sinirini asti. (%%LIMIT%% meh).", 133 | "voteskipinvalidlimit": "\/me [@%%NAME%%] gecersiz otogecme limiti,meh sayisini duzgun yazin.", 134 | "voteskipsetlimit": "\/me [@%%NAME%%] Otogecme limiti ayarlandi: %%LIMIT%%.", 135 | "activeusersintime": "\/me [@%%NAME%% Son %%TIME%% dakika icinde %%AMOUNT%% kullanici aktifti.", 136 | "maximumafktimeset": "\/me [@%%NAME%%] Maksimum AFK suersi %%TIME%% dakika.", 137 | "afkstatusreset": "\/me [@%%NAME%%] simdi @%%USERNAME%% kullanicinin AFK durumunu resetledi.", 138 | "inactivefor": "\/me [@%%NAME%%] @%%USERNAME%% %%TIME%% boyunca aktif oldu.", 139 | "inactivelonger": "\/me [@%%NAME%%] @%%USERNAME%% uzun zamandir aktif olmadi. %%BOTNAME%% acik.", 140 | "autowoot": "\/me Otomatik woot icin tavsiye: http:\/\/plugcubed.net\/", 141 | "brandambassador": "\/me BA hakkinda bilgi almak icin lutfen bu linke gidin, iyi gunler: https:\/\/plug.dj\/ba", 142 | "bouncerplusrank": "\/me [@%%NAME%%] Manager veya Bouncer+ yetkin olmasi gerekiyor.", 143 | "chatcleared": "\/me [@%%NAME%%] sohbeti temizledi.", 144 | "deletechat": "\/me [@%%NAME%%] simdi %%USERNAME%% kullanicinin sohbetini temizledi.", 145 | "commandslink": "\/me %%BOTNAME%% Komutlar: %%LINK%%", 146 | "eatcookie": "\/me Cerezler.", 147 | "nousercookie": "\/em Odada %%NAME%% gozukmuyor.", 148 | "selfcookie": "\/me @%%NAME%%, sen biraz ac gozlusun sanirsam, lutfen diger kullanicilarla cerezlerini", 149 | "cookie": "\/me @%%NAMETO%%, %%NAMEFROM%% %%COOKIE%%", 150 | "cycleguardtime": "\/me [@%%NAME%%] CYCLguard %%TIME%% dakika(lar) olarak ayarlandi.", 151 | "dclookuprank": "\/me [@%%NAME%%] Sadece yukaridaki kullanicilar icin arama yapabilirsiniz.", 152 | "emojilist": "\/me Gulucuk Listesi: %%LINK%%", 153 | "notinwaitlist": "\/me @%%NAME%%, dj sirasinda ekli degilsin.", 154 | "youarenext": "\/me @%%NAME%%, you are DJing after this song.", 155 | "youaredj": "\/me @%%NAME%%, you are currently DJing.", 156 | "eta": "\/me @%%NAME%% yaklasik olarak %%TIME%% 1 standina ulasicak.", 157 | "facebook": "\/me Facebook sayfamizi ziyaret edin: %%LINK%%", 158 | "starterhelp": "\/me Yeni basladiysaniz bir goz atin: %%LINK%%", 159 | "roulettejoin": "\/me @%%NAME%% rouletteye katildin! (Cikamk icin sohbete !leave yazin.)", 160 | "jointime": "\/me [@%%NAMEFROM%%] @%%USERNAME%% yaklasik %%TIME%% odada.", 161 | "kickrank": "\/me [@%%NAME%%] sen diger yetkilileri odadan atamazsin.", 162 | "kick": "\/me [@%%NAME%%], @%%USERNAME%% odadan %%TIME%% dakikaligina atildi.", 163 | "kill": "\/me Bot kapaniyor.", 164 | "logout": "\/me [@%%NAME%%] Botu kapatti: %%BOTNAME%%", 165 | "rouletteleave": "\/me @%%NAME%% ruletten ayrildi!", 166 | "songlink": "\/me [@%%NAME%%] Calan sarki: %%LINK%%", 167 | "usedlockskip": "\/me [%%NAME%% otogecme kullanildi.]", 168 | "usedskip": "\/me [%%NAME%% used skip]", 169 | "skippos": "\/me [@%%NAME%%] DJs will now be moved to position %%POSITION%% when skipped.", 170 | "lockguardtime": "\/me [@%%NAME%%] Kilitkoruma %%TIME%% dakika(lar).", 171 | "maxlengthtime": "\/me [@%%NAME%%] Maksimum sarki uzunlugu %%TIME%% dakikadir.", 172 | "motdset": "\/me Duyuru ayarlandi: %%MSG%%", 173 | "motdintervalset": "\/me Duyuru araligi %%INTERVAL%%.", 174 | "currentbotname": "\/me Bot name currently set to: %%BOTNAME%%", 175 | "botnameset": "\/me Bot name now set to: %%BOTNAME%%", 176 | "addbotwaitlist": "\/me @%%NAME%%, lutfen beni dj listesine eklemeyin.", 177 | "move": "\/me [%%NAME%% tasindi.]", 178 | "mutednotime": "\/me [@%%NAME%%] artik @%%USERNAME%% susturuldu.", 179 | "mutedmaxtime": "\/me [@%%NAME%%] Sadece %%TIME%% dakika susturabilirsiniz.", 180 | "mutedtime": "\/me [@%%NAME%%] artik @%%USERNAME%% kullanicisini %%TIME%% dakika susturdu.", 181 | "unmuted": "\/me [@%%NAME%%] artik @%%USERNAME%% kullanicisinin konusmasina izin verdi.", 182 | "muterank": "\/me [@%%NAME%%] yuksek rutbeli kisileri susturamazsiniz.", 183 | "oplist": "\/me OP listesi: %%LINK%%", 184 | "pong": "\/me Yavrum!", 185 | "reload": "\/me Geri donecegim.", 186 | "removenotinwl": "\/me [@%%NAME%%] artik @%%USERNAME%% kullaniciyi dj listesinden kaldirdi.", 187 | "roomrules": "\/me Lutfen oda kurallarini okuyun: %%LINK%%", 188 | "sessionstats": "\/me [@%%NAME%%] Toplam WOOT: %%WOOTS%%, Toplam MEH: %%MEHS%%, TOPLAM GRAB: %%GRABS%%.", 189 | "forceskip": "\/me [%%NAME%% used forceskip]", 190 | "madeby": "\/me Bu bot %%NAME%% tarafindan yapildi.", 191 | "activefor": "Ben %%TIME%% arayla afk oldum.", 192 | "swapinvalid": "\/me [@%%NAME%%] gecersiz kullanici.", 193 | "swapwlonly": "\/me [@%%NAME%%] DJ listesindeki kullanici takas icin memnun.", 194 | "swapping": "\/me Yer degistirme, %%NAME1%% ile %%NAME2%% arasinda oldu.", 195 | "genres": "\/me Musade edilen oda turleri: %%LINK%%", 196 | "notbanned": "\/me [@%%NAME%%] zaten banli degil.", 197 | "unmutedeveryone": "\/me [@%%NAME%%] artik herkes konusabilir.", 198 | "unmuteeveryonerank": "\/me [@%%NAME%%] sadece yoneticiler ve yetkililer yazabilir.", 199 | "notmuted": "\/me [@%%NAME%%] susturulmamis.", 200 | "unmuterank": "\/me [@%%NAME%%] siz yetkililer susturamazsiniz.", 201 | "commandscd": "\/me [@%%NAME%%] Kullanicilar icin komut kullanimi geri sayimi %%TIME%% saniye.", 202 | "voteratio": "\/me [@%%NAME%%] @%%USERNAME%% ~ WOOT: %%WOOT%%, MEH: %%MEHS%%, ORAN (W\/M): %%RATIO%%.", 203 | "website": "\/me Sitemizi ziyaret edin: %%LINK%%", 204 | "youtube": "\/me [%%NAME%%] Youtube kanalimiza abone olun: %%LINK%%", 205 | "songstatistics": "\/me :arrow_right: %%ARTIST%% - %%TITLE%%: %%WOOTS%%:+1:\/\\%%GRABS%%:sparkling_heart:\/\\%%MEHS%%:-1:.", 206 | "thorNotClose": "\/me @%%NAME%%, \u00c7eki\u00e7 yakla\u015fmaya lay\u0131k de\u011filsin!", 207 | "thorcd": "\/me @%%NAME%% you can try to lift the hammer in %%TIME%% minutes.", 208 | "thorWorthy": "\/me @%%NAME%% \u00c7ekice lay\u0131k se\u00e7ildin tebrikler :hammer:", 209 | "thorNotWorthy": "\/me @%%NAME%% \u00c7ekice lay\u0131k de\u011filsin" 210 | } 211 | --------------------------------------------------------------------------------