gamebrary/src/i18n/en.js

54 lines
1.4 KiB
JavaScript
Raw Normal View History

2018-12-19 16:30:09 +00:00
module.exports = {
searchPlaceholder: 'Search here',
share: 'Share',
empty: 'empty',
clearResults: 'Clear results',
back: 'Back',
global: {
cancel: 'Cancel',
create: 'Create',
filter: 'Filter',
2018-12-21 21:53:13 +00:00
with: 'with',
by: 'by',
2018-12-19 16:30:09 +00:00
},
platforms: {
pageTitle: 'Platforms',
ownLists: 'My lists only',
computersArcade: 'Computers and Arcade',
generation: 'Generation',
options: {
generation: 'Console generations',
alphabetically: 'Alphabetically',
},
2019-02-05 07:32:32 +00:00
st: 'st',
nd: 'nd',
rd: 'rd',
th: 'th',
2018-12-19 16:30:09 +00:00
},
game: {
add: 'Add game',
2019-02-06 06:56:01 +00:00
addPlural: 'Add games to',
2018-12-19 16:30:09 +00:00
},
list: {
edit: 'Edit list name',
2019-02-05 07:32:32 +00:00
input: 'Enter your own',
2018-12-19 16:30:09 +00:00
add: 'Add list',
2018-12-21 22:38:32 +00:00
sortByName: 'Sort list by game name',
sortByRating: 'Sort list by game rating',
2018-12-19 16:30:09 +00:00
delete: 'Delete list',
moveLeft: 'Move list left',
moveRight: 'Move list right',
},
settings: {
title: 'Settings',
darkTheme: 'Dark theme',
newsletter: 'Receive update emails',
ratings: 'Show game ratings',
signOut: 'Sign out',
deleteAccount: 'Delete account',
2019-02-06 06:56:01 +00:00
donate: 'donating',
reportBugs: 'reporting bugs',
submitFeedback: 'submitting feedback',
2018-12-19 16:30:09 +00:00
},
};