-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d7b3df
commit f5b79eb
Showing
6 changed files
with
164 additions
and
164 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
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 |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"button": { | ||
"delete": "Delete Post", | ||
"edit": "Edit Post", | ||
"goto": "Go to Post", | ||
"new": "New Post", | ||
"save": "Save Post" | ||
"delete": "Удалить", | ||
"edit": "Редактировать", | ||
"goto": "Перейти к записи", | ||
"new": "Новая запись", | ||
"save": "Сохранить" | ||
}, | ||
"content": { | ||
"delete": "Are you sure you want to delete post {{title}}?", | ||
"details": "View Details", | ||
"metadata": "{{author}} published on {{date}}", | ||
"pinned": "[Pinned]", | ||
"delete": "Вы уверены, что хотите удалить запись {{title}}?", | ||
"details": "Подробнее", | ||
"metadata": "Опубликовано {{author}}, {{date}}", | ||
"pinned": "[Закреплено]", | ||
"updated": { | ||
"content": "The post has been changed. Save it?", | ||
"title": "Post has been changed" | ||
"content": "Запись была изменена. Сохранить?", | ||
"title": "Несохранённые изменения" | ||
} | ||
}, | ||
"label": { | ||
"add_tag": "Enter to add tag", | ||
"content": "Content", | ||
"summary": "Summary", | ||
"tag": "Tags", | ||
"title": "Title" | ||
"add_tag": "Введите тег и нажмите Enter", | ||
"content": "Содержание", | ||
"summary": "Сводка", | ||
"tag": "Теги", | ||
"title": "Заголовок" | ||
}, | ||
"notification": { | ||
"created": "Post has been created", | ||
"saved": "Post has been saved" | ||
"created": "Запись создана", | ||
"saved": "Запись сохранена" | ||
}, | ||
"title": { | ||
"index": "Posts" | ||
"index": "Посты" | ||
} | ||
} |
Oops, something went wrong.