mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update lang
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'actions' =>
|
||||
array (
|
||||
'store_success' => 'お気に入りを正常に追加します!',
|
||||
'delete_success' => 'コレクションを正常にキャンセルします!',
|
||||
),
|
||||
);
|
||||
return [
|
||||
'actions' => [
|
||||
'store_success' => 'ブックマークに追加しました!',
|
||||
'delete_success' => 'ブックマークをキャンセルしました!',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user