Re-indent translations

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

View File

@@ -17,32 +17,30 @@ return [
1 => 'Organisation', 1 => 'Organisation',
2 => 'Organisations', 2 => 'Organisations',
'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.', 'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.',
'INFO_PAGE' => 'Organisation information page for {{name}}', 'INFO_PAGE' => 'Organisation information page for {{name}}',
'SUMMARY' => 'Organisation Summary', 'SUMMARY' => 'Organisation Summary',
'CREATE' => 'Create organisation', 'CREATE' => 'Create organisation',
'CREATION_SUCCESSFUL' => 'Successfully created organisation <strong>{{name}}</strong>', 'CREATION_SUCCESSFUL' => 'Successfully created organisation <strong>{{name}}</strong>',
'EDIT' => 'Edit organistion', 'EDIT' => 'Edit organistion',
'UPDATE' => 'Details updated for organistion <strong>{{name}}</strong>', 'UPDATE' => 'Details updated for organistion <strong>{{name}}</strong>',
'LEAVE' => 'Leave organisation', 'LEAVE' => 'Leave organisation',
'LEAVE_CONFIRM' => 'Are you sure you want to leave the organisation <strong>{{name}}</strong>?', 'LEAVE_CONFIRM' => 'Are you sure you want to leave the organisation <strong>{{name}}</strong>?',
'LEAVE_YES' => 'Yes, leave organisation.', 'LEAVE_YES' => 'Yes, leave organisation.',
'LEAVE_SUCCESSFUL' => 'Successfully left organisation <strong>{{name}}</strong>', 'LEAVE_SUCCESSFUL' => 'Successfully left organisation <strong>{{name}}</strong>',
'MERGE' => 'Merge organisation', 'MERGE' => 'Merge organisation',
'MERGE_INFORM' => 'Select an organisation from the list below to merge organisation <strong>{{name}}</strong> into. All users of organisation <strong>{{name}}</strong> will be moved into the chosen organisation.', 'MERGE_INFORM' => 'Select an organisation from the list below to merge organisation <strong>{{name}}</strong> into. All users of organisation <strong>{{name}}</strong> will be moved into the chosen organisation.',
'MERGE_SUCCESSFUL' => 'Successfully merged organisation <strong>{{source}}</strong> into organisation <strong>{{target}}</strong>.', 'MERGE_SUCCESSFUL' => 'Successfully merged organisation <strong>{{source}}</strong> into organisation <strong>{{target}}</strong>.',
'DELETE' => 'Delete organisation', 'DELETE' => 'Delete organisation',
'DELETE_CONFIRM' => 'Are you sure you want to delete the organisation <strong>{{name}}</strong>?', 'DELETE_CONFIRM' => 'Are you sure you want to delete the organisation <strong>{{name}}</strong>?',
'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,20 +49,22 @@ 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',
'ASSIGN_NEW' => 'Assign to organisation', 'ASSIGN_NEW' => 'Assign to organisation',
'NAME' => [ 'NAME' => [
1 => 'Organisation name', 1 => 'Organisation name',
'EXPLAIN' => 'Please enter a name for the organisation', 'EXPLAIN' => 'Please enter a name for the organisation',
'IN_USE' => 'Organisation name <strong>{{name}}</strong> is already in use.', 'IN_USE' => 'Organisation name <strong>{{name}}</strong> is already in use.',
'IN_USE_REGISTER' => 'Organisation name <strong>{{name}}</strong> is already in use. Perhaps you would like to request to join it instead?', 'IN_USE_REGISTER' => 'Organisation name <strong>{{name}}</strong> is already in use. Perhaps you would like to request to join it instead?',
], ],
'SLUG' => [ 'SLUG' => [
'IN_USE' => 'Organisation slug <strong>{{slug}}</strong> is already in use.', 'IN_USE' => 'Organisation slug <strong>{{slug}}</strong> is already in use.',
], ],
'APPROVAL' => [ 'APPROVAL' => [
'PENDING' => 'This organisation is pending approval!', 'PENDING' => 'This organisation is pending approval!',
@@ -84,15 +84,16 @@ return [
2 => 'Administrators', 2 => 'Administrators',
], ],
'MERGE' => 'Merge', 'MERGE' => 'Merge',
'MERGE_INTO' => 'Merge into', 'MERGE_INTO' => 'Merge into',
'MERGE_CANNOT_UNDONE' => 'This action cannot be undone.', 'MERGE_CANNOT_UNDONE' => 'This action cannot be undone.',
'SOURCE_SLUG' => 'Source Slug', 'SOURCE_SLUG' => 'Source Slug',
'TARGET_SLUG' => 'Target Slug', 'TARGET_SLUG' => 'Target Slug',
'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',