Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vietnamese translation #223

Merged
merged 2 commits into from
Oct 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 49 additions & 18 deletions src/main/resources/locales/vi.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,63 @@
###########################################################################################
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
# the one at http://yaml-online-parser.appspot.com #
###########################################################################################

---
block-limits:
hit-limit: "&c[material] bị giới hạn trong [number] khối!"
entity-limits:
hit-limit: "&c[entity] bị giới hạn trong [number] thực thể!"
limits:
panel-title: "Giới hạn đảo"


panel-title: Giới hạn đảo
admin:
limits:
main:
parameters: "<người chơi>"
description: xem giới hạn đảo của người chơi
calc:
parameters: "<người chơi>"
description: tính toán lại giới hạn đảo của người chơi
finished: "&aTính toán đã hoàn thành!"
offset:
unknown: "&c Tài liệu hoặc thực thể không xác định [name]."
main:
parameters: "<người chơi>"
description: "xem giới hạn đảo của người chơi"
calc:
parameters: "<người chơi>"
description: "tính toán lại giới hạn đảo của người chơi"
finished: "&aTính toán đã hoàn thành!"

description: cho phép quản lý các giới hạn bù trừ cho vật liệu và thực thể
set:
parameters: "<người chơi> <vật liệu|thực thể> <số>"
description: thiết lập độ lệch mới cho giới hạn vật liệu hoặc thực thể
success: "&a Độ lệch giới hạn cho [name] được đặt thành [number]."
same: "&c Độ lệch giới hạn cho [name] đã là [number]."
add:
parameters: "<người chơi> <vật liệu|thực thể> <số>"
description: thêm độ lệch cho giới hạn vật liệu hoặc thực thể
success: "&a Độ lệch giới hạn cho [name] được tăng lên cho đến [number]."
remove:
parameters: "<người chơi> <vật liệu|thực thể> <số>"
description: giảm độ lệch cho giới hạn vật liệu hoặc thực thể
success: "&a Độ lệch giới hạn cho [name] được giảm xuống đến [number]."
reset:
parameters: "<người chơi> <vật liệu|thực thể>"
description: xóa phần bù cho vật liệu hoặc thực thể
success: "&a Độ lệch giới hạn cho [name] được đặt thành 0."
view:
parameters: "<người chơi> <vật liệu|thực thể>"
description: hiển thị bù trừ cho vật liệu hoặc thực thể
message: "&a [name] bù trừ được đặt thành [number]."
island:
limits:
description: "xem giới hạn đảo của bạn"
description: xem giới hạn đảo của bạn
max-color: "&c"
regular-color: "&a"
block-limit-syntax: "[number]/[limit]"
no-limits: "&cKhông có giới hạn ở thế giới này"
no-limits: "&c Không có giới hạn nào được đặt ra trên thế giới này"
panel:
title-syntax: "[title] [sort]"
entity-group-name-syntax: "[name]"
entity-name-syntax: "[name]"
block-name-syntax: "[name]"
A2Z: a > z
Z2A: z > a
errors:
no-owner: "&c Hòn đảo đó không có chủ sở hữu"
not-on-island: "&c Vị trí này không có giới hạn nào được đặt ra."
recount:
description: "tính toán lại giới hạn đảo của bạn"
description: tính toán lại giới hạn đảo của bạn
now-recounting: "&b Đang đếm lại. Việc này có thể mất một lúc, vui lòng đợi..."
in-progress: "&c Đảo đang được thu hồi. Vui lòng đợi..."
time-out: "&c Hết giờ khi kể lại. Hòn đảo có thực sự lớn không?"
Loading