Skip to content

Commit

Permalink
New translations user.php (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Apr 20, 2024
1 parent 9213228 commit c7dac19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/ja/admin/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

return [
'exceptions' => [
'user_has_servers' => 'アクティブなサーバーを持つユーザーは削除できません。続行する前にサーバーを削除してください',
'user_is_self' => '自分のユーザーアカウントは削除できません',
'user_has_servers' => 'サーバーを所有しているユーザーは削除できません。ユーザーを削除する前にサーバーを削除してください',
'user_is_self' => '自分のアカウントは削除できません',
],
'notices' => [
'account_created' => 'アカウントを作成しました。',
'account_updated' => 'アカウントが更新されました',
'account_updated' => 'アカウントを更新しました',
],
];

0 comments on commit c7dac19

Please sign in to comment.