Skip to content

Commit

Permalink
New translations user.php (Indonesian)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poseidon281 committed Apr 13, 2024
1 parent a558477 commit 237c24a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lang/id/user.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'exceptions' => [
'user_has_servers' => 'Cannot delete a user with active servers attached to their account. Please delete their servers before continuing.',
'user_is_self' => 'Cannot delete your own user account.',
],
'notices' => [
'account_created' => 'Account has been created successfully.',
'account_updated' => 'Account has been successfully updated.',
],
];

0 comments on commit 237c24a

Please sign in to comment.