edit-tenant-profile.php 394B

1234567891011121314151617181920212223242526
  1. <?php
  2. return [
  3. 'form' => [
  4. 'actions' => [
  5. 'save' => [
  6. 'label' => 'ပြောင်းလဲမှုများကို သိမ်းဆည်းမည်',
  7. ],
  8. ],
  9. ],
  10. 'notifications' => [
  11. 'saved' => [
  12. 'title' => 'သိမ်းဆည်းပြီးပါပြီ',
  13. ],
  14. ],
  15. ];