app.php
2.79 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
<?php
/**
* @author FilamentV <vortex.filament@gmail.com>
* @copyright (c) 2016, Thread
*/
return [
//general attributes
'ID' => 'ID',
'Alias' => 'Symbolics link',
'Published time' => 'Time of Published',
'Create time' => 'Time of Created',
'Published' => 'Published',
'Deleted' => 'Deleted',
'Default' => 'Default',
'Local' => 'Local',
'Label' => 'Label',
'Title' => 'Title',
'Value' => 'Value',
'Values' => 'Values',
'Default value' => 'Default value',
'Readonly' => 'Readonly',
'Position' => 'Position',
'Parent' => 'Parent',
'Type' => 'Type',
'Link' => 'Link',
'Description' => 'Description',
'Content' => 'Content',
'Image link' => 'Image link',
'Email' => 'Email',
'Phone' => 'Phone',
'File' => 'File',
'KEY_ON' => 'ON',
'KEY_OFF' => 'OFF',
'Gallery' => 'Gallery',
'reviewCount' => 'Review Count',
'ratingValue' => 'Rating Value',
'Rating' => 'Rating',
'Users' => 'Users',
'User' => 'User',
'Params' => 'Params',
'Use' => 'Use',
'Info' => 'Info',
'Shop' => 'Shop',
'Question' => 'Question',
'Subject' => 'Subject',
'Message' => 'Message',
'Url' => 'Url',
'Contacts' => 'Contacts',
'Count' => 'Count',
'Search' => 'Search',
'Remove' => 'Remove',
'Send' => 'Send',
'Category' => 'Category',
//
'Start date' => 'Start date',
'End date' => 'End date',
'Start time' => 'Start time',
'Finish time' => 'Finish time',
//common messages
'Actions' => 'Actions',
'Module' => 'Module',
'Model' => 'Model',
'Group' => 'Group',
'Groups' => 'Groups',
'List' => 'List',
'General' => 'General',
'Settings' => 'Settings',
'Image' => 'Image',
'Choose' => 'Choose',
'Save the entry for editing' => 'Save the entry for editing',
'Choose group' => 'Choose group',
'Choose your color' => 'Choose your color',
'Telephone' => 'Telephone',
'Address' => 'Address',
'Country' => 'Country',
'City' => 'City',
'Delete all' => 'Delete all',
'Do you confirm the deletion?' => 'Do you confirm the deletion?',
'Time start of published' => 'Time start of published',
'Cost' => 'Cost',
'Direct link' => 'Direct link',
//Buttons
'Add' => 'Add',
'Create' => 'Create',
'Save' => 'Save',
'Save and Exit' => 'Save and Exit',
'Add and Exit' => 'Add and Exit',
'Cancel' => 'Cancel',
'Trash' => 'Trash',
'Back to list' => 'Back to list',
'Back' => 'Back',
'Update' => 'Update',
'Edit' => 'Edit',
'Delete' => 'Delete',
'Restore' => 'Restore',
//User
'Full Name' => 'Full Name',
'First Name' => 'First Name',
'Last Name' => 'Last Name',
'Name' => 'Name',
//
'Like' => 'Like',
'Dislike' => 'Dislike',
];