diff options
Diffstat (limited to 'lib/locale/ja.php')
-rw-r--r-- | lib/locale/ja.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locale/ja.php b/lib/locale/ja.php index 963bb25..cd6d74e 100644 --- a/lib/locale/ja.php +++ b/lib/locale/ja.php @@ -184,7 +184,7 @@ $LANG['type.description'] = 'Description'; $LANG['type.delete.success'] = 'Object type deleted successfully.'; $LANG['type.domain'] = 'Domain'; $LANG['type.edit.success'] = 'Object type updated successfully.'; -$LANG['type.group'] = 'Group'; +$LANG['type.group'] = 'グループ'; $LANG['type.list'] = 'Object Types List'; $LANG['type.key'] = 'Key'; $LANG['type.name'] = 'Name'; @@ -195,7 +195,7 @@ $LANG['type.properties'] = 'Properties'; $LANG['type.resource'] = 'Resource'; $LANG['type.role'] = 'Role'; $LANG['type.used_for'] = 'Hosted'; -$LANG['type.user'] = 'User'; +$LANG['type.user'] = 'ユーザ'; $LANG['user.add'] = 'Add User'; $LANG['user.add.success'] = 'User created successfully.'; |