121 lines
4.0 KiB
JSON
121 lines
4.0 KiB
JSON
{
|
|
"add_model": {
|
|
"back": "Quay lại combo",
|
|
"empty": "Không có model nào.",
|
|
"no_match": "Không có model khớp tìm kiếm.",
|
|
"search": "Tìm model…",
|
|
"title": "Thêm Model"
|
|
},
|
|
"create": {
|
|
"back": "Quay lại",
|
|
"cancel": "Hủy",
|
|
"kind_label": "Loại",
|
|
"models_hint": "Mỗi model một dòng, theo thứ tự fallback (vd: cc/claude-opus-4-7).",
|
|
"models_label": "Models",
|
|
"models_placeholder": "cc/claude-opus-4-7\nglm/glm-5.1",
|
|
"name_label": "Tên",
|
|
"name_placeholder": "vd: my-fallback",
|
|
"submit": "Tạo",
|
|
"title": "Combo mới"
|
|
},
|
|
"detail": {
|
|
"add_model": "Thêm model",
|
|
"back": "Quay lại danh sách",
|
|
"delete": "Xóa combo",
|
|
"delete_confirm": "Xóa combo này?",
|
|
"delete_no": "Hủy",
|
|
"delete_yes": "Có, xóa",
|
|
"drag_hint": "Kéo model để sắp xếp lại",
|
|
"kind_label": "Loại",
|
|
"models_count": "{count} model",
|
|
"models_title": "Chuỗi Model",
|
|
"move_down": "Di chuyển xuống",
|
|
"move_up": "Di chuyển lên",
|
|
"no_models": "Combo này chưa có model nào.",
|
|
"refresh": "Làm mới",
|
|
"remove_model": "Xóa model",
|
|
"rename": "Đổi tên",
|
|
"rename_cancel": "Hủy",
|
|
"rename_placeholder": "Tên mới…",
|
|
"rename_save": "Lưu"
|
|
},
|
|
"error": {
|
|
"add_model_failed": "Không thể thêm model",
|
|
"auth_required": "Cần xác thực",
|
|
"bad_response": "Phản hồi không mong đợi từ 9Router",
|
|
"connection_failed": "Không kết nối được 9Router",
|
|
"create_failed": "Không thể tạo combo",
|
|
"delete_failed": "Không xóa được combo",
|
|
"dismiss": "Đóng",
|
|
"http_status": "HTTP {status}",
|
|
"invalid_name": "Tên chỉ được chứa chữ, số, -, _ và .",
|
|
"kind_failed": "Không cập nhật được loại",
|
|
"login_failed": "Đăng nhập thất bại",
|
|
"need_name_models": "Cần tên và ít nhất một model.",
|
|
"need_password": "Vui lòng nhập mật khẩu.",
|
|
"remove_model_failed": "Không thể xóa model",
|
|
"rename_failed": "Không đổi tên được combo",
|
|
"reorder_failed": "Không thể sắp xếp lại model"
|
|
},
|
|
"kind": {
|
|
"fallback": "Fallback",
|
|
"fusion": "Fusion",
|
|
"none": "Không",
|
|
"round_robin": "Round-robin"
|
|
},
|
|
"list": {
|
|
"delete": "Xóa combo",
|
|
"delete_cancel": "Hủy",
|
|
"delete_confirm": "Xác nhận xóa",
|
|
"empty": "Chưa có combo nào. Tạo một combo để bắt đầu.",
|
|
"kind": "Loại: {kind}",
|
|
"new_combo": "Combo mới",
|
|
"no_match": "Không có combo nào khớp tìm kiếm.",
|
|
"open": "Mở combo",
|
|
"refresh": "Làm mới",
|
|
"search": "Tìm combo…",
|
|
"title": "9Router — Combos"
|
|
},
|
|
"login": {
|
|
"hint": "Dashboard yêu cầu xác thực. Nhập mật khẩu 9Router của bạn để tiếp tục.",
|
|
"password_placeholder": "Mật khẩu…",
|
|
"submit": "Đăng nhập",
|
|
"title": "Đăng nhập 9Router"
|
|
},
|
|
"settings": {
|
|
"data_dir": {
|
|
"description": "Thư mục dữ liệu 9Router (dùng để tính CLI token khi dashboard yêu cầu đăng nhập). Mặc định: ~/.9router.",
|
|
"label": "Thư mục dữ liệu"
|
|
},
|
|
"debug_logging": {
|
|
"description": "In thông điệp gỡ lỗi vào log Noctalia.",
|
|
"label": "Ghi log gỡ lỗi"
|
|
},
|
|
"language": {
|
|
"description": "Ngôn ngữ giao diện của plugin. 'Tự động' theo ngôn ngữ shell Noctalia.",
|
|
"label": "Ngôn ngữ",
|
|
"options": {
|
|
"auto": "Tự động (theo shell)",
|
|
"en": "English",
|
|
"vi": "Tiếng Việt"
|
|
}
|
|
},
|
|
"server_host": {
|
|
"description": "Hostname của dashboard 9Router. Mặc định: 127.0.0.1.",
|
|
"label": "Máy chủ"
|
|
},
|
|
"server_port": {
|
|
"description": "Cổng của dashboard 9Router. Mặc định: 20128.",
|
|
"label": "Cổng"
|
|
}
|
|
},
|
|
"state": {
|
|
"combos": "{count} combo",
|
|
"tip": {
|
|
"auth_required": "9Router: cần đăng nhập",
|
|
"offline": "9Router: ngoại tuyến",
|
|
"online": "9Router: đã kết nối"
|
|
}
|
|
}
|
|
}
|