vue-easyrefresh
Version:
Vue component for pull-refresh and push-load.
72 lines (71 loc) • 2.56 kB
JavaScript
module.exports = {
name: "EasyRefresh",
home: {
sample: "Sample",
style: "Style",
more: "More"
},
comm: {
pullToRefresh: "Pull to refresh",
releaseToRefresh: "Release to refresh",
refreshing: "Refreshing",
refreshFinish: "Refresh finish",
refreshed: "Refresh finished",
pushToLoad: "Push to load",
releaseToLoad: "Release to load",
loading: "Loading",
loadFinish: "Load finish",
loaded: "Load finished",
noMore: "No more",
updateAt: "Update at %T",
refresh: "Refresh",
loadMore: "LoadMore",
},
sample: {
basicUse: "BasicUse",
basicUseDescribe: "Basic use of EasyRefresh",
autoLoad: "Auto load",
autoLoadDescribe: "Automatically refresh the slide to the bottom",
freeTrigger: "Free trigger",
freeTriggerDescribe: "Trigger refresh or load",
floatView: "Floating view",
floatViewDescribe: "At the top or bottom view floating on the list",
userProfile: "User Profile",
userProfileDescribe: "User Profile with the springback effect",
qqGroup: "QQ group",
github: "Github",
name: "Name",
old: "Old",
noBald: "Has not the bald",
city: "City",
hangzhou: "China - HangZhou",
phone: "Phone",
email: "E-Mail",
collapsibleAppBar: "Collapsible AppBar",
collapsibleAppBarDescribe: "Example of a collapsible AppBar",
scrollBar: "ScrollBar",
scrollBarDescribe: "Add a scroll bar to the list",
},
style: {
classicDescribe: "Classic and default",
materialDescribe: "Material design, Android style",
ballPulseDescribe: "Ball pulse style",
bezierCircleDescribe: "Popup circle style",
bezierBounceDescribe: "Popup ball pulse style",
moreStyle: "More style",
moreStyleDescribe: "Come soon! You can also refer to the source code customization",
},
more: {
joinDiscussion: "Join the discussion",
joinDiscussionDescribe: "Join the QQ group 623262733",
projectAddress: "Project address",
supportAuthor: "Support the author",
supportAuthorDescribe: "Your support is my biggest motivation",
about: "About",
star: "Star project",
aliPay: "AliPay",
weiXinPay: "WeiXin Pay",
qqPay: "QQ Pay",
payPal: "PayPal"
}
}