-
-
Notifications
You must be signed in to change notification settings - Fork 622
Expand file tree
/
Copy pathmessages.php
More file actions
304 lines (303 loc) · 33.9 KB
/
messages.php
File metadata and controls
304 lines (303 loc) · 33.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<?php
return [
'activate_account_notification_body' => 'You are receiving this email because we received a password reset request for your account.',
'activate_account_notification_subject' => 'Activate Your Account',
'addon_has_more_releases_beyond_license_body' => 'You may update, but will need to upgrade or purchase a new license.',
'addon_has_more_releases_beyond_license_heading' => 'This addon has more releases beyond your licensed limit.',
'asset_container_blueprint_instructions' => 'Blueprints define custom fields available when editing assets.',
'asset_container_disk_instructions' => 'Filesystem disks specify where files are stored (locally or remotely like Amazon S3). Configure in `config/filesystems.php`',
'asset_container_handle_instructions' => 'Used to reference this container on the frontend. This cannot be easily changed later.',
'asset_container_intro' => 'Media and document files are stored in folders on the server or other storage services. Each storage location is called a container.',
'asset_container_source_preset_instructions' => 'Uploaded images will be processed using this preset.',
'asset_container_title_instructions' => 'Use a plural noun, such as \'Images\' or \'Documents\'',
'asset_container_validation_rules_instructions' => 'These validation rules will be applied to uploaded files.',
'asset_container_warm_intelligent_instructions' => 'Automatically generate appropriate presets on upload.',
'asset_container_warm_presets_instructions' => 'Specify which presets to generate automatically on upload.',
'asset_replace_confirmation' => 'References to this asset in content will be updated to the selected asset.',
'asset_reupload_confirmation' => 'Are you sure you want to re-upload this asset?',
'asset_reupload_warning' => 'You may encounter browser or server caching issues. Consider replacing the asset instead.',
'blueprints_hidden_instructions' => 'Hides the blueprint from create buttons in the Control Panel.',
'blueprints_intro' => 'Blueprints define and organize fields into content models for collections, forms, and other data.',
'blueprints_title_instructions' => 'Use a singular noun, such as \'Article\' or \'Product\'',
'cache_utility_application_cache_description' => 'Laravel\'s unified cache used by Statamic, third party addons, and composer packages.',
'cache_utility_description' => 'Manage and view important information about Statamic\'s various caching layers.',
'cache_utility_image_cache_description' => 'The image cache stores copies of all transformed and resized images.',
'cache_utility_stache_description' => 'The Stache is Statamic\'s content store that functions much like a database. It is generated automatically from the content files.',
'cache_utility_static_cache_description' => 'Static pages bypass Statamic completely and are rendered directly from the server for maximum performance.',
'choose_entry_localization_deletion_behavior' => 'Choose the action you wish to perform on the localized entries.',
'collection_configure_date_behavior_private' => 'Private - Hidden from listings, URLs return 404',
'collection_configure_date_behavior_public' => 'Public - Always visible',
'collection_configure_date_behavior_unlisted' => 'Unlisted - Hidden from listings, URLs visible',
'collection_configure_dated_instructions' => 'Publish dates can be used to schedule and expire content.',
'collection_configure_handle_instructions' => 'Used to reference this collection on the frontend. This cannot be easily changed later.',
'collection_configure_icon_instructions' => 'Pick an icon to represent this collection.',
'collection_configure_intro' => 'Collections are containers that hold entries representing articles, blog posts, products, events, or any other content type.',
'collection_configure_layout_instructions' => 'Set this collection\'s default layout. Entries can override this setting with a `template` field named `layout`. It is unusual to change this setting.',
'collection_configure_origin_behavior_instructions' => 'When localizing an entry, which site should be used as the origin?',
'collection_configure_origin_behavior_option_active' => 'Use the site where the entry is currently being edited',
'collection_configure_origin_behavior_option_root' => 'Use the site the entry was originally created in',
'collection_configure_origin_behavior_option_select' => 'Let the user select the origin',
'collection_configure_propagate_instructions' => 'Automatically propagate new entries to all configured sites.',
'collection_configure_require_slugs_instructions' => 'Make slugs required or optional.',
'collection_configure_template_instructions' => 'Set this collection\'s default template. Entries can override this setting with a `template` field.',
'collection_configure_title_format_instructions' => 'Automatically generate titles for entries in this collection. [Read more](https://statamic.dev/collections#titles).',
'collection_configure_title_instructions' => 'Use a plural noun, such as \'Articles\' or \'Products\'',
'collection_next_steps_blueprints_description' => 'Manage the blueprints and fields available for this collection. Keep organized with fieldsets.',
'collection_next_steps_configure_description' => 'Configure URLs and routes, define blueprints, date behaviors, ordering and other options.',
'collection_next_steps_create_entry_description' => 'Create the first entry or stub out a handful of placeholder entries—whatever suits your needs.',
'collection_next_steps_scaffold_description' => 'Generate index and detail views from the collection name at the click of a button.',
'collection_revisions_instructions' => 'Enable revisions for this collection.',
'collection_scaffold_instructions' => 'Select and configure views to generate. Any existing files will be preserved.',
'collections_blueprint_instructions' => 'Entries in this collection may use any of these blueprints.',
'collections_default_publish_state_instructions' => 'When creating new entries in this collection, the published toggle will default to **true** instead of **false** (draft).',
'collections_future_date_behavior_instructions' => 'How future dated entries should behave.',
'collections_links_instructions' => 'Entries in this collection may contain links (redirects) to other entries or URLs.',
'collections_mount_instructions' => 'Choose an entry on which this collection should be mounted. Learn more in the [documentation](https://statamic.dev/collections-and-entries#mounting).',
'collections_orderable_instructions' => 'Enable manual ordering via drag & drop.',
'collections_past_date_behavior_instructions' => 'How past dated entries should behave.',
'collections_preview_target_refresh_instructions' => 'Automatically refresh the preview while editing. Disabling this will use postMessage.',
'collections_preview_targets_instructions' => 'The URLs to be viewable within Live Preview. Learn more in the [documentation](https://statamic.dev/live-preview#preview-targets).',
'collections_route_instructions' => 'The route controls the entries URL pattern. Learn more in the [documentation](https://statamic.dev/collections#routing).',
'collections_sort_direction_instructions' => 'The default sort direction.',
'collections_taxonomies_instructions' => 'Connect entries in this collection to taxonomies. Fields will be automatically added to publish forms.',
'crop_save_as_copy_confirm' => 'Save the cropped image as a new copy?',
'crop_save_copy_or_replace' => 'Would you like to save this as a new copy or replace the original image?',
'dictionaries_countries_emojis_instructions' => 'Include flag emojis in country labels.',
'dictionaries_countries_region_instructions' => 'Optionally filter the countries by region.',
'dirty_navigation_warning' => 'You have unsaved changes. Are you sure you want to leave this page?',
'disable_two_factor_authentication' => 'Are you sure you want to disable two-factor authentication?',
'disable_two_factor_authentication_current_user_enforced' => 'You will be logged out immediately and will need to set up two-factor authentication again on your next login.',
'disable_two_factor_authentication_current_user_optional' => 'This action will render both your authenticator and backup codes invalid, and will allow complete access to your account using only its password.',
'disable_two_factor_authentication_other_user_enforced' => 'They will be logged out immediately and will need to set up two-factor authentication again on their next login.',
'disable_two_factor_authentication_other_user_optional' => 'This action will render both their authenticator and backup codes invalid, and will allow complete access to their account using only its password.',
'duplicate_action_localizations_confirmation' => 'Are you sure you want to run this action? Localizations will also be duplicated.',
'duplicate_action_warning_localization' => 'This entry is a localization. The origin entry will be duplicated.',
'duplicate_action_warning_localizations' => 'One or more selected entries are localizations. In those cases, the origin entry will be duplicated instead.',
'elevated_session_enter_password' => 'Enter your password to continue.',
'elevated_session_reauthenticate' => 'For security, please re-authenticate your account.',
'elevated_session_required' => 'A password confirmation is required to continue.',
'elevated_session_verification_code_notification_body' => 'Copy and paste the code shown below to verify your identity. If you didn\'t request this code, you can ignore this email.',
'elevated_session_verification_code_notification_subject' => 'Your Verification Code',
'elevated_session_verification_code_sent' => 'Verification code has been sent to your email.',
'email_utility_configuration_description' => 'Mail settings are configured in <code>:path</code>',
'email_utility_description' => 'Check email configuration settings and send test emails.',
'entry_count' => ':count entry|:count entries',
'entry_origin_instructions' => 'The new localization will inherit values from the entry in the selected site.',
'expect_root_instructions' => 'Consider the first page in the tree a "root" or "home" page.',
'field_conditions_always_save_instructions' => 'Always save field value, even if the field is hidden.',
'field_conditions_field_instructions' => 'You may enter any field handle. You are not limited to the options in the dropdown.',
'field_conditions_instructions' => 'When to show or hide this field.',
'field_desynced_from_origin' => 'Desynced from origin. Click to sync and revert to the origin\'s value.',
'field_synced_with_origin' => 'Synced with origin. Click or edit the field to desync.',
'field_validation_advanced_instructions' => 'Add more advanced validation to this field.',
'field_validation_required_instructions' => 'Make this field required or optional.',
'field_validation_sometimes_instructions' => 'Only validate when this field is visible or submitted.',
'fields_actions_instructions' => 'Show field action controls, such as fullscreen mode.',
'fields_default_instructions' => 'Value to be stored if this field is left empty.',
'fields_display_instructions' => 'The field\'s label shown in the Control Panel.',
'fields_duplicate_instructions' => 'Include this field when duplicating the item.',
'fields_fieldsets_description' => 'Fieldsets are simple, flexible, and completely optional groupings of fields that help organize reusable, pre-configured fields.',
'fields_handle_instructions' => 'The field\'s template variable. Avoid using [reserved words](https://statamic.dev/tips/reserved-words#as-field-names) as handles.',
'fields_instructions_instructions' => 'Provide additional field instructions like this text. Markdown formatting is supported.',
'fields_instructions_position_instructions' => 'Show instructions above or below the field.',
'fields_listable_instructions' => 'Control the listing column visibility.',
'fields_replicator_preview_instructions' => 'Control preview visibility in Replicator/Bard sets.',
'fields_sortable_instructions' => 'Control if the field should be sortable in listing views.',
'fields_visibility_instructions' => 'Control field visibility on publish forms.',
'fieldset_import_fieldset_instructions' => 'The fieldset to be imported.',
'fieldset_import_prefix_instructions' => 'Apply a prefix to each field when they are imported. e.g. hero_',
'fieldset_intro' => 'Fieldsets are an optional companion to blueprints, acting as reusable partials that can be used within blueprints.',
'fieldset_link_fields_prefix_instructions' => 'Prefix each field in the linked fieldset with this value. Useful for importing the same fields multiple times.',
'fieldsets_handle_instructions' => 'Used to reference this fieldset elsewhere. This cannot be easily changed later.',
'fieldsets_title_instructions' => 'Usually describes what fields will be inside, such as \'Image Block\' or \'Meta Data\'',
'filters_view_already_exists' => 'A view already exists with this name. Creating this view will overwrite the existing view.',
'focal_point_instructions' => 'Set a focal point to allow dynamic photo cropping with a subject that stays in frame.',
'focal_point_previews_are_examples' => 'Crop previews are for example only',
'forgot_password_enter_email' => 'Enter your email address to receive a password reset link.',
'forgot_password_sent' => 'If an account with that email address exists, a password reset link has been sent.',
'form_configure_blueprint_instructions' => 'Choose from existing blueprints or create a new one.',
'form_configure_email_attachments_instructions' => 'Attach uploaded assets to this email.',
'form_configure_email_bcc_instructions' => 'Email address of the BCC recipient(s) - comma separated.',
'form_configure_email_cc_instructions' => 'Email address of the CC recipient(s) - comma separated.',
'form_configure_email_from_instructions' => 'Leave blank to fall back to the site default.',
'form_configure_email_html_instructions' => 'The view for the HTML version of this email.',
'form_configure_email_instructions' => 'Configure emails to be sent when new form submissions are received.',
'form_configure_email_description' => 'Be sure your email settings are configured to send and receive notifications when forms are submitted.',
'form_configure_email_markdown_instructions' => 'Render the HTML version of this email using Markdown.',
'form_configure_email_reply_to_instructions' => 'Leave blank to fall back to sender.',
'form_configure_email_subject_instructions' => 'Email subject line.',
'form_configure_email_text_instructions' => 'The view for the text version of this email.',
'form_configure_email_to_instructions' => 'Email address of the recipient(s) - comma separated.',
'form_configure_handle_instructions' => 'Used to reference this form on the frontend. This cannot be easily changed later.',
'form_configure_honeypot_instructions' => 'Field name to use as a honeypot. Honeypots are special fields used to reduce bot spam.',
'form_configure_intro' => 'Forms collect information from visitors and can trigger events and send notifications when submissions are received.',
'form_configure_mailer_instructions' => 'Choose the mailer for sending this email. Leave blank to fall back to the default mailer.',
'form_configure_store_instructions' => 'Disable to stop storing submissions. Events and email notifications will still be sent.',
'form_configure_title_instructions' => 'Use a call to action, such as \'Contact Us\'.',
'form_create_description' => 'Get started by creating your first form.',
'getting_started_widget_collections' => 'Collections hold the different content types that make up your site, helping you stay organized.',
'getting_started_widget_docs' => 'Discover everything Statamic can do, and learn how to use its powerful features the right way.',
'getting_started_widget_header' => 'Getting Started with Statamic',
'getting_started_widget_intro' => 'Start building your new Statamic site with these steps.',
'getting_started_widget_navigation' => 'Create multi-level lists of links for navigation bars, footers, side menus, and other site areas.',
'getting_started_widget_pro' => 'Statamic Pro adds unlimited user accounts, roles, permissions, git integration, revisions, multi-site, and more!',
'git_disabled' => 'Statamic Git integration is disabled.',
'git_nothing_to_commit' => 'Nothing to commit.',
'git_utility_description' => 'View and commit changes to git-tracked content and assets.',
'global_next_steps_create_description' => 'Get started by creating your first global set.',
'global_set_config_intro' => 'Global Sets store site-wide content like company details, contact info, or settings.',
'global_set_no_fields_description' => 'Add fields to the blueprint or set data in the YAML file.',
'globals_blueprint_instructions' => 'Controls the fields to be displayed when editing the variables.',
'globals_configure_handle_instructions' => 'Used to reference this global set on the frontend. This cannot be easily changed later.',
'globals_configure_intro' => 'A global set is a group of variables available across all front-end pages.',
'globals_configure_title_instructions' => 'Use a noun representing the set\'s contents, such as \'Brand\' or \'Company\'',
'impersonate_action_confirmation' => 'You will be logged in as this user. You can return to your account using the avatar menu.',
'licensing_config_cached_warning' => 'Any changes you make to your .env or config files will not be detected until you clear the cache. If you are seeing unexpected licensing results here, it may be because of this. You can use the <code>php artisan config:cache</code> command to regenerate the cache.',
'licensing_error_invalid_domain' => 'Invalid domain',
'licensing_error_invalid_edition' => 'License is for :edition edition',
'licensing_error_no_domains' => 'No domains defined',
'licensing_error_no_site_key' => 'No site license key',
'licensing_error_outside_license_range' => 'License valid for versions :start and :end',
'licensing_error_unknown_site' => 'Unknown site',
'licensing_error_unlicensed' => 'Unlicensed',
'licensing_incorrect_key_format_body' => 'Your site key format is incorrect. Site keys are 16-character alphanumeric strings. Get your current key from your account at <a href="https://statamic.com" class="underline">statamic.com</a>. Do not use legacy UUID license keys.',
'licensing_incorrect_key_format_heading' => 'Incorrect site key format',
'licensing_production_alert' => 'This site is running Statamic Pro and commercial addons on a production domain. To continue using these features, please ensure you have valid licenses.',
'licensing_production_alert_addons' => 'This site is using commercial addons on a production domain. To continue using these features, please ensure you have valid licenses.',
'licensing_production_alert_renew_statamic' => 'Your Statamic Pro license needs to be renewed to use this version. Please update your license or downgrade your Statamic version to continue.',
'licensing_production_alert_statamic' => 'This site is running Statamic Pro on a production domain. To continue using Pro features, please ensure you have a valid license.',
'licensing_sync_instructions' => 'License data syncs from statamic.com hourly. Use the sync button to check for any recent changes you\'ve made.',
'licensing_trial_mode_alert' => 'This site is using Statamic Pro and commercial addons in trial mode. Valid licenses will be required when you\'re ready to launch.',
'licensing_trial_mode_alert_addons' => 'This site is using commercial addons in trial mode. Valid licenses will be required when you\'re ready to launch.',
'licensing_trial_mode_alert_statamic' => 'Thanks for trying Statamic Pro! This site is currently in trial mode — please enter a license before your site goes live.',
'licensing_utility_description' => 'View and resolve licensing details.',
'max_depth_instructions' => 'Set the max page nesting level.',
'max_items_instructions' => 'Set a maximum number of selectable items.',
'navigation_configure_blueprint_instructions' => 'Choose from existing blueprints or create a new one.',
'navigation_configure_collections_instructions' => 'Enable linking to entries in these collections.',
'navigation_configure_handle_instructions' => 'Used to reference this navigation on the frontend. This cannot be easily changed later.',
'navigation_configure_intro' => 'Create multi-level lists of links for navbars, footers, sitemaps, and other forms of site navigation.',
'navigation_configure_select_across_sites' => 'Allow selecting entries from other sites.',
'navigation_configure_settings_intro' => 'Enable linking to collections, set a max depth, and other behaviors.',
'navigation_configure_title_instructions' => 'Use a name that matches where it will be used, such as \'Main Nav\' or \'Footer Nav\'',
'navigation_documentation_instructions' => 'Learn about building, configuring, and rendering navigations',
'navigation_link_to_entry_instructions' => 'Add a link to an entry. Enable linking to additional collections in the config area.',
'navigation_link_to_url_instructions' => 'Add a link to any internal or external URL. Enable linking to entries in the config area.',
'outpost_error_422' => 'Error communicating with statamic.com.',
'outpost_error_429' => 'Too many requests to statamic.com.',
'outpost_issue_try_later' => 'There was an issue communicating with statamic.com. Please try again later.',
'outpost_license_key_error' => 'Statamic was unable to decrypt the provided license key file. Please re-download from statamic.com.',
'passkeys_browser_unsupported' => 'Passkeys are not supported. Ensure you are using https and a compatible browser.',
'passkeys_configure_intro' => 'Passkeys allow for a more secure, password-less authentication experience.',
'password_passkeys_only' => 'Please login using your passkey',
'password_protect_enter_password' => 'Enter password to unlock',
'password_protect_incorrect_password' => 'Incorrect password.',
'password_protect_token_invalid' => 'Invalid or expired token.',
'password_protect_token_missing' => 'Secure token is missing. You must arrive at this screen from the original, protected URL.',
'phpinfo_utility_description' => 'Check PHP configuration settings and installed modules.',
'plus_count_more' => '+ :count more',
'preference_confirm_dirty_navigation_instructions' => 'Whether you should get a warning when trying to leave the page when there are unsaved changes.',
'preference_formatting_locale_invalid' => 'Please enter a valid locale code.',
'preference_formatting_locale_instructions' => 'The locale used for formatting values in the control panel, such as dates and numbers.',
'preference_locale_instructions' => 'The preferred language for the control panel.',
'preference_start_page_instructions' => 'The page to be shown when logging into the control panel.',
'preference_strict_accessibility_instructions' => 'We\'ve designed the control panel with accessibility in mind, aiming to meet WCAG 2.2 guidelines where possible. Enable this option to apply stricter accessibility rules by increasing form border contrast.',
'preference_theme_instructions' => 'Customize the colors and appearance of the control panel.',
'publish_actions_create_revision' => 'A revision will be created based on the working copy. The current revision will not change.',
'publish_actions_current_becomes_draft_because_scheduled' => 'Since the current revision is published and you\'ve selected a date in the future, once you submit, the revision will act like a draft until the selected date.',
'publish_actions_publish' => 'Changes to the working copy will be applied to the entry and it will be published immediately.',
'publish_actions_schedule' => 'Changes to the working copy will be applied to the entry and it will appear published on the selected date.',
'publish_actions_unpublish' => 'The current revision will be unpublished.',
'reset_password_notification_body' => 'You are receiving this email because we received a password reset request for your account.',
'reset_password_notification_no_action' => 'If you did not request a password reset, no further action is required.',
'reset_password_notification_subject' => 'Reset Password Notification',
'role_change_handle_warning' => 'After changing the handle, any references to it in users and groups must be updated manually.',
'role_handle_instructions' => 'Unique identifier used in code and templates to reference this role.',
'role_intro' => 'Roles are groups of access and action permissions that can be assigned to users and user groups.',
'role_title_instructions' => 'Use a singular noun, such as \'Editor\' or \'Admin\'',
'search_utility_description' => 'Manage and view important information about Statamic\'s search indexes.',
'selections_click_to_deselect_all' => 'All :total items selected. Uncheck to deselect all items.',
'selections_click_to_select_all' => 'No items selected. Check to select all :total items.',
'selections_item_selected' => ':title is currently selected. Click to deselect.',
'selections_item_unselected' => ':title is not selected. Click to select.',
'selections_limit_reached' => 'Selection limit reached. Cannot select :title',
'selections_select_all' => ':selected of :total items selected. Check to select all items.',
'session_expiry_enter_password' => 'Enter your password to continue.',
'session_expiry_enter_two_factor_code' => 'Enter your authenticator code to continue.',
'session_expiry_enter_two_factor_recovery_code' => 'Enter a recovery code to continue.',
'session_expiry_logged_out_for_inactivity' => 'You have been logged out because you\'ve been inactive for a while.',
'session_expiry_logging_out_in_seconds' => 'You have been inactive for a while and will be logged out in :seconds seconds.',
'session_expiry_new_window' => 'This will open in a new window. Return here after authenticating.',
'set_new_password_instructions' => 'Confirm your email address and create a new password.',
'show_slugs_instructions' => 'Show slugs in the tree view.',
'site_configure_attributes_instructions' => 'Add arbitrary attributes to your site\'s config which can be accessed in your templates. [Learn more](https://statamic.dev/multi-site#additional-attributes).',
'site_configure_handle_instructions' => 'A unique reference to this site. This cannot be easily changed later.',
'site_configure_lang_instructions' => 'Learn about [Languages](https://statamic.dev/multi-site#language).',
'site_configure_locale_instructions' => 'Learn about [Locales](https://statamic.dev/multi-site#locale).',
'site_configure_name_instructions' => 'User-facing name shown throughout the control panel.',
'site_configure_url_instructions' => 'Learn about [Site URLs](https://statamic.dev/multi-site#url).',
'sync_entry_field_confirmation_text' => 'Are you sure? This field\'s value will be replaced by the value in the originating entry.',
'sync_term_field_confirmation_text' => 'Are you sure? This field\'s value will be replaced by the value in the originating term.',
'taxonomies_blueprints_instructions' => 'Terms in this taxonomy may use any of these blueprints.',
'taxonomies_collections_instructions' => 'The collections that use this taxonomy.',
'taxonomies_preview_target_refresh_instructions' => 'Automatically refresh the preview while editing. Disabling this will use postMessage.',
'taxonomies_preview_targets_instructions' => 'The URLs to be viewable within Live Preview. Learn more in the [documentation](https://statamic.dev/live-preview#preview-targets).',
'taxonomy_configure_handle_instructions' => 'Used to reference this taxonomy on the frontend. This cannot be easily changed later.',
'taxonomy_configure_intro' => 'A taxonomy is a system of classifying data around a set of unique characteristics, such as categories, tags, or colors.',
'taxonomy_configure_layout_instructions' => 'Set this taxonomy\'s default layout. Terms can override this setting with a `layout` field.',
'taxonomy_configure_template_instructions' => 'Set this taxonomy\'s default template.',
'taxonomy_configure_term_template_instructions' => 'Set this taxonomy\'s default term template. Terms can override this setting with a `template` field.',
'taxonomy_configure_title_instructions' => 'Use a plural noun, such as \'Categories\' or \'Tags\'',
'taxonomy_next_steps_blueprints_description' => 'Manage the blueprints and fields available for this taxonomy.',
'taxonomy_next_steps_configure_description' => 'Configure names, associate collections, define blueprints, and more.',
'taxonomy_next_steps_create_term_description' => 'Create the first term or stub out a handful of placeholder terms—it\'s up to you.',
'theme_share_instructions' => 'Publish this theme through your statamic.com account to make it available to others.',
'try_again_in_seconds' => '{0,1}Try again now.|Try again in :count seconds.',
'try_again_in_minutes' => 'Try again in a minute.|Try again in :count minutes.',
'two_factor_account_requirement' => 'Your account requires two-factor authentication. Please enable it before proceeding.',
'two_factor_challenge_code_instructions' => 'Enter the 6-digit code from your authenticator app to confirm access to your account.',
'two_factor_enable_introduction' => 'When enabled, you will be prompted for a secure, random token from your phone\'s authenticator app every time you log in.',
'two_factor_enabled' => 'Two-factor authentication is enabled for your account. You will be prompted for a secure, random token from your phone\'s authenticator app every time you log in.',
'two_factor_recovery_code_instructions' => 'Please confirm access to your account by entering one of your emergency recovery codes.',
'two_factor_recovery_codes' => 'Store your recovery codes in a safe place. They can be used to recover access to your account if your two-factor authentication app is lost.',
'two_factor_regenerate_recovery_codes' => 'Regenerating your recovery codes will invalidate all previously created recovery codes with immediate effect.',
'two_factor_setup_instructions' => 'Scan the QR code with your authenticator app, or manually enter the text code. Then enter the 6-digit verification code that appears.',
'units.B' => ':count B',
'units.GB' => ':count GB',
'units.KB' => ':count KB',
'units.MB' => ':count MB',
'units.ms' => ':countms',
'units.s' => ':counts',
'updater_require_version_command' => 'To require this specific version, run the following command',
'updater_update_to_latest_command' => 'To update to the latest version, run the following command',
'uploader_append_timestamp' => 'Append timestamp',
'asset_conflict_title' => 'File conflict',
'asset_conflict_message' => ':existing_descriptor item named ":filename" already exists in this location. Do you want to replace it with the :moving_age one you\'re moving?',
'asset_upload_conflict_message' => 'An item named ":filename" already exists in this location. What would you like to do?',
'asset_conflict_a_newer' => 'A newer',
'asset_conflict_an_older' => 'An older',
'asset_conflict_newer' => 'newer',
'asset_conflict_older' => 'older',
'asset_conflict_cancel' => 'Cancel',
'asset_conflict_keep_both' => 'Keep Both',
'asset_conflict_overwrite' => 'Overwrite',
'asset_conflict_apply_to_all' => 'Do this for all remaining conflicts',
'asset_conflict_pending' => 'Waiting for conflict decision',
'uploader_choose_new_filename' => 'Choose new filename',
'uploader_discard_use_existing' => 'Discard and use existing file',
'uploader_overwrite_existing' => 'Overwrite existing file',
'user_activation_email_not_sent_error' => 'The activation email couldn\'t be sent. Please check your email configuration and try again.',
'user_groups_intro' => 'User groups allow you to organize users and apply permission-based roles in aggregate.',
'user_groups_role_instructions' => 'Assign roles to give users in this group all of their corresponding permissions.',
'user_groups_title_instructions' => 'Use a plural noun, such as \'Editors\' or \'Photographers\'',
'user_wizard_account_created' => 'The user account has been created.',
'user_wizard_intro' => 'Users can be assigned to roles that customize their permissions, access, and abilities throughout the Control Panel.',
'user_wizard_invitation_body' => 'Activate your new Statamic account on :site to begin managing this website. For your security, the link below expires after :expiry hour. After that, please contact the site administrator for a new password.|Activate your new Statamic account on :site to begin managing this website. For your security, the link below expires after :expiry hours. After that, please contact the site administrator for a new password.',
'user_wizard_invitation_intro' => 'Send a welcome email with account activation details to the new user.',
'user_wizard_invitation_share' => 'Copy these credentials and share them with <code>:email</code> via your preferred method.',
'user_wizard_invitation_share_before' => 'After creating a user, details will be provided to share with <code>:email</code> via your preferred method.',
'user_wizard_invitation_subject' => 'Activate your new Statamic account on :site',
'user_wizard_roles_groups_intro' => 'Users can be assigned to roles that customize their permissions, access, and abilities throughout the Control Panel.',
'user_wizard_super_admin_instructions' => 'Super admins have complete control and access to everything in the control panel. Grant this role wisely.',
'width_x_height' => ':width × :height',
];