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
971 B
PHP

<?php
return [
'label' => 'ပရိုဖိုင်း',
'form' => [
'email' => [
'label' => 'အီးမေးလ်လိပ်စာ',
],
'name' => [
'label' => 'အမည်',
],
'password' => [
'label' => 'စကားဝှက်အသစ်',
],
'password_confirmation' => [
'label' => 'စကားဝှက်အသစ်အတည်ပြုရန်',
],
'actions' => [
'save' => [
'label' => 'ပြောင်းလဲမှုများကို သိမ်းဆည်းပါ',
],
],
],
'notifications' => [
'saved' => [
'title' => 'သိမ်းဆည်းပြီးပါပြီ',
],
],
'actions' => [
'cancel' => [
'label' => 'ပယ်ဖျက်ပါ',
],
],
];