dvarnai / store-plugin

GNU General Public License v3.0
50 stars 59 forks source link

chi teamcredits.phrases.txt #79

Open PLTAT opened 3 months ago

PLTAT commented 3 months ago

"Phrases" { "CT Credits" { "en" "You got {1} for winning the round as a CT." }

"T Credits"
{
    "en" "You got {1} for winning the round as a T."
}

} === >> "Phrases" { "CT Credits" { "chi" "你作为 CT阵营 赢得了比赛, 获得 {1} ." }

"T Credits"
{
    "chi" "你作为 T阵营 赢得了比赛, 获得 {1} ."
}

}