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 61c290fe..bd0d4fa7 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1224,4 +1224,15 @@ return array( // 'Insert before this task' => '', // 'Insert after this task' => '', // 'Unlock this user' => '', + // 'Custom Project Roles' => '', + // 'Add a new custom role' => '', + // 'Restrictions for the role "%s"' => '', + // 'Add a new project restriction' => '', + // 'Add a new drag and drop restriction' => '', + // 'Add a new column restriction' => '', + // 'Edit this role' => '', + // 'Remove this role' => '', + // 'There is no restriction for this role.' => '', + // 'Only moving task between those columns is permitted' => '', + // 'Close a task in a specific column when not moved during a given period' => '', ); |