DEV: Незначительные изменения (локализация)

This commit is contained in:
Evg 2023-02-22 09:20:24 +03:00
parent 92d648ad81
commit 84197276b6
8 changed files with 8 additions and 1 deletions

View file

@ -32,4 +32,5 @@ return [
'edit_section' => 'هذا هو تحرير التنقل لصفحات الخدمة (التوثيق). خذها على محمل الجد.',
'team_info' => 'المستخدمين الاخرين ايضاً يمكنهم نشر مقالات في مدونتك - لهذا تحتاج لمنحهم حق الوصول.',
'draft_info' => 'يمكن للمؤلف فقط قراءة المسودات.',
];

View file

@ -32,4 +32,5 @@ return [
'edit_section' => 'This is navigation editing for service pages (documentation). Take it seriously.',
'team_info' => 'Other participants can also post articles to your Blog — for this you need to grant them access.',
'draft_info' => 'Only the author can read drafts.',
];

View file

@ -32,4 +32,5 @@ return [
'edit_section' => 'Aceasta este editarea navigației pentru paginile de servicii (documentație). Ia in serios.',
'team_info' => 'Puteți partaja blogul dvs. cu alți utilizatori, acordându-le acces.',
'draft_info' => 'Doar autorul poate citi schițele.',
];

View file

@ -32,4 +32,5 @@ return [
'edit_section' => 'Это редактирование навигации для служебных страниц (документации). Отнеситесь к этому серьезно.',
'team_info' => 'Ваш Блог можно вести совместно с другими пользователями — для этого вам нужно предоставить им доступ.',
'draft_info' => 'Читать черновики может только автор.',
];

View file

@ -32,4 +32,5 @@ return [
'edit_section' => 'Це редагування навігації для службових сторінок (документації). Поставтеся до цього серйозно.',
'team_info' => 'Ваш Блог можна вести спільно з іншими користувачами для цього вам потрібно надати їм доступ.',
'draft_info' => 'Читати чернетки може лише автор.',
];

View file

@ -32,4 +32,5 @@ return [
'edit_section' => '这是服务页面(文档)的导航编辑。请认真对待。',
'team_info' => '您可以通过授予其他用户访问权限来与他们共享您的博客。',
'draft_info' => '只有作者可以阅读草稿。',
];

View file

@ -32,4 +32,5 @@ return [
'edit_section' => '這是服務頁面(文檔)的導航編輯。 認真對待。',
'team_info' => '您可以通过授予其他用户访问权限来与他们共享您的博客。',
'draft_info' => '只有作者可以阅读草稿。',
];

View file

@ -21,6 +21,6 @@
</main>
<aside>
<div class="box bg-beige sticky top-sm">
<?= __('app.being_developed'); ?>
<?= __('help.draft_info'); ?>
</div>
</aside>