From dd85d6cba7ff1d8bfd93c1e3df7b1db44d51b6a3 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Sun, 21 Aug 2022 21:34:46 -0700 Subject: [PATCH] locales/zh-CN: update RAM overflow error message Co-authored-by: Cyanoxygen --- src/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 443ce26..f57faf9 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -186,5 +186,5 @@ "sys-title": "AOSC OS 安装程序", "error1": "内部错误:跨进程通信不成功:{msg} 。", "error2": "您的设备存储空间不足。所需空间:{r_size},可用空间:{f_size}。", - "error3": "Dear time traveller, unfortunately, the AOSC OS installer at this timeline only supports up to 8PiB of RAM. So please try limiting the RAM available to this system if possible." + "error3": "亲爱的怀旧爱好者,由于我们曾经生活的那个年代的客观因素局限,AOSC OS 安装器只能支持最高 8PiB 的内存,请减少分配给系统的内存大小,谢谢。" }