summaryrefslogtreecommitdiff
path: root/app/Locales/zh_CN/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-07-08 15:07:07 -0300
committerFrédéric Guillot <fred@kanboard.net>2014-07-08 15:07:07 -0300
commitba93061f4d844214851d5a22b5a34022ce37e925 (patch)
treeff52678c22ee04a4ddebe6da5aa8a508abfaf6fd /app/Locales/zh_CN/translations.php
parent7a64053cb818931e38af8c9138a259a711ea4da7 (diff)
Add fields: task creator and modification date
Diffstat (limited to 'app/Locales/zh_CN/translations.php')
-rw-r--r--app/Locales/zh_CN/translations.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php
index 86628756..9ed0c8a3 100644
--- a/app/Locales/zh_CN/translations.php
+++ b/app/Locales/zh_CN/translations.php
@@ -390,4 +390,6 @@ return array(
// 'Login with my GitHub Account' => '',
// 'Link my GitHub Account' => '',
// 'Unlink my GitHub Account' => '',
+ // 'Created by %s' => 'Créé par %s',
+ // 'Last modified on %B %e, %G at %k:%M %p' => '',
);