mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
15 lines
368 B
PHP
15 lines
368 B
PHP
<?php
|
|
|
|
return [
|
|
'post_ad' => [
|
|
'name' => '広告を投稿',
|
|
],
|
|
'login' => 'ログインする',
|
|
'register' => '登録',
|
|
'continue' => '継続する',
|
|
'reset_password' => 'パスワードを再設定する',
|
|
'email' => 'Eメール',
|
|
'phone' => '電話',
|
|
'show_all' => 'すべて表示する',
|
|
'hide_all' => 'Hide All',
|
|
]; |