diff options
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 7523986f..102806a7 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1321,4 +1321,15 @@ return array( // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', // 'Automatic action not found: "%s"' => '', + // '%d projects' => '', + // '%d project' => '', + // 'There is no project.' => '', + // 'Sort' => '', + // 'Project ID' => '', + // 'Project name' => '', + // 'Public' => '', + // 'Private' => '', + // '%d tasks' => '', + // '%d task' => '', + // 'Task ID' => '', ); |