Updated Dutch translation

This commit is contained in:
Sander Datema 2013-06-08 18:12:20 +02:00
parent 26f378e022
commit 27d0b120fd
2 changed files with 34 additions and 10 deletions

View File

@ -13,41 +13,64 @@
nl: nl:
js: js:
dates: dates:
short_date_no_year: "D MMM"
short_date: "D MMM YYYY"
long_date: "D MMMM YYYY H:mm"
tiny: tiny:
half_a_minute: "< 1m" half_a_minute: "< 1m"
less_than_x_seconds: less_than_x_seconds:
one: "< 1s" one: "< 1s"
other: "< %{count}s" other: "< %{count}s"
x_seconds: x_seconds:
one: "1s" one: 1s
other: "%{count}s" other: "%{count}s"
less_than_x_minutes: less_than_x_minutes:
one: "< 1m" one: "< 1m"
other: "< %{count}m" other: "< %{count}m"
x_minutes: x_minutes:
one: "1m" one: 1m
other: "%{count}m" other: "%{count}m"
about_x_hours: about_x_hours:
one: "1h" one: 1h
other: "%{count}h" other: "%{count}h"
x_days: x_days:
one: "1d" one: 1d
other: "%{count}d" other: "%{count}d"
about_x_months: about_x_months:
one: "1mon" one: 1mnd
other: "%{count}mnd" other: "%{count}mnd"
x_months: x_months:
one: "1mnd" one: mnd
other: "%{count}mon" other: "%{count}mon"
about_x_years: about_x_years:
one: "1j" one: 1j
other: "%{count}j" other: "%{count}j"
over_x_years: over_x_years:
one: "> 1j" one: "> 1j"
other: "> %{count}j" other: "> %{count}j"
almost_x_years: almost_x_years:
one: "1j" one: 1j
other: "%{count}j" other: "%{count}j"
medium:
x_minutes:
one: 1 minuut
other: "%{count} minuten"
x_hours:
one: 1 uur
other: "%{count} uren"
x_days:
one: 1 dag
other: "%{count} dagen"
medium_with_ago:
x_minutes:
one: 1 minuut geleden
other: "%{count} minuten geleden"
x_hours:
one: 1 uur geleden
other: "%{count} uren geleden"
x_days:
one: 1 day geleden
other: "%{count} dagen geleden"
share: share:
topic: Deel een link naar deze topic topic: Deel een link naar deze topic
post: Deel een link naar dit bericht post: Deel een link naar dit bericht

View File

@ -52,6 +52,7 @@ nl:
rss_posts_in_topic: "RSS feed van '%{topic}'" rss_posts_in_topic: "RSS feed van '%{topic}'"
rss_topics_in_category: "RSS fees van topics in de categorie '%{category}'" rss_topics_in_category: "RSS fees van topics in de categorie '%{category}'"
author_wrote: "%{author} schreef:" author_wrote: "%{author} schreef:"
private_message_abbrev: PB
groups: groups:
default_names: default_names:
@ -583,8 +584,8 @@ nl:
email_time_window_mins: "Hoeveel minuten we wachten met het sturen van een e-mail naar een persoon, om ze een kans te geven het eerst op de site te kunnen lezen." email_time_window_mins: "Hoeveel minuten we wachten met het sturen van een e-mail naar een persoon, om ze een kans te geven het eerst op de site te kunnen lezen."
flush_timings_secs: "Hoe vaak we timing-data naar de server sturen, in seconden." flush_timings_secs: "Hoe vaak we timing-data naar de server sturen, in seconden."
max_word_length: "De maximumlengte van een woord in een topictitel" max_word_length: "De maximumlengte van een woord in een topictitel"
title_min_entropy: "De minimale entropie die een topictitel moet bevatten" title_min_entropy: "De minimale entropie (unieke tekens) die een topictitel moet bevatten"
body_min_entropy: "De minimale entropie die de inhoud van een post moet bevatten" body_min_entropy: "De minimale entropie (unieke tekens) die de inhoud van een post moet bevatten"
title_fancy_entities: "Converteer algemene ASCII-tekens naar fancy HTML in topictitels, zoals SmartyPants (http://daringfireball.net/projects/smartypants)" title_fancy_entities: "Converteer algemene ASCII-tekens naar fancy HTML in topictitels, zoals SmartyPants (http://daringfireball.net/projects/smartypants)"