1+ <?php
2+
3+ return [
4+
5+ 'avoid_to_clean ' => [
6+ 'label ' => 'Avoid cleanup ' ,
7+ 'instructions ' => 'If enabled, the content versions will not be cleaned up. ' ,
8+ ],
9+ 'publish_state ' => [
10+ 'label ' => 'Publish State ' ,
11+ ],
12+
13+ 'empty_state ' => [
14+ 'heading ' => 'No versions found ' ,
15+ 'description ' => 'There are no versions available for this content. ' ,
16+ ],
17+
18+ 'tables ' => [
19+ 'search_placeholder ' => 'Search by auditor \'s name ... ' ,
20+ ],
21+
22+ 'content_history_detail ' => [
23+ 'general_info ' => 'General Info ' ,
24+ 'property_data ' => 'Property Data ' ,
25+ 'empty_state ' => 'No differences found ' ,
26+ ],
27+
28+ 'buttons ' => [
29+ 'view_differences ' => [
30+ 'label ' => 'View Differences ' ,
31+ 'heading ' => 'Content Version Differences ' ,
32+ 'description ' => 'By :author on :date ' ,
33+ ],
34+ 'bulk_update_state ' => [
35+ 'label ' => 'Bulk update state ' ,
36+ 'heading ' => 'Update records \' state ' ,
37+ 'messages ' => [
38+ 'success ' => [
39+ 'title ' => 'State updated successfully. ' ,
40+ ],
41+ 'failure ' => [
42+ 'title ' => 'Failed to update state. ' ,
43+ ],
44+ ],
45+ ],
46+ 'toggle_avoid_to_clean ' => [
47+ 'true_label ' => 'Allow cleanup ' ,
48+ 'false_label ' => 'Avoid cleanup ' ,
49+ 'messages ' => [
50+ 'wait_to_cleanup ' => [
51+ 'title ' => 'Now waiting to cleanup. ' ,
52+ 'body ' => 'This version will be cleaned up in the next cleanup cycle. ' ,
53+ ],
54+ 'avoid_cleanup ' => [
55+ 'title ' => 'Now avoiding cleanup. ' ,
56+ 'body ' => 'This version will not be cleaned up in the next cleanup cycle. ' ,
57+ ],
58+ ],
59+ ],
60+ ],
61+ ];
0 commit comments