From 5e45129e32eb9bd33d673e98dbd0b2ae32207dc5 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 23 Jul 2024 14:58:28 +0800 Subject: [PATCH] perf: add luna i18n --- apps/i18n/luna/en.json | 6 ++++-- apps/i18n/luna/ja.json | 6 ++++-- apps/i18n/luna/zh.json | 6 ++++-- apps/i18n/luna/zh_hant.json | 6 ++++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json index a162c9fc3..67181c4f6 100644 --- a/apps/i18n/luna/en.json +++ b/apps/i18n/luna/en.json @@ -218,5 +218,7 @@ "start time": "start time", "success": "success", "system user": "system user", - "user": "user" -} \ No newline at end of file + "user": "user", + "Viewer": "Viewer", + "Operator": "Operator" +} diff --git a/apps/i18n/luna/ja.json b/apps/i18n/luna/ja.json index 9574002d3..0d5271439 100644 --- a/apps/i18n/luna/ja.json +++ b/apps/i18n/luna/ja.json @@ -222,5 +222,7 @@ "start time": "開始時間", "success": "成功", "system user": "システムユーザー", - "user": "ユーザー" -} \ No newline at end of file + "user": "ユーザー", + "Viewer": "ビューア", + "Operator": "オペレーター" +} diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json index 6676a99ca..16db2a609 100644 --- a/apps/i18n/luna/zh.json +++ b/apps/i18n/luna/zh.json @@ -216,5 +216,7 @@ "start time": "开始时间", "success": "成功", "system user": "系统用户", - "user": "用户" -} \ No newline at end of file + "user": "用户", + "Viewer": "查看人", + "Operator": "操作人" +} diff --git a/apps/i18n/luna/zh_hant.json b/apps/i18n/luna/zh_hant.json index ce4820314..75f40848d 100644 --- a/apps/i18n/luna/zh_hant.json +++ b/apps/i18n/luna/zh_hant.json @@ -220,5 +220,7 @@ "start time": "開始時間", "success": "成功", "system user": "系統用戶", - "user": "用戶" -} \ No newline at end of file + "user": "用戶", + "Viewer": "查看人", + "Operator": "操作人" +}