-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
30 changed files
with
403 additions
and
121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{ | ||
"title": "Chats" | ||
"title": "Chats", | ||
"chat": { | ||
"body": "Who do you want to contact?", | ||
"delete": "Delete chat", | ||
"book": "Book " | ||
} | ||
} |
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 +1,3 @@ | ||
{} | ||
{ | ||
"notFound": "404 page not found" | ||
} |
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,53 @@ | ||
{ | ||
"bookPage": { | ||
"title": "New book" | ||
}, | ||
"title": { | ||
"label": "Title", | ||
"message": "Please enter the title of the book", | ||
"placeholder": "Enter the book title" | ||
}, | ||
"author": { | ||
"label": "Author", | ||
"message": "Please enter the author's name", | ||
"placeholder": "Enter the author's name" | ||
}, | ||
"genre": { | ||
"label": "Genre", | ||
"placeholder": "Enter the book genre (optional)" | ||
}, | ||
"language": { | ||
"label": "Language", | ||
"placeholder": "Enter the book language (optional)" | ||
}, | ||
"condition": { | ||
"label": "Condition", | ||
"good": "Good", | ||
"normal": "Normal", | ||
"bad": "Bad" | ||
}, | ||
"cover": { | ||
"label": "Cover", | ||
"info": "Upload the cover from the Internet, so we can maintain the convenience of searching books on the platform. If your book is not found on the Internet, try to take a neat photo of the cover." | ||
}, | ||
"additionalPhotos": { | ||
"label": "Additional photos" | ||
}, | ||
"description": { | ||
"label": "Description", | ||
"placeholder": "Enter book description (optional)" | ||
}, | ||
"publishingHouse": { | ||
"label": "Publishing house", | ||
"placeholder": "Enter the publisher (optional)" | ||
}, | ||
"year": { | ||
"label": "Year of publication", | ||
"placeholder": "Enter the year of publication (optional)" | ||
}, | ||
"save": "Save", | ||
"rules": { | ||
"text": "By posting a book you agree to the ", | ||
"link": "ShareBook rules" | ||
} | ||
} |
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,13 @@ | ||
{ | ||
"nav": { | ||
"titles": { | ||
"main": "Home", | ||
"favourites": "Favourites", | ||
"chats": "Chats", | ||
"createBook": "Create a book" | ||
} | ||
}, | ||
"search": { | ||
"placeholder": "Search for fantasy, detective, novels" | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"filters": { | ||
"type": { | ||
"exchange": "Exchanges", | ||
"giveAway": "Gives Away", | ||
"allOptions": "All options" | ||
}, | ||
"genre": { | ||
"all": "All", | ||
"detectives": "Detectives", | ||
"novels": "Novels", | ||
"scientific": "Scientific", | ||
"horrors": "Horrors", | ||
"textbook": "Textbook" | ||
} | ||
} | ||
} |
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,13 @@ | ||
{ | ||
"otherButtons": { | ||
"write": "Send a message" | ||
}, | ||
"ownButtons": { | ||
"newAd": "Create a book" | ||
}, | ||
"score": { | ||
"scoreGiven_one": "Given {{count}} book", | ||
"scoreGiven_other": "Given {{count}} books", | ||
"scoreExchange": "Exchanged {{exchangedCount}}" | ||
} | ||
} |
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,24 @@ | ||
{ | ||
"fullFilter": { | ||
"languages": { | ||
"ru": "Русский", | ||
"en": "English", | ||
"fr": "Français" | ||
}, | ||
"titles": { | ||
"author": "Author", | ||
"genres": "Genres", | ||
"year": "Year of publication", | ||
"publishingHouse": "Publishing house", | ||
"language": "Language", | ||
"filter": "Filter", | ||
"reset": "Reset", | ||
"apply": "Apply" | ||
}, | ||
"placeholder": "Search" | ||
}, | ||
"booksFound": { | ||
"book_one": "{{count}} book finded", | ||
"book_other": "{{count}} books finded" | ||
} | ||
} |
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,3 +1,8 @@ | ||
{ | ||
"title": "Чаты" | ||
"title": "Чаты", | ||
"chat": { | ||
"body": "Кому писать?", | ||
"delete": "Удалить чат", | ||
"book": "Книга " | ||
} | ||
} |
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 +1,3 @@ | ||
{} | ||
{ | ||
"notFound": "404 страница не найдена" | ||
} |
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,53 @@ | ||
{ | ||
"bookPage": { | ||
"title": "Новое объявление" | ||
}, | ||
"title": { | ||
"label": "Название", | ||
"message": "Пожалуйста, введите название книги", | ||
"placeholder": "Введите название книги" | ||
}, | ||
"author": { | ||
"label": "Автор", | ||
"message": "Пожалуйста, введите имя автора", | ||
"placeholder": "Введите имя автора" | ||
}, | ||
"genre": { | ||
"label": "Жанр", | ||
"placeholder": "Введите жанр книги (необязательно)" | ||
}, | ||
"language": { | ||
"label": "Язык книги", | ||
"placeholder": "Введите язык книги (необязательно)" | ||
}, | ||
"condition": { | ||
"label": "Состояние", | ||
"good": "Хорошее", | ||
"normal": "Нормальное", | ||
"bad": "Плохое" | ||
}, | ||
"cover": { | ||
"label": "Обложка", | ||
"info": "Загрузите обложку из интернета, так мы сможем поддерживать удобство поиска книг на платформе. Если в интернете не нашлось вашей книги, пострайтесь сделать аккуратное фото обложки." | ||
}, | ||
"additionalPhotos": { | ||
"label": "Дополнительные фотографии" | ||
}, | ||
"description": { | ||
"label": "Описание", | ||
"placeholder": "Введите описание книги (необязательно)" | ||
}, | ||
"publishingHouse": { | ||
"label": "Издательство", | ||
"placeholder": "Введите издательство (необязательно)" | ||
}, | ||
"year": { | ||
"label": "Год издания", | ||
"placeholder": "Введите год издания (необязательно)" | ||
}, | ||
"save": "Сохранить", | ||
"rules": { | ||
"text": "Выкладывая объявление вы соглашаетесь с ", | ||
"link": "правилами ShareBook" | ||
} | ||
} |
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,13 @@ | ||
{ | ||
"nav": { | ||
"titles": { | ||
"main": "Главная", | ||
"favourites": "Избранное", | ||
"chats": "Чаты", | ||
"createBook": "Новое объявление" | ||
} | ||
}, | ||
"search": { | ||
"placeholder": "Ищите фентези, детективы, романы" | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"filters": { | ||
"type": { | ||
"exchange": "Обменивают", | ||
"giveAway": "Отдают", | ||
"allOptions": "Все варианты" | ||
}, | ||
"genre": { | ||
"all": "Все", | ||
"detectives": "Детективы", | ||
"novels": "Романы", | ||
"scientific": "Научные", | ||
"horrors": "Ужасы", | ||
"textbook": "Учебник" | ||
} | ||
} | ||
} |
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,14 @@ | ||
{ | ||
"otherButtons": { | ||
"write": "Написать" | ||
}, | ||
"ownButtons": { | ||
"newAd": "Новое объявление" | ||
}, | ||
"score": { | ||
"scoreGiven_one": "Отдана {{count}} книга", | ||
"scoreGiven_few": "Отдано {{count}} книги", | ||
"scoreGiven_many": "Отдано {{count}} книг", | ||
"scoreExchange": "Обменяно {{exchangedCount}}" | ||
} | ||
} |
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,25 @@ | ||
{ | ||
"fullFilter": { | ||
"languages": { | ||
"ru": "Русский", | ||
"en": "English", | ||
"fr": "Français" | ||
}, | ||
"titles": { | ||
"author": "Автор", | ||
"genres": "Жанры", | ||
"year": "Год издания", | ||
"publishingHouse": "Издательство", | ||
"language": "Язык", | ||
"filter": "Фильтр", | ||
"reset": "Сбросить", | ||
"apply": "Применить" | ||
}, | ||
"placeholder": "Поиск" | ||
}, | ||
"booksFound": { | ||
"book_one": "{{count}} книга найдена", | ||
"book_few": "{{count}} книги найдено", | ||
"book_many": "{{count}} книг найдено" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.