add new localization keys

pull/15307/head
Berkan Sasmaz 3 years ago
parent c373f505a7
commit 5dcfdb0602
No known key found for this signature in database
GPG Key ID: 4E387A3A3BCC339B

@ -410,7 +410,7 @@
"OverallDiscountText": "Overall Discount Text",
"SelectReport": "- Select Report -",
"NoDataAvailable": "No data available",
"StatisticsOfCachedContents": "Statistics of cached contents for nuget.abp.io",
"StatisticsOfCachedContents": "Statistics of cached nuget package contents for nuget.abp.io",
"Compact": "Compact",
"EditSettings": "Edit Settings",
"CurrentEstimatedSize": "Current Estimated Size",
@ -421,7 +421,13 @@
"ContentCacheSlidingExpirationByDay": "Content Cache Sliding Expiration By Day",
"MaxDaysForCaching": "Max Days For Caching",
"Enabled": "Enabled",
"Menu:NugetPackagesContentCache": "Packages Content Cache",
"NugetPackagesContentCache": "Content Cache"
"Menu:NugetPackagesContentCache": "Nuget Packages Content Cache",
"NugetPackagesContentCache": "Nuget Content Cache",
"SlidingExpritionByDayInfo": "Gets or sets how long a cache entry can be inactive (e.g. not accessed) before it will be removed. This will not extend the entry lifetime beyond the absolute expiration.",
"MaxDaysForCachingInfo": "Gets or sets an absolute expiration time, relative to now.",
"CurrentEstimatedSizeInfo": "Indicates an estimated sum of all the NuGet packages' content size currently in the memory cache",
"CurrentEntryCountInfo": "Indicates the number of instances currently in the memory cache.",
"TotalHitsInfo": "Indicates the total number of cache misses. A cache hit occurs when a file is requested from a cache and the cache is able to fulfill that request.",
"TotalMissesInfo": "Indicates the total number of cache hits. A cache miss is when the cache does not contain the requested content."
}
}

Loading…
Cancel
Save