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

198 lines
6.5 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',
2020-06-10 19:29:10 +02:00
donate: 'Donate',
run: 'Run',
2020-06-12 18:10:45 +02:00
schema: 'Schema',
results: 'Results',
size: 'Size',
2020-07-31 15:45:32 +02:00
seconds: 'Seconds',
2020-08-03 18:07:08 +02:00
type: 'Type',
mimeType: 'Mime-Type',
download: 'Download',
2020-08-10 18:09:33 +02:00
add: 'Add',
data: 'Data',
2020-08-12 18:12:30 +02:00
properties: 'Properties',
insert: 'Insert',
connecting: 'Connecting',
name: 'Name',
collation: 'Collation',
2020-10-24 14:47:35 +02:00
clear: 'Clear',
options: 'Options',
autoRefresh: 'Auto-refresh',
indexes: 'Indexes',
foreignKeys: 'Foreign keys',
length: 'Length',
unsigned: 'Unsigned',
default: 'Default',
comment: 'Comment',
key: 'Key | Keys',
2020-11-13 12:39:40 +01:00
order: 'Order',
2020-11-16 17:16:39 +01:00
expression: 'Expression',
autoIncrement: 'Auto Increment',
engine: 'Engine',
field: 'Field | Fields',
approximately: 'Approximately',
2020-12-01 16:48:20 +01:00
total: 'Total',
2020-12-04 11:19:16 +01:00
table: 'Table',
discard: 'Discard',
2020-12-11 16:05:32 +01:00
stay: 'Stay',
2020-12-23 18:07:50 +01:00
author: 'Author',
light: 'Light',
dark: 'Dark',
autoCompletion: 'Auto Completion',
application: 'Application',
2020-12-24 15:33:51 +01:00
editor: 'Editor',
2020-12-26 14:47:15 +01:00
view: 'View',
definer: 'Definer',
algorithm: 'Algorithm',
2020-12-31 19:55:02 +01:00
trigger: 'Trigger | Triggers',
storedRoutine: 'Stored routine | Stored routines',
scheduler: 'Scheduler | Schedulers',
2021-01-05 17:25:18 +01:00
event: 'Event',
parameters: 'Parameters',
function: 'Function | Functions',
deterministic: 'Deterministic',
context: 'Context',
2021-01-10 18:30:56 +01:00
export: 'Export',
2021-01-14 18:11:36 +01:00
returns: 'Returns',
timing: 'Timing',
2021-01-15 19:18:16 +01:00
state: 'State',
execution: 'Execution',
starts: 'Starts',
2021-02-03 21:53:24 +01:00
ends: 'Ends',
ssl: 'SSL',
privateKey: 'Private key',
certificate: 'Certificate',
caCertificate: 'CA certificate',
ciphers: 'Ciphers'
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-10-01 15:08:35 +02:00
deleteCorfirm: 'Do you confirm the cancellation of',
2020-06-02 19:13:57 +02:00
connectionSuccessfullyMade: 'Connection successfully made!',
2020-06-19 18:03:52 +02:00
madeWithJS: 'Made with 💛 and JavaScript!',
checkForUpdates: 'Check for updates',
noUpdatesAvailable: 'No updates available',
checkingForUpdate: 'Checking for updates',
checkFailure: 'Check failed, please try later',
updateAvailable: 'Update available',
downloadingUpdate: 'Downloading update',
updateDownloaded: 'Update downloaded',
2020-06-26 18:14:16 +02:00
restartToInstall: 'Restart Antares to install',
unableEditFieldWithoutPrimary: 'Unable to edit a field without a primary key in resultset',
editCell: 'Edit cell',
2020-07-23 19:10:14 +02:00
deleteRows: 'Delete row | Delete {count} rows',
confirmToDeleteRows: 'Do you confirm to delete one row? | Do you confirm to delete {count} rows?',
2020-08-03 18:07:08 +02:00
notificationsTimeout: 'Notifications timeout',
2020-08-12 18:12:30 +02:00
uploadFile: 'Upload file',
addNewRow: 'Add new row',
2020-08-19 18:20:57 +02:00
numberOfInserts: 'Number of inserts',
openNewTab: 'Open a new tab',
affectedRows: 'Affected rows',
createNewDatabase: 'Create new Database',
2020-09-25 12:39:58 +02:00
databaseName: 'Database name',
2020-10-01 15:08:35 +02:00
serverDefault: 'Server default',
deleteDatabase: 'Delete database',
2020-10-24 14:47:35 +02:00
editDatabase: 'Edit database',
clearChanges: 'Clear changes',
addNewField: 'Add new field',
manageIndexes: 'Manage indexes',
manageForeignKeys: 'Manage foreign keys',
allowNull: 'Allow NULL',
2020-11-13 12:39:40 +01:00
zeroFill: 'Zero fill',
customValue: 'Custom value',
2020-11-13 16:19:59 +01:00
onUpdate: 'On update',
deleteField: 'Delete field',
createNewIndex: 'Create new index',
2020-12-03 13:00:54 +01:00
addToIndex: 'Add to index',
createNewTable: 'Create new table',
2020-12-03 16:15:10 +01:00
emptyTable: 'Empty table',
deleteTable: 'Delete table',
2020-12-04 11:19:16 +01:00
emptyCorfirm: 'Do you confirm to empty',
unsavedChanges: 'Unsaved changes',
discardUnsavedChanges: 'You have some unsaved changes. By leaving this tab these changes will be discarded.',
2020-12-15 17:08:36 +01:00
thereAreNoIndexes: 'There are no indexes',
thereAreNoForeign: 'There are no foreign keys',
createNewForeign: 'Create new foreign key',
referenceTable: 'Ref. table',
referenceField: 'Ref. field',
foreignFields: 'Foreign fields',
invalidDefault: 'Invalid default',
2020-12-23 18:07:50 +01:00
onDelete: 'On delete',
applicationTheme: 'Application Theme',
2020-12-24 15:33:51 +01:00
editorTheme: 'Editor Theme',
2020-12-26 14:47:15 +01:00
wrapLongLines: 'Wrap long lines',
selectStatement: 'Select statement',
2020-12-31 19:55:02 +01:00
triggerStatement: 'Trigger statement',
2020-12-26 14:47:15 +01:00
sqlSecurity: 'SQL security',
updateOption: 'Update option',
2020-12-27 16:16:48 +01:00
deleteView: 'Delete view',
createNewView: 'Create new view',
2021-01-02 14:46:27 +01:00
deleteTrigger: 'Delete trigger',
createNewTrigger: 'Create new trigger',
2021-01-05 17:25:18 +01:00
currentUser: 'Current user',
routineBody: 'Routine body',
dataAccess: 'Data access',
thereAreNoParameters: 'There are no parameters',
2021-01-06 11:07:55 +01:00
createNewParameter: 'Create new parameter',
2021-01-06 11:57:49 +01:00
createNewRoutine: 'Create new stored routine',
2021-01-10 18:30:56 +01:00
deleteRoutine: 'Delete stored routine',
functionBody: 'Function body',
createNewFunction: 'Create new function',
2021-01-14 18:11:36 +01:00
deleteFunction: 'Delete function',
schedulerBody: 'Scheduler body',
createNewScheduler: 'Create new scheduler',
deleteScheduler: 'Delete scheduler',
2021-02-03 21:53:24 +01:00
preserveOnCompletion: 'Preserve on completion',
enableSsl: 'Enable SSL'
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'
}
};