Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #43

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions tr/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"SKIP_NO_TRACKS": "There are no tracks in the queue!",
"SEARCH_NO_ARGS": "❌**︱**Please enter an args!",
"SEARCH_SEARCHING": "**Searching `{0}`...**",
"SEARCH_NO_RESULTS": "❌**︱**No results found!",
"SEARCH_NO_RESULTS": "❌**︱**Sonuç bulunamadı!",
"SEARCH_RESULTS_TITLE": "**Search Results For: `{0}`**",
"LEAVE_BEING_USED": "I'm being used in a different channel.",
"VOLUME_NO_ARGS": "❌**︱**Please enter an args!",
Expand All @@ -30,9 +30,9 @@
"VOLUME_SET": "**☑️︱Volume changed from `{0}` to `{1}`.**",
"LOOP_ASK": "**What kind of loop do you enjoy?**",
"LOOP_ASK_HELP": "Queue: Repeat all tracks in the queue. \nSong: Repeat the played track.",
"LOOP_OFF_LABEL": "Off",
"LOOP_SONG_LABEL": "Song",
"LOOP_QUEUE_LABEL": "Queue",
"LOOP_OFF_LABEL": "Kapalı",
"LOOP_SONG_LABEL": "Şarkı",
"LOOP_QUEUE_LABEL": "Sıra",
"LOOP_SET_OFF": "⭕**︱**The loop mode is *off*",
"LOOP_SET_QUEUE": "🔁**︱**The **Queue** loop mode is *on*",
"LOOP_SET_SONG": "🔁**︱**The **Song** loop mode is *on*",
Expand All @@ -43,12 +43,12 @@
"SETTINGS_SETNAME_SUCCESS": "☑️**︱**Username has been changed",
"SETTINGS_SETAVATAR_SUCCESS": "☑️**︱**Avatar has been changed",
"SETTINGS_PREFIX_SUCCESS": "☑️**︱**Prefix has been changed",
"SETTINGS_ERROR": "Error: {0}",
"QUEUE_EMPTY": "> **🎶 Nothing in queue!**",
"SETTINGS_ERROR": "Hata: {0}",
"QUEUE_EMPTY": "> **🎶 Listede Birşey Yok!**",
"QUEUE_EMBED_TITLE": "🎶 Current Queue︱{0} entries",
"QUEUE_EMBED_DESCRIPTION": "**{0}**",
"QUEUE_EMBED_CONTENT": "**{0} {1}**",
"NP_NATHING_PLAYING": "> **🎶 Nothing playing now!**",
"NP_NATHING_PLAYING": "> **🎶 Şuanda oynanan birşey yok!**",
"ADD_ADMIN_NO_BOTS": "**❕︱You don't have any bots!**",
"ADD_ADMIN_INVALID_ARGS": "**❕︱You must enter a valid user's ID!**",
"ADD_ADMIN_SUCCESS_MANY": "☑️**︱**{0} Added as admin to all your {1} bots.",
Expand All @@ -67,7 +67,7 @@
"DEL_SERVER_NO_BOTS": "**❕︱You don't have any bots!**",
"DEL_SERVER_TOO_MANY_SERVERS": "**❕︱You have too many servers!**",
"DEL_SERVER_LIST_CONTENT": "Please unselect servers from the list to delete them",
"DEL_SERVER_REMOVED": "Server/s removed",
"DEL_SERVER_REMOVED": "Sunucu/lar kaldırıldı",
"DEL_SERVER_FETCHING": "Fetching servers...",
"ADD_SERVER_NO_ARGS": "**❕︱You must enter a server's ID or invite link!**",
"ADD_SERVER_INVALID_ARGS": "**❕︱You must enter a valid server's ID or invite link!**",
Expand All @@ -93,10 +93,10 @@
"TEXT_TOGGLE_CHANNEL_ALLOWED": "**> 🔓 - {0}**",
"TEXT_TOGGLE_CHANNELS_DENIED": "> 🔒 - {0}",
"TEXT_TOGGLE_CHANNELS_ALLOWED": "> 🔓 - {0}",
"SET_LANG_ASK": "**Select your preferred language**",
"SET_LANG_CHANGED": "The bot language has been changed to `{0}`",
"SET_LANG_ASK": "**Tercih etiiğiniz dilinizi seçin**",
"SET_LANG_CHANGED": "Botun dili `{0}` olarak değiştirildi",
"NO_PREFIX_NO_ARGS": "**:bulb: No prefix commands.\n`{0}nop [on]`: Enable no prefix mode.\n`{0}nop [off]`: Disable no prefix mode.\n`{0}nop [voice]`: Link bot with voice channel.\n`{0}nop [chat]`: Link bot with text channel.**",
"NO_PREFIX_NOT_IN_CHANNEL": "You have to be connected to a voice channel before you can use this command!",
"NO_PREFIX_NOT_IN_CHANNEL": "Bu komutu kullanmadan önce bir ses kanalına katılmış olmalısın!",
"NO_PREFIX_SET_ON": "**🟢︱No prefix mode** has been set to `on`.",
"NO_PREFIX_SET_OFF": "**🔴︱No prefix mode** has been set to `off`.",
"NO_PREFIX_VOICE_SET": "☑️**︱**This bot now linked with `{0}` voice channel.",
Expand Down