You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en-US.json
+12-5
Original file line number
Diff line number
Diff line change
@@ -458,6 +458,7 @@
458
458
"locationCode": "Location Code",
459
459
"name": "Name",
460
460
"pelId": "Pel ID",
461
+
"eventId": "Event ID",
461
462
"settings": "Settings",
462
463
"size": "Size in mebibytes"
463
464
}
@@ -497,6 +498,7 @@
497
498
"id": "Id",
498
499
"name": "Name",
499
500
"pelId": "Pel Id",
501
+
"eventId": "Event ID",
500
502
"reference": "Reference",
501
503
"resource": "Resource",
502
504
"severity": "Severity",
@@ -919,10 +921,6 @@
919
921
"pageSystemParameters": {
920
922
"aggressivePrefetch": "Aggressive prefetch",
921
923
"aggressivePrefetchDescription": "Only change this value if instructed by service provider as it might degrade system performance. Specifies if processor favor aggressive prefetch is disabled or enabled",
922
-
"alert": {
923
-
"message": "System has to be powered off. Changes made will take effect on next reboot",
924
-
"title": "Applying changes"
925
-
},
926
924
"button": {
927
925
"saveSettings": "Save settings"
928
926
},
@@ -931,12 +929,14 @@
931
929
"frequencyCapHelpText": "If disabled, might require an initial boot to get the max and min frequency to be able to set.",
932
930
"lateralCastOut": "Lateral cast out",
933
931
"lateralCastOutDescription": "Only change this value if instructed by your service provider as it might degrade system performance.",
932
+
"parametersInfo": "System has to be powered off. Changes made will take effect on next reboot.",
"rpdPolicyDescription": "Enabled (Run on each core to test them on periodic basis), Scheduled (Run sequentially on each core at the scheduled time each day for the specified duration (in minutes)), Disabled (No diagnostics or exercisers will be run).",
"rpdFeatureDescription": "Controls whether or not the Runtime Processor Diagnostics (RPD) Feature will be configured on the system. Enabled ( The RPD feature will be configured regardless of the amount of installed memory), Automatic (The RPD feature will be configured on systems with at least 128GB of installed memory and not configured on systems with less than 128GB), Disabled (The RPD feature will not be configured).",
939
+
"rpdFeatureInfo": "Changes made to RPD feature requires a reboot to take effect but all other RPD parameters can be set dynamically at runtime.",
0 commit comments