timegridio/timegrid

View on GitHub
resources/lang/en_US/app.php

Summary

Maintainability
C
1 day
Test Coverage
<?php

return  [
  'saas' => [
    'plan_limit_reached' => 'You reached your plan limit',
  ],
  'btn' => [
    'get_to_dashboard' => 'Get to Dashboard',
    'update'           => 'Update',
  ],
  'business' => [
    'category' => [
      'garage'       => 'Car Mechanic',
      'doctor'       => 'Healthcare',
      'photography'  => 'Photography',
      'spa'          => 'Spa & Beauty',
      'martial-arts' => 'Martial Arts',
      'yoga'         => 'Yoga',
      'consulting'   => 'Consulting',
      'hairdresser'  => 'Hairdresser',
      'beauty'       => 'Beauty & Healthcare',
    ],
  ],
  'dateformat' => [
    'carbon'         => 'm/d/Y',
    'datetimepicker' => 'MM/DD/YYYY',
  ],
  'footer' => [
    'demo'  => 'Remember this is a DEMO version.',
    'local' => 'Local environment advice.',
  ],
  'gender' => [
    'F' => 'Female',
    'M' => 'Male',
  ],
  'label' => [
    'attention'       => 'Attention',
    'select_timezone' => 'TimeZone',
  ],
  'msg' => [
    'invalid_token'     => 'We found some validation problems, please submit your form again.',
    'general_exception' => 'Sorry, there was a problem. Don\'t worry, we are working on it ;)',
    'invalid_url'       => 'The link you try to access does not exist, try browsing the directory.',
    'slug_is_available' => 'The :baseurl name is available. Register it now.',
  ],
  'name' => 'timegrid.io',
  'nav'  => [
    'help'    => 'Help',
    'login'   => 'Login',
    'logout'  => 'Logout',
    'manager' => [
      'business' => [
        'menu'     => 'My Businesses',
        'register' => 'SignUp Business',
      ],
    ],
    'manual'      => 'User Manual',
    'preferences' => 'Preferences',
    'register'    => 'Register',
    'user'        => [
      'business' => [
        'menu'             => 'Directory',
        'my_appointments'  => 'My Reservations',
        'my_subscriptions' => 'My Subscriptions',
        'selector'         => 'Browse',
      ],
    ],
    'wizard' => 'Help',
  ],
  'notifications' => [
    'title' => 'Recently',
  ],
  'search' => [
    'msg' => [
      'no_results' => 'We found nothing with this criteria: :criteria',
    ],
    'placeholder' => 'search',
  ],
  'allow_register' => 'Sorry, new users registration is not allowed.'
];