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.
17 lines
691 B
17 lines
691 B
{
|
|
"culture": "hu",
|
|
"texts": {
|
|
"Volo.Abp.OperationRateLimit:010001": "A műveleti sebességkorlát túllépve. Újra próbálkozhat {RetryAfter} múlva.",
|
|
"RetryAfter:Years": "{0} év",
|
|
"RetryAfter:YearsAndMonths": "{0} év és {1} hónap",
|
|
"RetryAfter:Months": "{0} hónap",
|
|
"RetryAfter:MonthsAndDays": "{0} hónap és {1} nap",
|
|
"RetryAfter:Days": "{0} nap",
|
|
"RetryAfter:DaysAndHours": "{0} nap és {1} óra",
|
|
"RetryAfter:Hours": "{0} óra",
|
|
"RetryAfter:HoursAndMinutes": "{0} óra és {1} perc",
|
|
"RetryAfter:Minutes": "{0} perc",
|
|
"RetryAfter:MinutesAndSeconds": "{0} perc és {1} másodperc",
|
|
"RetryAfter:Seconds": "{0} másodperc"
|
|
}
|
|
}
|
|
|