|
15 | 15 | 'labels' => array(
|
16 | 16 | 'name' => __( '{{label_plural_ucfirst}}', '{{textdomain}}' ),
|
17 | 17 | 'singular_name' => _x( '{{label_ucfirst}}', 'taxonomy general name', '{{textdomain}}' ),
|
18 |
| - 'search_items' => __( 'Search {{label_plural}}', '{{textdomain}}' ), |
19 |
| - 'popular_items' => __( 'Popular {{label_plural}}', '{{textdomain}}' ), |
20 |
| - 'all_items' => __( 'All {{label_plural}}', '{{textdomain}}' ), |
21 |
| - 'parent_item' => __( 'Parent {{label}}', '{{textdomain}}' ), |
22 |
| - 'parent_item_colon' => __( 'Parent {{label}}:', '{{textdomain}}' ), |
23 |
| - 'edit_item' => __( 'Edit {{label}}', '{{textdomain}}' ), |
24 |
| - 'update_item' => __( 'Update {{label}}', '{{textdomain}}' ), |
25 |
| - 'add_new_item' => __( 'New {{label}}', '{{textdomain}}' ), |
26 |
| - 'new_item_name' => __( 'New {{label}}', '{{textdomain}}' ), |
| 18 | + 'search_items' => __( 'Search {{label_plural_ucfirst}}', '{{textdomain}}' ), |
| 19 | + 'popular_items' => __( 'Popular {{label_plural_ucfirst}}', '{{textdomain}}' ), |
| 20 | + 'all_items' => __( 'All {{label_plural_ucfirst}}', '{{textdomain}}' ), |
| 21 | + 'parent_item' => __( 'Parent {{label_ucfirst}}', '{{textdomain}}' ), |
| 22 | + 'parent_item_colon' => __( 'Parent {{label_ucfirst}}:', '{{textdomain}}' ), |
| 23 | + 'edit_item' => __( 'Edit {{label_ucfirst}}', '{{textdomain}}' ), |
| 24 | + 'update_item' => __( 'Update {{label_ucfirst}}', '{{textdomain}}' ), |
| 25 | + 'view_item' => __( 'View {{label_ucfirst}}', '{{textdomain}}' ), |
| 26 | + 'add_new_item' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ), |
| 27 | + 'new_item_name' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ), |
27 | 28 | 'separate_items_with_commas' => __( 'Separate {{label_plural}} with commas', '{{textdomain}}' ),
|
28 | 29 | 'add_or_remove_items' => __( 'Add or remove {{label_plural}}', '{{textdomain}}' ),
|
29 | 30 | 'choose_from_most_used' => __( 'Choose from the most used {{label_plural}}', '{{textdomain}}' ),
|
30 | 31 | 'not_found' => __( 'No {{label_plural}} found.', '{{textdomain}}' ),
|
| 32 | + 'no_terms' => __( 'No {{label_plural}}', '{{textdomain}}' ), |
31 | 33 | 'menu_name' => __( '{{label_plural_ucfirst}}', '{{textdomain}}' ),
|
| 34 | + 'items_list_navigation' => __( '{{label_plural_ucfirst}} list navigation', '{{textdomain}}' ), |
| 35 | + 'items_list' => __( '{{label_plural_ucfirst}} list', '{{textdomain}}' ), |
| 36 | + 'most_used' => _x( 'Most Used', '{{slug}}', '{{textdomain}}' ), |
| 37 | + 'back_to_items' => __( '← Back to {{label_plural_ucfirst}}', '{{textdomain}}' ), |
32 | 38 | ),
|
33 | 39 | 'show_in_rest' => true,
|
34 | 40 | 'rest_base' => '{{slug}}',
|
|
0 commit comments