Skip to content

Commit

Permalink
Merge pull request #136 from Nat1anWasTaken/l10n_master
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
Nat1anWasTaken authored Jun 9, 2024
2 parents 508e29b + 0e32f2c commit fc5523c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions locale/en_US.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"command.lofi.name": "lofi",
"command.lofi.description": "播放 Lofi Radio",
"command.lofi.description": "Play Lofi Radio",
"command.info.name": "info",
"command.info.description": "顯示機器人的資訊",
"command.info.embed.title": "機器人資訊",
"command.info.embed.start_time": "啟動時間",
"command.info.embed.commit_hash": "版本資訊",
"command.info.description": "Show bot information",
"command.info.embed.title": "Bot Information",
"command.info.embed.start_time": "Uptime",
"command.info.embed.commit_hash": "Version Info",
"command.info.embed.cpu": "CPU",
"command.info.embed.ram": "RAM",
"command.info.embed.guilds": "Server count",
"command.info.embed.players": "Player count",
"command.info.embed.guilds": "Number of Guilds",
"command.info.embed.players": "Number of Players",
"command.ping.name": "ping",
"command.ping.description": "Check bot latency",
"command.ping.title": "Pong!",
"command.ping.title": "Bot Latency",
"command.nowplaying.name": "nowplaying",
"command.nowplaying.description": "Display current playing track",
"command.play.name": "play",
"command.play.description": "Play music",
"command.play.option.query": "Music title/name or URL, support YouTube, YouTube Music, SoundCloud, Spotify",
"command.play.option.query": "Song name or URL, supports YouTube, YouTube Music, SoundCloud, Spotify",
"command.play.option.index": "The queue index where track should be inserted to",
"command.play.error.no_results.title": "No results:(",
"command.play.error.no_results.description": "If you want to search with keywords, please type your keywords into `query`, then wait a moment, and the search result will display in a pop-up",
"command.play.error.no_results.title": "No results found.:(",
"command.play.error.no_results.description": "If you want to search by keyword, please wait a few seconds after entering the keyword, and the search results will automatically display above",
"command.play.filter_warning.title": "Warning",
"command.play.filter_warning.description": "偵測到 效果器正在運作中,\n這可能會造成音樂聲音有變形(加速、升高等)的情形產生,\n如果這不是你期望的,可以透過效果器的指令來關閉它們\n指令名稱通常等於效果器名稱,例如 `/timescale` 就是控制 Timescale 效果器\n\n以下是正在運行的效果器:",
"command.play.filter_warning.description": "Effects detected in operation,\nThis may cause the music sound to be distorted (accelerated, pitch raised, etc.),\nIf this is not what you expect, you can turn them off using the effects commands\nThe command name is usually equal to the effect name, such as `/timescale` to control the Timescale effect\n\nThe following effects are currently running:",
"command.play.loaded.title": "Added to queue",
"command.skip.name": "skip",
"command.skip.description": "Skip current playing track",
"command.skip.description": "Skip the currently playing song",
"command.skip.option.target": "The track number to skip to",
"command.skip.option.move": "Whether to remove ALL queues before target, if target isn't provided, this parameter will be ignored",
"error.nothing_playing": "Nothing is playing *sadface*",
Expand Down Expand Up @@ -63,8 +63,8 @@
"command.repeat.description": "Change repeat mode",
"command.repeat.option.mode": "Repeat Mode",
"command.volume.name": "volume",
"command.volume.description": "調整歌曲音量",
"command.volume.success": "已設定音量為 ",
"command.volume.description": "Adjust the song volume",
"command.volume.success": "Volume set to ",
"repeat_mode.off": "Off",
"repeat_mode.song": "Single Track",
"repeat_mode.queue": "Entire queue",
Expand All @@ -80,7 +80,7 @@
"command.timescale.option.pitch": "Pitch (≥ 0.1)",
"command.timescale.option.rate": "Rate (≥ 0.1) / For nightcore please set this to 1.25",
"command.tremolo.name": "tremolo",
"command.tremolo.description": "Add a \\\"tremolo\\\" effect to track",
"command.tremolo.description": "Add a 'trembling' effect to the song",
"command.tremolo.option.frequency": "Frequency (0 < n)",
"command.tremolo.option.depth": "Depth (0 < n ≤ 1)",
"command.vibrato.name": "vibrato",
Expand All @@ -105,7 +105,7 @@
"error.bot_not_in_voice": "I'm not connected to a voice channel",
"error.user_not_in_voice": "You're not connected to a voice channel",
"error.must_in_same_voice": "You must be in the same voice channel with me",
"timeout.disconnect": "因為閒置超過 3 分鐘,已自動斷線",
"timeout.disconnect": "Automatically disconnected after being idle for more than 3 minutes",
"display.status.playing": "Playing",
"display.status.paused": "Paused",
"display.status.disconnected": "Disconnected",
Expand All @@ -123,6 +123,6 @@
"display.enable": "ON",
"display.disable": "OFF",
"display.footer": "If you felt the quality of the music is kinda awful, maybe checking filters or switching region in voice channel setting will help",
"display.lyrics.title": "🎤 | 歌詞",
"display.lyrics.not_found": "*你得自己唱出這首歌的歌詞*"
"display.lyrics.title": "🎤 | Lyrics",
"display.lyrics.not_found": "*You need to sing the lyrics of this song yourself*"
}

0 comments on commit fc5523c

Please sign in to comment.