mirror of
https://github.com/ditkrg/jsonapi-swagger.git
synced 2026-01-22 22:06:50 +00:00
25 lines
758 B
YAML
25 lines
758 B
YAML
zh-CN:
|
|
jsonapi_swagger:
|
|
page_num: '页码'
|
|
include_related_data: '包含关联数据'
|
|
display_field: '显示字段'
|
|
filter_field: '过滤字段'
|
|
list: '列表'
|
|
get_list: '获取列表'
|
|
detail_link: '详情链接'
|
|
attributes: '属性'
|
|
associate_list_link: '关联%{model}链接'
|
|
related_link: '相关%{model}链接'
|
|
related_model: '相关%{model}'
|
|
associate_data: '关联数据'
|
|
data: '数据'
|
|
record_count: '总记录数'
|
|
page_count: '页数'
|
|
meta: '元数据'
|
|
first_page_link: '第一页链接'
|
|
next_page_link: '下一页链接'
|
|
last_page_link: '最后一页链接'
|
|
page_links: '分页链接'
|
|
detail: '详情'
|
|
get_dtail: '获取详情'
|
|
detail_link: '详情链接' |