all feature
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'login' => 'Login',
|
||||
'email' => 'Email',
|
||||
'email_placeholder' => 'Enter your email',
|
||||
'password' => 'Password',
|
||||
'password_placeholder' => 'Enter your password',
|
||||
'forgot_password' => 'Forgot password?',
|
||||
'system_name' => 'Thank Card System',
|
||||
'developed_by' => 'Developed by GMO-Z.com RUNSYSTEM',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'manage_users' => 'Manage Users',
|
||||
'add_user' => 'Add User',
|
||||
'my_page' => 'My Page',
|
||||
'send_card' => 'Send Thank Card',
|
||||
'change_password' => 'Change Password',
|
||||
'logout' => 'Logout',
|
||||
'have_questions' => 'Have questions?',
|
||||
'feedback' => 'Feedback',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'login' => 'Đăng nhập',
|
||||
'email' => 'Email',
|
||||
'email_placeholder' => 'Nhập email của bạn',
|
||||
'password' => 'Mật khẩu',
|
||||
'password_placeholder' => 'Nhập mật khẩu',
|
||||
'forgot_password' => 'Quên mật khẩu?',
|
||||
'system_name' => 'Hệ thống Thank Card',
|
||||
'developed_by' => 'Được phát triển bởi GMO-Z.com RUNSYSTEM',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'manage_users' => 'Quản lý User',
|
||||
'add_user' => 'Thêm User',
|
||||
'my_page' => 'My Page',
|
||||
'send_card' => 'Gửi Thank Card',
|
||||
'change_password' => 'Đổi mật khẩu',
|
||||
'logout' => 'Đăng xuất',
|
||||
'have_questions' => 'Bạn có thắc mắc?',
|
||||
'feedback' => 'Phản hồi',
|
||||
];
|
||||
Reference in New Issue
Block a user