Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
KabanFriends committed Jun 29, 2024
1 parent 63f1a2c commit 1487bb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion common/src/main/resources/assets/craftgr/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
"text.craftgr.config.option.urlStream": "Streaming URL",
"text.craftgr.config.option.urlStream.description": "URL to stream the audio from. Only works with MP3 streams.",
"text.craftgr.config.option.urlInfoJson": "Song Info URL",
"text.craftgr.config.option.urlInfoJson.description": "URL of the json API to get the current song information.",
"text.craftgr.config.option.urlInfoJson.description": "URL of the JSON API to get the song information from.",
"text.craftgr.config.option.urlAlbumArt": "Album Image URL",
"text.craftgr.config.option.urlAlbumArt.description": "Base URL to get the album images from.",
"text.craftgr.config.option.urlWebSocket": "WebSocket URL",
"text.craftgr.config.option.urlWebSocket.description": "URL of the WebSocket server to get the song information from.",
"text.craftgr.config.option.connectTimeout": "Stream Connection Timeout",
"text.craftgr.config.option.connectTimeout.description": "The number of milliseconds before the connection gets timed out when connecting to the stream.",
"text.craftgr.config.option.socketTimeout": "Stream Socket Timeout",
Expand Down
4 changes: 3 additions & 1 deletion common/src/main/resources/assets/craftgr/lang/ja_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
"text.craftgr.config.option.urlStream": "ストリーミング音源URL",
"text.craftgr.config.option.urlStream.description": "音楽をストリーミングする音源のURLです。MP3の音源のみ使用できます。",
"text.craftgr.config.option.urlInfoJson": "曲データURL",
"text.craftgr.config.option.urlInfoJson.description": "楽曲オーバーレイに表示するデータを取得するソースのURLです",
"text.craftgr.config.option.urlInfoJson.description": "楽曲情報を取得するためのJSON APIのURLです",
"text.craftgr.config.option.urlAlbumArt": "アルバムカバー画像URL",
"text.craftgr.config.option.urlAlbumArt.description": "楽曲オーバーレイに表示するアルバムカバー画像を取得するURLです。",
"text.craftgr.config.option.urlWebSocket": "WebSocketサーバーURL",
"text.craftgr.config.option.urlWebSocket.description": "楽曲情報を取得するためのWebSocketサーバーのURLです。",
"text.craftgr.config.option.connectTimeout": "音源の接続タイムアウト",
"text.craftgr.config.option.connectTimeout.description": "ストリーミングURLに最初に接続するときのタイムアウトをミリ秒単位で設定できます。",
"text.craftgr.config.option.socketTimeout": "音源のソケット通信タイムアウト",
Expand Down

0 comments on commit 1487bb2

Please sign in to comment.