Skip to content

Commit

Permalink
Merge pull request #839 from 64knl/feat-update-dutch-string
Browse files Browse the repository at this point in the history
feat: add missing Dutch strings
  • Loading branch information
Fabio286 authored Jul 18, 2024
2 parents 59f7d3c + 74e97e6 commit 4aab84f
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
86 changes: 63 additions & 23 deletions src/renderer/i18n/nl-NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -434,7 +474,7 @@ export const nlNL = {
engine: 'Engine',
past: 'Verleden',
now: 'Nu',
future: 'Future',
future: 'Toekomstig',
between: 'Between',
recent: 'Recent',
soon: 'Soon',
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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'
}
};

0 comments on commit 4aab84f

Please sign in to comment.