setting.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Setting' => 'System settings',
  5. 'setting' => 'System settings',
  6. ],
  7. 'fields' => [
  8. 'title' => 'Chinese title',
  9. 'en_title' => 'English title',
  10. 'key' => 'key',
  11. 'value' => 'value',
  12. 'desc' => 'desc',
  13. 'status' => 'status',
  14. 'about_us' => 'about us',
  15. 'contact_us' => 'contact us',
  16. 'agreement' => 'User Agreement',
  17. 'privacy' => 'Privacy Policy',
  18. 'version' => 'version',
  19. 'url' => 'url',
  20. 'collection_checklist' => 'collection checklist',
  21. 'shared_inventory' => 'shared inventory',
  22. 'power' => 'power',
  23. 'mobile' => 'mobile',
  24. 'email' => 'email',
  25. 'is_counting' => 'Cash counting mini program',
  26. 'is_cashier' => 'Cashier mini program',
  27. 'logo' => 'Logo',
  28. 'file' => 'file',
  29. 'save_success' => 'Successfully saved',
  30. 'zh' => 'Chinese',
  31. 'en' => 'English'
  32. ],
  33. 'options' => [
  34. ],
  35. ];