mirror of
https://github.com/romancm/gamebrary
synced 2024-12-24 10:03:07 +00:00
53 lines
1.4 KiB
JavaScript
53 lines
1.4 KiB
JavaScript
module.exports = {
|
|
searchPlaceholder: 'Search here',
|
|
share: 'Share',
|
|
empty: 'empty',
|
|
clearResults: 'Clear results',
|
|
back: 'Back',
|
|
global: {
|
|
cancel: 'Cancel',
|
|
create: 'Create',
|
|
filter: 'Filter',
|
|
with: 'with',
|
|
by: 'by',
|
|
},
|
|
platforms: {
|
|
pageTitle: 'Platforms',
|
|
ownLists: 'My lists only',
|
|
computersArcade: 'Computers and Arcade',
|
|
generation: 'Generation',
|
|
options: {
|
|
generation: 'Console generations',
|
|
alphabetically: 'Alphabetically',
|
|
},
|
|
st: 'st',
|
|
nd: 'nd',
|
|
rd: 'rd',
|
|
th: 'th',
|
|
},
|
|
game: {
|
|
add: 'Add game',
|
|
addPlural: 'Add games to',
|
|
},
|
|
list: {
|
|
edit: 'Edit list name',
|
|
input: 'Enter your own',
|
|
add: 'Add list',
|
|
sortByName: 'Sort list by game name',
|
|
sortByRating: 'Sort list by game rating',
|
|
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: 'donating',
|
|
reportBugs: 'reporting bugs',
|
|
submitFeedback: 'submitting feedback',
|
|
},
|
|
};
|