PHP Classes

File: src/lang/kz/mdp.php

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Material Dashboard Pro   src/lang/kz/mdp.php   Download  
File: src/lang/kz/mdp.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Material Dashboard Pro
Integrate the Material Dashboard Pro in Laravel
Author: By
Last change:
Date: 3 days ago
Size: 1,308 bytes
 

Contents

Class file image Download
<?php

return [
   
'labels' => [
       
'fixed-plugin' => [
           
'sidebar_filter' => '???????? ????? ???????',
           
'sidebar_background' => '???????? ???????? ????',
           
'images' => '????????',
        ],
       
'nav_bar' => [
           
'toggle_nav' => '??????????? ????????',
           
'search' => [
               
'placeholder' => '?????...',
            ],
           
'profile' => '???????',
           
'settings' => '???????????',
           
'log_out' => '??????? ????',
        ],
       
'auth' => [
           
'sign_up' => '???????',
           
'sign_in' => '????',
        ]
    ],
   
'layouts' => [
       
'user' => [
           
'auth-v1' => [
               
'sign_up' => '???????',
               
'sign_in' => '????',
            ]
        ]
    ],
   
'forms' => [
       
'user' => [
           
'labels' => [
               
'sign_in' => '?????',
               
'submit' => '?????? ????'
           
],
           
'sign_in' => [
               
'placeholders' => [
                   
'email' => 'john.doe@hotmail.com',
                   
'password' => '********'
               
]
            ]
        ]
    ]
];