Pulled translations from Transifex

This commit is contained in:
Bernd Bestel
2019-04-28 19:17:31 +02:00
parent 77f094810b
commit 310cdd7d4c
14 changed files with 231 additions and 122 deletions

View File

@@ -2,5 +2,8 @@
return array(
'manually' => 'Handmatig',
'dynamic-regular' => 'Dynamisch regelmatig'
'dynamic-regular' => 'Dynamisch regelmatig',
'daily' => 'Dagelijks',
'weekly' => 'Wekelijks',
'monthly' => 'Maandelijks'
);

View File

@@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Tekst (één regel)',
'text-multi-line' => 'Tekst (meerdere regels)',
'number-integral' => 'Number (héél getal)',
'number-decimal' => 'Nummer (decimaal)',
'date' => 'Getal (zonder tijd)',
'datetime' => 'Datum en tijd',
'checkbox' => 'Checkbox'
);