chore: add missing translations (#28631)

This commit is contained in:
yyh
2025-11-25 14:52:17 +08:00
committed by GitHub
parent 58be008676
commit 82dac2eba0
250 changed files with 9194 additions and 324 deletions

View File

@@ -7,6 +7,7 @@ const translation = {
agents: 'Chiến lược đại lý',
models: 'Mô hình',
datasources: 'Nguồn dữ liệu',
triggers: 'Kích hoạt',
},
categorySingle: {
agent: 'Chiến lược đại lý',
@@ -15,6 +16,7 @@ const translation = {
model: 'Mẫu',
bundle: 'Bó',
datasource: 'Nguồn dữ liệu',
trigger: 'Kích hoạt',
},
list: {
source: {
@@ -45,6 +47,7 @@ const translation = {
remove: 'Triệt',
install: 'Cài đặt',
checkUpdate: 'Kiểm tra cập nhật',
back: 'Quay lại',
},
toolSelector: {
descriptionPlaceholder: 'Mô tả ngắn gọn về mục đích của công cụ, ví dụ: lấy nhiệt độ cho một vị trí cụ thể.',
@@ -306,6 +309,12 @@ const translation = {
partialUPdate: 'Chỉ có {{num}} plugin sau đây sẽ tự động cập nhật',
changeTimezone: 'Để thay đổi múi giờ, hãy vào <setTimezone>Cài đặt</setTimezone>',
},
readmeInfo: {
title: 'ĐỌC_TÔI',
needHelpCheckReadme: 'Cần giúp đỡ? Xem tệp README.',
noReadmeAvailable: 'Không có README',
failedToFetch: 'Không thể lấy README',
},
}
export default translation