mirror of https://github.com/Fabio286/antares.git
feat(translation): Add more faker translations
This commit is contained in:
parent
f5d236b521
commit
74e97e660d
|
@ -474,7 +474,7 @@ export const nlNL = {
|
|||
engine: 'Engine',
|
||||
past: 'Verleden',
|
||||
now: 'Nu',
|
||||
future: 'Future',
|
||||
future: 'Toekomstig',
|
||||
between: 'Between',
|
||||
recent: 'Recent',
|
||||
soon: 'Soon',
|
||||
|
@ -487,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',
|
||||
|
@ -527,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',
|
||||
|
@ -540,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',
|
||||
|
@ -554,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'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue