-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/4.1.38: (21 commits) updates the changelog updates the changelog updates the readme added multilingual support for Russian wip updated the number formats on summary view counts updates the changelog compile assets updates the readme wip refactored the scheduler in the service provider and updated the config added translations for the summary digest e-mail Apply fixes from StyleCI (#479) wip work Apply fixes from StyleCI (#478) initial push for weekly email digest added the styleci config Apply fixes from StyleCI (#477) renamed PostTags to PostsTags ...
- Loading branch information
Showing
29 changed files
with
1,190 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
preset: laravel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'general' => [ | ||
'sent_by' => '由..送出', | ||
], | ||
|
||
'digest' => [ | ||
'summary' => '您的每周作家摘要', | ||
'details' => '你在Canvas上的帖子', | ||
'from' => '从', | ||
'to' => '至', | ||
'data' => '收到你的帖子', | ||
'views' => '视图(s)', | ||
'views_this_week' => '查看本周', | ||
|
||
'email' => [ | ||
'subject' => '您的帖子的统计信息', | ||
], | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'general' => [ | ||
'sent_by' => 'Sent by', | ||
], | ||
|
||
'digest' => [ | ||
'summary' => 'Your weekly writer summary for', | ||
'details' => 'Your posts on Canvas', | ||
'from' => 'From', | ||
'to' => 'to', | ||
'data' => 'your posts received', | ||
'views' => 'View(s)', | ||
'views_this_week' => 'View(s) this week', | ||
|
||
'email' => [ | ||
'subject' => 'Stats for your posts', | ||
], | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'general' => [ | ||
'sent_by' => 'Envoyée par', | ||
], | ||
|
||
'digest' => [ | ||
'summary' => 'Votre résumé de rédacteur hebdomadaire pour', | ||
'details' => 'Vos messages sur Canvas', | ||
'from' => 'De', | ||
'to' => 'à', | ||
'data' => 'vos messages reçus', | ||
'views' => 'Vue(s)', | ||
'views_this_week' => 'Vue(s) cette semaine', | ||
|
||
'email' => [ | ||
'subject' => 'Statistiques pour vos messages', | ||
], | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'general' => [ | ||
'sent_by' => 'Enviado por', | ||
], | ||
|
||
'digest' => [ | ||
'summary' => 'Seu resumo do escritor semanal para', | ||
'details' => 'Suas postagens na tela', | ||
'from' => 'De', | ||
'to' => 'para', | ||
'data' => 'suas postagens recebidas', | ||
'views' => 'Vista(s)', | ||
'views_this_week' => 'Ver(s) esta semana', | ||
|
||
'email' => [ | ||
'subject' => 'Estatísticas para suas postagens', | ||
], | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'title' => 'Блог', | ||
'buttons' => [ | ||
'learn' => 'Учить больше', | ||
'next' => 'Читать это дальше', | ||
'enjoy' => 'Вы могли бы наслаждаться', | ||
'edit' => 'Редактировать сообщение', | ||
'stats' => 'Посмотреть статистику', | ||
], | ||
'empty' => [ | ||
'description' => 'Посты не найдены, начните с', | ||
'action' => 'добавление нового поста', | ||
], | ||
'nav' => [ | ||
'user' => [ | ||
'posts' => 'Сообщений', | ||
'tags' => 'Теги', | ||
'topics' => 'темы', | ||
'stats' => 'Статистика', | ||
'login' => 'войти в систему', | ||
'logout' => 'выход', | ||
], | ||
], | ||
'posts' => [ | ||
'label' => 'Недавние Посты', | ||
], | ||
'tags' => [ | ||
'label' => 'Теги', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'general' => [ | ||
'cancel' => 'отменить', | ||
'delete' => 'удалять', | ||
'done' => 'Готово', | ||
'load' => 'Показать больше', | ||
'save' => 'Сохранить', | ||
'next' => 'Следущая страница', | ||
], | ||
'posts' => [ | ||
'create' => 'Новый пост', | ||
'edit' => 'Редактировать сообщение', | ||
'update' => 'Обновить сообщение', | ||
'save' => 'Сохранить и опубликовать', | ||
'schedule' => 'График публикации', | ||
], | ||
'stats' => [ | ||
'index' => 'Посмотреть всю статистику', | ||
'show' => 'подробности', | ||
], | ||
'tags' => [ | ||
'create' => 'Новый тег', | ||
'update' => 'Сохранить изменения', | ||
], | ||
'topics' => [ | ||
'create' => 'Новая тема', | ||
'update' => 'Сохранить изменения', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'general' => [ | ||
'sent_by' => 'Отправлено от', | ||
], | ||
|
||
'digest' => [ | ||
'summary' => 'Ваше еженедельное резюме для писателя', | ||
'details' => 'Ваши посты на холсте', | ||
'from' => 'От', | ||
'to' => 'в', | ||
'data' => 'ваши сообщения получены', | ||
'views' => 'Просмотры)', | ||
'views_this_week' => 'Просмотр (ы) на этой неделе', | ||
|
||
'email' => [ | ||
'subject' => 'Статистика для ваших сообщений', | ||
], | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'context' => [ | ||
'published' => 'опубликованный', | ||
'draft' => 'Проект', | ||
], | ||
'notify' => [ | ||
'success' => 'Сохраненный!', | ||
], | ||
'user' => [ | ||
'posts' => 'Сообщений', | ||
'tags' => 'Теги', | ||
'topics' => 'темы', | ||
'stats' => 'Статистика', | ||
'logout' => 'выход', | ||
], | ||
'controls' => [ | ||
'stats' => 'Посмотреть статистику', | ||
'settings' => 'Общие настройки', | ||
'image' => 'Популярное изображение', | ||
'seo' => 'SEO и социальные сети', | ||
], | ||
|
||
]; |
Oops, something went wrong.