b6f3d7a483b0d10b9d5ef195a5c512ebcd4a141d
[yaffs-website] / vendor / drupal / console-en / translations / create.nodes.yml
1 description: 'Create dummy nodes for your Drupal 8 application.'
2 help: 'The <info>create:nodes</info> command helps you create dummy nodes.'
3 welcome: 'Welcome to the Drupal nodes generator'
4 arguments:
5   content-types: 'Content type(s) to be used in node creation'
6 options:
7     limit: 'How many nodes would you like to create'
8     title-words: 'Maximum number of words in node titles'
9     time-range: 'How far back in time should the nodes be dated'
10 questions:
11     content-type: 'Select content type(s) to be used on node creation'
12     limit: 'Enter how many nodes would you like to generate'
13     title-words: 'Enter the maximum number of words in titles'
14     time-range: 'How far back in time should the nodes be dated?'
15     time-ranges:
16         - 'Now'
17         - '1 hour ago'
18         - '1 day ago'
19         - '1 week ago'
20         - '1 month ago'
21         - '1 year ago'
22 messages:
23     node-id: 'Node Id'
24     content-type: 'Content type'
25     title: 'Title'
26     created: 'Created Time'
27     invalid-content-types: 'Content types "%s" are invalid'
28     created-nodes: 'Created "%s" nodes successfully'