Sourcemod 翻譯教學
  • 0 個投票 - 平均 0 個
#1
Lightbulb 
x 2
今天教大家怎麼翻譯 sourcemod 的翻譯檔案
以下是打開翻譯黨會看到的東西

程式碼:
"Phrases"
{
    "Flooding the server"
    {
        "en"            "You are flooding the server!"
    }
    "Played sound to target"
    {
        "#format"        "{1:t}"
        "en"            "Played sound to {1}"
    }
}

加入繁中後會變成

程式碼:
"Phrases"
{
    "Flooding the server"
    {
        "en"            "You are flooding the server!"
        "zho"        "請勿灌水!"
    }
    "Played sound to target"
    {
        "#format"        "{1:t}"
        "en"            "Played sound to {1}
        "zho"        "播放音樂給 {1}"
    }
}



重置所有選項

排版選項

上置導覽列
盒子排版
全寬排版

選項

右側導覽列
固定工具列

顏色選項

主要顏色
主要背景顏色
主頁背景顏色
次要顏色
選單背景顏色

快速選色