├── .github ├── FUNDING.yml └── dependabot.yml ├── i18n ├── ko-KR │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── fr-FR │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── set-keep-ranks.json │ │ ├── setlang.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── add.json │ │ ├── ping.json │ │ ├── support.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── th-TH │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ ├── ranks.json │ │ └── removeinvites.json │ ├── config │ │ ├── setprefix.json │ │ ├── setleave.json │ │ ├── setjoin.json │ │ ├── setjoindm.json │ │ ├── set-stacked-ranks.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ ├── testjoindm.json │ │ └── cmd-channel.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ ├── membercount.json │ │ └── leaderboard.json ├── af-ZA │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setlang.json │ │ ├── setjoindm.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── ar-EG │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── ar-SA │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── ca-ES │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setlang.json │ │ ├── setjoindm.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── cs-CZ │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setlang.json │ │ ├── setjoindm.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── da-DK │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── el-GR │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setlang.json │ │ ├── setjoindm.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── en-PT │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── en-US │ ├── admin │ │ └── fetch-invites.json │ ├── core │ │ ├── codes.json │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json ├── fi-FI │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setlang.json │ │ ├── setjoindm.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── hu-HU │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setjoindm.json │ │ ├── set-stacked-ranks.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ └── set-fake-threshold.json │ ├── core │ │ ├── ping.json │ │ ├── add.json │ │ └── support.json │ └── staff │ │ └── addpremium.json ├── it-IT │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── ja-JP │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── lt-LT │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── no-NO │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── pt-BR │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setleave.json │ │ ├── setjoin.json │ │ ├── setjoindm.json │ │ ├── set-stacked-ranks.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── pt-PT │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── add.json │ │ ├── support.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── ru-RU │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── sr-SP │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setlang.json │ │ ├── setjoindm.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── sv-SE │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── tl-PH │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── tr-TR │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setjoindm.json │ │ ├── set-stacked-ranks.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── uk-UA │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── vi-VN │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ └── set-fake-threshold.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── zh-CN │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── zh-TW │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setlang.json │ │ ├── setjoindm.json │ │ └── testjoindm.json │ └── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json ├── bg-BG │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── setjoindm.json │ │ ├── set-stacked-ranks.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ └── set-fake-threshold.json │ └── core │ │ ├── ping.json │ │ ├── add.json │ │ └── support.json ├── de-DE │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setleave.json │ │ ├── setjoin.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── add.json │ │ ├── support.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── he-IL │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ └── core │ │ ├── support.json │ │ ├── ping.json │ │ ├── add.json │ │ └── membercount.json ├── nl-NL │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── es-ES │ ├── admin │ │ ├── fetch-invites.json │ │ ├── ranks.json │ │ └── removerank.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── support.json │ │ ├── add.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json ├── pl-PL │ ├── admin │ │ ├── fetch-invites.json │ │ ├── removerank.json │ │ └── ranks.json │ ├── config │ │ ├── setprefix.json │ │ ├── setjoin.json │ │ ├── setleave.json │ │ ├── set-stacked-ranks.json │ │ ├── setjoindm.json │ │ ├── setlang.json │ │ ├── set-keep-ranks.json │ │ ├── set-fake-threshold.json │ │ └── testjoindm.json │ ├── core │ │ ├── ping.json │ │ ├── add.json │ │ ├── support.json │ │ └── membercount.json │ └── staff │ │ └── addpremium.json └── ro-RO │ ├── admin │ ├── fetch-invites.json │ ├── removerank.json │ └── ranks.json │ ├── config │ ├── setprefix.json │ ├── setjoin.json │ ├── setleave.json │ ├── set-stacked-ranks.json │ ├── setjoindm.json │ ├── setlang.json │ ├── set-keep-ranks.json │ ├── set-fake-threshold.json │ └── testjoindm.json │ ├── core │ ├── ping.json │ ├── add.json │ ├── support.json │ └── membercount.json │ └── staff │ └── addpremium.json ├── assets ├── logo.png ├── diagram.jpg ├── dash-home.png ├── example-sync.png ├── dash-settings.png ├── example-invites.png └── example-ranks-conf.png ├── .vscode └── settings.json ├── .devcontainer └── devcontainer.json ├── .gitignore └── sharder.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: androz2091 2 | github: Androz2091 3 | -------------------------------------------------------------------------------- /i18n/ko-KR/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "성공적으로 불러왔습니다!" 3 | } -------------------------------------------------------------------------------- /i18n/fr-FR/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invitations récupérées !" 3 | } -------------------------------------------------------------------------------- /i18n/th-TH/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "ดึงคำเชิญสำเร็จแล้ว!" 3 | } -------------------------------------------------------------------------------- /i18n/af-ZA/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/ar-EG/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/ar-SA/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/ca-ES/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/da-DK/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/el-GR/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/en-PT/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/en-US/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/fi-FI/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/hu-HU/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "A meghívó sikeresen letöltve!" 3 | } -------------------------------------------------------------------------------- /i18n/it-IT/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/ja-JP/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/lt-LT/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/no-NO/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/pt-BR/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Convites obtidos com sucesso!" 3 | } -------------------------------------------------------------------------------- /i18n/pt-PT/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Convites obtidos com sucesso!" 3 | } -------------------------------------------------------------------------------- /i18n/ru-RU/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/sr-SP/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/sv-SE/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/tl-PH/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/tr-TR/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Davetler başarıyla getirildi!" 3 | } -------------------------------------------------------------------------------- /i18n/uk-UA/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/vi-VN/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites đã được khôi phục!" 3 | } -------------------------------------------------------------------------------- /i18n/zh-CN/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /i18n/zh-TW/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invites successfully fetched!" 3 | } -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manage-invite/manage-invite-bot/HEAD/assets/logo.png -------------------------------------------------------------------------------- /i18n/bg-BG/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Поканите бяха извлечени успешно!" 3 | } -------------------------------------------------------------------------------- /i18n/de-DE/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Einladungen erfolgreich abgerufen!" 3 | } -------------------------------------------------------------------------------- /i18n/he-IL/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "בדקתי את כל הזמנות בשרת בהצלחה" 3 | } -------------------------------------------------------------------------------- /i18n/nl-NL/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Uitnodigingen succesvol opgehaald!" 3 | } -------------------------------------------------------------------------------- /assets/diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manage-invite/manage-invite-bot/HEAD/assets/diagram.jpg -------------------------------------------------------------------------------- /i18n/es-ES/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "¡Invitaciones obtenidas correctamente!" 3 | } -------------------------------------------------------------------------------- /i18n/pl-PL/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Zaproszenia zostały pomyślnie pobrane!" 3 | } -------------------------------------------------------------------------------- /i18n/ro-RO/admin/fetch-invites.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS": "Invitațiile au fost preluate cu succes!" 3 | } -------------------------------------------------------------------------------- /assets/dash-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manage-invite/manage-invite-bot/HEAD/assets/dash-home.png -------------------------------------------------------------------------------- /assets/example-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manage-invite/manage-invite-bot/HEAD/assets/example-sync.png -------------------------------------------------------------------------------- /assets/dash-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manage-invite/manage-invite-bot/HEAD/assets/dash-settings.png -------------------------------------------------------------------------------- /i18n/en-US/core/codes.json: -------------------------------------------------------------------------------- 1 | { 2 | "NO_CODE": "This server does not contain any code created by this user." 3 | } -------------------------------------------------------------------------------- /assets/example-invites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manage-invite/manage-invite-bot/HEAD/assets/example-invites.png -------------------------------------------------------------------------------- /assets/example-ranks-conf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manage-invite/manage-invite-bot/HEAD/assets/example-ranks-conf.png -------------------------------------------------------------------------------- /i18n/th-TH/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "คุณต้องระบุ Prefix", 3 | "SUCCESS": "อัปเดต Prefix ของเซิร์ฟเวอร์แล้ว!" 4 | } -------------------------------------------------------------------------------- /i18n/af-ZA/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must write a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Перфикса за сървъра е сменен!" 4 | } -------------------------------------------------------------------------------- /i18n/ca-ES/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must write a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must write a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server Prefix wurde aktualisiert!" 4 | } -------------------------------------------------------------------------------- /i18n/el-GR/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must write a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/en-US/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/fi-FI/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must write a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/sr-SP/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must write a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "Bir önek belirtmelisiniz!", 3 | "SUCCESS": "Sunucu öneki/prefixi güncellendi!" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Sever prefix đã được cập nhật!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-TW/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must write a prefix!", 3 | "SUCCESS": "Server prefix has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "O prefixo do servidor foi atualizado!" 4 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Le préfixe du serveur a été mis à jour !" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify a prefix!", 3 | "SUCCESS": "Prefix-ul serverului a fost actualizat!" 4 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**ตอนนี้ข้อความออก __ENABLED__!**", 3 | "DISABLED": "**ตอนนี้ข้อความออก __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/setprefix.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "Meg kell adnod egy előtagot!", 3 | "SUCCESS": "A szerver előtagja sikerresen frissítve lett!" 4 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Giriş mesajları şu an __ETKİN__!**", 3 | "DISABLED": "**Giriş mesajları şu an __ENGELLİ__!**" 4 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**ตอนนี้ข้อความเข้าร่วม __ENABLED__!**", 3 | "DISABLED": "**ตอนนี้ข้อความเข้าร่วม __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Ayrılma mesajları artık __ETKİN__!**", 3 | "DISABLED": "**Ayrılma mesajları artık __ENGELLİ__!**" 4 | } -------------------------------------------------------------------------------- /i18n/af-ZA/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ca-ES/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/el-GR/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/en-US/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/fi-FI/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: אם יש לך שאלות או שאתה זקוק למידע נוסף, תוכל להצטרף לשרת התמיכה ManageInvite: {{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Az üdvözlő üzenet __ENGEDÉLYEZVE__ lett!**", 3 | "DISABLED": "**Az üdvözlő üzenet __TÍLTVA__ lett!**" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/sr-SP/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/zh-TW/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/af-ZA/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Съобщенията при влизане са __ВКЛЮЧЕНИ__!**", 3 | "DISABLED": "**Съобщенията при влизане са __ИЗКЛЮЧЕНИ__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ca-ES/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/el-GR/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/en-US/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/fi-FI/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Az elköszönő üzenet __ENGEDÉLYEVE__ lett!**", 3 | "DISABLED": "**Az elköszönő üzenet __TÍLVTA__ lett!**" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/sr-SP/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**ข้อความเข้าร่วม DM ตอนนี้ __ENABLED__!**", 3 | "DISABLED": "**ข้อความเข้าร่วม DM ตอนนี้ __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/zh-TW/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The leave messages are now __ENABLED__!**", 3 | "DISABLED": "**The leave messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/af-ZA/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/ar-EG/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/ar-SA/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Съобщенията при излизане са __ВКЛЮЧЕНИ__!**", 3 | "DISABLED": "**Съобщенията при излизане са __Изключени__!**" 4 | } -------------------------------------------------------------------------------- /i18n/bg-BG/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Понг!", 3 | "TITLE": "🏓 Понг!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Бот Пинг" 6 | } -------------------------------------------------------------------------------- /i18n/ca-ES/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/da-DK/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/de-DE/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket-Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/el-GR/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/en-PT/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/en-US/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/es-ES/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/fi-FI/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/it-IT/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/ja-JP/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/ko-KR/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/lt-LT/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/nl-NL/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/no-NO/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/pl-PL/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Ping Bota" 6 | } -------------------------------------------------------------------------------- /i18n/pt-BR/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Mesajele de intrare sunt acum __ENABLED__!**", 3 | "DISABLED": "**Mesajele de intrare sunt acum __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Mesajele de iesire sunt acum __ENABLED__!**", 3 | "DISABLED": "**Mesajele de iesire sunt acum __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Ping Websocket", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/ru-RU/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/sr-SP/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/sv-SE/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/th-TH/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/th-TH/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: หากคุณมีคำถามหรือต้องการข้อมูลเพิ่มเติมคุณสามารถเข้าร่วมห้องรับรองของ ManageInvite:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/tl-PH/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/tr-TR/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/uk-UA/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/vi-VN/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/vi-VN/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Nếu có câu hỏi hoặc cần thêm thông tin, bạn có thể tham gia ManageInvite's Lounge: \n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/zh-CN/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/zh-TW/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Websocket Ping", 5 | "BOT": "📟 | Bot Ping" 6 | } -------------------------------------------------------------------------------- /i18n/af-ZA/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/ar-EG/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/ar-SA/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/bg-BG/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Пожелано от {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/bg-BG/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Ако имате въпроси или Ви трябва повече информация, може да влезете в салона на ManageInvite: {{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/ca-ES/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/da-DK/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Die leave Nachrichten sind jetzt __ENABLED__!**", 3 | "DISABLED": "**Die leave Nachrichten sind jetzt __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/el-GR/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/en-PT/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/en-US/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/es-ES/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/fi-FI/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/fr-FR/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Demandé par {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/fr-FR/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Ping du websocket", 5 | "BOT": "📟 | Ping du bot" 6 | } -------------------------------------------------------------------------------- /i18n/he-IL/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: פונג!", 3 | "TITLE": "פונג! 🏓!", 4 | "WEBSOCKET": "💻 | פינג של הרשת", 5 | "BOT": "📟 | פינג של הבוט" 6 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Az üdvözlő privát üzenet __ENGEDÉLYEZVE__ lett!**", 3 | "DISABLED": "**Az üdvözlő privát üzenet __TÍLTVA__ lett!**" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Weboldal Pingje", 5 | "BOT": "📟 | Bot Pingje" 6 | } -------------------------------------------------------------------------------- /i18n/it-IT/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/ja-JP/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/ko-KR/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/lt-LT/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/nl-NL/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/no-NO/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**A mensagem de entrada agora está __ENABLED__!**", 3 | "DISABLED": "**A mensagem de entrada agora está __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/pt-BR/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Se você tiver dúvidas ou precisar de mais informações, pode entrar no ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/pt-PT/core/ping.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":ping_pong: Pong!", 3 | "TITLE": "🏓 Pong!", 4 | "WEBSOCKET": "💻 | Ping Do Websocket", 5 | "BOT": "📟 | Ping Do Bot" 6 | } -------------------------------------------------------------------------------- /i18n/ru-RU/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/sr-SP/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/sv-SE/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/tl-PH/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/uk-UA/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/vi-VN/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Yêu cầu bởi {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/zh-TW/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: If you have questions or you need more informations, you can join ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/ar-EG/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Angefordert von {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Wenn du Fragen hast oder mehr Informationen benötigst, kannst du ManageInvite's Lounge beitreten: {{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/en-PT/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/en-US/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "אתה יכול להוסיף אותי לשרת שלך על ידי לחיצה על [כאן](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "התבקש על ידי {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Etterspurt av {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Jeśli masz pytania lub potrzebujesz więcej informacji, możesz dołączyć do ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/pt-BR/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requerido por {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Se você tiver dúvidas ou precisar de mais informações, você pode entrar no ManageInvite Louge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/ro-RO/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Solicitat de {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "ตอนนี้สมาชิกจะรักษา **ทุกตำแหน่ง**!", 3 | "SUCCESS_DISABLED": "ตอนนี้สมาชิกจะรักษาอันดับ**สูงสุดเท่านั้น**!" 4 | } -------------------------------------------------------------------------------- /i18n/th-TH/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "คุณสามารถเพิ่มฉันในเซิร์ฟเวอร์ของคุณได้โดยคลิก [here](https://manage-invite.xyz/add)", 3 | "REQUEST_BY": "ร้องขอโดย {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Tin nhắn tham gia bây giờ đã được __ENABLED__!**", 3 | "DISABLED": "**Tin nhắn tham gia bây giờ đã được __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Tin nhắn rời khỏi bây giờ đã được __ENABLED__!**", 3 | "DISABLED": "**Tin nhắn rời khỏi bây giờ đã được __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Die Beitritts Nachrichten sind jetzt __ENABLED__!**", 3 | "DISABLED": "**Die Beitritts Nachrichten sind jetzt __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://manage-invite.xyz/add).", 3 | "REQUEST_BY": "A következőt kérte: {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**As mensagens de entrada estão agora __ATIVADAS__!**", 3 | "DISABLED": "**As mensagens de entrada estão agora __DESATIVADAS__!**" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**As mensagens de saída estão agora __ATIVADAS__!**", 3 | "DISABLED": "**As mensagens de saída estão agora __DESATIVADAS__!**" 4 | } -------------------------------------------------------------------------------- /i18n/tr-TR/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Sorularınız varsa veya daha fazla bilgiye ihtiyacınız varsa, ManageInvite's Lounge'a katılabilirsiniz:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Личното съобщение при влизане, вече е __ВКЛЮЧЕНО__!**", 3 | "DISABLED": "**Личното съобщение при влизане, вече е __ИЗКЛЮЧЕНО__!**" 4 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/setjoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Les messages d'arrivées sont maintenant __ACTIVÉS__!**", 3 | "DISABLED": "**Les messages d'arrivées sont maintenant __DÉSACTIVÉS__!**" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ": information_source: Ha kérdésed van, vagy további információra van szükséged, akkor lépj be a ManageInvite discord szerverábe:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**A mensagem de entrada direta agora está __ENABLED__!**", 3 | "DISABLED": "**A mensagem de entrada direta agora está __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Dacă aveți întrebări sau aveți nevoie de mai multe informații, vă puteți înscrie la ManageInvite's Lounge: {{discord}}" 3 | } -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "javascript.validate.enable": false, 3 | "deno.enable": false, 4 | "editor.codeActionsOnSave": { 5 | "source.fixAll.eslint": "explicit" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /i18n/fr-FR/config/setleave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Les messages de départs sont maintenant __ACTIVÉS__ !**", 3 | "DISABLED": "**Les messages de départs sont maintenant __DÉSACTIVÉS__ !**" 4 | } -------------------------------------------------------------------------------- /i18n/fr-FR/core/support.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": ":information_source: Si vous avez des questions ou que vous voulez plus d'informations, vous pouvez rejoindre ManageInvite's Lounge:\n{{discord}}" 3 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Doğrudan mesajlardaki giriş mesajları artık __ETKİN__!**", 3 | "DISABLED": "**Doğrudan mesajlardaki giriş mesajları artık __ENGELLİ__!**" 4 | } -------------------------------------------------------------------------------- /i18n/tr-TR/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "Beni sunucunuza [buraya](https://manage-invite.xyz/add) tıklayarak ekleyebilirsiniz.", 3 | "REQUEST_BY": "{{username}} tarafından talep edildi" 4 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/en-US/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members will keep **all** their ranks!", 3 | "SUCCESS_DISABLED": "Now, members will **only** keep their **highest** rank!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Les messages d'arrivées en MP sont maintenant __ACTIVÉS__!**", 3 | "DISABLED": "**Les messages d'arrivées en MP sont maintenant __DÉSACTIVÉS__!**" 4 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "คุณต้องระบุภาษาที่ถูกต้อง!\n\n{{list}}\n\nไม่รองรับภาษาของคุณ? เข้าร่วมเซิร์ฟเวอร์สนับสนุนและแปลบอทในภาษาของคุณ!", 3 | "SUCCESS": "อัปเดตภาษาแล้ว!" 4 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/set-stacked-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Artık üyeler **tüm** rütbelerini koruyacak!", 3 | "SUCCESS_DISABLED": "Artık üyeler **sadece** **en yüksek** rütbelerini koruyacak!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**As mensagens de entrada no privado estão agora __ATIVADAS__!**", 3 | "DISABLED": "**As mensagens de entrada no privado estão agora __DESATIVADA__!**" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Tin nhắn tham gia trực tiếp (DM) bây giờ đã được __ENABLED__!*", 3 | "DISABLED": "**Tin nhắn tham gia trực tiếp (DM) bây giờ đã được __DISABLED__!*" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Mesajele de intrare din mesajele directe sunt acum __ENABLED__!**", 3 | "DISABLED": "**Mesajele de intrare din mesajele directe sunt acum __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "Geçerli bir dil belirtmelisiniz!\n\n{{list}}\n\nDiliniz desteklenmiyor mu? Destek sunucusuna katılın ve botu kendi dilinize çevirin!", 3 | "SUCCESS": "Dil güncellendi!" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**Die Beitritts Nachrichten in Privat-Nachrichten sind jetzt __ENABLED__!**", 3 | "DISABLED": "**Die Beitritts Nachrichten in Privat-Nachrichten sind jetzt __DISABLED__!**" 4 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Езикът беше сменен!" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "A nyelv frissült!" 4 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "ตอนนี้สมาชิก **จะรักษา** อันดับของพวกเขาแม้ว่าพวกเขาจะมีคำเชิญไม่เพียงพอก็ตาม!", 3 | "SUCCESS_DISABLED": "ตอนนี้สมาชิก **จะไม่รักษา** อันดับถ้าพวกเขามีคำเชิญไม่เพียงพอ!" 4 | } -------------------------------------------------------------------------------- /i18n/af-ZA/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://discordapp.com/oauth2/authorize?client_id={{clientID}}&scope=bot&permissions=2146958847).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ca-ES/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://discordapp.com/oauth2/authorize?client_id={{clientID}}&scope=bot&permissions=2146958847).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://discordapp.com/oauth2/authorize?client_id={{clientID}}&scope=bot&permissions=2146958847).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/el-GR/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://discordapp.com/oauth2/authorize?client_id={{clientID}}&scope=bot&permissions=2146958847).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/en-US/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/fi-FI/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://discordapp.com/oauth2/authorize?client_id={{clientID}}&scope=bot&permissions=2146958847).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "O idioma foi atualizado!" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Limba a fost actualizata!" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/sr-SP/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://discordapp.com/oauth2/authorize?client_id={{clientID}}&scope=bot&permissions=2146958847).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has been updated!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-TW/core/add.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONTENT": "You can add me to your server by clicking [here](https://discordapp.com/oauth2/authorize?client_id={{clientID}}&scope=bot&permissions=2146958847).", 3 | "REQUEST_BY": "Requested by {{username}}" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Sprache wurde aktualisiert!" 4 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "Now, members **will keep** their ranks, even if they don't have enough invites!", 3 | "SUCCESS_DISABLED": "Now, members **won't keep** their ranks if they don't have enough invites!" 4 | } -------------------------------------------------------------------------------- /i18n/en-US/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "TIP": "Run `{{prefix}}stats` to get the member count graph!" 5 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must specify a valid language!\n\n{{list}}\n\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "La langue du serveur a bien été mise à jour !" 4 | } -------------------------------------------------------------------------------- /i18n/af-ZA/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must write a valid language!\n\n:flag_fr: Français (`fr`)\n:flag_gb: English (`en`)\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/ca-ES/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must write a valid language!\n\n:flag_fr: Français (`fr`)\n:flag_gb: English (`en`)\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must write a valid language!\n\n:flag_fr: Français (`fr`)\n:flag_gb: English (`en`)\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/el-GR/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must write a valid language!\n\n:flag_fr: Français (`fr`)\n:flag_gb: English (`en`)\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/fi-FI/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must write a valid language!\n\n:flag_fr: Français (`fr`)\n:flag_gb: English (`en`)\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/sr-SP/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must write a valid language!\n\n:flag_fr: Français (`fr`)\n:flag_gb: English (`en`)\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/zh-TW/config/setlang.json: -------------------------------------------------------------------------------- 1 | { 2 | "INVALID": "You must write a valid language!\n\n:flag_fr: Français (`fr`)\n:flag_gb: English (`en`)\nYour language is not supported? Join the support server and translate the bot in your language!", 3 | "SUCCESS": "Language has beed updated!" 4 | } -------------------------------------------------------------------------------- /i18n/vi-VN/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Hãy nhập ID của server hợp lệ!", 3 | "MISSING_NUMBER_DAYS": "Hãy nhập số ngày hợp lệ!", 4 | "ADDED": "Đã thêm **{{days}}** ngày premium cho server **{{guild}}**. Premium của server này sẽ hết hạn vào **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/ar-EG/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/ar-SA/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/da-DK/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/de-DE/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/en-PT/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/es-ES/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/it-IT/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/ja-JP/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/ko-KR/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/nl-NL/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/pl-PL/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/pt-PT/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/ro-RO/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/ru-RU/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/sv-SE/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/uk-UA/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/zh-CN/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Please specify a valid ID of guild!", 3 | "MISSING_NUMBER_DAYS": "Please specify a valid number of days!", 4 | "ADDED": "**{{days}}** days of premium added to guild **{{guild}}**. Premium for this guild will expire on **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "node-pango-bot", 3 | "build": { 4 | "dockerfile": "../Dockerfile" 5 | }, 6 | "settings": { 7 | "terminal.integrated.defaultProfile.linux": "bash" 8 | }, 9 | "remoteUser": "root", 10 | "runArgs": [ 11 | "--network=host" 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /i18n/hu-HU/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Kérlek, adj meg egy érvényes szerver azonosítót!", 3 | "MISSING_NUMBER_DAYS": "Adj meg egy érvényes napszámot!", 4 | "ADDED": "**{{days}}** nap prémium hozzáadva a szerverhez **{{guild}}**. A prémiumának a lejárási napja: **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "คุณต้องระบุจำนวนวัน (หรือ 'ปิดการใช้งาน' เพื่อปิดใช้งานเกณฑ์ปลอม)!", 3 | "UPDATED": "มีการอัปเดตเกณฑ์ปลอมบัญชีที่สร้างขึ้นในช่วง **วันที่ {{dayCount}} ที่ผ่านมา** จะถือว่าเป็นบัญชีปลอมโดยอัตโนมัติ!", 4 | "DISABLED": "เกณฑ์การปลอมถูกปิดใช้งาน!" 5 | } -------------------------------------------------------------------------------- /i18n/tr-TR/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Lütfen geçerli bir sunucu kimliği belirtin!", 3 | "MISSING_NUMBER_DAYS": "Lütfen geçerli bir gün sayısı belirtin!", 4 | "ADDED": "**{{guild}}** sunucusuna **{{days}}** günlük premium eklendi. Bu sunucunun premiumu **{{expiresAt}}** tarihinde bitecek." 5 | } -------------------------------------------------------------------------------- /i18n/th-TH/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "คุณต้องระบุบทบาทที่คุณต้องการลบออกจากรางวัล (ไวยากรณ์: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "บทบาทนี้ไม่ได้ใช้เพื่อรับรางวัล!", 4 | "TITLE": "🎯 บทบาทถูกลบ", 5 | "CONTENT": "บทบาทถูกลบออกจากรางวัล สมาชิกจะไม่ได้รับอีกต่อไปเมื่อถึงคำเชิญ **{{count}}**" 6 | } -------------------------------------------------------------------------------- /i18n/fr-FR/staff/addpremium.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_GUILD_ID": "Veuillez spécifier un ID de serveur valide !", 3 | "MISSING_NUMBER_DAYS": "Veuillez préciser un nombre de jours valide!", 4 | "ADDED": "**{{days}}** jours de premium ajoutés au serveur **{{guild}}**. L'abonnement premium de ce serveur expirera le **{{expiresAt}}**." 5 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/set-keep-ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "SUCCESS_ENABLED": "{{success}} | Rütbe koruma etkinleştirildi! Bir üye sunucudan ayrılıp tekrar katıldığında, rollerini geri alacak.", 3 | "SUCCESS_DISABLED": "{{success}} | Rütbe koruma devre dışı bırakıldı! Bir üye sunucudan ayrılıp tekrar katıldığında, rollerini geri almayacak." 4 | } -------------------------------------------------------------------------------- /i18n/ko-KR/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 역할 보상들", 3 | "RANK": "{{rank}} (**{{invites}}** 번 초대함.)", 4 | "NO_RANK_TITLE": "🎯 역할 없음", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "대시 보드에서 구성을 봅니다." 7 | } -------------------------------------------------------------------------------- /i18n/th-TH/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 รางวัลบทบาท", 3 | "RANK": "{{rank}} (**{{invites}}** คำเชิญ)", 4 | "NO_RANK_TITLE": "🎯 ไม่มีบทบาท", 5 | "NO_RANK_CONTENT": "คุณสามารถเพิ่มรางวัลตามบทบาท (เพิ่มเมื่อสมาชิกได้รับคำเชิญตามจำนวนที่กำหนด) โดยส่ง `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "ดูการกำหนดค่าบนแผงควบคุม" 7 | } -------------------------------------------------------------------------------- /i18n/he-IL/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 תגמולי רולים", 3 | "RANK": "{{rank}} (**{{invites}}** הזמנות)", 4 | "NO_RANK_TITLE": "🎯 אין רול", 5 | "NO_RANK_CONTENT": " אתה יכול להוסיף רול תגמול (הרול נוסף כאשר הממבר מגיע למספר מסויים של הזמנות) בעת שליחה `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "תראו באתר את הרולים המוגדרים" 7 | } -------------------------------------------------------------------------------- /i18n/hu-HU/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "A hamis küszöböt letiltották!" 5 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "Gün sayısını belirtmelisiniz (veya sahte eşiği devre dışı bırakmak için 'disable')!", 3 | "UPDATED": "Sahte eşik güncellendi, son **{{dayCount}} gün** içinde oluşturulan hesaplar otomatik olarak sahte hesap olarak kabul edilecek!", 4 | "DISABLED": "Sahte eşik devre dışı bırakıldı!" 5 | } -------------------------------------------------------------------------------- /i18n/ko-KR/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "이 역할은 보상에 사용되지 않습니다!", 4 | "TITLE": "🎯 역할이 제거되었습니다.", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/tr-TR/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Rol ödülleri", 3 | "RANK": "{{rank}} (**{{invites}}** davet)", 4 | "NO_RANK_TITLE": "🎯 Rol yok", 5 | "NO_RANK_CONTENT": "`{{prefix}}addrank number @role` komutuyla rol ödülü ekleyebilirsiniz (bir üye belirli sayıda davete ulaştığında eklenir)!", 6 | "VIEW_CONF": "Ayarları gösterge panelinde görün" 7 | } -------------------------------------------------------------------------------- /i18n/tr-TR/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "Ödüllerden kaldırmak istediğiniz rolü belirtmelisiniz. (Sözdizimi: {{prefix}}removerank @rol)", 3 | "DOESNT_EXIST": "Bu rol zaten bir ödül değil!", 4 | "TITLE": "🎯 Rol kaldırıldı", 5 | "CONTENT": "Rol ödüllerden kaldırıldı. Üyeler **{{count}}** davete ulaştıklarında artık bu rolü alamayacaklar." 6 | } -------------------------------------------------------------------------------- /i18n/af-ZA/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "To add a role reward (added when a member reach a certain number of invites), write `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/bg-BG/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/ca-ES/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "To add a role reward (added when a member reach a certain number of invites), write `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "To add a role reward (added when a member reach a certain number of invites), write `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/el-GR/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "To add a role reward (added when a member reach a certain number of invites), write `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/en-US/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/fi-FI/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "To add a role reward (added when a member reach a certain number of invites), write `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/sr-SP/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "To add a role reward (added when a member reach a certain number of invites), write `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/vi-VN/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/set-fake-threshold.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_DAYS": "You must specify a number of days (or 'disable' to disable the fake threshold)!", 3 | "UPDATED": "The fake threshold has been updated, accounts created in the last **{{dayCount}} days** will automatically be considered as fake accounts!", 4 | "DISABLED": "The fake threshold has been disabled!" 5 | } -------------------------------------------------------------------------------- /i18n/zh-TW/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "To add a role reward (added when a member reach a certain number of invites), write `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: npm 4 | directory: "/" 5 | schedule: 6 | interval: daily 7 | open-pull-requests-limit: 10 8 | target-branch: develop 9 | ignore: 10 | - dependency-name: mongoose 11 | versions: 12 | - "> 5.9.20" 13 | - dependency-name: markdown-table 14 | versions: 15 | - 3.0.0 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Node 2 | node_modules/ 3 | package-lock.json 4 | yarn*.log 5 | 6 | # Conf 7 | config.js 8 | !commands/config/config.js 9 | 10 | # Macos 11 | .DS_Store 12 | 13 | # SQL and CSV files 14 | *.sql 15 | *.csv 16 | *.csv.txt 17 | 18 | # To do list 19 | .todo 20 | 21 | # X 22 | 23 | migrate* 24 | tets* 25 | integrations* 26 | 27 | # JetBrains IDE 28 | .idea -------------------------------------------------------------------------------- /i18n/af-ZA/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must ment-ion the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/ar-EG/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/ar-SA/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/bg-BG/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Награди за роли", 3 | "RANK": "{{rank}} (**{{invites}}** покани)", 4 | "NO_RANK_TITLE": "🎯Няма роля", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Проверете конфигурацията на таблото" 7 | } -------------------------------------------------------------------------------- /i18n/ca-ES/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must ment-ion the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must ment-ion the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/da-DK/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/el-GR/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must ment-ion the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/en-PT/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/fi-FI/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must ment-ion the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/he-IL/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/it-IT/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/ja-JP/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/lt-LT/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/pl-PL/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/ru-RU/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/sr-SP/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must ment-ion the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/sv-SE/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/tl-PH/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/uk-UA/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/zh-CN/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/zh-TW/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must ment-ion the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Role removed", 5 | "CONTENT": "Role removed from rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/ar-EG/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/ar-SA/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/da-DK/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/en-PT/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/it-IT/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/ja-JP/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/lt-LT/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/no-NO/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invitasjoner)", 4 | "NO_RANK_TITLE": "🎯 Ingen rolle", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Se konfigurasjonen på dashbordet" 7 | } -------------------------------------------------------------------------------- /i18n/no-NO/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "This role is not used for rewards!", 4 | "TITLE": "🎯 Rolle fjernet", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/pl-PL/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/pt-BR/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Recompensa de cargos", 3 | "RANK": "{{rank}} (**{{invites}}** convites)", 4 | "NO_RANK_TITLE": "🎯 Sem cargos", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Veja a configuração no painel" 7 | } -------------------------------------------------------------------------------- /i18n/pt-PT/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Recompensas de cargos", 3 | "RANK": "{{rank}} (**{{invites}}** convites)", 4 | "NO_RANK_TITLE": "🎯 Sem cargo", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Veja as configurações no painel" 7 | } -------------------------------------------------------------------------------- /i18n/ru-RU/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/sv-SE/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/tl-PH/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/uk-UA/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/vi-VN/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "Phần thưởng vai trò", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "Không có vai trò", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Xem toàn bộ config trên dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/zh-CN/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Roles rewards", 3 | "RANK": "{{rank}} (**{{invites}}** invites)", 4 | "NO_RANK_TITLE": "🎯 No role", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "View the configuration on the dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/bg-BG/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Тази роля не е използвана за награди!", 4 | "TITLE": "🎯 Ролята е премахната", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/es-ES/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯Recompensas de roles", 3 | "RANK": "{{rank}} (**{{invites}}** invitaciones)", 4 | "NO_RANK_TITLE": "🎯Sin rol", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Ver la configuración en el tablero" 7 | } -------------------------------------------------------------------------------- /i18n/es-ES/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Este role no es usado para recompensas!", 4 | "TITLE": "🎯 Role eliminado", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/hu-HU/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Ezt a rangot nem használják jutalomra!", 4 | "TITLE": "🎯 Rang eltávolítva", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/nl-NL/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Rol beloningen", 3 | "RANK": "{{rank}} (**{{invites}}** uitnodigingen)", 4 | "NO_RANK_TITLE": "🎯 Geen rol", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Zie de configuratie in het dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/pt-PT/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Esse cargo não é usado para recompensas!", 4 | "TITLE": "🎯 Cargo removido", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/ro-RO/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Acest rol nu este folosit pentru recompense!", 4 | "TITLE": "🎯 Rol eliminat", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/af-ZA/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**", 4 | "PREMIUM": ":crown: | Hey, **{{username}}**! This feature is only available for premium servers. Get premium here: **** !" 5 | } -------------------------------------------------------------------------------- /i18n/af-ZA/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/ar-EG/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/ar-SA/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/ca-ES/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**", 4 | "PREMIUM": ":crown: | Hey, **{{username}}**! This feature is only available for premium servers. Get premium here: **** !" 5 | } -------------------------------------------------------------------------------- /i18n/ca-ES/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**", 4 | "PREMIUM": ":crown: | Hey, **{{username}}**! This feature is only available for premium servers. Get premium here: **** !" 5 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/da-DK/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/el-GR/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**", 4 | "PREMIUM": ":crown: | Hey, **{{username}}**! This feature is only available for premium servers. Get premium here: **** !" 5 | } -------------------------------------------------------------------------------- /i18n/el-GR/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/en-PT/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/en-US/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/es-ES/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/fi-FI/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**", 4 | "PREMIUM": ":crown: | Hey, **{{username}}**! This feature is only available for premium servers. Get premium here: **** !" 5 | } -------------------------------------------------------------------------------- /i18n/fi-FI/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/fr-FR/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Ce rôle n'est pas utilisé pour les récompenses !", 4 | "TITLE": "🎯 Rôle retiré", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/he-IL/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/it-IT/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/ja-JP/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/ko-KR/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/lt-LT/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/nl-NL/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Deze rol wordt niet gebruikt voor beloningen!", 4 | "TITLE": "🎯 Rol verwijderd", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/nl-NL/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/no-NO/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/pl-PL/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/pt-BR/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "Você deve especificar o cargo que deseja remover das recompensas. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Esse cargo não é usada para recompensas!", 4 | "TITLE": "🎯 Cargo Removido", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/pt-BR/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/ru-RU/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/sr-SP/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**", 4 | "PREMIUM": ":crown: | Hey, **{{username}}**! This feature is only available for premium servers. Get premium here: **** !" 5 | } -------------------------------------------------------------------------------- /i18n/sr-SP/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/sv-SE/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/tl-PH/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/uk-UA/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/zh-CN/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/zh-TW/config/setjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ENABLED": "**The join messages in direct messages are now __ENABLED__!**", 3 | "DISABLED": "**The join messages in direct messages are now __DISABLED__!**", 4 | "PREMIUM": ":crown: | Hey, **{{username}}**! This feature is only available for premium servers. Get premium here: **** !" 5 | } -------------------------------------------------------------------------------- /i18n/zh-TW/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Join system :", 3 | "ENABLED_YES_CONTENT": "{{success}} Join messages in dm enabled. Disable them with `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Join messages in dm disabled. Enable them with `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "No message defined. Set it with `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/de-DE/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Rollen Belohnungen", 3 | "RANK": "{{rank}} (**{{invites}}** Einladungen)", 4 | "NO_RANK_TITLE": "🎯 Keine Rolle", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Zeige die Konfiguration auf dem Dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/de-DE/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Diese Rolle wird nicht für Belohnungen verwendet!", 4 | "TITLE": "🎯 Role entfernt", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: ระบบเข้าร่วม DM :", 3 | "ENABLED_YES_CONTENT": "{{success}} เข้าร่วมข้อความใน DM เปิดใช้งาน ปิดการใช้งานด้วย `{{prefix}}setdmjoin`", 4 | "ENABLED_NO_CONTENT": "{{error}} ข้อความเข้าร่วมใน DM ถูกปิดใช้งาน เปิดใช้งานด้วย `{{prefix}}setdmjoin`", 5 | "MESSAGE_CONTENT": "ไม่ได้กำหนดข้อความ ตั้งค่าด้วย `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/vi-VN/admin/removerank.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING": "You must specify the role you want to remove from rewards. (Syntax: {{prefix}}removerank @role)", 3 | "DOESNT_EXIST": "Role này không được sử dụng làm phần thưởng!", 4 | "TITLE": "🎯 Role đã được loại bỏ", 5 | "CONTENT": "Role removed from the rewards. The members will no longer obtain it when they reach **{{count}}** invites." 6 | } -------------------------------------------------------------------------------- /i18n/hu-HU/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Rangért járó jutalmak", 3 | "RANK": "{{rank}} (**{{invites}}** meghívás)", 4 | "NO_RANK_TITLE": "🎯 Nincs szerepe", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Tekintsd meg a konfigurációt az irányítópulton" 7 | } -------------------------------------------------------------------------------- /i18n/ro-RO/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Recompensele rolurilor", 3 | "RANK": "{{rank}} (**{{invites}}** invitatii)", 4 | "NO_RANK_TITLE": "🎯 Nici un rol", 5 | "NO_RANK_CONTENT": "You can add a role reward (added when a member reach a certain number of invites) by sending `{{prefix}}addrank number @role`!", 6 | "VIEW_CONF": "Vizualizați configurația de pe tabloul de bord" 7 | } -------------------------------------------------------------------------------- /i18n/fr-FR/admin/ranks.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "🎯 Rôle récompenses", 3 | "RANK": "{{rank}} (**{{invites}}** invitations)", 4 | "NO_RANK_TITLE": "🎯 Aucun rôle", 5 | "NO_RANK_CONTENT": "Pour ajouter une récompense de rôle (ajoutée lorsqu'un membre atteint un certain nombre d'invitations), envoyez `{{prefix}}addrank nombre @role` !", 6 | "VIEW_CONF": "Voir la configuration sur le dashboard" 7 | } -------------------------------------------------------------------------------- /i18n/ro-RO/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total de **{{totalCount}}** membri (**{{humanCount}}** oameni si **{{botCount}}** boti)", 4 | "DND": "{{emoji}} | {{count}} membrii dnd", 5 | "ONLINE": "{{emoji}} | {{count}} membrii online", 6 | "IDLE": "{{emoji}} | {{count}} membrii idle", 7 | "OFFLINE": "{{emoji}} | {{count}} membrii offline" 8 | } -------------------------------------------------------------------------------- /i18n/th-TH/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "จำนวนสมาชิกของ {{guild}}", 3 | "TOTAL": "จำนวน **{{totalCount}}** สมาชิก (**{{humanCount}}** มนุษย์และ **{{botCount}}** บอท)", 4 | "DND": "➔ {{emoji}} | {{count}} สมาชิก dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} สมาชิกออนไลน์", 6 | "IDLE": "➔ {{emoji}} | {{count}} สมาชิก idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} สมาชิกออฟไลน์" 8 | } -------------------------------------------------------------------------------- /i18n/tr-TR/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}} Üye Sayısı", 3 | "TOTAL": "Totalde **{{totalCount}}** üye (**{{humanCount}}** insan ve **{{botCount}}** bot)", 4 | "DND": "{{emoji}} | {{count}} üye rahatsız etmeyin", 5 | "ONLINE": "{{emoji}} | {{count}} üye çevrimiçi", 6 | "IDLE": "➔ {{emoji}} | {{count}} üye uykuda", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} üye çevrimdışı" 8 | } -------------------------------------------------------------------------------- /sharder.js: -------------------------------------------------------------------------------- 1 | const { ShardingManager } = require("discord.js"); 2 | const manager = new ShardingManager("./index.js", { 3 | token: require("./config").token, 4 | totalShards: require("./config").shardCount, 5 | shardArgs: [ ...process.argv, ...[ "--sharded" ] ] 6 | }); 7 | 8 | const log = require("./helpers/logger"); 9 | log("ManageInvite has been started! 🚀\n"); 10 | 11 | manager.spawn(); 12 | -------------------------------------------------------------------------------- /i18n/af-ZA/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/ar-EG/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/ar-SA/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/ca-ES/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/cs-CZ/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/da-DK/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/el-GR/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/en-PT/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/es-ES/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/fi-FI/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/it-IT/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/ja-JP/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/ko-KR/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/lt-LT/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/nl-NL/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/no-NO/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/pl-PL/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/ru-RU/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/sr-SP/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/sv-SE/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/th-TH/admin/removeinvites.json: -------------------------------------------------------------------------------- 1 | { 2 | "CONFIRMATION": "Are you sure you want to remove all the server invites?", 3 | "LOADING": "{{loading}} | การลบคำเชิญของเซิร์ฟเวอร์ปัจจุบัน .... คุณจะสามารถกู้คืนได้ด้วยคำสั่ง `{{prefix}}restore-invite`!", 4 | "TITLE": "☄️ รีเซ็ตคำเชิญ!", 5 | "DESCRIPTION": "{{success}} | คำเชิญเซิร์ฟเวอร์ถูกรีเซ็ตแล้ว! คุณจะสามารถกู้คืนได้ด้วยคำสั่ง `{{prefix}}restore-invite`!" 6 | } -------------------------------------------------------------------------------- /i18n/th-TH/config/cmd-channel.json: -------------------------------------------------------------------------------- 1 | { 2 | "MISSING_CHANNEL": "โปรดระบุช่องที่ถูกต้องซึ่งจะอนุญาตให้ใช้คำสั่งได้!", 3 | "SUCCESS_DISABLED": "ตอนนี้คำสั่งจะได้รับอนุญาตในทุกช่อง!", 4 | "SUCCESS_ENABLED": "คำสั่งจะได้รับอนุญาตใน {{channel}} เท่านั้น! (ใช้ `{{prefix}}cmd-channel` เพื่ออนุญาตให้ใช้ได้ในทุกช่อง)", 5 | "DISABLE_NO_CHANNEL": "Can not disable command channel because it has not been defined yet." 6 | } -------------------------------------------------------------------------------- /i18n/tl-PH/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/tr-TR/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Giriş sistemi:", 3 | "ENABLED_YES_CONTENT": "{{success}} DM yoluyla giriş mesajı etkinleştirildi. `{{prefix}}setdmjoin` yazarak kapatın.", 4 | "ENABLED_NO_CONTENT": "{{error}} DM yoluyla ayrılma mesajı kapandı. `{{prefix}}setdmjoin` yazarak etkinleştirin.", 5 | "MESSAGE_CONTENT": "Tanımlanmış mesaj yok. `{{prefix}}configdm` ile ayarlayın!" 6 | } -------------------------------------------------------------------------------- /i18n/uk-UA/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/zh-CN/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/zh-TW/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s MemberCount", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} members dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/pt-PT/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "Contagem de membros de {{guild}}", 3 | "TOTAL": "Total de {{totalCount}} membros (**{{humanCount}}** humanos e **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} membros dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} membros online", 6 | "IDLE": "➔ {{emoji}} | {{count}} membros ausentes", 7 | "OFFLINE": "{{emoji}} | {{count}} membros offlines" 8 | } -------------------------------------------------------------------------------- /i18n/de-DE/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: DM Beitritts System :", 3 | "ENABLED_YES_CONTENT": "{{success}} Beitritts Nachrichten in dm aktiviert. Deaktiviere sie mit `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Beitritts Nachrichten in dm deaktiviert. Aktiviere sie mit `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "Keine Nachricht gesetzt. Setze sie mit `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/fr-FR/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: Système d'arrivées en MP :", 3 | "ENABLED_YES_CONTENT": "{{success}} Messages d'arrivées en MP activés. Désactivez-les avec `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Messages d'arrivées en MP désactivés. Activez-les avec `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "Pas de message défini. Définissez-le avec `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/pt-BR/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}'s Numero de membros", 3 | "TOTAL": "Total de ** {{totalCount}} ** membros (** {{humanCount}} ** humanos e ** {{botCount}} ** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} membros dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} membros offline" 8 | } -------------------------------------------------------------------------------- /i18n/th-TH/core/leaderboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "USER": "{{position}} **{{username}}** - **{{invites}}** invites (**{{regular}}** regular, **{{bonus}}** bonus, **{{fake}}** fake, **{{leaves}}** leaves)", 3 | "PROMPT": "{{user}} คุณต้องการไปที่หน้าใด ส่ง`cancel` หรือ `0` เพื่อยกเลิก", 4 | "EMPTY_TITLE": "😕 ไม่พบคำเชิญ", 5 | "EMPTY_CONTENT": "เริ่มเชิญผู้คนและคุณจะปรากฏในหน้านี้!", 6 | "TITLE": "ลีดเดอร์บอร์ดการเชิญ" 7 | } -------------------------------------------------------------------------------- /i18n/he-IL/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}' כמות אנשים", 3 | "TOTAL": "Total of **{{totalCount}}** members (**{{humanCount}}** humans and **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} משתמשים נא לא להפריע", 5 | "ONLINE": "➔ {{emoji}} | {{count}} משתמשים מחוברים", 6 | "IDLE": "➔ {{emoji}} | {{count}} משתמשים לא מכוון", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} משתמשים לא מחוברים" 8 | } -------------------------------------------------------------------------------- /i18n/pt-PT/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: Sistema de entrada no privado:", 3 | "ENABLED_YES_CONTENT": "{{success}} Mensagens de entrada no privado ativadas. Desativa-as com `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Mensagens de entrada no privado desativadas. Ativa-as com `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "Nenhuma mensagem definida. Defina-a com `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/ro-RO/config/testjoindm.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": ":wrench: Sistemul de intrare in DM :", 3 | "ENABLED_YES_CONTENT": "{{success}} Mesajele de intrare din dm sunt activate. Dezactiveaza-le cu `{{prefix}}setdmjoin`.", 4 | "ENABLED_NO_CONTENT": "{{error}} Mesajele de intrare din dm sunt dezactivate. Activeaza-le cu `{{prefix}}setdmjoin`.", 5 | "MESSAGE_CONTENT": "Niciun mesaj definit. Seteaza-l cu `{{prefix}}configdm`!" 6 | } -------------------------------------------------------------------------------- /i18n/fr-FR/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "MemberCount de {{guild}}", 3 | "TOTAL": "Total de **{{totalCount}}** membres (**{{humanCount}}** humains et **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} membres en ne pas déranger", 5 | "ONLINE": "➔ {{emoji}} | {{count}} membres en ligne", 6 | "IDLE": "➔ {{emoji}} | {{count}} membres AFK", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} membres hors ligne" 8 | } -------------------------------------------------------------------------------- /i18n/vi-VN/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "Số lượng thành viên của {{guild}}", 3 | "TOTAL": "Có tổng cộng **{{totalCount}}** thành viên (**{{humanCount}}** người dùng và **{{botCount}}** bots)", 4 | "DND": "➔ {{emoji}} | {{count}} thành viên dnd", 5 | "ONLINE": "➔ {{emoji}} | {{count}} members online", 6 | "IDLE": "➔ {{emoji}} | {{count}} members idle", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} members offline" 8 | } -------------------------------------------------------------------------------- /i18n/de-DE/core/membercount.json: -------------------------------------------------------------------------------- 1 | { 2 | "TITLE": "{{guild}}s Mitgliederzahl", 3 | "TOTAL": "Insgesamt **{{totalCount}}** Mitglieder (**{{humanCount}}** Menschen und **{{botCount}}** Bots)", 4 | "DND": "➔ {{emoji}} | {{count}} Mitglieder offline", 5 | "ONLINE": "➔ {{emoji}} | {{count}} Mitglieder online", 6 | "IDLE": "➔ {{emoji}} | {{count}} Mitglieder Abwesend", 7 | "OFFLINE": "➔ {{emoji}} | {{count}} Mitglieder offline" 8 | } --------------------------------------------------------------------------------