| 123456789101112131415161718192021222324252627282930 |
- /* Write size limit exceeded error description (1: size limit) */
- "Data exceeded maximum size of %@ bytes" = "Dữ liệu vượt quá dung lượng cho phép %@ bytes";
- /* Invalid input error description (1: input) */
- "Input %@ is invalid" = "Nguồn nhập liệu %@ không tồn tại";
- /* Recovery suggestion for unknown peripheral characteristic */
- "Make sure the device is nearby, and the issue should resolve automatically" = "Chắc chắn rằng thiết bị đang bên cạnh và các vấn đề sẽ được giải quyết tự động";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Ngoại vi không đáp ứng kịp thời";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Ngoại vi không được kết nối";
- /* Response timeout error description */
- "Pump did not respond in time" = "Bơm không phản ứng kịp lúc";
- /* Invalid response error description (1: response) */
- "Response %@ is invalid" = "Phản hồi %@ không hợp lệ";
- /* Unsupported command error description */
- "RileyLink firmware does not support the %@ command" = "Chương trình cơ sở của RileyLink không hỗ trợ lệnh %@";
- /* Failure reason: unknown peripheral characteristic */
- "The RileyLink was temporarily disconnected" = "Rileylink tạm thời mất kết nối";
- /* Error description */
- "Unknown characteristic" = "Đặc điểm không xác định";
|