We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01b4f0 commit c925e1dCopy full SHA for c925e1d
resources/lang/en/notification.php
@@ -19,4 +19,14 @@
19
'saved' => [
20
'title' => 'Saved',
21
],
22
+
23
+ 'document_type_not_found' => [
24
+ 'title' => 'Document Type Not Found',
25
+ 'body' => 'The specified document type does not exist. Please check your configuration.',
26
+ ],
27
28
+ 'content_not_found' => [
29
+ 'title' => 'Content Not Found',
30
+ 'body' => 'The specified content does not exist. Please check your configuration.',
31
32
];
resources/lang/zh_TW/notification.php
@@ -20,4 +20,13 @@
'title' => '已保存',
+ 'title' => '找不到文檔類型',
+ 'body' => '指定的文檔類型不存在。請檢查您的配置。',
+ 'title' => '找不到內容',
+ 'body' => '指定的內容不存在。請檢查您的配置。',
0 commit comments