mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
760 B
18 lines
760 B
{
|
|
"culture": "zh-Hans",
|
|
"texts": {
|
|
"Volo.Abp.OperationRateLimiting:010001": "操作频率超出限制。请在 {RetryAfter} 后重试。",
|
|
"RetryAfter:Years": "{0} 年",
|
|
"RetryAfter:YearsAndMonths": "{0} 年 {1} 个月",
|
|
"RetryAfter:Months": "{0} 个月",
|
|
"RetryAfter:MonthsAndDays": "{0} 个月 {1} 天",
|
|
"RetryAfter:Days": "{0} 天",
|
|
"RetryAfter:DaysAndHours": "{0} 天 {1} 小时",
|
|
"RetryAfter:Hours": "{0} 小时",
|
|
"RetryAfter:HoursAndMinutes": "{0} 小时 {1} 分钟",
|
|
"RetryAfter:Minutes": "{0} 分钟",
|
|
"RetryAfter:MinutesAndSeconds": "{0} 分钟 {1} 秒",
|
|
"RetryAfter:Seconds": "{0} 秒",
|
|
"Volo.Abp.OperationRateLimiting:010002": "操作频率超出限制。此请求已被永久拒绝。"
|
|
}
|
|
}
|
|
|