Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

52 lines
871 B
PHP

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