chore: update l10n

This commit is contained in:
lollipopkit
2023-08-18 16:33:16 +08:00
parent 46cffb836c
commit fe51669369
15 changed files with 63 additions and 33 deletions

View File

@@ -80,7 +80,8 @@ List<OneTimeCpuStatus> parseCPU(String raw) {
if (item == '') break;
final id = item.split(' ').first;
final matches = item.replaceFirst(id, '').trim().split(' ');
cpus.add(OneTimeCpuStatus(
cpus.add(
OneTimeCpuStatus(
id,
int.parse(matches[0]),
int.parse(matches[1]),

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 476;
static const int build = 477;
static const String engine = "3.10.6";
static const String buildAt = "2023-08-17 18:45:06.973608";
static const int modifications = 5;
static const String buildAt = "2023-08-17 21:39:55.328086";
static const int modifications = 14;
}