mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'topic' => [
|
||||
'replied_notify_subject' => 'Téma má novou odpověď',
|
||||
'replied_notify_body' => 'Vaše téma::topic_subject má novou odpověď.',
|
||||
],
|
||||
'post' => [
|
||||
'edited_notify_subject' => 'Odpověď na příspěvek byla změněna',
|
||||
'edited_notify_body' => 'Vaše odpověď na téma: :topic_subject byla upravena: :editor.',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user