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
878 B
18 lines
878 B
{
|
|
"culture": "pt-BR",
|
|
"texts": {
|
|
"Volo.Abp.OperationRateLimiting:010001": "Limite de taxa de operação excedido. Você pode tentar novamente após {RetryAfter}.",
|
|
"RetryAfter:Years": "{0} ano(s)",
|
|
"RetryAfter:YearsAndMonths": "{0} ano(s) e {1} mês/meses",
|
|
"RetryAfter:Months": "{0} mês/meses",
|
|
"RetryAfter:MonthsAndDays": "{0} mês/meses e {1} dia(s)",
|
|
"RetryAfter:Days": "{0} dia(s)",
|
|
"RetryAfter:DaysAndHours": "{0} dia(s) e {1} hora(s)",
|
|
"RetryAfter:Hours": "{0} hora(s)",
|
|
"RetryAfter:HoursAndMinutes": "{0} hora(s) e {1} minuto(s)",
|
|
"RetryAfter:Minutes": "{0} minuto(s)",
|
|
"RetryAfter:MinutesAndSeconds": "{0} minuto(s) e {1} segundo(s)",
|
|
"RetryAfter:Seconds": "{0} segundo(s)",
|
|
"Volo.Abp.OperationRateLimiting:010002": "Limite de taxa de operação excedido. Esta solicitação está permanentemente negada."
|
|
}
|
|
}
|
|
|