mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
wip: more translations
This commit is contained in:
@@ -280,17 +280,18 @@ export const nlNL = {
|
|||||||
searchForQueries: 'Search for queries',
|
searchForQueries: 'Search for queries',
|
||||||
killProcess: 'Sluit proces af',
|
killProcess: 'Sluit proces af',
|
||||||
closeTab: 'Sluit tabblad',
|
closeTab: 'Sluit tabblad',
|
||||||
exportSchema: 'Export schema',
|
exportSchema: 'Exporteer schema',
|
||||||
importSchema: 'Import schema',
|
importSchema: 'Importeer schema',
|
||||||
directoryPath: 'Directory path',
|
directoryPath: 'Directory path',
|
||||||
|
// TODO: fix newInserStmtEvery -> newInsertStmtEvery
|
||||||
newInserStmtEvery: 'New INSERT statement every',
|
newInserStmtEvery: 'New INSERT statement every',
|
||||||
processingTableExport: 'Processing {table}',
|
processingTableExport: 'Verwerken {table}',
|
||||||
// TODO: fix fechingTableExport -> fetchingTableExport
|
// TODO: fix fechingTableExport -> fetchingTableExport
|
||||||
fechingTableExport: 'Ophalen data van {table} data',
|
fechingTableExport: 'Ophalen data van {table} data',
|
||||||
writingTableExport: 'Writing {table} data',
|
writingTableExport: 'Writing {table} data',
|
||||||
checkAllTables: 'Selecteer alla tabellen',
|
checkAllTables: 'Selecteer alle tabellen',
|
||||||
uncheckAllTables: 'Deselecteer alla tabellen',
|
uncheckAllTables: 'Deselecteer alle tabellen',
|
||||||
goToDownloadPage: 'Go to download page',
|
goToDownloadPage: 'Ga naar de downloadpagina',
|
||||||
readOnlyMode: 'Alleen lezen modus',
|
readOnlyMode: 'Alleen lezen modus',
|
||||||
killQuery: 'Kill query',
|
killQuery: 'Kill query',
|
||||||
insertRow: 'Insert row | Insert rows',
|
insertRow: 'Insert row | Insert rows',
|
||||||
@@ -300,13 +301,14 @@ export const nlNL = {
|
|||||||
actionSuccessful: '{action} succesvol',
|
actionSuccessful: '{action} succesvol',
|
||||||
importQueryErrors: 'Waarschuwing: {n} fout is opgetreden | Waarschuwing: {n} fouten opgetreden',
|
importQueryErrors: 'Waarschuwing: {n} fout is opgetreden | Waarschuwing: {n} fouten opgetreden',
|
||||||
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd',
|
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd',
|
||||||
|
// TODO: ourputFormat -> outputFormat
|
||||||
ourputFormat: 'Uitvoerformaat',
|
ourputFormat: 'Uitvoerformaat',
|
||||||
singleFile: 'Enkel {ext}-bestand',
|
singleFile: 'Enkel {ext}-bestand',
|
||||||
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
|
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
|
||||||
disableBlur: 'Vervagen uitschakelen',
|
disableBlur: 'Vervagen uitschakelen',
|
||||||
untrustedConnection: 'Niet vertrouwde verbinding',
|
untrustedConnection: 'Niet vertrouwde verbinding',
|
||||||
missingOrIncompleteTranslation: 'Missing or incomplete translation?',
|
missingOrIncompleteTranslation: 'Missing or incomplete translation?',
|
||||||
findOutHowToContribute: 'Find out how to contribute',
|
findOutHowToContribute: 'Ontdek hoe je kunt bijdragen',
|
||||||
disableFKChecks: 'Foreign key checks uitschakelen',
|
disableFKChecks: 'Foreign key checks uitschakelen',
|
||||||
allConnections: 'Alle verbindingen',
|
allConnections: 'Alle verbindingen',
|
||||||
searchForConnections: 'Search for connections',
|
searchForConnections: 'Search for connections',
|
||||||
@@ -350,19 +352,19 @@ export const nlNL = {
|
|||||||
sqlExportOptions: 'SQL export options',
|
sqlExportOptions: 'SQL export options',
|
||||||
targetTable: 'Doeltabel',
|
targetTable: 'Doeltabel',
|
||||||
phpArray: 'PHP array',
|
phpArray: 'PHP array',
|
||||||
closeAllTabs: 'Close all tabs',
|
closeAllTabs: 'Sluit alle tabbladen',
|
||||||
closeOtherTabs: 'Close other tabs',
|
closeOtherTabs: 'Sluit overige tabbladen',
|
||||||
closeTabsToLeft: 'Close tabs to the left',
|
closeTabsToLeft: 'Sluit tabbladen naar links',
|
||||||
closeTabsToRight: 'Close tabs to the right',
|
closeTabsToRight: 'Sluit tabbladen naar rechts',
|
||||||
switchDatabase: 'Switch the database',
|
switchDatabase: 'Wissel van database',
|
||||||
csvExportOptions: 'CSV export instellingen',
|
csvExportOptions: 'CSV exportinstellingen',
|
||||||
csvFieldDelimiter: 'Scheidingsteken woorden',
|
csvFieldDelimiter: 'Scheidingsteken woorden',
|
||||||
csvLinesTerminator: 'Scheidingsteken regels',
|
csvLinesTerminator: 'Scheidingsteken regels',
|
||||||
csvStringDelimiter: 'Scheidingsteken strings',
|
csvStringDelimiter: 'Scheidingsteken strings',
|
||||||
csvIncludeHeader: 'Inclusief kopregel',
|
csvIncludeHeader: 'Inclusief kopregel',
|
||||||
expandSettingsBar: 'Expand bookmarks bar',
|
expandSettingsBar: 'Favorietenbalk uitvouwen',
|
||||||
collapseSettingsBar: 'Collapse bookmarks bar',
|
collapseSettingsBar: 'Favorietenbalk uitvouwen',
|
||||||
searchConnections: 'Zoek bookmark'
|
searchConnections: 'Doorzoek favorieten'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Address',
|
address: 'Address',
|
||||||
|
Reference in New Issue
Block a user