Re-indent translations

This commit is contained in:
2022-02-10 13:02:09 +00:00
parent c2717be73b
commit 59c970ad4f

View File

@@ -41,8 +41,6 @@ return [
'DELETE_YES' => 'Yes, delete organisation', 'DELETE_YES' => 'Yes, delete organisation',
'DELETION_SUCCESSFUL' => 'Successfully deleted organisation <strong>{{name}}</strong>', 'DELETION_SUCCESSFUL' => 'Successfully deleted organisation <strong>{{name}}</strong>',
'MEMBER_COUNT' => '# Members <sub>(excl admins)</sub>',
'ADMIN_COUNT' => '# Admins',
'REGISTER' => 'Register organisation', 'REGISTER' => 'Register organisation',
'REGISTRATION_SUCCESSFUL' => 'Successfully registered organisation <strong>{{name}}</strong>', 'REGISTRATION_SUCCESSFUL' => 'Successfully registered organisation <strong>{{name}}</strong>',
@@ -51,6 +49,8 @@ return [
'CANCEL_REGISTRATION_YES' => 'Yes, cancel organisation registration', 'CANCEL_REGISTRATION_YES' => 'Yes, cancel organisation registration',
'CANCEL_REGISTRATION_SUCCESSFUL' => 'Successfully cancelled registration of organisation <strong>{{name}}</strong>', 'CANCEL_REGISTRATION_SUCCESSFUL' => 'Successfully cancelled registration of organisation <strong>{{name}}</strong>',
'MEMBER_COUNT' => '# Members <sub>(excl admins)</sub>',
'ADMIN_COUNT' => '# Admins',
'SELF' => 'My Organisations', 'SELF' => 'My Organisations',
'MANAGE' => 'Manage Organisations', 'MANAGE' => 'Manage Organisations',
@@ -93,6 +93,7 @@ return [
'SLUG_NOT_IN_USE' => 'A <strong>{{slug}}</strong> slug does not exist', 'SLUG_NOT_IN_USE' => 'A <strong>{{slug}}</strong> slug does not exist',
'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.', 'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.',
'CANCEL_REGISTRATION' => 'Cancel registration request', 'CANCEL_REGISTRATION' => 'Cancel registration request',
'APPROVED' => 'Approved', 'APPROVED' => 'Approved',
'PENDING' => 'Pending', 'PENDING' => 'Pending',