9 lines
299 B
TypeScript
9 lines
299 B
TypeScript
export default {
|
|
"forum.post-like.page.title": "Like Records",
|
|
"forum.post-like.page.description": "View campus forum post like records",
|
|
"forum.post-like.id": "ID",
|
|
"forum.post-like.post_id": "Post ID",
|
|
"forum.post-like.user_id": "User ID",
|
|
"forum.post-like.created_at": "Liked At",
|
|
};
|