-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathja.json
More file actions
60 lines (60 loc) · 2.58 KB
/
ja.json
File metadata and controls
60 lines (60 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"emoji": "🇯🇵",
"language": "日本語",
"vote": "ボットをサポートするために投票してください",
"commands": {
"join": {
"error1": "ボイスチャンネルにいるか、指定してください!",
"error2": "そのチャンネルに参加できません!",
"error3": "そのチャンネルでは話すことができません!",
"connected": "現在{{channel}}に接続されています"
},
"leave": {
"error": "接続されているチャンネルがありません!",
"disconnected": "{{channel}}から切断しました"
},
"nowplaying": {
"np": "再生中",
"title": "タイトル",
"artists": "アーティスト",
"album": "アルバム",
"progress": "進捗",
"footer": "Shard #{{shard}} • Cluster #{{cluster}}",
"like": "いいね",
"liked": "いいね済み",
"liked_message": "> {{user}} さんが **{{song}}** の曲にいいねしました",
"likes": "いいねした人たち"
},
"favorites": {
"no_favorites": "お気に入りの曲はありません!",
"title": "お気に入りの曲",
"likes": "{{likes}} いいね",
"unlike": "いいねを取り消す",
"modal": {
"title": "お気に入りから曲を削除",
"label": "お気に入りリストでの曲の位置",
"placeholder": "お気に入りリストの曲の位置を入力してください(お気に入りリストの右側に)",
"no_song": "指定した曲はお気に入りリストに存在しません!",
"unliked": "{{song}} の曲をお気に入りリストから削除しました"
}
},
"settings": {
"shard": "サーバーのシャード",
"cluster": "サーバーのクラスター",
"id": "サーバーのID",
"24/7": "24/7",
"enabled": "{{emoji}} 有効",
"disabled": "{{emoji}} 無効",
"language": "ボットで利用可能な言語のリストです。ボットはサーバーで定義された言語とあなたのDiscordクライアントの言語に基づいて動作します。",
"languages": "ボットで利用可能な言語",
"translate_the_bot": "ボットの翻訳を手伝ってください: <https://github.com/Disc-Solutions/ChilledBot-i18n>"
}
},
"slash": {
"favorites": ["お気に入りの曲を表示します。"],
"join": ["ボットをボイスチャンネルに接続します。", "接続するボイスチャンネル。"],
"leave": ["ボットをボイスチャンネルから切断します。"],
"nowplaying": ["現在再生中の曲を表示します。"],
"settings": ["サーバーの設定を表示します。"]
}
}