From ac4bf70abf1471744f572c2fe79291656864d88e Mon Sep 17 00:00:00 2001 From: Joeri van Dooren Date: Mon, 26 Oct 2015 23:22:55 +0100 Subject: [PATCH] Add Dutch translation. --- README.md | 1 + .../Resources/translations/difference.nl.yml | 35 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 src/Coduo/PHPHumanizer/Resources/translations/difference.nl.yml diff --git a/README.md b/README.md index e5d6ed7..e07267e 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ Currently we support following languages: * [French](src/Coduo/PHPHumanizer/Resources/translations/difference.fr.yml) * [Português - Brasil](src/Coduo/PHPHumanizer/Resources/translations/difference.pt_BR.yml) * [Italian](src/Coduo/PHPHumanizer/Resources/translations/difference.it.yml) +* [Dutch](src/Coduo/PHPHumanizer/Resources/translations/difference.nl.yml) # Credits diff --git a/src/Coduo/PHPHumanizer/Resources/translations/difference.nl.yml b/src/Coduo/PHPHumanizer/Resources/translations/difference.nl.yml new file mode 100644 index 0000000..dd77ac1 --- /dev/null +++ b/src/Coduo/PHPHumanizer/Resources/translations/difference.nl.yml @@ -0,0 +1,35 @@ +just_now: + past: "[0,Inf] zojuist" + future: "[0,Inf] zojuist" +second: + past: "{1} %count% seconde geleden|[2,Inf] %count% seconden geleden" + future: "{1} binnen %count% seconde|[2,Inf] binnen %count% seconden" +minute: + past: "{1} %count% minuut geleden|[2,Inf] %count% minuten geleden" + future: "{1} binnen %count% minuut|[2,Inf] binnen %count% minuten" +hour: + past: "{1} %count% uur geleden|[2,Inf] %count% uren geleden" + future: "{1} binnen %count% uur|[2,Inf] binnen %count% uren" +day: + past: "{1} %count% dag geleden|[2,Inf] %count% dagen geleden" + future: "{1} binnen %count% dag|[2,Inf] binnen %count% dagen" +week: + past: "{1} %count% week geleden|[2,Inf] %count% weken geleden" + future: "{1} binnen %count% week|[2,Inf] binnen %count% weken" +month: + past: "{1} %count% maand geleden|[2,Inf] %count% maanden geleden" + future: "{1} binnen %count% maand|[2,Inf] binnen %count% maanden" +year: + past: "{1} %count% jaar geleden|[2,Inf] %count% jaren geleden" + future: "{1} binnen %count% jaar|[2,Inf] binnen %count% jaren" + +compound: + second: "{1} %count% seconde|[2,Inf] %count% seconden" + minute: "{1} %count% minuut|[2,Inf] %count% minuten" + hour: "{1} %count% uur|[2,Inf] %count% uren" + day: "{1} %count% dag|[2,Inf] %count% dagen" + week: "{1} %count% week|[2,Inf] %count% weken" + month: "{1} %count% maand|[2,Inf] %count% maanden" + year: "{1} %count% jaar|[2,Inf] %count% jaren" + ago: "geleden" + from_now: "vanaf nu" \ No newline at end of file