mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
More robot translation, will correct later
This commit is contained in:
+17
-1
@@ -2,7 +2,8 @@
|
||||
"common": {
|
||||
"available_args": "Available arguments",
|
||||
"no_permissions": "No permission",
|
||||
"no_permissions_description": "You need ``%s`` permission on this guild!"
|
||||
"no_permissions_description": "You need ``%s`` permission on this guild!",
|
||||
"processing": "Performing actions"
|
||||
},
|
||||
"stats": {
|
||||
"title": "Stats",
|
||||
@@ -122,5 +123,20 @@
|
||||
"musicplayer_skip": {
|
||||
"skipped": "Skipped",
|
||||
"skipped_last_song": "Skipped, that was the last song"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"description": "Change how %s behave on **%s**",
|
||||
"valid_args": "``prefix`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "Current prefix is %s",
|
||||
"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 ``%s``"
|
||||
}
|
||||
}
|
||||
+17
-1
@@ -2,7 +2,8 @@
|
||||
"common": {
|
||||
"available_args": "Available arguments",
|
||||
"no_permissions": "許可していない",
|
||||
"no_permissions_description": "このギルドでは ``%s`` の許可が必要です!"
|
||||
"no_permissions_description": "このギルドでは ``%s`` の許可が必要です!",
|
||||
"processing": "アクションの実行"
|
||||
},
|
||||
"stats": {
|
||||
"title": "統計情報",
|
||||
@@ -122,5 +123,20 @@
|
||||
"musicplayer_skip": {
|
||||
"skipped": "スキップした",
|
||||
"skipped_last_song": "スキップした、それは最後の曲だった"
|
||||
},
|
||||
"settings": {
|
||||
"title": "設定",
|
||||
"description": "**%s**サーバでの%sの動作変更",
|
||||
"valid_args": "``prefix`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "現在の接頭辞は「%s」です。",
|
||||
"info_description": "変更する新しいプレフィックスを提供する",
|
||||
"prefix_too_long": "プリフィックスが長すぎる",
|
||||
"prefix_too_long_description": "そんな情報まで覚えているんですか 😆",
|
||||
"prefix_is_mention": "プレフィックスを@メンションにすることはできません",
|
||||
"prefix_is_mention_description": "それはもう、私を@メンションすることで可能です。心配しないでください",
|
||||
"prefix_updated": "プレフィックスを更新",
|
||||
"prefix_updated_description": "これ以降、私は 「``%s``」 を使って呼び出されることになります。"
|
||||
}
|
||||
}
|
||||
+17
-1
@@ -2,7 +2,8 @@
|
||||
"common": {
|
||||
"available_args": "อาร์กิวเมนต์ที่มีอยู่",
|
||||
"no_permissions": "ไม่ได้รับอนุญาต",
|
||||
"no_permissions_description": "คุณต้องได้รับอนุญาต ``%s`` ในกิลด์นี้!"
|
||||
"no_permissions_description": "คุณต้องได้รับอนุญาต ``%s`` ในกิลด์นี้!",
|
||||
"processing": "กำลังดำเนินการ"
|
||||
},
|
||||
"stats": {
|
||||
"title": "สถิติ",
|
||||
@@ -122,5 +123,20 @@
|
||||
"musicplayer_skip": {
|
||||
"skipped": "ข้าม",
|
||||
"skipped_last_song": "ข้ามแล้ว นั่นเป็นเพลงสุดท้าย"
|
||||
},
|
||||
"settings": {
|
||||
"title": "การตั้งค่า",
|
||||
"description": "เปลี่ยนพฤติกรรมของ %s ใน **%s**",
|
||||
"valid_args": "``prefix`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "คำนำหน้าปัจจุบันคือ %s",
|
||||
"info_description": "ระบุคำนำหน้าใหม่เพื่อเปลี่ยน",
|
||||
"prefix_too_long": "คำนำหน้ายาวเกินไป",
|
||||
"prefix_too_long_description": "คุณจำมันได้ไหม 😆",
|
||||
"prefix_is_mention": "คำนำหน้าไม่สามารถพูดถึงฉัน",
|
||||
"prefix_is_mention_description": "คุณสามารถโทรหาฉันด้วยการพูดถึงฉัน ฉันทำได้อยู่แล้ว ไม่ต้องห่วง",
|
||||
"prefix_updated": "อัปเดตคำนำหน้าแล้ว",
|
||||
"prefix_updated_description": "จากนี้ไปฉันจะถูกเรียกโดยใช้ ``%s``"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user