1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- return [
- 'labels' => [
- 'Setting' => 'System settings',
- 'setting' => 'System settings',
- ],
- 'fields' => [
- 'title' => 'Chinese title',
- 'en_title' => 'English title',
- 'key' => 'key',
- 'value' => 'value',
- 'desc' => 'desc',
- 'status' => 'status',
- 'about_us' => 'about us',
- 'contact_us' => 'contact us',
- 'agreement' => 'User Agreement',
- 'privacy' => 'Privacy Policy',
- 'version' => 'version',
- 'url' => 'url',
- 'collection_checklist' => 'collection checklist',
- 'shared_inventory' => 'shared inventory',
- 'power' => 'power',
- 'mobile' => 'mobile',
- 'email' => 'email',
- 'is_counting' => 'Cash counting mini program',
- 'is_cashier' => 'Cashier mini program',
- 'logo' => 'Logo',
- 'file' => 'file',
- 'save_success' => 'Successfully saved',
- 'zh' => 'Chinese',
- 'en' => 'English'
- ],
- 'options' => [
- ],
- ];
|