AsgardCms/Blog

View on GitHub
Resources/lang/zh/status.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'draft' => '草稿',
    'pending review' => '待审查',
    'published' => '发布',
    'unpublished' => '取消发布',
];