antares/src/renderer/i18n/en-US.js

60 lines
1.6 KiB
JavaScript
Raw Normal View History

2020-05-25 15:37:59 +02:00
module.exports = {
word: {
edit: 'Edit',
save: 'Save',
close: 'Close',
delete: 'Delete',
confirm: 'Confirm',
cancel: 'Cancel',
send: 'Send',
2020-05-31 17:56:33 +02:00
connectionName: 'Connection name',
2020-05-25 15:37:59 +02:00
client: 'Client',
hostName: 'Host name',
port: 'Port',
user: 'User',
password: 'Password',
credentials: 'Credentials',
connect: 'Connect',
connected: 'Connected',
disconnect: 'Disconnect',
disconnected: 'Disconnected',
2020-05-26 18:10:11 +02:00
refresh: 'Refresh',
2020-05-30 12:54:05 +02:00
settings: 'Settings',
general: 'General',
themes: 'Themes',
update: 'Update',
about: 'About',
language: 'Language',
2020-05-31 17:56:33 +02:00
version: 'Version',
donate: 'Donate'
2020-05-25 15:37:59 +02:00
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',
appFirstStep: 'Your first step: create a new database connection.',
addConnection: 'Add connection',
createConnection: 'Create connection',
createNewConnection: 'Create new connection',
askCredentials: 'Ask for credentials',
testConnection: 'Test connection',
editConnection: 'Edit connection',
deleteConnection: 'Delete connection',
2020-05-26 18:10:11 +02:00
deleteConnectionCorfirm: 'Do you confirm the cancellation of',
2020-06-02 19:13:57 +02:00
connectionSuccessfullyMade: 'Connection successfully made!',
madeWithJS: 'Made with 💛 and JavaScript!'
2020-05-25 15:37:59 +02:00
},
// Date and Time
short: {
year: 'numeric',
month: 'short',
day: 'numeric'
},
long: {
year: 'numeric',
month: 'short',
day: 'numeric',
weekday: 'short',
hour: 'numeric',
minute: 'numeric'
}
};