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' => '创建时间',