Skip to content

Commit

Permalink
Update English translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 19, 2024
1 parent 6275665 commit 8d99fbe
Showing 1 changed file with 28 additions and 69 deletions.
97 changes: 28 additions & 69 deletions src/translations/en/cp-nav.php
Original file line number Diff line number Diff line change
@@ -1,73 +1,32 @@
<?php

return [
'Are you sure you want to permanently delete this layout and all its settings? This cannot be undone.' => 'Are you sure you want to permanently delete this layout and all its settings? This cannot be undone.',
'Cancel' => 'Cancel',
'Save' => 'Save',
'Reorder' => 'Reorder',
'Delete' => 'Delete',
'[none' => '[none]',
'Are you sure you want to delete “{name}”?' => 'Are you sure you want to delete “{name}”?',
'Show/hide children' => 'Show/hide children',
'Open when active' => 'Open when active',
'Always open' => 'Always open',
'Toggle open' => 'Toggle open',
'Solo Account' => 'Solo Account',
'Name' => 'Name',
'Choose what you want this layout to be called' => 'Choose what you want this layout to be called',
'Permissions' => 'Permissions',
'Select which user groups should have this layout assigned to them.' => 'Select which user groups should have this layout assigned to them.',
'Label' => 'Label',
'Choose what you want this menu item to be called' => 'Choose what you want this menu item to be called',
'URL' => 'URL',
'Choose the URL this menu points to.' => 'Choose the URL this menu points to.',
'New window' => 'New window',
'Whether to open this page in a new window.' => 'Whether to open this page in a new window.',
'Custom Icon' => 'Custom Icon',
'Specify an SVG asset for this menu item icon.' => 'Specify an SVG asset for this menu item icon.',
'Select an Icon' => 'Select an Icon',
'Craft Icon' => 'Craft Icon',
'Specify an in-built Craft icon for this menu item.' => 'Specify an in-built Craft icon for this menu item.',
'Subnav Behaviour' => 'Subnav Behaviour',
'Set the behaviour for subnav items.' => 'Set the behaviour for subnav items.',
'Control Panel Nav' => 'Control Panel Nav',
'Navigation' => 'Navigation',
'New menu item' => 'New menu item',
'New divider item' => 'New divider item',
'CP Nav: Editing {name}' => 'CP Nav: Editing {name}',
'Layout' => 'Layout',
'Choose a Layout to edit.' => 'Choose a Layout to edit.',
'Show' => 'Show',
'Type' => 'Type',
'Layouts' => 'Layouts',
'New layout' => 'New layout',
'Settings' => 'Settings',
'Default Subnav Behaviour' => 'Default Subnav Behaviour',
'Set the default behaviour for subnav items. You can configure this per-navigation item as well.' => 'Set the default behaviour for subnav items. You can configure this per-navigation item as well.',
'Reset Navigation' => 'Reset Navigation',
'To reset any layout to their original state, click the button below. You will loose any of your customisation changes, such as renaming, enable/disable and re-ordering. This will also include any manually created nav items.' => 'To reset any layout to their original state, click the button below. You will loose any of your customisation changes, such as renaming, enable/disable and re-ordering. This will also include any manually created nav items.',
'Are you sure you want to reset the navigation? This cannot be undone.' => 'Are you sure you want to reset the navigation? This cannot be undone.',
'Couldn’t save layout.' => 'Couldn’t save layout.',
'No layout model found.' => 'No layout model found.',
'New position saved.' => 'New position saved.',
'No navigation model found.' => 'No navigation model found.',
'Couldn’t save navigation.' => 'Couldn’t save navigation.',
'Visibility updated.' => 'Visibility updated.',
'Couldn’t create navigation.' => 'Couldn’t create navigation.',
'Navigation created.' => 'Navigation created.',
'Navigation updated.' => 'Navigation updated.',
'Couldn’t delete navigation.' => 'Couldn’t delete navigation.',
'Navigation deleted.' => 'Navigation deleted.',
'Navigation reset.' => 'Navigation reset.',
'Dashboard' => 'Dashboard',
'Entries' => 'Entries',
'Globals' => 'Globals',
'Categories' => 'Categories',
'Assets' => 'Assets',
'Users' => 'Users',
'Schemas' => 'Schemas',
'Tokens' => 'Tokens',
'GraphQL' => 'GraphQL',
'Utilities' => 'Utilities',
'Plugin Store' => 'Plugin Store',
'Are you sure you want to permanently delete this layout and all its settings? This cannot be undone.' => 'Are you sure you want to permanently delete this layout and all its settings? This cannot be undone.',
'Are you sure you want to reset the navigation? This cannot be undone.' => 'Are you sure you want to reset the navigation? This cannot be undone.',
'Couldn’t create navigation.' => 'Couldn’t create navigation.',
'Couldn’t delete navigation.' => 'Couldn’t delete navigation.',
'Couldn’t save layout.' => 'Couldn’t save layout.',
'Couldn’t save navigation.' => 'Couldn’t save navigation.',
'CP Nav: Editing {name}' => 'CP Nav: Editing {name}',
'Delete' => 'Delete',
'Label' => 'Label',
'Name' => 'Name',
'Navigation created.' => 'Navigation created.',
'Navigation deleted.' => 'Navigation deleted.',
'Navigation reset.' => 'Navigation reset.',
'Navigation updated.' => 'Navigation updated.',
'New divider item' => 'New divider item',
'New layout' => 'New layout',
'New menu item' => 'New menu item',
'New position saved.' => 'New position saved.',
'No layout model found.' => 'No layout model found.',
'No navigation model found.' => 'No navigation model found.',
'Reorder' => 'Reorder',
'Reset Navigation' => 'Reset Navigation',
'Show' => 'Show',
'To reset any layout to their original state, click the button below. You will loose any of your customisation changes, such as renaming, enable/disable and re-ordering. This will also include any manually created nav items.' => 'To reset any layout to their original state, click the button below. You will loose any of your customisation changes, such as renaming, enable/disable and re-ordering. This will also include any manually created nav items.',
'Type' => 'Type',
'URL' => 'URL',
'Visibility updated.' => 'Visibility updated.',
'{layout} saved.' => '{layout} saved.',
];

0 comments on commit 8d99fbe

Please sign in to comment.