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
852 B
18 lines
852 B
{
|
|
"culture": "hr",
|
|
"texts": {
|
|
"Volo.Abp.OperationRateLimiting:010001": "Prekoračeno ograničenje brzine operacije. Možete pokušati ponovo nakon {RetryAfter}.",
|
|
"RetryAfter:Years": "{0} godina/e",
|
|
"RetryAfter:YearsAndMonths": "{0} godina/e i {1} mjesec/i",
|
|
"RetryAfter:Months": "{0} mjesec/i",
|
|
"RetryAfter:MonthsAndDays": "{0} mjesec/i i {1} dan/a",
|
|
"RetryAfter:Days": "{0} dan/a",
|
|
"RetryAfter:DaysAndHours": "{0} dan/a i {1} sat/i",
|
|
"RetryAfter:Hours": "{0} sat/i",
|
|
"RetryAfter:HoursAndMinutes": "{0} sat/i i {1} minuta/e",
|
|
"RetryAfter:Minutes": "{0} minuta/e",
|
|
"RetryAfter:MinutesAndSeconds": "{0} minuta/e i {1} sekunda/e",
|
|
"RetryAfter:Seconds": "{0} sekunda/e",
|
|
"Volo.Abp.OperationRateLimiting:010002": "Prekoračeno je ograničenje brzine operacije. Ovaj zahtjev je trajno odbijen."
|
|
}
|
|
}
|
|
|