Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
ddce87a3
Commit
ddce87a3
authored
May 06, 2014
by
Steve Guns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NL] brought translations up to date
parent
0d2995f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
3 deletions
+49
-3
app.php
framework/messages/nl/app.php
+21
-0
yii.php
framework/messages/nl/yii.php
+28
-3
No files found.
framework/messages/nl/app.php
0 → 100644
View file @
ddce87a3
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return
array
(
'Hello, {username}!'
=>
'Hello, {username}!'
,
);
framework/messages/nl/yii.php
View file @
ddce87a3
...
...
@@ -17,10 +17,35 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return
array
(
'the input value'
=>
'de invoerwaarde'
,
'Are you sure you want to delete this item?'
=>
'Ben je zeker dat je dit item wilt verwijderen?'
,
'Only files with these MIME types are allowed: {mimeTypes}.'
=>
'Alleen bestanden met de volgende MIME types zijn toegelaten: {mimeTypes}'
,
'The requested view "{name}" was not found.'
=>
'De gevraagde view "{view}" werd niet gevonden.'
,
'in {delta, plural, =1{a day} other{# days}}'
=>
'binnen {delta, plural, =1{een dag} other{# dagen}}'
,
'in {delta, plural, =1{a minute} other{# minutes}}'
=>
'binnen {delta, plural, =1{een minuut} other{# minuten}}'
,
'in {delta, plural, =1{a month} other{# months}}'
=>
'binnen {delta, plural, =1{een maand} other{# maanden}}'
,
'in {delta, plural, =1{a second} other{# seconds}}'
=>
'binnen {delta, plural, =1{een seconde} other{# seconden}}'
,
'in {delta, plural, =1{a year} other{# years}}'
=>
'binnen {delta, plural, =1{een jaar} other{# jaren}}'
,
'in {delta, plural, =1{an hour} other{# hours}}'
=>
'binnen {delta, plural, =1{een uur} other{# uren}}'
,
'{delta, plural, =1{a day} other{# days}} ago'
=>
'{delta, plural, =1{een dag} other{# dagen}} geleden'
,
'{delta, plural, =1{a minute} other{# minutes}} ago'
=>
'{delta, plural, =1{een minuut} other{# minuten}} geleden'
,
'{delta, plural, =1{a month} other{# months}} ago'
=>
'{delta, plural, =1{a month} other{# months}} geleden'
,
'{delta, plural, =1{a second} other{# seconds}} ago'
=>
'{delta, plural, =1{een seconde} other{# seconden}} geleden'
,
'{delta, plural, =1{a year} other{# years}} ago'
=>
'{delta, plural, =1{een jaar} other{# jaren}} geleden'
,
'{delta, plural, =1{an hour} other{# hours}} ago'
=>
'{delta, plural, =1{een uur} other{# uren}} geleden'
,
'{n, plural, =1{# byte} other{# bytes}}'
=>
'{n, plural, =1{# byte} other{# bytes}}'
,
'{n, plural, =1{# gigabyte} other{# gigabytes}}'
=>
'{n, plural, =1{# gigabyte} other{# gigabytes}}'
,
'{n, plural, =1{# kilobyte} other{# kilobytes}}'
=>
'{n, plural, =1{# kilobyte} other{# kilobytes}}'
,
'{n, plural, =1{# megabyte} other{# megabytes}}'
=>
'{n, plural, =1{# megabyte} other{# megabytes}}'
,
'{n, plural, =1{# petabyte} other{# petabytes}}'
=>
'{n, plural, =1{# petabyte} other{# petabytes}}'
,
'{n, plural, =1{# terabyte} other{# terabytes}}'
=>
'{n, plural, =1{# terabyte} other{# terabytes}}'
,
'{n} B'
=>
'{n} B'
,
'{n} GB'
=>
'{n} GB'
,
'{n} KB'
=>
'{n} KB'
,
'{n} MB'
=>
'{n} MB'
,
'{n} PB'
=>
'{n} PB'
,
'{n} TB'
=>
'{n} TB'
,
'(not set)'
=>
'(niet ingesteld)'
,
'An internal server error occurred.'
=>
'Er is een interne serverfout opgetreden.'
,
'Are you sure to delete this item?'
=>
'Weet u zeker dat u dit item wilt verwijderen?'
,
'Delete'
=>
'Verwijderen'
,
'Error'
=>
'Fout'
,
'File upload failed.'
=>
'Bestand uploaden mislukt.'
,
...
...
@@ -34,7 +59,6 @@ return array (
'No help for unknown sub-command "{command}".'
=>
'Geen hulp voor onbekend sub-commando "{command}".'
,
'No results found.'
=>
'Geen resultaten gevonden'
,
'Only files with these extensions are allowed: {extensions}.'
=>
'Alleen bestanden met de volgende extensies zijn toegestaan: {extensions}.'
,
'Only files with these mimeTypes are allowed: {mimeTypes}.'
=>
'Alleen bestanden met de volgende mimeTypes zijn toegestaan: {mimeTypes}.'
,
'Page not found.'
=>
'Pagina niet gevonden.'
,
'Please fix the following errors:'
=>
'Corrigeer de volgende fouten:'
,
'Please upload a file.'
=>
'Upload een bestand.'
,
...
...
@@ -57,6 +81,7 @@ return array (
'Yes'
=>
'Ja'
,
'You are not allowed to perform this action.'
=>
'U bent niet gemachtigd om deze actie uit te voeren.'
,
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.'
=>
'U kunt maximaal {limit, number} {limit, plural, one{ander bestand} other{andere bestander}} uploaden.'
,
'the input value'
=>
'de invoerwaarde'
,
'{attribute} "{value}" has already been taken.'
=>
'{attribute} "{value}" is reeds in gebruik.'
,
'{attribute} cannot be blank.'
=>
'{attribute} mag niet leeg zijn.'
,
'{attribute} is invalid.'
=>
'{attribute} is ongeldig.'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment