From d2034636ef739f93399921ecb8f831710595a234 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 29 Aug 2022 19:38:32 +0800 Subject: [PATCH] wip --- resources/lang/en/common.php | 1 + resources/lang/zh_cn/common.php | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/lang/en/common.php b/resources/lang/en/common.php index 094d1654..0a776b67 100644 --- a/resources/lang/en/common.php +++ b/resources/lang/en/common.php @@ -52,6 +52,7 @@ return [ 'pick_datetime' => 'Pick Datetime', 'confirm_delete' => 'You sure you want to delete it?', 'text_hint' => 'Hint', + 'restore' => 'Restore', 'id' => 'ID', 'created_at' => 'Created At', diff --git a/resources/lang/zh_cn/common.php b/resources/lang/zh_cn/common.php index a613eab3..1c99909b 100644 --- a/resources/lang/zh_cn/common.php +++ b/resources/lang/zh_cn/common.php @@ -51,6 +51,7 @@ return [ 'pick_datetime' => '选择时间', 'confirm_delete' => '确定要删除吗?', 'text_hint' => '提示', + 'restore' => '恢复', 'id' => 'ID', 'created_at' => '创建时间',