mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Formatted code
This commit is contained in:
+171
-171
@@ -1,172 +1,172 @@
|
||||
{
|
||||
"common": {
|
||||
"available_args": "Available arguments",
|
||||
"member_no_permissions": "Access denied (O_O;)",
|
||||
"member_no_permissions_description": "You need ``{{PERMISSIONS}}`` permissions on this guild",
|
||||
"bot_no_permissions": "I don't have permission (O_O;)",
|
||||
"bot_no_permissions_description": "I need ``{{PERMISSIONS}}`` permissions",
|
||||
"processing": "Please wait a moment~",
|
||||
"processing_description": "Getting it done right now! (งᓀ‸ᓂ)ง"
|
||||
},
|
||||
"stats": {
|
||||
"title": "Stats",
|
||||
"info": "Statistical data of me",
|
||||
"users": "Users",
|
||||
"x_servers": "{{COUNT}} servers",
|
||||
"x_users": "{{COUNT}} users",
|
||||
"uptime_since": "Uptime since",
|
||||
"server_uptime_x": "Server | {{{TIME}}}",
|
||||
"process_uptime_x": "Process | {{{TIME}}}"
|
||||
},
|
||||
"userinfo": {
|
||||
"title": "User Information",
|
||||
"info": "Show information of a specific user, such as status, activities, and more",
|
||||
"valid_args": "(``@Mention or User ID``)",
|
||||
"user_not_found": "I cannot find that user, is your information correct?",
|
||||
"online": "Online",
|
||||
"idle": "Idle",
|
||||
"dnd": "Do not disturb",
|
||||
"offline": "Recently Offline",
|
||||
"unknown": "Offline / Unknown",
|
||||
"user_guild_info": "Information on this guild",
|
||||
"join_date_unknown": "Unknown join date",
|
||||
"join_date": "Joined {{{TIME}}}",
|
||||
"guild_owner": "Owner of this guild",
|
||||
"custom_status": "Custom Status",
|
||||
"playing_x": "Playing {{NAME}}",
|
||||
"streaming_x": "Streaming {{NAME}}",
|
||||
"listening_x": "Listening to {{NAME}}",
|
||||
"watching_x": "Watching {{NAME}}",
|
||||
"competing_x": "Competing {{NAME}}",
|
||||
"since": "Since {{{TIME}}}",
|
||||
"end": "Ending {{{TIME}}}"
|
||||
},
|
||||
"say": {
|
||||
"title": "Say",
|
||||
"info": "Make me say something that you want~",
|
||||
"valid_args": "``(Text message)``",
|
||||
"success": "Done~, I posted a message with your content!",
|
||||
"error": "An error occurred while trying to post the message with your content!"
|
||||
},
|
||||
"invite": {
|
||||
"title": "Invite",
|
||||
"info": "[Invite {{BOT_NAME}} to your server!]({{{LINK}}})",
|
||||
"private": "{{BOT_NAME}}'s invite is currently private. Only the developers can add me to another server"
|
||||
},
|
||||
"help": {
|
||||
"title": "Help - {{BOT_NAME}}",
|
||||
"prefix_title": "Prefix",
|
||||
"prefix_description": "You can call me using ``{{{PREFIX}}}``, {{{PREFIX_MENTION}}} or ``/slash command``",
|
||||
"available_commands": "Available commands",
|
||||
"general": "General",
|
||||
"music": "Music",
|
||||
"games": "Games",
|
||||
"admin": "Admin",
|
||||
"developer": "Developer",
|
||||
"footer": "Made with 💖 and [open source]"
|
||||
},
|
||||
"musicplayer": {
|
||||
"now_playing": "Now playing",
|
||||
"now_playing_repeating": "Now playing (Repeating)",
|
||||
"no_music_playing": "There are no music playing (ᴗ˳ᴗ);",
|
||||
"not_in_voice": "You need to be in the voice channel first~",
|
||||
"different_voice_channel": "You are not in the same voice channel as me!",
|
||||
"track_error": "Error while playing music, skipping this track"
|
||||
},
|
||||
"musicplayer_join": {
|
||||
"success": "Successfully joined the voice channel, I'm here now~",
|
||||
"error": "Unable to join the voice channel",
|
||||
"disconnected": "Disconnected",
|
||||
"disconnected_reason_disconnected": "I got disconnected from the voice channel",
|
||||
"in_use": "I can't join mutiple voice channel on the same guild.\n There are also somebody listening to the music in the voice channel I'm currently in.",
|
||||
"in_use_wait": "Wait until I finish playing there or I'm alone there. Better yet, join them!",
|
||||
"can_force_move": "\n\n**Or... just (ab)use your admin permissions and move me to where you want!**",
|
||||
"already_joined_title": "I'm already here~ (* ^ ω ^)",
|
||||
"already_joined_description": "Already in the voice channel you are currently connected to"
|
||||
},
|
||||
"musicplayer_leave": {
|
||||
"success": "Successfully left the voice channel, see ya!"
|
||||
},
|
||||
"musicplayer_loop": {
|
||||
"info": "Current loop mode is {{MODE}}",
|
||||
"valid_args": "Available loop mode: ``None`` ``Current``",
|
||||
"invalid": "Invalid loop mode",
|
||||
"loop_set": "Loop mode is now set to {{MODE}}"
|
||||
},
|
||||
"musicplayer_pause": {
|
||||
"paused": "Paused",
|
||||
"already_paused": "Already paused (´。• ω •。`)"
|
||||
},
|
||||
"musicplayer_resume": {
|
||||
"resumed": "Resumed",
|
||||
"not_paused": "The music is already playing (´。• ᵕ •。`)"
|
||||
},
|
||||
"musicplayer_play": {
|
||||
"title": "Play",
|
||||
"info": "Play a song",
|
||||
"valid_args": "``(Search query or Link)``",
|
||||
"queue_added_song": "Song added to queue! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs": "Songs added to queue! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs_description": "Added {{COUNT}} songs to the queue",
|
||||
"error": "Error while looking up the song"
|
||||
},
|
||||
"musicplayer_playmy": {
|
||||
"not_detected": "You don't seem to be listening to any music currently according to your activity"
|
||||
},
|
||||
"musicplayer_queue": {
|
||||
"title": "Queue",
|
||||
"valid_args": "``Clear`` ``Shuffle``",
|
||||
"empty": "The queue is empty! (っ˘ω˘ς )",
|
||||
"now_playing": "Now playing",
|
||||
"upcoming_song": "Upcoming song",
|
||||
"looping_current": "(Looping current)",
|
||||
"song_x_in_queue": "There are {{COUNT}} song in the queue!",
|
||||
"cleared": "Queue cleared~ (。•ˇ‸ˇ•。)",
|
||||
"shuffled": "Queue shuffled"
|
||||
},
|
||||
"musicplayer_search": {
|
||||
"title": "Search",
|
||||
"info": "Search for a song",
|
||||
"valid_args": "``(Search query)``",
|
||||
"title_result": "Search result",
|
||||
"x_results_found": "{{COUNT}} results found"
|
||||
},
|
||||
"musicplayer_skip": {
|
||||
"skipped": "Skipped",
|
||||
"skipped_last_song": "Skipped, that was the last song"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"description": "Change how {{BOT_NAME}} behave on **{{{GUILD_NAME}}}**",
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "Current prefix is {{{PREFIX}}}",
|
||||
"info_description": "Provide a new prefix to change",
|
||||
"prefix_too_long": "Prefix too long",
|
||||
"prefix_too_long_description": "Can you even remember that? 😆",
|
||||
"prefix_is_mention": "Prefix cannot be @Mention of me",
|
||||
"prefix_is_mention_description": "You can already call me by mentioning me. I got that covered, don't worry",
|
||||
"prefix_updated": "Prefix updated",
|
||||
"prefix_updated_description": "From now onwards, I shall be called by using ``{{{PREFIX}}}``"
|
||||
},
|
||||
"settings_language": {
|
||||
"info": "Current language is {{LANGUAGE}}",
|
||||
"info_description": "Provide a new language to change\n**Available languages**: ``{{LANGUAGES}}``",
|
||||
"language_invalid": "Invalid language",
|
||||
"language_invalid_description": "The language code is invalid or not supported yet",
|
||||
"language_updated": "Language updated",
|
||||
"language_updated_description": "I will be using {{LANGUAGE}} from now on"
|
||||
},
|
||||
"ping": {
|
||||
"title": "Network performance",
|
||||
"title_processing": "Measuring network performance ( ◕▿◕ )",
|
||||
"running_on": "Running on {{HOST}}",
|
||||
"development_environment": "Development Environment"
|
||||
},
|
||||
"support": {
|
||||
"title": "Support",
|
||||
"info": "[Join {{BOT_NAME}}'s support server]({{{LINK}}})",
|
||||
"not_available": "{{BOT_NAME}}'s support server is currently unavailable"
|
||||
}
|
||||
}
|
||||
"common": {
|
||||
"available_args": "Available arguments",
|
||||
"member_no_permissions": "Access denied (O_O;)",
|
||||
"member_no_permissions_description": "You need ``{{PERMISSIONS}}`` permissions on this guild",
|
||||
"bot_no_permissions": "I don't have permission (O_O;)",
|
||||
"bot_no_permissions_description": "I need ``{{PERMISSIONS}}`` permissions",
|
||||
"processing": "Please wait a moment~",
|
||||
"processing_description": "Getting it done right now! (งᓀ‸ᓂ)ง"
|
||||
},
|
||||
"stats": {
|
||||
"title": "Stats",
|
||||
"info": "Statistical data of me",
|
||||
"users": "Users",
|
||||
"x_servers": "{{COUNT}} servers",
|
||||
"x_users": "{{COUNT}} users",
|
||||
"uptime_since": "Uptime since",
|
||||
"server_uptime_x": "Server | {{{TIME}}}",
|
||||
"process_uptime_x": "Process | {{{TIME}}}"
|
||||
},
|
||||
"userinfo": {
|
||||
"title": "User Information",
|
||||
"info": "Show information of a specific user, such as status, activities, and more",
|
||||
"valid_args": "(``@Mention or User ID``)",
|
||||
"user_not_found": "I cannot find that user, is your information correct?",
|
||||
"online": "Online",
|
||||
"idle": "Idle",
|
||||
"dnd": "Do not disturb",
|
||||
"offline": "Recently Offline",
|
||||
"unknown": "Offline / Unknown",
|
||||
"user_guild_info": "Information on this guild",
|
||||
"join_date_unknown": "Unknown join date",
|
||||
"join_date": "Joined {{{TIME}}}",
|
||||
"guild_owner": "Owner of this guild",
|
||||
"custom_status": "Custom Status",
|
||||
"playing_x": "Playing {{NAME}}",
|
||||
"streaming_x": "Streaming {{NAME}}",
|
||||
"listening_x": "Listening to {{NAME}}",
|
||||
"watching_x": "Watching {{NAME}}",
|
||||
"competing_x": "Competing {{NAME}}",
|
||||
"since": "Since {{{TIME}}}",
|
||||
"end": "Ending {{{TIME}}}"
|
||||
},
|
||||
"say": {
|
||||
"title": "Say",
|
||||
"info": "Make me say something that you want~",
|
||||
"valid_args": "``(Text message)``",
|
||||
"success": "Done~, I posted a message with your content!",
|
||||
"error": "An error occurred while trying to post the message with your content!"
|
||||
},
|
||||
"invite": {
|
||||
"title": "Invite",
|
||||
"info": "[Invite {{BOT_NAME}} to your server!]({{{LINK}}})",
|
||||
"private": "{{BOT_NAME}}'s invite is currently private. Only the developers can add me to another server"
|
||||
},
|
||||
"help": {
|
||||
"title": "Help - {{BOT_NAME}}",
|
||||
"prefix_title": "Prefix",
|
||||
"prefix_description": "You can call me using ``{{{PREFIX}}}``, {{{PREFIX_MENTION}}} or ``/slash command``",
|
||||
"available_commands": "Available commands",
|
||||
"general": "General",
|
||||
"music": "Music",
|
||||
"games": "Games",
|
||||
"admin": "Admin",
|
||||
"developer": "Developer",
|
||||
"footer": "Made with 💖 and [open source]"
|
||||
},
|
||||
"musicplayer": {
|
||||
"now_playing": "Now playing",
|
||||
"now_playing_repeating": "Now playing (Repeating)",
|
||||
"no_music_playing": "There are no music playing (ᴗ˳ᴗ);",
|
||||
"not_in_voice": "You need to be in the voice channel first~",
|
||||
"different_voice_channel": "You are not in the same voice channel as me!",
|
||||
"track_error": "Error while playing music, skipping this track"
|
||||
},
|
||||
"musicplayer_join": {
|
||||
"success": "Successfully joined the voice channel, I'm here now~",
|
||||
"error": "Unable to join the voice channel",
|
||||
"disconnected": "Disconnected",
|
||||
"disconnected_reason_disconnected": "I got disconnected from the voice channel",
|
||||
"in_use": "I can't join mutiple voice channel on the same guild.\n There are also somebody listening to the music in the voice channel I'm currently in.",
|
||||
"in_use_wait": "Wait until I finish playing there or I'm alone there. Better yet, join them!",
|
||||
"can_force_move": "\n\n**Or... just (ab)use your admin permissions and move me to where you want!**",
|
||||
"already_joined_title": "I'm already here~ (* ^ ω ^)",
|
||||
"already_joined_description": "Already in the voice channel you are currently connected to"
|
||||
},
|
||||
"musicplayer_leave": {
|
||||
"success": "Successfully left the voice channel, see ya!"
|
||||
},
|
||||
"musicplayer_loop": {
|
||||
"info": "Current loop mode is {{MODE}}",
|
||||
"valid_args": "Available loop mode: ``None`` ``Current``",
|
||||
"invalid": "Invalid loop mode",
|
||||
"loop_set": "Loop mode is now set to {{MODE}}"
|
||||
},
|
||||
"musicplayer_pause": {
|
||||
"paused": "Paused",
|
||||
"already_paused": "Already paused (´。• ω •。`)"
|
||||
},
|
||||
"musicplayer_resume": {
|
||||
"resumed": "Resumed",
|
||||
"not_paused": "The music is already playing (´。• ᵕ •。`)"
|
||||
},
|
||||
"musicplayer_play": {
|
||||
"title": "Play",
|
||||
"info": "Play a song",
|
||||
"valid_args": "``(Search query or Link)``",
|
||||
"queue_added_song": "Song added to queue! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs": "Songs added to queue! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs_description": "Added {{COUNT}} songs to the queue",
|
||||
"error": "Error while looking up the song"
|
||||
},
|
||||
"musicplayer_playmy": {
|
||||
"not_detected": "You don't seem to be listening to any music currently according to your activity"
|
||||
},
|
||||
"musicplayer_queue": {
|
||||
"title": "Queue",
|
||||
"valid_args": "``Clear`` ``Shuffle``",
|
||||
"empty": "The queue is empty! (っ˘ω˘ς )",
|
||||
"now_playing": "Now playing",
|
||||
"upcoming_song": "Upcoming song",
|
||||
"looping_current": "(Looping current)",
|
||||
"song_x_in_queue": "There are {{COUNT}} song in the queue!",
|
||||
"cleared": "Queue cleared~ (。•ˇ‸ˇ•。)",
|
||||
"shuffled": "Queue shuffled"
|
||||
},
|
||||
"musicplayer_search": {
|
||||
"title": "Search",
|
||||
"info": "Search for a song",
|
||||
"valid_args": "``(Search query)``",
|
||||
"title_result": "Search result",
|
||||
"x_results_found": "{{COUNT}} results found"
|
||||
},
|
||||
"musicplayer_skip": {
|
||||
"skipped": "Skipped",
|
||||
"skipped_last_song": "Skipped, that was the last song"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"description": "Change how {{BOT_NAME}} behave on **{{{GUILD_NAME}}}**",
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "Current prefix is {{{PREFIX}}}",
|
||||
"info_description": "Provide a new prefix to change",
|
||||
"prefix_too_long": "Prefix too long",
|
||||
"prefix_too_long_description": "Can you even remember that? 😆",
|
||||
"prefix_is_mention": "Prefix cannot be @Mention of me",
|
||||
"prefix_is_mention_description": "You can already call me by mentioning me. I got that covered, don't worry",
|
||||
"prefix_updated": "Prefix updated",
|
||||
"prefix_updated_description": "From now onwards, I shall be called by using ``{{{PREFIX}}}``"
|
||||
},
|
||||
"settings_language": {
|
||||
"info": "Current language is {{LANGUAGE}}",
|
||||
"info_description": "Provide a new language to change\n**Available languages**: ``{{LANGUAGES}}``",
|
||||
"language_invalid": "Invalid language",
|
||||
"language_invalid_description": "The language code is invalid or not supported yet",
|
||||
"language_updated": "Language updated",
|
||||
"language_updated_description": "I will be using {{LANGUAGE}} from now on"
|
||||
},
|
||||
"ping": {
|
||||
"title": "Network performance",
|
||||
"title_processing": "Measuring network performance ( ◕▿◕ )",
|
||||
"running_on": "Running on {{HOST}}",
|
||||
"development_environment": "Development Environment"
|
||||
},
|
||||
"support": {
|
||||
"title": "Support",
|
||||
"info": "[Join {{BOT_NAME}}'s support server]({{{LINK}}})",
|
||||
"not_available": "{{BOT_NAME}}'s support server is currently unavailable"
|
||||
}
|
||||
}
|
||||
|
||||
+171
-171
@@ -1,172 +1,172 @@
|
||||
{
|
||||
"common": {
|
||||
"available_args": "Available arguments",
|
||||
"member_no_permissions": "許可していない (O_O;)",
|
||||
"member_no_permissions_description": "このギルドでは ``{{PERMISSIONS}}`` の許可が必要です!",
|
||||
"bot_no_permissions": "許可がない (O_O;)",
|
||||
"bot_no_permissions_description": "そのためには、あたしの``{{PERMISSIONS}}``の権限が必要です",
|
||||
"processing": "アクションの実行",
|
||||
"processing_description": "今これを成し遂げています (งᓀ‸ᓂ)ง"
|
||||
},
|
||||
"stats": {
|
||||
"title": "統計情報",
|
||||
"info": "現在のボットの統計情報",
|
||||
"users": "ユーザー",
|
||||
"x_servers": "{{COUNT}} サーヴァーズ",
|
||||
"x_users": "{{COUNT}} ユーザー",
|
||||
"uptime_since": "アップタイム",
|
||||
"server_uptime_x": "サーヴァーズ | {{{TIME}}}",
|
||||
"process_uptime_x": "プロセス | {{{TIME}}}"
|
||||
},
|
||||
"userinfo": {
|
||||
"title": "ユーザー情報",
|
||||
"info": "ステータス、アクティビティなど、特定のユーザーの情報を表示します",
|
||||
"valid_args": "(``@メンションまたはユーザーID``)",
|
||||
"user_not_found": "ユーザーが見つかりません。あなたの情報は正しいですか?",
|
||||
"online": "オンライン",
|
||||
"idle": "アイドル",
|
||||
"dnd": "起こさないで",
|
||||
"offline": "最近のオフライン",
|
||||
"unknown": "オフライン/不明",
|
||||
"user_guild_info": "このギルドの情報",
|
||||
"join_date_unknown": "このギルドの加入日が特定できない",
|
||||
"join_date": "加入 {{{TIME}}}",
|
||||
"guild_owner": "このギルドのオーナー",
|
||||
"custom_status": "カスタムステータス",
|
||||
"playing_x": "{{NAME}}をプレイ中",
|
||||
"streaming_x": "{{NAME}}をストリーミング中",
|
||||
"listening_x": "{{NAME}}を再生中",
|
||||
"watching_x": "{{NAME}}鑑賞中",
|
||||
"competing_x": "{{NAME}}に参戦中です",
|
||||
"since": "{{{TIME}}}から",
|
||||
"end": "{{{TIME}}}で終了"
|
||||
},
|
||||
"say": {
|
||||
"title": "言うこと",
|
||||
"info": "ボットとしてメッセージを送信する",
|
||||
"valid_args": "``(テキストメッセージ)``",
|
||||
"success": "メッセージの送信に成功しました",
|
||||
"error": "メッセージを送信できない"
|
||||
},
|
||||
"invite": {
|
||||
"title": "招待状リンク",
|
||||
"info": "[あなたのサーバに{{BOT_NAME}}を招待してください]({{{LINK}}})",
|
||||
"private": "{{BOT_NAME}}の招待は現在非公開です。開発者だけが私を別のサーバーに追加することができます"
|
||||
},
|
||||
"help": {
|
||||
"title": "ヘルプ - {{BOT_NAME}}",
|
||||
"prefix_title": "プリフィクス",
|
||||
"prefix_description": "{{{PREFIX}}}、{{{PREFIX_MENTION}}}、``/スラッシュコマンド`` で呼び出すことができます",
|
||||
"available_commands": "使用可能なコマンド",
|
||||
"general": "一般",
|
||||
"music": "音楽",
|
||||
"games": "ゲーム",
|
||||
"admin": "管理者",
|
||||
"developer": "デベロッパー",
|
||||
"footer": "💖 を込めて作りました、[オープンソース]"
|
||||
},
|
||||
"musicplayer": {
|
||||
"now_playing": "再生中",
|
||||
"now_playing_repeating": "再生中(リピート再生)",
|
||||
"no_music_playing": "音楽が流れていない (ᴗ˳ᴗ);",
|
||||
"not_in_voice": "まず音声チャンネルに入る必要がある!",
|
||||
"different_voice_channel": "音声チャンネルが違うぞ!",
|
||||
"track_error": "音楽再生中にエラーが発生し、このトラックをスキップしています。"
|
||||
},
|
||||
"musicplayer_join": {
|
||||
"success": "音声チャネルへの参加に成功",
|
||||
"error": "音声チャネルに参加できない",
|
||||
"disconnected": "ディスコネクト",
|
||||
"disconnected_reason_disconnected": "音声チャネルから切断された",
|
||||
"in_use": "同じギルドで複数のボイスチャンネルに参加することができません。\n今入っているボイスチャンネルで音楽を聴いている人がいます。",
|
||||
"in_use_wait": "そこで遊び終わるか、そこで一人になるまで待ってください。いっそのこと、参加しちゃいましょう",
|
||||
"can_force_move": "\n\n**もしくは...管理者権限を悪用して、私を好きな場所に移動させてください!**",
|
||||
"already_joined_title": "もうここにいる",
|
||||
"already_joined_description": "現在接続している音声チャンネルですでに (* ^ ω ^)"
|
||||
},
|
||||
"musicplayer_leave": {
|
||||
"success": "音声チャネルからの離脱に成功"
|
||||
},
|
||||
"musicplayer_loop": {
|
||||
"info": "現在のループモードは「{{MODE}}」です。",
|
||||
"valid_args": "使用可能なループモード: ``None`` ``Current``",
|
||||
"invalid": "ループモードが正しくない",
|
||||
"loop_set": "ループモードが「{{MODE}}」になりました。"
|
||||
},
|
||||
"musicplayer_pause": {
|
||||
"paused": "一時停止",
|
||||
"already_paused": "すでに一時停止中 (´。• ω •。`)"
|
||||
},
|
||||
"musicplayer_resume": {
|
||||
"resumed": "再開しました",
|
||||
"not_paused": "現在、音楽は一時停止していません (´。• ᵕ •。`)"
|
||||
},
|
||||
"musicplayer_play": {
|
||||
"title": "プレイ",
|
||||
"info": "曲を再生する",
|
||||
"valid_args": "``(検索クエリまたはリンク)``",
|
||||
"queue_added_song": "キューに曲を追加しました ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs": "たくさんの曲をキューに追加しました ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs_description": "キューに{{COUNT}}曲を追加",
|
||||
"error": "曲の検索中にエラーが発生"
|
||||
},
|
||||
"musicplayer_playmy": {
|
||||
"not_detected": "あなたの活動状況を見ると、現在、音楽を聴いていないようですね"
|
||||
},
|
||||
"musicplayer_queue": {
|
||||
"title": "キュー",
|
||||
"valid_args": "``Clear`` ``Shuffle``",
|
||||
"empty": "キューは空です! (っ˘ω˘ς )",
|
||||
"now_playing": "再生中",
|
||||
"upcoming_song": "次の曲",
|
||||
"looping_current": "(この曲の繰り返し)",
|
||||
"song_x_in_queue": "{{COUNT}}曲も並んでいますよ。",
|
||||
"cleared": "キューがクリアされました (。•ˇ‸ˇ•。)",
|
||||
"shuffled": "キューがシャッフルされました"
|
||||
},
|
||||
"musicplayer_search": {
|
||||
"title": "検索",
|
||||
"info": "楽曲を検索する",
|
||||
"valid_args": "``(検索クエリ)``",
|
||||
"title_result": "検索結果",
|
||||
"x_results_found": "{{COUNT}}件見つかりました。"
|
||||
},
|
||||
"musicplayer_skip": {
|
||||
"skipped": "スキップした",
|
||||
"skipped_last_song": "スキップした、それは最後の曲だった"
|
||||
},
|
||||
"settings": {
|
||||
"title": "設定",
|
||||
"description": "**{{{GUILD_NAME}}}**サーバでの{{BOT_NAME}}の動作変更",
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "現在の接頭辞は「{{{PREFIX}}}」です。",
|
||||
"info_description": "変更する新しいプレフィックスを提供する",
|
||||
"prefix_too_long": "プリフィックスが長すぎる",
|
||||
"prefix_too_long_description": "そんな情報まで覚えているんですか 😆",
|
||||
"prefix_is_mention": "プレフィックスを@メンションにすることはできません",
|
||||
"prefix_is_mention_description": "それはもう、私を@メンションすることで可能です。心配しないでください",
|
||||
"prefix_updated": "プレフィックスを更新",
|
||||
"prefix_updated_description": "これ以降、私は 「``{{{PREFIX}}}``」 を使って呼び出されることになります。"
|
||||
},
|
||||
"settings_language": {
|
||||
"info": "現在の言語は{{LANGUAGE}}です",
|
||||
"info_description": "変更する新しい言語を提供する\n**利用可能な言語**: ``{{LANGUAGES}}``",
|
||||
"language_invalid": "無効な言語",
|
||||
"language_invalid_description": "言語コードが無効であるか、まだサポートされていません",
|
||||
"language_updated": "言語が変更されました",
|
||||
"language_updated_description": "これからは{{LANGUAGE}}を使います"
|
||||
},
|
||||
"ping": {
|
||||
"title": "ネットワークパフォーマンス",
|
||||
"title_processing": "ネットワーク性能の測定 ( ◕▿◕ )",
|
||||
"running_on": "{{HOST}}で実行中",
|
||||
"development_environment": "開発環境"
|
||||
},
|
||||
"support": {
|
||||
"title": "サポート",
|
||||
"info": "[{{BOT_NAME}}のサポートサーバーに参加する]({{{LINK}}})",
|
||||
"not_available": "{{BOT_NAME}}のサポートサーバーは現在利用できません"
|
||||
}
|
||||
}
|
||||
"common": {
|
||||
"available_args": "Available arguments",
|
||||
"member_no_permissions": "許可していない (O_O;)",
|
||||
"member_no_permissions_description": "このギルドでは ``{{PERMISSIONS}}`` の許可が必要です!",
|
||||
"bot_no_permissions": "許可がない (O_O;)",
|
||||
"bot_no_permissions_description": "そのためには、あたしの``{{PERMISSIONS}}``の権限が必要です",
|
||||
"processing": "アクションの実行",
|
||||
"processing_description": "今これを成し遂げています (งᓀ‸ᓂ)ง"
|
||||
},
|
||||
"stats": {
|
||||
"title": "統計情報",
|
||||
"info": "現在のボットの統計情報",
|
||||
"users": "ユーザー",
|
||||
"x_servers": "{{COUNT}} サーヴァーズ",
|
||||
"x_users": "{{COUNT}} ユーザー",
|
||||
"uptime_since": "アップタイム",
|
||||
"server_uptime_x": "サーヴァーズ | {{{TIME}}}",
|
||||
"process_uptime_x": "プロセス | {{{TIME}}}"
|
||||
},
|
||||
"userinfo": {
|
||||
"title": "ユーザー情報",
|
||||
"info": "ステータス、アクティビティなど、特定のユーザーの情報を表示します",
|
||||
"valid_args": "(``@メンションまたはユーザーID``)",
|
||||
"user_not_found": "ユーザーが見つかりません。あなたの情報は正しいですか?",
|
||||
"online": "オンライン",
|
||||
"idle": "アイドル",
|
||||
"dnd": "起こさないで",
|
||||
"offline": "最近のオフライン",
|
||||
"unknown": "オフライン/不明",
|
||||
"user_guild_info": "このギルドの情報",
|
||||
"join_date_unknown": "このギルドの加入日が特定できない",
|
||||
"join_date": "加入 {{{TIME}}}",
|
||||
"guild_owner": "このギルドのオーナー",
|
||||
"custom_status": "カスタムステータス",
|
||||
"playing_x": "{{NAME}}をプレイ中",
|
||||
"streaming_x": "{{NAME}}をストリーミング中",
|
||||
"listening_x": "{{NAME}}を再生中",
|
||||
"watching_x": "{{NAME}}鑑賞中",
|
||||
"competing_x": "{{NAME}}に参戦中です",
|
||||
"since": "{{{TIME}}}から",
|
||||
"end": "{{{TIME}}}で終了"
|
||||
},
|
||||
"say": {
|
||||
"title": "言うこと",
|
||||
"info": "ボットとしてメッセージを送信する",
|
||||
"valid_args": "``(テキストメッセージ)``",
|
||||
"success": "メッセージの送信に成功しました",
|
||||
"error": "メッセージを送信できない"
|
||||
},
|
||||
"invite": {
|
||||
"title": "招待状リンク",
|
||||
"info": "[あなたのサーバに{{BOT_NAME}}を招待してください]({{{LINK}}})",
|
||||
"private": "{{BOT_NAME}}の招待は現在非公開です。開発者だけが私を別のサーバーに追加することができます"
|
||||
},
|
||||
"help": {
|
||||
"title": "ヘルプ - {{BOT_NAME}}",
|
||||
"prefix_title": "プリフィクス",
|
||||
"prefix_description": "{{{PREFIX}}}、{{{PREFIX_MENTION}}}、``/スラッシュコマンド`` で呼び出すことができます",
|
||||
"available_commands": "使用可能なコマンド",
|
||||
"general": "一般",
|
||||
"music": "音楽",
|
||||
"games": "ゲーム",
|
||||
"admin": "管理者",
|
||||
"developer": "デベロッパー",
|
||||
"footer": "💖 を込めて作りました、[オープンソース]"
|
||||
},
|
||||
"musicplayer": {
|
||||
"now_playing": "再生中",
|
||||
"now_playing_repeating": "再生中(リピート再生)",
|
||||
"no_music_playing": "音楽が流れていない (ᴗ˳ᴗ);",
|
||||
"not_in_voice": "まず音声チャンネルに入る必要がある!",
|
||||
"different_voice_channel": "音声チャンネルが違うぞ!",
|
||||
"track_error": "音楽再生中にエラーが発生し、このトラックをスキップしています。"
|
||||
},
|
||||
"musicplayer_join": {
|
||||
"success": "音声チャネルへの参加に成功",
|
||||
"error": "音声チャネルに参加できない",
|
||||
"disconnected": "ディスコネクト",
|
||||
"disconnected_reason_disconnected": "音声チャネルから切断された",
|
||||
"in_use": "同じギルドで複数のボイスチャンネルに参加することができません。\n今入っているボイスチャンネルで音楽を聴いている人がいます。",
|
||||
"in_use_wait": "そこで遊び終わるか、そこで一人になるまで待ってください。いっそのこと、参加しちゃいましょう",
|
||||
"can_force_move": "\n\n**もしくは...管理者権限を悪用して、私を好きな場所に移動させてください!**",
|
||||
"already_joined_title": "もうここにいる",
|
||||
"already_joined_description": "現在接続している音声チャンネルですでに (* ^ ω ^)"
|
||||
},
|
||||
"musicplayer_leave": {
|
||||
"success": "音声チャネルからの離脱に成功"
|
||||
},
|
||||
"musicplayer_loop": {
|
||||
"info": "現在のループモードは「{{MODE}}」です。",
|
||||
"valid_args": "使用可能なループモード: ``None`` ``Current``",
|
||||
"invalid": "ループモードが正しくない",
|
||||
"loop_set": "ループモードが「{{MODE}}」になりました。"
|
||||
},
|
||||
"musicplayer_pause": {
|
||||
"paused": "一時停止",
|
||||
"already_paused": "すでに一時停止中 (´。• ω •。`)"
|
||||
},
|
||||
"musicplayer_resume": {
|
||||
"resumed": "再開しました",
|
||||
"not_paused": "現在、音楽は一時停止していません (´。• ᵕ •。`)"
|
||||
},
|
||||
"musicplayer_play": {
|
||||
"title": "プレイ",
|
||||
"info": "曲を再生する",
|
||||
"valid_args": "``(検索クエリまたはリンク)``",
|
||||
"queue_added_song": "キューに曲を追加しました ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs": "たくさんの曲をキューに追加しました ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs_description": "キューに{{COUNT}}曲を追加",
|
||||
"error": "曲の検索中にエラーが発生"
|
||||
},
|
||||
"musicplayer_playmy": {
|
||||
"not_detected": "あなたの活動状況を見ると、現在、音楽を聴いていないようですね"
|
||||
},
|
||||
"musicplayer_queue": {
|
||||
"title": "キュー",
|
||||
"valid_args": "``Clear`` ``Shuffle``",
|
||||
"empty": "キューは空です! (っ˘ω˘ς )",
|
||||
"now_playing": "再生中",
|
||||
"upcoming_song": "次の曲",
|
||||
"looping_current": "(この曲の繰り返し)",
|
||||
"song_x_in_queue": "{{COUNT}}曲も並んでいますよ。",
|
||||
"cleared": "キューがクリアされました (。•ˇ‸ˇ•。)",
|
||||
"shuffled": "キューがシャッフルされました"
|
||||
},
|
||||
"musicplayer_search": {
|
||||
"title": "検索",
|
||||
"info": "楽曲を検索する",
|
||||
"valid_args": "``(検索クエリ)``",
|
||||
"title_result": "検索結果",
|
||||
"x_results_found": "{{COUNT}}件見つかりました。"
|
||||
},
|
||||
"musicplayer_skip": {
|
||||
"skipped": "スキップした",
|
||||
"skipped_last_song": "スキップした、それは最後の曲だった"
|
||||
},
|
||||
"settings": {
|
||||
"title": "設定",
|
||||
"description": "**{{{GUILD_NAME}}}**サーバでの{{BOT_NAME}}の動作変更",
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "現在の接頭辞は「{{{PREFIX}}}」です。",
|
||||
"info_description": "変更する新しいプレフィックスを提供する",
|
||||
"prefix_too_long": "プリフィックスが長すぎる",
|
||||
"prefix_too_long_description": "そんな情報まで覚えているんですか 😆",
|
||||
"prefix_is_mention": "プレフィックスを@メンションにすることはできません",
|
||||
"prefix_is_mention_description": "それはもう、私を@メンションすることで可能です。心配しないでください",
|
||||
"prefix_updated": "プレフィックスを更新",
|
||||
"prefix_updated_description": "これ以降、私は 「``{{{PREFIX}}}``」 を使って呼び出されることになります。"
|
||||
},
|
||||
"settings_language": {
|
||||
"info": "現在の言語は{{LANGUAGE}}です",
|
||||
"info_description": "変更する新しい言語を提供する\n**利用可能な言語**: ``{{LANGUAGES}}``",
|
||||
"language_invalid": "無効な言語",
|
||||
"language_invalid_description": "言語コードが無効であるか、まだサポートされていません",
|
||||
"language_updated": "言語が変更されました",
|
||||
"language_updated_description": "これからは{{LANGUAGE}}を使います"
|
||||
},
|
||||
"ping": {
|
||||
"title": "ネットワークパフォーマンス",
|
||||
"title_processing": "ネットワーク性能の測定 ( ◕▿◕ )",
|
||||
"running_on": "{{HOST}}で実行中",
|
||||
"development_environment": "開発環境"
|
||||
},
|
||||
"support": {
|
||||
"title": "サポート",
|
||||
"info": "[{{BOT_NAME}}のサポートサーバーに参加する]({{{LINK}}})",
|
||||
"not_available": "{{BOT_NAME}}のサポートサーバーは現在利用できません"
|
||||
}
|
||||
}
|
||||
|
||||
+171
-171
@@ -1,172 +1,172 @@
|
||||
{
|
||||
"common": {
|
||||
"available_args": "อาร์กิวเมนต์ ตัวเลือกที่ใช้ได้",
|
||||
"member_no_permissions": "คุณไม่มีสิทธิ์เข้าถึง (O_O;)",
|
||||
"member_no_permissions_description": "คุณต้องมีสิทธิ์เข้าถึง ``{{PERMISSIONS}}`` ในกิลด์นี้!",
|
||||
"bot_no_permissions": "ฉันไม่มีสิทธิ์เข้าถึง (O_O;)",
|
||||
"bot_no_permissions_description": "ฉันต้องการสิทธิ์เข้าถึง ``{{PERMISSIONS}}``",
|
||||
"processing": "รอแปปนึงน้า",
|
||||
"processing_description": "ฉันกำลังดำเนินการให้อยู่ (งᓀ‸ᓂ)ง"
|
||||
},
|
||||
"stats": {
|
||||
"title": "สถิติ",
|
||||
"info": "ข้อมูลสถิติของฉัน",
|
||||
"users": "ผู้ใช้",
|
||||
"x_servers": "{{COUNT}} เซิร์ฟเวอร์",
|
||||
"x_users": "{{COUNT}} ผู้ใช้",
|
||||
"uptime_since": "ออนไลน์ตั้งแต่",
|
||||
"server_uptime_x": "เซิร์ฟเวอร์ | {{{TIME}}}",
|
||||
"process_uptime_x": "โปรแกรม | {{{TIME}}}"
|
||||
},
|
||||
"userinfo": {
|
||||
"title": "ข้อมูลผู้ใช้",
|
||||
"info": "แสดงข้อมูลของผู้ใช้นั้น เช่นสถานะ กิจกรรมและอื่นๆ",
|
||||
"valid_args": "(``@กล่าวถึง หรือ ID ผู้ใช้``)",
|
||||
"user_not_found": "ไม่พบผู้ใช้รายนั้นนะ ลองตรวจสอบข้อมูลของคุณดูว่าถูกต้องรีป่าว",
|
||||
"online": "ออนไลน์",
|
||||
"idle": "ไม่อยู่",
|
||||
"dnd": "ห้ามรบกวน",
|
||||
"offline": "ออฟไลน์ได้เมื่อไม่นานนี้",
|
||||
"unknown": "ออฟไลน์ / ไม่ทราบ",
|
||||
"user_guild_info": "ข้อมูลในกิลด์นี้",
|
||||
"join_date_unknown": "ไม่ทราบวันที่เข้าร่วม",
|
||||
"join_date": "เข้าร่วมเมื่อ {{{TIME}}}",
|
||||
"guild_owner": "เจ้าของกิลด์นี้",
|
||||
"custom_status": "สถานะกำหนดเอง",
|
||||
"playing_x": "กำลังเล่น {{NAME}}",
|
||||
"streaming_x": "กำลังสตรีม {{NAME}}",
|
||||
"listening_x": "กำลังฟัง {{NAME}}",
|
||||
"watching_x": "กำลังดู {{NAME}}",
|
||||
"competing_x": "กำลังแข่งขัน {{NAME}}",
|
||||
"since": "ตั้งแต่ {{{TIME}}}",
|
||||
"end": "สิ้นสุดใน {{{TIME}}}"
|
||||
},
|
||||
"say": {
|
||||
"title": "สั่งพูด",
|
||||
"info": "สั่งให้ฉันพูดอะไรที่คุณต้องการ~",
|
||||
"valid_args": "``(ข้อความ)``",
|
||||
"success": "เรียบร้อย~ ฉันโพสต์ข้อความพร้อมเนื้อหาของคุณแล้วนะ",
|
||||
"error": "เกิดข้อผิดพลาดขณะพยายามโพสต์ข้อความพร้อมเนื้อหาของคุณ!"
|
||||
},
|
||||
"invite": {
|
||||
"title": "เชิญชวน",
|
||||
"info": "[เชิญ {{BOT_NAME}} เข้าสู่เซิร์ฟเวอร์ของคุณ!]({{{LINK}}})",
|
||||
"private": "ขณะนี้การเชิญของ {{BOT_NAME}} เป็นการเชิญแบบส่วนตัว เฉพาะนักพัฒนาเท่านั้นที่สามารถเพิ่มฉันไปยังเซิร์ฟเวอร์อื่นได้"
|
||||
},
|
||||
"help": {
|
||||
"title": "ช่วยเหลือ - {{BOT_NAME}}",
|
||||
"prefix_title": "คำนำหน้า",
|
||||
"prefix_description": "คุณสามารถเรียกฉันโดยใช้ ``{{{PREFIX}}}``, {{{PREFIX_MENTION}}} หรือ ``/สแลชคอมมานด์``",
|
||||
"available_commands": "คำสั่งที่ใช้ได้",
|
||||
"general": "ทั่วไป",
|
||||
"music": "ดนตรี",
|
||||
"games": "เกม",
|
||||
"admin": "สำหรับแอดมิน",
|
||||
"developer": "สำหรับนักพัฒนา",
|
||||
"footer": "สร้างด้วย 💖 และ [โอเพ่นซอร์ส]"
|
||||
},
|
||||
"musicplayer": {
|
||||
"now_playing": "กำลังเล่น",
|
||||
"now_playing_repeating": "กำลังเล่น (วนซ้ำเพลงนี้)",
|
||||
"no_music_playing": "ตอนนี้ไม่ได้มีเพลงเล่นอยู่ (ᴗ˳ᴗ);",
|
||||
"not_in_voice": "คุณต้องอยู่ในช่องเสียงก่อนน้า~",
|
||||
"different_voice_channel": "คุณไม่ได้อยู่ในช่องเสียงเดียวกันกับฉันนะ!",
|
||||
"track_error": "เกิดข้อผิดพลาดขณะเล่นเพลง กำลังข้ามแทร็กนี้"
|
||||
},
|
||||
"musicplayer_join": {
|
||||
"success": "เข้าร่วมช่องเสียงเรียบร้อยละ ฉันมาแล้ว~",
|
||||
"error": "ฉันไม่สามารถเข้าร่วมช่องเสียงได้",
|
||||
"disconnected": "ออกจากช่องเสียงแล้ว",
|
||||
"disconnected_reason_disconnected": "ฉันถูกตัดการเชื่อมต่อจากช่องเสียงนั้น",
|
||||
"in_use": "ฉันไม่สามารถเข้าร่วมหลายช่องเสียงในกิลด์เดียวกันได้\n แล้วก็ยังมีคนกำลังฟังเพลงในช่องเสียงที่ฉันอยู่ด้วย",
|
||||
"in_use_wait": "รอจนกว่าฉันจะเล่นเสร็จที่นั่น หรือฉันจะอยู่คนเดียวที่นั่น หรือที่ดีกว่านั้น เธอก็เข้าร่วมกับพวกนั้นเลยสิ!",
|
||||
"can_force_move": "\n\n**หรือ... แค่ใช้สิทธิ์ของแอดมิน(ในทางที่ผิด... รึป่าว) แล้วย้ายฉันไปยังที่ที่คุณต้องการเลย**",
|
||||
"already_joined_title": "ฉันก็อยู่ที่นี่แล้วนะ (* ^ ω ^)",
|
||||
"already_joined_description": "ฉันอยู่ในช่องเสียงเดียวกับคุณอยู่แล้วจ้า"
|
||||
},
|
||||
"musicplayer_leave": {
|
||||
"success": "ออกจากช่องเสียงเรียบร้อยแล้วละ แล้วเจอกันนะ!"
|
||||
},
|
||||
"musicplayer_loop": {
|
||||
"info": "โหมดวนซ้ำปัจจุบันคือ {{MODE}}",
|
||||
"valid_args": "โหมดวนซ้ำที่มี: ``None`` ``Current``",
|
||||
"invalid": "โหมดวนซ้ำไม่ถูกต้อง",
|
||||
"loop_set": "ตอนนี้ตั้งค่าโหมดวนซ้ำเป็น {{MODE}}"
|
||||
},
|
||||
"musicplayer_pause": {
|
||||
"paused": "หยุดเพลงชั่วคราวเรียบร้อย",
|
||||
"already_paused": "เพลงหยุดอยู่แล้วนะ (´。• ω •。`)"
|
||||
},
|
||||
"musicplayer_resume": {
|
||||
"resumed": "เล่นเพลงต่อเรียบร้อย",
|
||||
"not_paused": "เพลงไม่ได้หยุดอยู่แล้วนะ (´。• ᵕ •。`)"
|
||||
},
|
||||
"musicplayer_play": {
|
||||
"title": "เล่น",
|
||||
"info": "เล่นเพลง",
|
||||
"valid_args": "``(คำค้นหาหรือลิงก์)``",
|
||||
"queue_added_song": "เพิ่มเพลงเข้าคิวแล้ว! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs": "เพิ่มเพลงทั้งหมดเข้าคิวแล้ว! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs_description": "เพิ่ม {{COUNT}} เพลงในคิว",
|
||||
"error": "เกิดข้อผิดพลาดขณะค้นหาเพลง"
|
||||
},
|
||||
"musicplayer_playmy": {
|
||||
"not_detected": "เท่าที่ดูจากกิจกรรมของคุณ เหมือนว่าตอนนี้คุณไม่ได้เล่นเพลงอะไรอยู่นะ"
|
||||
},
|
||||
"musicplayer_queue": {
|
||||
"title": "คิวเพลง",
|
||||
"valid_args": "``Clear`` ``Shuffle``",
|
||||
"empty": "ตอนนี้คิวว่างนะ (っ˘ω˘ς )",
|
||||
"now_playing": "กำลังเล่น",
|
||||
"upcoming_song": "เพลงต่อไป",
|
||||
"looping_current": "(กำลังวนซ้ำเพลงนี้)",
|
||||
"song_x_in_queue": "ตอนนี้มี {{COUNT}} เพลงอยู่ในคิว!",
|
||||
"cleared": "เคลียร์คิวเรียบร้อยละ~ (。•ˇ‸ˇ•。)",
|
||||
"shuffled": "สุ่มคิวเรียบร้อยละ"
|
||||
},
|
||||
"musicplayer_search": {
|
||||
"title": "ค้นหา",
|
||||
"info": "ค้นหาเพลง",
|
||||
"valid_args": "``(คำค้นหา)``",
|
||||
"title_result": "ผลการค้นหา",
|
||||
"x_results_found": "พบผลลัพธ์ {{COUNT}} เพลง"
|
||||
},
|
||||
"musicplayer_skip": {
|
||||
"skipped": "ข้ามเพลงเรียบร้อยละ",
|
||||
"skipped_last_song": "ข้ามละ แล้วนั่นก็เป็นเพลงสุดท้ายด้วยนะ"
|
||||
},
|
||||
"settings": {
|
||||
"title": "การตั้งค่า",
|
||||
"description": "เปลี่ยนพฤติกรรมของ {{BOT_NAME}} บน **{{{GUILD_NAME}}}**",
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "คำนำหน้าปัจจุบันคือ {{{PREFIX}}}",
|
||||
"info_description": "ระบุคำนำหน้าใหม่เพื่อเปลี่ยน",
|
||||
"prefix_too_long": "คำนำหน้ายาวเกินไป",
|
||||
"prefix_too_long_description": "คุณจะจำมันได้หรอ 😆",
|
||||
"prefix_is_mention": "คำนำหน้าไม่สามารถเป็น @กล่าวถึง ของฉันได้",
|
||||
"prefix_is_mention_description": "คุณสามารถเรียกฉันด้วยการ @กล่าวถึง ฉันได้อยู่แล้วไม่ต้องห่วง",
|
||||
"prefix_updated": "อัปเดตคำนำหน้าแล้ว",
|
||||
"prefix_updated_description": "จากนี้ไป คุณสามารถเรียกฉันโดยใช้ ``{{{PREFIX}}}`` นะ"
|
||||
},
|
||||
"settings_language": {
|
||||
"info": "ภาษาปัจจุบันตอนนี้คือ {{LANGUAGE}}",
|
||||
"info_description": "ระบุภาษาใหม่เพื่อเปลี่ยน\n**ภาษาที่ใช้ได้**: ``{{LANGUAGES}}``",
|
||||
"language_invalid": "ภาษาไม่ถูกต้อง",
|
||||
"language_invalid_description": "รหัสภาษาไม่ถูกต้องหรือยังไม่รองรับ",
|
||||
"language_updated": "เปลี่ยนภาษาเรียบร้อย",
|
||||
"language_updated_description": "ตั้งแต่นี้ไปฉันจะใช้ภาษา {{LANGUAGE}}"
|
||||
},
|
||||
"ping": {
|
||||
"title": "ประสิทธิภาพของเครือข่าย",
|
||||
"title_processing": "กำลังวัดประสิทธิภาพของเครือข่าย ( ◕▿◕ )",
|
||||
"running_on": "ทำงานอยู่บน {{HOST}}",
|
||||
"development_environment": "โหมดกำลังพัฒนา"
|
||||
},
|
||||
"support": {
|
||||
"title": "ติดต่อฝ่ายสนับสนุน",
|
||||
"info": "[เข้าร่วมเซิร์ฟเวอร์สนับสนุนของ {{BOT_NAME}}]({{{LINK}}})",
|
||||
"not_available": "เซิร์ฟเวอร์สนับสนุนของ {{BOT_NAME}} ไม่พร้อมใช้งานในขณะนี้"
|
||||
}
|
||||
}
|
||||
"common": {
|
||||
"available_args": "อาร์กิวเมนต์ ตัวเลือกที่ใช้ได้",
|
||||
"member_no_permissions": "คุณไม่มีสิทธิ์เข้าถึง (O_O;)",
|
||||
"member_no_permissions_description": "คุณต้องมีสิทธิ์เข้าถึง ``{{PERMISSIONS}}`` ในกิลด์นี้!",
|
||||
"bot_no_permissions": "ฉันไม่มีสิทธิ์เข้าถึง (O_O;)",
|
||||
"bot_no_permissions_description": "ฉันต้องการสิทธิ์เข้าถึง ``{{PERMISSIONS}}``",
|
||||
"processing": "รอแปปนึงน้า",
|
||||
"processing_description": "ฉันกำลังดำเนินการให้อยู่ (งᓀ‸ᓂ)ง"
|
||||
},
|
||||
"stats": {
|
||||
"title": "สถิติ",
|
||||
"info": "ข้อมูลสถิติของฉัน",
|
||||
"users": "ผู้ใช้",
|
||||
"x_servers": "{{COUNT}} เซิร์ฟเวอร์",
|
||||
"x_users": "{{COUNT}} ผู้ใช้",
|
||||
"uptime_since": "ออนไลน์ตั้งแต่",
|
||||
"server_uptime_x": "เซิร์ฟเวอร์ | {{{TIME}}}",
|
||||
"process_uptime_x": "โปรแกรม | {{{TIME}}}"
|
||||
},
|
||||
"userinfo": {
|
||||
"title": "ข้อมูลผู้ใช้",
|
||||
"info": "แสดงข้อมูลของผู้ใช้นั้น เช่นสถานะ กิจกรรมและอื่นๆ",
|
||||
"valid_args": "(``@กล่าวถึง หรือ ID ผู้ใช้``)",
|
||||
"user_not_found": "ไม่พบผู้ใช้รายนั้นนะ ลองตรวจสอบข้อมูลของคุณดูว่าถูกต้องรีป่าว",
|
||||
"online": "ออนไลน์",
|
||||
"idle": "ไม่อยู่",
|
||||
"dnd": "ห้ามรบกวน",
|
||||
"offline": "ออฟไลน์ได้เมื่อไม่นานนี้",
|
||||
"unknown": "ออฟไลน์ / ไม่ทราบ",
|
||||
"user_guild_info": "ข้อมูลในกิลด์นี้",
|
||||
"join_date_unknown": "ไม่ทราบวันที่เข้าร่วม",
|
||||
"join_date": "เข้าร่วมเมื่อ {{{TIME}}}",
|
||||
"guild_owner": "เจ้าของกิลด์นี้",
|
||||
"custom_status": "สถานะกำหนดเอง",
|
||||
"playing_x": "กำลังเล่น {{NAME}}",
|
||||
"streaming_x": "กำลังสตรีม {{NAME}}",
|
||||
"listening_x": "กำลังฟัง {{NAME}}",
|
||||
"watching_x": "กำลังดู {{NAME}}",
|
||||
"competing_x": "กำลังแข่งขัน {{NAME}}",
|
||||
"since": "ตั้งแต่ {{{TIME}}}",
|
||||
"end": "สิ้นสุดใน {{{TIME}}}"
|
||||
},
|
||||
"say": {
|
||||
"title": "สั่งพูด",
|
||||
"info": "สั่งให้ฉันพูดอะไรที่คุณต้องการ~",
|
||||
"valid_args": "``(ข้อความ)``",
|
||||
"success": "เรียบร้อย~ ฉันโพสต์ข้อความพร้อมเนื้อหาของคุณแล้วนะ",
|
||||
"error": "เกิดข้อผิดพลาดขณะพยายามโพสต์ข้อความพร้อมเนื้อหาของคุณ!"
|
||||
},
|
||||
"invite": {
|
||||
"title": "เชิญชวน",
|
||||
"info": "[เชิญ {{BOT_NAME}} เข้าสู่เซิร์ฟเวอร์ของคุณ!]({{{LINK}}})",
|
||||
"private": "ขณะนี้การเชิญของ {{BOT_NAME}} เป็นการเชิญแบบส่วนตัว เฉพาะนักพัฒนาเท่านั้นที่สามารถเพิ่มฉันไปยังเซิร์ฟเวอร์อื่นได้"
|
||||
},
|
||||
"help": {
|
||||
"title": "ช่วยเหลือ - {{BOT_NAME}}",
|
||||
"prefix_title": "คำนำหน้า",
|
||||
"prefix_description": "คุณสามารถเรียกฉันโดยใช้ ``{{{PREFIX}}}``, {{{PREFIX_MENTION}}} หรือ ``/สแลชคอมมานด์``",
|
||||
"available_commands": "คำสั่งที่ใช้ได้",
|
||||
"general": "ทั่วไป",
|
||||
"music": "ดนตรี",
|
||||
"games": "เกม",
|
||||
"admin": "สำหรับแอดมิน",
|
||||
"developer": "สำหรับนักพัฒนา",
|
||||
"footer": "สร้างด้วย 💖 และ [โอเพ่นซอร์ส]"
|
||||
},
|
||||
"musicplayer": {
|
||||
"now_playing": "กำลังเล่น",
|
||||
"now_playing_repeating": "กำลังเล่น (วนซ้ำเพลงนี้)",
|
||||
"no_music_playing": "ตอนนี้ไม่ได้มีเพลงเล่นอยู่ (ᴗ˳ᴗ);",
|
||||
"not_in_voice": "คุณต้องอยู่ในช่องเสียงก่อนน้า~",
|
||||
"different_voice_channel": "คุณไม่ได้อยู่ในช่องเสียงเดียวกันกับฉันนะ!",
|
||||
"track_error": "เกิดข้อผิดพลาดขณะเล่นเพลง กำลังข้ามแทร็กนี้"
|
||||
},
|
||||
"musicplayer_join": {
|
||||
"success": "เข้าร่วมช่องเสียงเรียบร้อยละ ฉันมาแล้ว~",
|
||||
"error": "ฉันไม่สามารถเข้าร่วมช่องเสียงได้",
|
||||
"disconnected": "ออกจากช่องเสียงแล้ว",
|
||||
"disconnected_reason_disconnected": "ฉันถูกตัดการเชื่อมต่อจากช่องเสียงนั้น",
|
||||
"in_use": "ฉันไม่สามารถเข้าร่วมหลายช่องเสียงในกิลด์เดียวกันได้\n แล้วก็ยังมีคนกำลังฟังเพลงในช่องเสียงที่ฉันอยู่ด้วย",
|
||||
"in_use_wait": "รอจนกว่าฉันจะเล่นเสร็จที่นั่น หรือฉันจะอยู่คนเดียวที่นั่น หรือที่ดีกว่านั้น เธอก็เข้าร่วมกับพวกนั้นเลยสิ!",
|
||||
"can_force_move": "\n\n**หรือ... แค่ใช้สิทธิ์ของแอดมิน(ในทางที่ผิด... รึป่าว) แล้วย้ายฉันไปยังที่ที่คุณต้องการเลย**",
|
||||
"already_joined_title": "ฉันก็อยู่ที่นี่แล้วนะ (* ^ ω ^)",
|
||||
"already_joined_description": "ฉันอยู่ในช่องเสียงเดียวกับคุณอยู่แล้วจ้า"
|
||||
},
|
||||
"musicplayer_leave": {
|
||||
"success": "ออกจากช่องเสียงเรียบร้อยแล้วละ แล้วเจอกันนะ!"
|
||||
},
|
||||
"musicplayer_loop": {
|
||||
"info": "โหมดวนซ้ำปัจจุบันคือ {{MODE}}",
|
||||
"valid_args": "โหมดวนซ้ำที่มี: ``None`` ``Current``",
|
||||
"invalid": "โหมดวนซ้ำไม่ถูกต้อง",
|
||||
"loop_set": "ตอนนี้ตั้งค่าโหมดวนซ้ำเป็น {{MODE}}"
|
||||
},
|
||||
"musicplayer_pause": {
|
||||
"paused": "หยุดเพลงชั่วคราวเรียบร้อย",
|
||||
"already_paused": "เพลงหยุดอยู่แล้วนะ (´。• ω •。`)"
|
||||
},
|
||||
"musicplayer_resume": {
|
||||
"resumed": "เล่นเพลงต่อเรียบร้อย",
|
||||
"not_paused": "เพลงไม่ได้หยุดอยู่แล้วนะ (´。• ᵕ •。`)"
|
||||
},
|
||||
"musicplayer_play": {
|
||||
"title": "เล่น",
|
||||
"info": "เล่นเพลง",
|
||||
"valid_args": "``(คำค้นหาหรือลิงก์)``",
|
||||
"queue_added_song": "เพิ่มเพลงเข้าคิวแล้ว! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs": "เพิ่มเพลงทั้งหมดเข้าคิวแล้ว! ヽ(>∀<☆)ノ",
|
||||
"queue_added_songs_description": "เพิ่ม {{COUNT}} เพลงในคิว",
|
||||
"error": "เกิดข้อผิดพลาดขณะค้นหาเพลง"
|
||||
},
|
||||
"musicplayer_playmy": {
|
||||
"not_detected": "เท่าที่ดูจากกิจกรรมของคุณ เหมือนว่าตอนนี้คุณไม่ได้เล่นเพลงอะไรอยู่นะ"
|
||||
},
|
||||
"musicplayer_queue": {
|
||||
"title": "คิวเพลง",
|
||||
"valid_args": "``Clear`` ``Shuffle``",
|
||||
"empty": "ตอนนี้คิวว่างนะ (っ˘ω˘ς )",
|
||||
"now_playing": "กำลังเล่น",
|
||||
"upcoming_song": "เพลงต่อไป",
|
||||
"looping_current": "(กำลังวนซ้ำเพลงนี้)",
|
||||
"song_x_in_queue": "ตอนนี้มี {{COUNT}} เพลงอยู่ในคิว!",
|
||||
"cleared": "เคลียร์คิวเรียบร้อยละ~ (。•ˇ‸ˇ•。)",
|
||||
"shuffled": "สุ่มคิวเรียบร้อยละ"
|
||||
},
|
||||
"musicplayer_search": {
|
||||
"title": "ค้นหา",
|
||||
"info": "ค้นหาเพลง",
|
||||
"valid_args": "``(คำค้นหา)``",
|
||||
"title_result": "ผลการค้นหา",
|
||||
"x_results_found": "พบผลลัพธ์ {{COUNT}} เพลง"
|
||||
},
|
||||
"musicplayer_skip": {
|
||||
"skipped": "ข้ามเพลงเรียบร้อยละ",
|
||||
"skipped_last_song": "ข้ามละ แล้วนั่นก็เป็นเพลงสุดท้ายด้วยนะ"
|
||||
},
|
||||
"settings": {
|
||||
"title": "การตั้งค่า",
|
||||
"description": "เปลี่ยนพฤติกรรมของ {{BOT_NAME}} บน **{{{GUILD_NAME}}}**",
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "คำนำหน้าปัจจุบันคือ {{{PREFIX}}}",
|
||||
"info_description": "ระบุคำนำหน้าใหม่เพื่อเปลี่ยน",
|
||||
"prefix_too_long": "คำนำหน้ายาวเกินไป",
|
||||
"prefix_too_long_description": "คุณจะจำมันได้หรอ 😆",
|
||||
"prefix_is_mention": "คำนำหน้าไม่สามารถเป็น @กล่าวถึง ของฉันได้",
|
||||
"prefix_is_mention_description": "คุณสามารถเรียกฉันด้วยการ @กล่าวถึง ฉันได้อยู่แล้วไม่ต้องห่วง",
|
||||
"prefix_updated": "อัปเดตคำนำหน้าแล้ว",
|
||||
"prefix_updated_description": "จากนี้ไป คุณสามารถเรียกฉันโดยใช้ ``{{{PREFIX}}}`` นะ"
|
||||
},
|
||||
"settings_language": {
|
||||
"info": "ภาษาปัจจุบันตอนนี้คือ {{LANGUAGE}}",
|
||||
"info_description": "ระบุภาษาใหม่เพื่อเปลี่ยน\n**ภาษาที่ใช้ได้**: ``{{LANGUAGES}}``",
|
||||
"language_invalid": "ภาษาไม่ถูกต้อง",
|
||||
"language_invalid_description": "รหัสภาษาไม่ถูกต้องหรือยังไม่รองรับ",
|
||||
"language_updated": "เปลี่ยนภาษาเรียบร้อย",
|
||||
"language_updated_description": "ตั้งแต่นี้ไปฉันจะใช้ภาษา {{LANGUAGE}}"
|
||||
},
|
||||
"ping": {
|
||||
"title": "ประสิทธิภาพของเครือข่าย",
|
||||
"title_processing": "กำลังวัดประสิทธิภาพของเครือข่าย ( ◕▿◕ )",
|
||||
"running_on": "ทำงานอยู่บน {{HOST}}",
|
||||
"development_environment": "โหมดกำลังพัฒนา"
|
||||
},
|
||||
"support": {
|
||||
"title": "ติดต่อฝ่ายสนับสนุน",
|
||||
"info": "[เข้าร่วมเซิร์ฟเวอร์สนับสนุนของ {{BOT_NAME}}]({{{LINK}}})",
|
||||
"not_available": "เซิร์ฟเวอร์สนับสนุนของ {{BOT_NAME}} ไม่พร้อมใช้งานในขณะนี้"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user