From 11b6668cbf98debb8e3063e6a392b43343fcf858 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Sun, 22 Mar 2020 02:10:28 +0200 Subject: More inactive cutoffs (#2831) * Fill additional cutoffs * Update phpdoc * Add translation strings * Update app/i18n/fr/gen.php Co-Authored-By: Alexandre Alapetite * Add Dutch translation Co-authored-by: Alexandre Alapetite Co-authored-by: Frans de Jonge --- app/i18n/zh-cn/gen.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/i18n/zh-cn/gen.php') diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php index d89a19b32..9ae18cfcb 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -73,7 +73,10 @@ return array( 'Jun' => '\\六\\月', 'jun' => '六月', 'june' => '六月', + 'last_2_year' => 'Last two years', // TODO - Translation 'last_3_month' => '最近三个月', + 'last_3_year' => 'Last three years', // TODO - Translation + 'last_5_year' => 'Last five years', // TODO - Translation 'last_6_month' => '最近六个月', 'last_month' => '上月', 'last_week' => '上周', -- cgit v1.2.3