mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 12:51:41 +00:00
* Added support for multi line descriptions * test snapshot change * addresse pr comments
31 lines
1.6 KiB
JSON
31 lines
1.6 KiB
JSON
{
|
|
"NorthCentralUS": "North Central US",
|
|
"WestUS": "West US",
|
|
"EastUS2": "East US 2",
|
|
"Current Region": "Current Region",
|
|
"RegionDropdownInfo": "More regions can be added in the future.",
|
|
"RegionsAndAccountNameValidationError": "Regions and account name should not be empty.",
|
|
"DbThroughputValidationError": "Please update throughput for database.",
|
|
"DescriptionLabel": "Description",
|
|
"DescriptionText": "This class sets collection and database throughput.\nTo know more -",
|
|
"DecriptionLinkText": "Click here for more information",
|
|
"Regions": "Regions",
|
|
"RegionsPlaceholder": "Select a region",
|
|
"Enable Logging": "Enable Logging",
|
|
"Enable": "Enable",
|
|
"Disable": "Disable",
|
|
"Account Name": "Account Name",
|
|
"AccountNamePlaceHolder": "Enter the account name",
|
|
"Collection Throughput": "Collection Throughput",
|
|
"Enable DB level throughput": "Enable Database Level Throughput",
|
|
"Database Throughput": "Database Throughput",
|
|
"UpdateInProgressMessage": "Data is being updated",
|
|
"UpdateCompletedMessageTitle": "Update succeeded",
|
|
"UpdateCompletedMessageText": "Data update completed.",
|
|
"SubmissionMessageSuccessTitle": "Update started",
|
|
"SubmissionMessageForNewRegionText": "Data update started. Region changed.",
|
|
"SubmissionMessageForSameRegionText": "Data update started. Region not changed.",
|
|
"SubmissionMessageErrorTitle": "Data update failed",
|
|
"SubmissionMessageErrorText": "Data update failed because of errors.",
|
|
"OnSaveFailureMessage": "Data save operation not currently permitted."
|
|
} |