PHP Classes

File: src/lang/ua/mdp.php

Recommend this page to a friend!
  Classes of Roman Kozin   Laravel Material Dashboard Pro   src/lang/ua/mdp.php   Download  
File: src/lang/ua/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,311 bytes
 

Contents

Class file image Download
<?php

return [
   
'labels' => [
       
'fixed-plugin' => [
           
'sidebar_filter' => '???????',
           
'sidebar_background' => '???',
           
'images' => '????????',
        ],
       
'nav_bar' => [
           
'toggle_nav' => 'Toggle Navigation',
           
'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' => '********'
               
]
            ]
        ]
    ]
];