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 20, 2024
1 parent 8c590d7 commit 95ccb44
Showing 1 changed file with 41 additions and 86 deletions.
127 changes: 41 additions & 86 deletions src/translations/en/field-manager.php
Original file line number Diff line number Diff line change
@@ -1,90 +1,45 @@
<?php

return [
'What do you want to name your group?' => 'What do you want to name your group?',
'Could not create the group:' => 'Could not create the group:',
'Are you sure you want to delete this group and all its fields?' => 'Are you sure you want to delete this group and all its fields?',
'Cancel' => 'Cancel',
'Clone' => 'Clone',
'Group cloned.' => 'Group cloned.',
'Could not clone group' => 'Could not clone group',
'Save' => 'Save',
'Field group updated.' => 'Field group updated.',
'Add field' => 'Add field',
'Field cloned.' => 'Field cloned.',
'Could not clone field' => 'Could not clone field',
'Field updated.' => 'Field updated.',
'Could not update field' => 'Could not update field',
'Field Manager' => 'Field Manager',
'Fields' => 'Fields',
'Field Groups' => 'Field Groups',
'All' => 'All',
'New field' => 'New field',
'Group Name' => 'Group Name',
'Handle' => 'Handle',
'Type' => 'Type',
'Translatable' => 'Translatable',
'Clone Group' => 'Clone Group',
'Delete' => 'Delete',
'Unused' => 'Unused',
'Export selected' => 'Export selected',
'Download export file' => 'Download export file',
'A prefix for each field‘s handle in this group. <br> Field handles must be unique.' => 'A prefix for each field‘s handle in this group. <br> Field handles must be unique.',
'Name' => 'Name',
'Field Prefix' => 'Field Prefix',
'Import' => 'Import',
'Audit' => 'Audit',
'Element Groups' => 'Element Groups',
'Orphaned Layouts' => 'Orphaned Layouts',
'The below layouts belong to {elementGroup} that no longer exist.' => 'The below layouts belong to {elementGroup} that no longer exist.',
'No fields' => 'No fields',
'No tabs' => 'No tabs',
'Group' => 'Group',
'Which group should this field be displayed in?' => 'Which group should this field be displayed in?',
'What this field will be called in the control panel.' => 'What this field will be called in the control panel.',
'How you’ll refer to this field in the templates.' => 'How you’ll refer to this field in the templates.',
'Instructions' => 'Instructions',
'Helper text to guide the author.' => 'Helper text to guide the author.',
'Use this field’s values as search keywords?' => 'Use this field’s values as search keywords?',
'Field Type' => 'Field Type',
'What type of field is this?' => 'What type of field is this?',
'Changing this may result in data loss.' => 'Changing this may result in data loss.',
'Translation Method' => 'Translation Method',
'How should this field’s values be translated?' => 'How should this field’s values be translated?',
'Not translatable' => 'Not translatable',
'Translate for each site' => 'Translate for each site',
'Translate for each site group' => 'Translate for each site group',
'Translate for each language' => 'Translate for each language',
'Custom…' => 'Custom…',
'Translation Key Format' => 'Translation Key Format',
'Export' => 'Export',
'Export Data' => 'Export Data',
'Settings' => 'Settings',
'Show in CP navigation' => 'Show in CP navigation',
'Display Field Manager in the control panel navigation menu.' => 'Display Field Manager in the control panel navigation menu.',
'Don‘t Import' => 'Don‘t Import',
'Choose how you want to import your fields. You can modify the Name and Handle for each field, along with assigning it to a Field Group.' => 'Choose how you want to import your fields. You can modify the Name and Handle for each field, along with assigning it to a Field Group.',
'Field Name' => 'Field Name',
'Field Handle' => 'Field Handle',
'Back' => 'Back',
'Include' => 'Include',
'Blocktype' => 'Blocktype',
'New Field Group' => 'New Field Group',
'Data' => 'Data',
'Paste the JSON data to import.' => 'Paste the JSON data to import.',
'Configure Import' => 'Configure Import',
'Could not export data.' => 'Could not export data.',
'Could not parse JSON data.' => 'Could not parse JSON data.',
'Imported successfully.' => 'Imported successfully.',
'Error importing fields.' => 'Error importing fields.',
'No fields imported.' => 'No fields imported.',
'Asset Volumes' => 'Asset Volumes',
'Category Groups' => 'Category Groups',
'Entry Types' => 'Entry Types',
'Global Sets' => 'Global Sets',
'Tag Groups' => 'Tag Groups',
'Users' => 'Users',
'Orders' => 'Orders',
'Product Types' => 'Product Types',
'Variants' => 'Variants',
'Add field' => 'Add field',
'All' => 'All',
'Are you sure you want to delete this group and all its fields?' => 'Are you sure you want to delete this group and all its fields?',
'Back' => 'Back',
'Blocktype' => 'Blocktype',
'Cancel' => 'Cancel',
'Choose how you want to import your fields. You can modify the Name and Handle for each field, along with assigning it to a Field Group.' => 'Choose how you want to import your fields. You can modify the Name and Handle for each field, along with assigning it to a Field Group.',
'Clone' => 'Clone',
'Clone Group' => 'Clone Group',
'Configure Import' => 'Configure Import',
'Could not export data.' => 'Could not export data.',
'Could not parse JSON data.' => 'Could not parse JSON data.',
'Delete' => 'Delete',
'Element Groups' => 'Element Groups',
'Error importing fields.' => 'Error importing fields.',
'Export selected' => 'Export selected',
'Field cloned.' => 'Field cloned.',
'Field Groups' => 'Field Groups',
'Field group updated.' => 'Field group updated.',
'Field Handle' => 'Field Handle',
'Field Name' => 'Field Name',
'Field Type' => 'Field Type',
'Field updated.' => 'Field updated.',
'Group cloned.' => 'Group cloned.',
'Group Name' => 'Group Name',
'Handle' => 'Handle',
'Import' => 'Import',
'Imported successfully.' => 'Imported successfully.',
'Name' => 'Name',
'New field' => 'New field',
'New Field Group' => 'New Field Group',
'No fields' => 'No fields',
'No fields imported.' => 'No fields imported.',
'No tabs' => 'No tabs',
'Orphaned Layouts' => 'Orphaned Layouts',
'Save' => 'Save',
'The below layouts belong to {elementGroup} that no longer exist.' => 'The below layouts belong to {elementGroup} that no longer exist.',
'Translatable' => 'Translatable',
'Type' => 'Type',
'Unused' => 'Unused',
'What do you want to name your group?' => 'What do you want to name your group?',
];

0 comments on commit 95ccb44

Please sign in to comment.