sourcemod/translations/jp/basevotes.phrases.txt
Kyle Sanderson 48150e0c7a
Bring languages into the tree (#1625)
* translations: bring languages into tree

* Update translation phrases changed since 2021

* Update packaging script to include all translations

* Update languages.cfg

* Add Latin American Spanish translations

This is a copy of spanish for now.

* Ignore "en" when looking for translation folders

English is the default and doesn't use a subfolder.

* Only add each translation folder once

Korean "ko" is in there twice.

* Compare language coverage to english

All phrases are compared to the english baseline files and any differences
are reported. The differences are pushed to a Github Project as well for
an easier overview.

Thank you to @nosoop for sharing the Python SMC parser!

* Add link to README

---------

Co-authored-by: Peace-Maker <peace-maker@wcfan.de>
2023-03-29 16:23:05 +02:00

94 lines
1.3 KiB
Plaintext

"Phrases"
{
"Initiate Vote"
{
"jp" "開始している投票: {1}"
}
"Initiated Vote Map"
{
"jp" "マップ投票を開始しました。"
}
"Initiated Vote Kick"
{
"jp" "{1}へのキック投票を開始しました。"
}
"Initiated Vote Ban"
{
"jp" "{1}へのBAN投票を開始しました。"
}
"Map Vote"
{
"jp" "マップ投票: {1}"
}
"Change Map To"
{
"jp" "マップを{1}に変更?"
}
"Votekick Player"
{
"jp" "{1}をキック?"
}
"Voteban Player"
{
"jp" "{1}をBAN?"
}
"Vote Successful"
{
"jp" "投票が可決されました。({2}中{1}%%)"
}
"Vote Failed"
{
"jp" "投票が否決されました。{1}%%の得票率が必要です。({3}中{2}%%) "
}
"Vote End"
{
"jp" "{1}は{2}です。"
}
"Kick vote"
{
"jp" "キック投票"
}
"Ban vote"
{
"jp" "BAN投票"
}
"Map vote"
{
"jp" "マップ投票"
}
"Confirm Vote"
{
"jp" "確認投票"
}
"Map Vote In Use"
{
"jp" "他の管理者がマップ投票メニューを開いています。"
}
"Please select a map"
{
"jp" "マップを選択してください。"
}
"Start the Vote"
{
"jp" "マップ投票を開始"
}
}