1234567891011121314151617181920
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Words Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following line of language is the word found in the application
  9. |
  10. */
  11. 'active' => 'Aktif',
  12. 'not_active' => 'Tidak aktif',
  13. 'male' => 'Laki-laki',
  14. 'female' => 'Perempuan',
  15. ];