Files
biiproject-kit-v1/lang/vendor/filament-panels/th/auth/pages/edit-profile.php
T

56 lines
1.0 KiB
PHP

<?php
return [
'label' => 'โปรไฟล์',
'form' => [
'email' => [
'label' => 'ที่อยู่อีเมล',
],
'name' => [
'label' => 'ชื่อ',
],
'password' => [
'label' => 'รหัสผ่านใหม่',
],
'password_confirmation' => [
'label' => 'ยืนยันรหัสผ่านใหม่',
],
'multi_factor_authentication' => [
'label' => 'การยืนยันตัวตนหลายขั้นตอน',
],
'actions' => [
'save' => [
'label' => 'บันทึก',
],
],
],
'notifications' => [
'saved' => [
'title' => 'บันทึกข้อมูลเรียบร้อย',
],
],
'actions' => [
'cancel' => [
'label' => 'ยกเลิก',
],
],
];