mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 20:47:33 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'topic' => [
|
||||
'replied_notify_subject' => 'Temaet har et nytt svar',
|
||||
'replied_notify_body' => 'Ditt emne::topic_subject har nytt svar.',
|
||||
],
|
||||
'post' => [
|
||||
'edited_notify_subject' => 'Postsvar ble endret',
|
||||
'edited_notify_body' => 'Ditt svar til emnet: :topic_subject ble endret av: :editor.',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user