sourcemod/translations/vi/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"
{
"vi" "Bắt đầu bầu chọn: {1}"
}
"Initiated Vote Map"
{
"vi" "Băt đầu bầu chọn bản đồ."
}
"Initiated Vote Kick"
{
"vi" "Bắt đầu bầu chọn đuổi {1}."
}
"Initiated Vote Ban"
{
"vi" "Bắt đầu bầu chọn cấm {1}."
}
"Map Vote"
{
"vi" "Bầu chọn bản đồ: {1}"
}
"Change Map To"
{
"vi" "Đổi bản đồ sang {1}?"
}
"Votekick Player"
{
"vi" "Đuổi {1}?"
}
"Voteban Player"
{
"vi" "Cấm {1}?"
}
"Vote Successful"
{
"vi" "Bầu chọn thành công. (Nhận được {1}%% trên {2} lượt bầu)"
}
"Vote Failed"
{
"vi" "Bầu chọn thất bại. Cần {1}%% phiếu. (Nhận được {2} trên {3} phiếu)"
}
"Vote End"
{
"vi" "Câu trả lời của {1} là: {2}"
}
"Kick vote"
{
"vi" "Bầu chọn đuổi"
}
"Ban vote"
{
"vi" "Bầu chọn cấm"
}
"Map vote"
{
"vi" "Bầu chọn bản đồ"
}
"Confirm Vote"
{
"vi" "Xác nhận lựa chọn"
}
"Map Vote In Use"
{
"vi" "Một quản trị viên khác hiện đang chọn bản đồ."
}
"Please select a map"
{
"vi" "Hãy chọn một bản đồ"
}
"Start the Vote"
{
"vi" "Bắt đầu bầu chọn"
}
}