account-widget.php 143B

12345678910111213141516
  1. <?php
  2. return [
  3. 'actions' => [
  4. 'logout' => [
  5. 'label' => '登出',
  6. ],
  7. ],
  8. 'welcome' => '歡迎',
  9. ];