From 4b8464723b680d37a706c2789b344336325338e2 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sat, 20 Apr 2024 10:54:58 +1000 Subject: [PATCH] Update English translations. --- src/translations/en/cp-nav.php | 97 ++++++++++------------------------ 1 file changed, 28 insertions(+), 69 deletions(-) diff --git a/src/translations/en/cp-nav.php b/src/translations/en/cp-nav.php index 34d312d..dc3f7c9 100644 --- a/src/translations/en/cp-nav.php +++ b/src/translations/en/cp-nav.php @@ -1,73 +1,32 @@ '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.', ]; \ No newline at end of file