Merge pull request #839 from 64knl/feat-update-dutch-string

feat: add missing Dutch strings
This commit is contained in:
Fabio Di Stasio 2024-07-18 09:15:00 +02:00 committed by GitHub
commit 4aab84fbd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 73 additions and 26 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.7.27](https://github.com/antares-sql/antares/compare/v0.7.26...v0.7.27) (2024-07-16)
### Bug Fixes
* issue with new console and languages different than english, fixes [#837](https://github.com/antares-sql/antares/issues/837) ([59f7d3c](https://github.com/antares-sql/antares/commit/59f7d3c67083ac7e32bd29c9b7e6e044f2060c2f))
### [0.7.26](https://github.com/antares-sql/antares/compare/v0.7.26-beta.1...v0.7.26) (2024-07-15)
### [0.7.26-beta.1](https://github.com/antares-sql/antares/compare/v0.7.26-beta.0...v0.7.26-beta.1) (2024-07-11)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "antares",
"version": "0.7.26",
"version": "0.7.27",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "antares",
"version": "0.7.26",
"version": "0.7.27",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "antares",
"productName": "Antares",
"version": "0.7.26",
"version": "0.7.27",
"description": "A modern, fast and productivity driven SQL client with a focus in UX.",
"license": "MIT",
"repository": "https://github.com/antares-sql/antares.git",

View File

@ -15,7 +15,7 @@ export const nlNL = {
results: 'Resultaten',
size: 'Grootte',
mimeType: 'Mime-Type',
download: 'Download',
download: 'Download', // Same as English
add: 'Toevoegen',
data: 'Data',
properties: 'Eigenschappen',
@ -65,7 +65,13 @@ export const nlNL = {
outputFormat: 'Uitvoerformaat',
singleFile: 'Enkel {ext}-bestand',
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
include: 'Inclusief'
include: 'Inclusief',
search: 'Zoek',
copyName: 'Kopieer naam',
title: 'Titel',
archive: 'Archief',
undo: 'Ongedaan maken',
moveTo: 'Verplaats naar'
},
connection: {
connectionName: 'Naam verbinding',
@ -100,7 +106,10 @@ export const nlNL = {
readOnlyMode: 'Alleen lezen modus',
untrustedConnection: 'Niet vertrouwde verbinding',
allConnections: 'Alle verbindingen',
searchForConnections: 'Zoek naar verbindingen'
searchForConnections: 'Zoek naar verbindingen',
singleConnection: 'Enkele verbinding',
connection: 'Verbinding',
keepAliveInterval: 'Keep alive interval'
},
database: {
schema: 'Schema',
@ -260,7 +269,15 @@ export const nlNL = {
targetTable: 'Doeltabel',
switchDatabase: 'Wissel van database',
importQueryErrors: 'Waarschuwing: {n} fout is opgetreden | Waarschuwing: {n} fouten opgetreden',
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd'
executedQueries: '{n} query uitgevoerd | {n} queries uitgevoerd',
insert: 'Invoegen',
exportTable: 'Exporteer tabel',
savedQueries: 'Opgeslagen queries',
searchForElements: 'Zoek naar elementen',
searchForSchemas: 'Zoek naar schema\'s',
materializedview: 'Materialized view | Materialized views',
createNewMaterializedView: 'Materialized view maken',
newMaterializedView: 'Nieuwe materialized view'
},
application: {
settings: 'Instellingen',
@ -367,7 +384,30 @@ export const nlNL = {
wrongFileFormat: 'Bestand is geen geldig .antares bestand',
required: 'Verplicht',
choseFile: 'Selecteer bestand',
password: 'Wachtwoord'
password: 'Wachtwoord',
note: 'Notitie',
data: 'Data',
event: 'Event',
key: 'Key',
customIcon: 'Aangepast pictogram',
fileName: 'bestandsnaam',
newFolder: 'Nieuwe map',
outOfFolder: 'Out of folder',
dataImportSuccess: 'Data succesvol geïmporteerd',
thereAreNoNotesYet: 'Er zijn nog geen notities',
addNote: 'Voeg notitie toe',
editNote: 'Bewerk notitie',
saveAsNote: 'Sla op als notitie',
showArchivedNotes: 'Toon gearchiveerde notities',
hideArchivedNotes: 'Verberg gearchiveerde notities',
tag: 'Tag',
saveFile: 'Bestand opslaan',
saveFileAs: 'Bestand opslaan als',
openFile: 'Open bestand',
openNotes: 'Open notities',
debugConsole: 'Debug Console',
executedQueries: 'Voer queries uit',
sizeLimitError: 'Maximum grootte {size} overschreden'
},
faker: {
address: 'Adres',
@ -434,7 +474,7 @@ export const nlNL = {
engine: 'Engine',
past: 'Verleden',
now: 'Nu',
future: 'Future',
future: 'Toekomstig',
between: 'Between',
recent: 'Recent',
soon: 'Soon',
@ -447,11 +487,11 @@ export const nlNL = {
amount: 'Amount',
transactionType: 'Transaction type',
currencyCode: 'Currency code',
currencyName: 'Currency name',
currencySymbol: 'Currency symbol',
bitcoinAddress: 'Bitcoin address',
litecoinAddress: 'Litecoin address',
creditCardNumber: 'Credit card number',
currencyName: 'Valutanaam',
currencySymbol: 'Valutateken',
bitcoinAddress: 'Bitcoin adres',
litecoinAddress: 'Litecoin adres',
creditCardNumber: 'Credit card nummer',
creditCardCVV: 'Credit card CVV',
ethereumAddress: 'Ethereum adres',
iban: 'IBAN',
@ -487,10 +527,10 @@ export const nlNL = {
sentence: 'Zin',
slug: 'Slug',
sentences: 'Zinnen',
paragraph: 'Paragraph',
paragraphs: 'Paragraphs',
text: 'Text',
lines: 'Lines',
paragraph: 'Paragraaf',
paragraphs: 'Paragrafen',
text: 'Tekst',
lines: 'Regels',
genre: 'Genre',
firstName: 'Voornaam',
lastName: 'Achternaam',
@ -500,7 +540,7 @@ export const nlNL = {
gender: 'Gender',
prefix: 'Prefix',
suffix: 'Suffix',
title: 'Title',
title: 'Titel',
jobDescriptor: 'Job descriptor',
jobArea: 'Job area',
jobType: 'Job type',
@ -514,24 +554,24 @@ export const nlNL = {
objectElement: 'Object element',
uuid: 'Uuid',
boolean: 'Boolean',
image: 'Image',
image: 'Afbeelding',
locale: 'Locale',
alpha: 'Alpha',
alphaNumeric: 'Alphanumeric',
hexaDecimal: 'Hexadecimal',
fileName: 'File name',
alphaNumeric: 'Alfanumeriek',
hexaDecimal: 'Hexadecimaal',
fileName: 'Bestandsnaam',
commonFileName: 'Common file name',
mimeType: 'Mime type',
commonFileType: 'Common file type',
commonFileExt: 'Common file extension',
fileType: 'File type',
fileType: 'Filetype',
fileExt: 'File extension',
directoryPath: 'Directory path',
filePath: 'File path',
semver: 'Semver',
manufacturer: 'Manufacturer',
manufacturer: 'Fabrikant',
model: 'Model',
fuel: 'Fuel',
fuel: 'Brandstof',
vin: 'Vin'
}
};