gamebrary/src/i18n/en.js

50 lines
1.3 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',
},
},
game: {
add: 'Add game',
addPlural: 'Add games',
},
list: {
edit: 'Edit list name',
name: 'List name (e.g. Owned, Wishlist, Completed, etc...)',
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',
donate: 'Donate',
reportBugs: 'Report bugs',
submitFeedback: 'Submit feedback',
},
};