summaryrefslogtreecommitdiff
path: root/app/Locale/ja_JP/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-28 18:00:18 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-28 18:00:18 -0400
commit9bfab51e00608b6e008aa71f6df74104b28fc662 (patch)
treec390346c8ed384c78bf85bbdd950d70bd9a9ab51 /app/Locale/ja_JP/translations.php
parenteb6853c163e9059bbbc89a1a741d4a25c8e04153 (diff)
Add currency rates for budget calculation
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-rw-r--r--app/Locale/ja_JP/translations.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 014ca0f4..2b9a1e45 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -815,4 +815,12 @@ return array(
// 'Task transitions' => '',
// 'Task transitions export' => '',
// 'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '',
+ // 'Currency rates' => '',
+ // 'Rate' => '',
+ // 'Change reference currency' => '',
+ // 'Add a new currency rate' => '',
+ // 'Currency rates are used to calculate project budget.' => '',
+ // 'Reference currency' => '',
+ // 'The currency rate have been added successfully.' => '',
+ // 'Unable to add this currency rate.' => '',
);