mirror of https://github.com/tooot-app/app
20 lines
426 B
TypeScript
20 lines
426 B
TypeScript
|
export default {
|
||
|
heading: {
|
||
|
loading: '加载中…',
|
||
|
error: '加载错误'
|
||
|
},
|
||
|
content: {
|
||
|
created_at: '加入时间:{{date}}',
|
||
|
summary: {
|
||
|
statuses_count: '{{count}} 条嘟文',
|
||
|
followers_count: '关注 {{count}} 人',
|
||
|
following_count: '被 {{count}} 人关注'
|
||
|
},
|
||
|
segments: {
|
||
|
left: '所有嘟嘟',
|
||
|
middle: '嘟嘟和回复',
|
||
|
right: '所有媒体'
|
||
|
}
|
||
|
}
|
||
|
}
|