diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 17:59:02 -0500 |
commit | e89ba5e9e692f33427fedb05a095255f27480a6b (patch) | |
tree | 59cbca6ac75a8eff45be14f6ae4ab487e0a427b1 /app/Locale/th_TH | |
parent | 3df63e051fac84cec98c912668722f87d6e8183e (diff) |
Analytics: add the first graph (task repartition)
Diffstat (limited to 'app/Locale/th_TH')
-rw-r--r-- | app/Locale/th_TH/translations.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index eefbdcf3..8a1c8b35 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -565,4 +565,10 @@ return array( // 'Columns' => '', // 'Task' => '', // 'Your are not member of any project.' => '', + // 'Percentage' => '', + // 'Number of tasks' => '', + // 'Task distribution' => '', + // 'Reportings' => '', + // 'Task repartition for "%s"' => '', + // 'Analytics' => '', ); |