You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/translations/en/hyper.php
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,63 +13,96 @@
13
13
'Configure the fields and UI elements available to links. Elements in the first tab will be always be shown, while any other tabs will be shown in a slide-out panel.' => 'Configure the fields and UI elements available to links. Elements in the first tab will be always be shown, while any other tabs will be shown in a slide-out panel.',
14
14
'Configure the types of links available for users to pick from.' => 'Configure the types of links available for users to pick from.',
15
15
'Correct the above errors.' => 'Correct the above errors.',
'Once your fields have been migrated, the content for that field used in elements must be converted. You should run this in your local development environment to test everything migrates correctly. You can then deploy your field changes as run this as many times as you like on other environments. As content is stored per-environment, you‘ll need to run this step on each environment.' => 'Once your fields have been migrated, the content for that field used in elements must be converted. You should run this in your local development environment to test everything migrates correctly. You can then deploy your field changes as run this as many times as you like on other environments. As content is stored per-environment, you‘ll need to run this step on each environment.',
43
58
'Phone' => 'Phone',
44
59
'Placeholder' => 'Placeholder',
45
60
'Please enter a valid phone number.' => 'Please enter a valid phone number.',
46
61
'Product' => 'Product',
47
62
'Read more' => 'Read more',
48
63
'Select a link type to edit.' => 'Select a link type to edit.',
64
+
'Select an option' => 'Select an option',
49
65
'Select the available sites.' => 'Select the available sites.',
50
66
'Select the default link type.' => 'Select the default link type.',
51
67
'Select the default new window state.' => 'Select the default new window state.',
'The aria-label for the link.' => 'The aria-label for the link.',
56
79
'The label for this link type in the control panel.' => 'The label for this link type in the control panel.',
57
80
'The maximum number of links that can be created.' => 'The maximum number of links that can be created.',
58
81
'The minimum number of links that can be created.' => 'The minimum number of links that can be created.',
59
82
'The placeholder text for the "Link" setting.' => 'The placeholder text for the "Link" setting.',
60
83
'The title attribute for the link.' => 'The title attribute for the link.',
84
+
'This is a 2-step process. First, to migrate your fields. Second, to migrate your content.' => 'This is a 2-step process. First, to migrate your fields. Second, to migrate your content.',
85
+
'This is a 3-step process. First, to ensure Typed Link links are up to date, second to migrate your fields. Thirdly, to migrate your content.' => 'This is a 3-step process. First, to ensure Typed Link links are up to date, second to migrate your fields. Thirdly, to migrate your content.',
86
+
'This will **permanently** modify all your Link fields and cannot be reverted. We‘ll make a backup before the migration is run if you need to restore back to it.' => 'This will **permanently** modify all your Link fields and cannot be reverted. We‘ll make a backup before the migration is run if you need to restore back to it.',
87
+
'This will **permanently** modify all your Linkit fields and cannot be reverted. We‘ll make a backup before the migration is run if you need to restore back to it.' => 'This will **permanently** modify all your Linkit fields and cannot be reverted. We‘ll make a backup before the migration is run if you need to restore back to it.',
88
+
'This will **permanently** modify all your Typed Link fields and cannot be reverted. We‘ll make a backup before the migration is run if you need to restore back to it.' => 'This will **permanently** modify all your Typed Link fields and cannot be reverted. We‘ll make a backup before the migration is run if you need to restore back to it.',
89
+
'Typed Link Field' => 'Typed Link Field',
90
+
'Typed Link fields may not have been updated in a previous release of their plugin. This step ensures all your Typed Link fields are up to date first, so that Hyper can migrate them.' => 'Typed Link fields may not have been updated in a previous release of their plugin. This step ensures all your Typed Link fields are up to date first, so that Hyper can migrate them.',
61
91
'Unable to fetch embed data for “{url}”: “{message}”' => 'Unable to fetch embed data for “{url}”: “{message}”',
62
92
'Unable to fetch embed data for “{url}”: “{message}” {file}:{line}' => 'Unable to fetch embed data for “{url}”: “{message}” {file}:{line}',
63
93
'Unable to render field - {message} {file}:{line}' => 'Unable to render field - {message} {file}:{line}',
64
94
'Unable to render field. Please resave the field settings.' => 'Unable to render field. Please resave the field settings.',
65
95
'Unable to render field layout. Please resave the field settings.' => 'Unable to render field layout. Please resave the field settings.',
96
+
'Update Legacy Fields' => 'Update Legacy Fields',
66
97
'URL' => 'URL',
67
98
'URL domain not allowed.' => 'URL domain not allowed.',
68
99
'URL Suffix' => 'URL Suffix',
69
100
'Value' => 'Value',
70
101
'Variant' => 'Variant',
71
102
'Whether to show the "Open in New Window" option for links.' => 'Whether to show the "Open in New Window" option for links.',
103
+
'Whether to show the Site menu when selecting elements.' => 'Whether to show the Site menu when selecting elements.',
72
104
'Whether users can create multiple links in a single field, or just a single link.' => 'Whether users can create multiple links in a single field, or just a single link.',
73
105
'You must enable at least one link type.' => 'You must enable at least one link type.',
106
+
'You should first migrate your fields over in an environment with `allowAdminChanges` set to `true`. Once migrated successfully, you can then migrate the content for those fields.' => 'You should first migrate your fields over in an environment with `allowAdminChanges` set to `true`. Once migrated successfully, you can then migrate the content for those fields.',
0 commit comments