mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Pulled translations from Transifex
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
|
||||
return array(
|
||||
'manually' => 'Handmatig',
|
||||
'dynamic-regular' => 'Dynamisch regelmatig'
|
||||
'dynamic-regular' => 'Dynamisch regelmatig',
|
||||
'daily' => 'Dagelijks',
|
||||
'weekly' => 'Wekelijks',
|
||||
'monthly' => 'Maandelijks'
|
||||
);
|
||||
|
11
localization/nl/userfield_types.php
Normal file
11
localization/nl/userfield_types.php
Normal 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'
|
||||
);
|
Reference in New Issue
Block a user