From 2c41009111cfef74ddf2c116f8bf58daf7c43670 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Thu, 6 Oct 2022 18:31:16 +0800 Subject: [PATCH] fix trans --- resources/lang/en/nexus.php | 1 + resources/lang/zh_CN/nexus.php | 1 + resources/lang/zh_TW/nexus.php | 1 + 3 files changed, 3 insertions(+) diff --git a/resources/lang/en/nexus.php b/resources/lang/en/nexus.php index 8637dd30..bd9196f0 100644 --- a/resources/lang/en/nexus.php +++ b/resources/lang/en/nexus.php @@ -4,4 +4,5 @@ return [ 'invalid_argument' => 'Invalid argument', 'require_argument' => ':argument cannot be empty', 'select_one_please' => 'Please select one', + 'user_not_exists' => '(orphaned)', ]; diff --git a/resources/lang/zh_CN/nexus.php b/resources/lang/zh_CN/nexus.php index 5b4c8ffa..9d206b96 100644 --- a/resources/lang/zh_CN/nexus.php +++ b/resources/lang/zh_CN/nexus.php @@ -4,4 +4,5 @@ return [ 'invalid_argument' => '参数错误', 'require_argument' => ':argument 不能为空', 'select_one_please' => '请选择一项', + 'user_not_exists' => '(无此帐户)', ]; diff --git a/resources/lang/zh_TW/nexus.php b/resources/lang/zh_TW/nexus.php index 6bc71b91..2fd6b606 100644 --- a/resources/lang/zh_TW/nexus.php +++ b/resources/lang/zh_TW/nexus.php @@ -4,4 +4,5 @@ return [ 'invalid_argument' => '參數錯誤', 'require_argument' => ':argument 不能為空', 'select_one_please' => '請選擇一項', + 'user_not_exists' => '(無此帳戶)', ];