packages/core/resources/lang/pl/post.php
<?php
return [
// Press refers to the package name Moox Press, don't translate this
'press' => 'Press',
// Posts refers to the posts in the package Moox Press (WordPress)
'post' => 'Post',
// Posts refers to the posts in the package Moox Press (WordPress)
'posts' => 'Posts',
'post_author' => 'Post Author',
'post_date' => 'Post Date',
'post_date_gmt' => 'Post Date GMT',
'post_content' => 'Post Content',
'post_title' => 'Post Title',
'post_excerpt' => 'Post Excerpt',
'post_status' => 'Post Status',
'ping_status' => 'Ping Status',
'post_password' => 'Post Password',
'post_name' => 'Post Name',
'post_id' => 'Post ID',
'to_ping' => 'To Ping',
'pinged' => 'Pinged',
'post_modified' => 'Post modified',
'post_modified_gmt' => 'Post modified GMT',
'post_content_filtered' => 'Post Content filtered',
'post_parent' => 'Post Parent',
'post_type' => 'Post Type',
'post_mime_type' => 'Post mime Type',
];