summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
blob: f0494c7623868d1ac886ceebdc0d861095d273ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
{
  "global": {
    "action": {
      "add": "Add",
      "cancel": "Cancel",
      "clearAll": "Clear all",
      "confirm": "Confirm",
      "copy": "Copy",
      "delete": "Delete",
      "disable": "Disable",
      "download": "Download",
      "edit": "Edit",
      "enable": "Enable",
      "export": "Export",
      "filter": "Filter",
      "replace": "Replace",
      "save": "Save",
      "saveSettings": "Save settings",
      "selected": "Selected"
    },
    "ariaLabel": {
      "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.",
      "tooltip": "Tooltip",
      "progressBar": "Page loading progress bar"
    },
    "calendar": {
      "openDatePicker": "Open date picker",
      "useCursorKeysToNavigateCalendarDates" : "Use cursor keys to navigate calendar dates"
    },
    "form": {
      "dateMustBeAfter": "Date must be after %{date}",
      "dateMustBeBefore": "Date must be before %{date}",
      "fieldRequired": "Field required",
      "invalidFormat": "Invalid format",
      "invalidValue": "Invalid value",
      "lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
      "mustBeAtLeast": "Must be at least %{value}",
      "required": "Required",
      "search": "Search",
      "selectAnOption": "Select an option",
      "valueMustBeBetween": "Value must be between %{min} – %{max}"
    },
    "status": {
      "copied": "Copied",
      "disabled": "Disabled",
      "enabled": "Enabled",
      "error": "Error",
      "notAvailable": "Not available",
      "off": "Off",
      "on": "On",
      "success": "Success",
      "warning": "Warning",
      "informational": "Informational"
    },
    "table": {
      "fromDate": "From date",
      "itemsPerPage": "Items per page",
      "toDate": "To date",
      "viewAll": "View all"
    }
  },
  "appHeader": {
    "applicationHeader": "Application header",
    "bmcSystemManagement": "BMC System Management",
    "health": "Health",
    "logOut": "Log out",
    "power": "Power",
    "profileSettings": "@:appPageTitle.profileSettings",
    "refresh": "Refresh",
    "skipToContent": "Skip to content"
  },
  "appNavigation": {
    "accessControl": "Access Control",
    "configuration": "Configuration",
    "control": "Control",
    "eventLogs": "@:appPageTitle.eventLogs",
    "firmware": "@:appPageTitle.firmware",
    "hardwareStatus": "@:appPageTitle.hardwareStatus",
    "health": "Health",
    "ldap": "@:appPageTitle.ldap",
    "localUserManagement": "@:appPageTitle.localUserManagement",
    "managePowerUsage": "@:appPageTitle.managePowerUsage",
    "networkSettings": "@:appPageTitle.networkSettings",
    "overview": "@:appPageTitle.overview",
    "primaryNavigation": "Primary navigation",
    "rebootBmc": "@:appPageTitle.rebootBmc",
    "sensors": "@:appPageTitle.sensors",
    "serialOverLan": "@:appPageTitle.serialOverLan",
    "serverLed": "@:appPageTitle.serverLed",
    "serverPowerOperations": "@:appPageTitle.serverPowerOperations",
    "snmpSettings": "@:appPageTitle.snmpSettings",
    "sslCertificates": "@:appPageTitle.sslCertificates"
  },
  "appPageTitle": {
    "eventLogs": "Event logs",
    "firmware": "Firmware",
    "hardwareStatus": "Hardware status",
    "ldap": "LDAP",
    "localUserManagement": "Local user management",
    "login": "Login",
    "managePowerUsage": "Manage power usage",
    "networkSettings": "Network settings",
    "overview": "Overview",
    "profileSettings":"Profile settings",
    "rebootBmc": "Reboot BMC",
    "sensors": "Sensors",
    "serialOverLan": "Serial over LAN console",
    "serverLed": "Server LED",
    "serverPowerOperations": "Server power operations",
    "snmpSettings": "SNMP settings",
    "sslCertificates": "SSL Certificates",
    "unauthorized": "Unauthorized"
  },
  "pageEventLogs": {
    "modal": {
      "deleteTitle": "Delete log | Delete logs",
      "deleteMessage": "Are you sure you want to delete %{count} log? This action cannot be undone. | Are you sure you want to delete %{count} logs? This action cannot be undone."
    },
    "table": {
      "date": "Date",
      "description": "Description",
      "emptyMessage": "There are no logs to show",
      "id": "ID",
      "searchLogs": "Search logs",
      "severity": "Severity",
      "type": "Type"
    },
    "toast": {
      "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
      "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs."
    }
  },
  "pageHardwareStatus": {
    "dimmSlot": "DIMM slot",
    "fans": "Fans",
    "powerSupplies": "Power supplies",
    "bmcManager": "BMC manager",
    "chassis": "Chassis",
    "system": "System",
    "table": {
        "assetTag": "Asset tag",
        "chassisType": "Chassis type",
        "connectTypesSupported": "Connect types supported",
        "description": "Description",
        "efficiencyPercent": "Efficiency percent",
        "firmwareVersion": "Firmware version",
        "graphicalConsole": "Graphical console",
        "health": "Health",
        "id": "ID",
        "indicatorLed": "Indicator LED",
        "manufacturer": "Manufacturer",
        "maxConcurrentSessions": "Max concurrent sessions",
        "model": "Model",
        "partNumber": "Part number",
        "powerInputWatts": "Power input watts",
        "powerState": "Power state",
        "serialConsole": "Serial console",
        "serialNumber": "Serial number",
        "serviceEnabled": "Service enabled",
        "serviceEntryPointUuid": "Service entry point UUID",
        "statusHealthRollup": "Status (Health rollup)",
        "statusState": "Status (State)",
        "systemType": "System type",
        "uuid": "UUID"
    }
  },
  "pageLdap": {
    "pageDescription": "Configure LDAP settings and manage role groups",
    "roleGroups": "Role groups",
    "settings": "Settings",
    "addRoleGroup": "Add role group",
    "ariaLabel": {
      "ldapSettings": "LDAP settings"
    },
    "form": {
      "baseDn": "Base DN",
      "bindDn": "Bind DN",
      "bindPassword": "Bind password",
      "caCertificateValidUntil": "CA Certificate valid until",
      "groupIdAttribute": "Group ID attribute",
      "ldapAuthentication": "LDAP authentication",
      "ldapCertificateValidUntil": "LDAP Certificate valid until",
      "manageSslCertificates": "Manage SSL certificates",
      "secureLdapHelper": "A CA certificate and an LDAP certificate are required to enable secure LDAP",
      "secureLdapUsingSsl": "Secure LDAP using SSL",
      "serverUri": "Server URI",
      "serverUriTooltip": "Enabling Secure LDAP changes URI scheme to ldaps",
      "serviceType": "Service type",
      "userIdAttribute": "User ID attribute"
    },
    "modal": {
      "addNewRoleGroup": "Add new role group",
      "deleteRoleGroupBatchConfirmMessage": "Are you sure you want to delete %{count} role group? This action cannot be undone. | Are you sure you want to delete %{count} role groups? This action cannot be undone.",
      "deleteRoleGroupConfirmMessage": "Are you sure you want to delete '%{groupName}'? This action cannot be undone.",
      "deleteRoleGroup": "Delete role group",
      "editRoleGroup": "Edit role group",
      "groupName": "Group name",
      "groupPrivilege": "Group privilege"
    },
    "tableRoleGroups": {
      "alertContent": "LDAP authentication must be enabled to modify role groups.",
      "groupName": "Group name",
      "groupPrivilege": "Group privilege"
    },
    "toast": {
      "errorAddRoleGroup": "Error adding role group.",
      "errorDeleteRoleGroup": "Error deleting role group. | Error deleting role groups.",
      "errorSaveActiveDirectorySettings": "Error saving Active Directory settings.",
      "errorSaveLdapSettings": "Error saving Open LDAP settings.",
      "errorSaveRoleGroup": "Error saving role group.",
      "successAddRoleGroup": "Successfully added role group '%{groupName}'.",
      "successDeleteRoleGroup": "Successfully deleted role group. | Successfully deleted role groups.",
      "successSaveActiveDirectorySettings": "Successfully saved Active Directory settings.",
      "successSaveLdapSettings": "Successfully saved Open LDAP settings.",
      "successSaveRoleGroup": "Successfully saved role group '%{groupName}'."
    }
  },
  "pageLocalUserManagement": {
    "accountPolicySettings": "Account policy settings",
    "addUser": "Add user",
    "deleteUser": "Delete user | Delete users",
    "editUser": "Edit user",
    "viewPrivilegeRoleDescriptions": "View privilege role descriptions",
    "modal": {
      "accountLocked": "Account locked",
      "accountStatus": "Account status",
      "automaticAfterTimeout": "Automatic after timeout",
      "batchDeleteConfirmMessage": "Are you sure you want to delete %{count} user? This action cannot be undone. | Are you sure you want to delete %{count} users? This action cannot be undone.",
      "cannotStartWithANumber": "Cannot start with a number",
      "clickSaveToUnlockAccount": "Click \"Save\" to unlock account",
      "confirmUserPassword": "Confirm user password",
      "deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.",
      "manual": "Manual",
      "maxFailedLoginAttempts": "Max failed login attempts",
      "noSpecialCharactersExceptUnderscore": "No special characters except underscore",
      "passwordMustBeBetween": "Password must be between %{min} – %{max} characters",
      "passwordsDoNotMatch": "Passwords do not match",
      "privilege": "Privilege",
      "timeoutDurationSeconds": "Timeout duration (seconds)",
      "unlock": "Unlock",
      "username": "Username",
      "userPassword": "User password",
      "userUnlockMethod": "User unlock method"
    },
    "table": {
      "privilege": "Privilege",
      "status": "Status",
      "username": "Username"
    },
    "tableRoles": {
      "configureComponentsManagedByThisService": "Configure components managed by this service",
      "configureManagerResources": "Configure manager resources",
      "configureUsersAndTheirAccounts": "Configure users and their accounts",
      "ipmiAccessPoint": "IPMI access point",
      "logInToTheServiceAndReadResources": "Log in to the service and read resources",
      "redfishAccessPoint": "Redfish access point",
      "sshAccessPoint": "SSH access point",
      "updatePasswordForCurrentUserAccount": "Update password for current user account",
      "webUiAccessPoint": "WebUI access point"
    },
    "toast": {
      "errorBatchDelete": "Error deleting %{count} user. | Error deleting %{count} users.",
      "errorBatchDisable": "Error disabling %{count} user. | Error disabling %{count} users.",
      "errorBatchEnable": "Error enabling %{count} user. | Error enabling %{count} users.",
      "errorCreateUser": "Error creating user '%{username}'.",
      "errorDeleteUser": "Error deleting user '%{username}'.",
      "errorLoadAccountSettings": "Error loading account settings",
      "errorLoadUsers": "Error loading users.",
      "errorSaveSettings": "Error saving account settings.",
      "errorUpdateUser": "Error updating user '%{username}'.",
      "successBatchDelete": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
      "successBatchDisable": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
      "successBatchEnable": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
      "successCreateUser": "Created user '%{username}'.",
      "successDeleteUser": "Deleted user '%{username}'.",
      "successSaveSettings": "Successfully saved account settings.",
      "successUpdateUser": "Updated user '%{username}'."
    }
  },
  "pageLogin": {
    "language": "Language",
    "logIn": "Log in",
    "password": "Password",
    "username": "Username",
    "alert": {
      "message": "Invalid username or password"
    }
  },
  "pageOverview": {
    "bmcInformation": "BMC information",
    "firmwareVersion": "Firmware version",
    "highPriorityEvents": "High priority events",
    "manufacturer": "Manufacturer",
    "model": "Model",
    "networkInformation": "Network information",
    "powerCap": "Power cap",
    "powerConsumption": "Power consumption",
    "serialNumber": "Serial number",
    "serverInformation": "Server information",
    "events": {
      "date": "Date",
      "description": "Description",
      "id": "ID",
      "noHighEventsMsg": "There are no high priority events to display at this time.",
      "severity": "Severity",
      "type": "Type",
      "viewAllButton": "View all event logs"
    },
    "network": {
      "hostname": "Hostname",
      "ipAddress": "IP address",
      "macAddress": "MAC address"
    },
    "quicklinks": {
      "bmcTime": "BMC time",
      "editNetworkSettings": "Edit network settings",
      "serverLed": "Server LED",
      "solConsole": "Serial over LAN console"
    }
  },
  "profileSettings": {
    "changePassword": "Change password",
    "confirmPassword": "Confirm new password",
    "newPassword": "New password",
    "newPassLabelTextInfo": "Password must be between %{min} - %{max} characters",
    "passwordsDoNotMatch": "Passwords do not match",
    "profileInfoTitle": "Profile information",
    "username": "Username"
  },
  "pageManagePowerUsage": {
    "description": "Set a power cap to keep power consumption at or below the specified value in watts",
    "powerCapLabel": "Power cap value (in watts)",
    "powerCapLabelTextInfo": " Value must be between %{min} and %{max}",
    "powerCapSettingData": "Apply power cap",
    "powerCapSettingLabel": "Power cap setting",
    "powerConsumption": "Current power consumption",
    "serverPowCapSetting": "Server power cap setting"
  },
  "pageNetworkSettings": {
    "interface": "Interface",
    "pageDescription": "Configure network settings for the BMC and the Virtualization management interface",
    "staticDns": "Static DNS",
    "staticIpv4": "Static IPv4",
    "system": "System",
    "ariaLabel": {
      "staticDnsRow": "Static DNS address",
      "staticIpv4AddressRow": "Static IPv4 address",
      "staticIpv4SubnetRow": "Static IPV4 subnet"
    },
    "form": {
      "defaultGateway": "Default gateway",
      "hostname": "Hostname",
      "macAddress": "MAC address",
      "networkInterface": "Network interface"
    },
    "table": {
      "addDns": "Add DNS server",
      "addStaticIpv4Address": "Add static IP",
      "deleteDns": "Delete DNS row",
      "deleteStaticIpv4": "Delete IPv4 row",
      "ipAddress": "IP address",
      "subnet": "Subnet mask"
    },
    "toast": {
      "errorSaveNetworkSettings": "Error saving network settings.",
      "successSaveNetworkSettings": "Successfully saved network settings."
    }
  },
  "pageRebootBmc": {
    "rebootBmc": "Reboot BMC",
    "rebootInformation": "When you reboot the BMC, your web browser loses contact with the BMC for several minutes. When the BMC is back online, you may need to log in again.",
    "modal": {
      "confirmMessage": "Are you sure you want to reboot the BMC?",
      "confirmTitle": "Confirm BMC reboot"
    },
    "toast": {
      "errorRebootStart": "Error rebooting BMC.",
      "successRebootStart": "Rebooting BMC."
    }
  },
  "pageSensors": {
    "searchForSensors": "Search for sensors",
    "table": {
      "currentValue": "Current value",
      "lowerWarning": "Lower warning",
      "lowerCritical": "Lower critical",
      "name": "Name",
      "status": "Status",
      "upperWarning": "Upper warning",
      "upperCritical": "Upper critical"
    }
  },
  "pageSerialoverLAN": {
    "openNewTab": "Open in new tab",
    "subTitle": "Access the Serial over LAN console",
    "subTitleDesc": "The Serial over LAN (SoL) console redirects the output of the server's serial port to a browser window on your workstation."
  },
  "pageServerLed": {
    "serverLedSubTitle": "Server indicator LED",
    "serverLedTitle": "LED light control",
    "toast": {
      "errorServerLedOff": "Error turning LED off.",
      "errorServerLedOn": "Error turning LED on.",
      "successServerLedOff": "Server LED successfully turned off.",
      "successServerLedOn": "Server LED successfully turned on."
    }
  },
  "pageServerPowerOperations": {
    "currentStatus": "Current status",
    "hostOsBootSettings": "Host OS boot settings",
    "hostStatus": "Host status",
    "immediateReboot": "Immediate – Server reboots without OS shutting down; may cause data corruption",
    "immediateShutdown": "Immediate - Server shuts down without OS shutting down; may cause data corruption",
    "oneTimeBootWarning": "Pending one time boot. Next boot will be performed with the specified one time boot settings. Subsequent boots will be performed with the default settings.",
    "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.",
    "operations": "Operations",
    "orderlyReboot": "Orderly – OS shuts down, then server reboots",
    "orderlyShutdown": "Orderly - OS shuts down, then server shuts down",
    "powerOn": "Power on",
    "reboot": "Reboot",
    "rebootServer": "Reboot server",
    "shutDown": "Shut down",
    "shutdownServer": "Shutdown server",
    "bootSettings": {
      "bootSettingsOverride": "Boot settings override",
      "enableOneTimeBoot": "Enable one time boot",
      "tpmRequiredPolicy": "TPM required policy",
      "tpmRequiredPolicyHelper": "Enable to ensure the system only boots when the TPM is functional."
    },
    "modal": {
      "confirmRebootMessage": "Are you sure you want to reboot?",
      "confirmRebootTitle": "Server reboot will cause outage",
      "confirmShutdownMessage": "Are you sure you want to shut down?",
      "confirmShutdownTitle": "Server shutdown will cause outage"
    },
    "toast": {
      "errorSaveSettings": "Error saving settings.",
      "successSaveSettings": "Successfully saved settings."
    }
  },
  "pageSslCertificates": {
    "addNewCertificate": "Add new certificate",
    "caCertificate": "CA Certificate",
    "deleteCertificate": "Delete certificate",
    "generateCsr": "Generate CSR",
    "httpsCertificate": "HTTPS Certificate",
    "ldapCertificate": "LDAP Certificate",
    "replaceCertificate": "Replace certificate",
    "alert": {
      "certificateExpiredMessage": "%{certificate} has expired. Consider replacing it with a new certificate.",
      "certificateExpiringMessage": "%{certificate} is expiring soon. Consider replacing it with a new certificate.",
      "certificatesExpiredMessage": "Some certificates have expired. Consider replacing them with new certificates.",
      "certificatesExpiringMessage": "Some certificates are expiring soon. Consider replacing them with new certificates."
    },
    "modal": {
      "alternateName": "Alternate name",
      "alternateNameHelperText": "Add multiple alternate names separated by space",
      "certificateFile": "Certificate file",
      "certificateSigningRequest": "Certificate Signing Request (CSR)",
      "certificateType": "Certificate type",
      "challengePassword": "Challenge password",
      "city": "City",
      "commonName": "Common name",
      "companyName": "Company name",
      "companyUnit": "Company unit",
      "contactPerson": "Contact person",
      "country": "Country",
      "deleteConfirmMessage": "Are you sure you want to delete '%{certificate}' issued by %{issuedBy}? This action cannot be undone.",
      "duplicateAlternateName": "Duplicate alternate name",
      "emailAddress": "Email address",
      "generateACertificateSigningRequest": "Generate a Certificate Signing Request (CSR)",
      "keyBitLength": "Key bit length",
      "keyCurveId": "Key curve ID",
      "keyPairAlgorithm": "Key pair algorithm",
      "privateKey": "Private key",
      "state": "State"
    },
    "table": {
      "certificate": "Certificate",
      "issuedBy": "Issued by",
      "issuedTo": "Issued to",
      "validFrom": "Valid from",
      "validUntil": "Valid until"
    },
    "toast": {
      "errorAddCertificate": "Error adding certificate.",
      "errorDeleteCertificate": "Error deleting certificate.",
      "errorReplaceCertificate": "Error replacing certificate.",
      "successAddCertificate": "Successfully added %{certificate}.",
      "successDeleteCertificate": "Successfully deleted %{certificate}.",
      "successReplaceCertificate": "Successfully replaced %{certificate}."
    }
  },
  "pageUnauthorized": {
    "description": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role."
  },
  "countries": {
    "AF": "Afghanistan",
    "AL": "Albania",
    "DZ": "Algeria",
    "AS": "American Samoa",
    "AD": "Andorra",
    "AO": "Angola",
    "AI": "Anguilla",
    "AQ": "Antarctica",
    "AG": "Antigua and Barbuda",
    "AR": "Argentina",
    "AM": "Armenia",
    "AW": "Aruba",
    "AU": "Australia",
    "AT": "Austria",
    "AZ": "Azerbaijan",
    "BS": "Bahamas, The",
    "BH": "Bahrain",
    "BD": "Bangladesh",
    "BB": "Barbados",
    "BY": "Belarus",
    "BE": "Belgium",
    "BZ": "Belize",
    "BJ": "Benin",
    "BM": "Bermuda",
    "BT": "Bhutan",
    "BO": "Bolivia",
    "BQ": "Bonaire, Sint Eustatius and Saba",
    "BA": "Bosnia and Herzegovina ",
    "BW": "Bostwana",
    "BV": "Bouvet Island",
    "BR": "Brazil",
    "IO": "British Indian Ocean Territory",
    "BN": "Brunei Darussalam ",
    "BG": "Bulgaria",
    "BF": "Burkina Faso",
    "BI": "Burundi",
    "CV": "Cabo Verde",
    "KH": "Cambodia",
    "CM": "Cameroon",
    "CA": "Canada",
    "KY": "Cayman Islands",
    "CF": "Central African Republic",
    "TD": "Chad",
    "CL": "Chile",
    "CN": "China",
    "CX": "Christmas Island ",
    "CC": "Cocos(Keeling) Islands",
    "CO": "Columbia",
    "KM": "Comoros",
    "CD": "Congo, The Democratic Republic of the",
    "CG": "Congo",
    "CK": "Cook Islands",
    "CR": "Costa Rica",
    "HR": "Croatia",
    "CU": "Cuba",
    "CW": "Curaçao",
    "CY": "Cyprus",
    "CZ": "Czechia",
    "CI": "Côte d\"Ivoire",
    "DK": "Denmark",
    "DJ": "Djibouti",
    "DM": "Dominica",
    "DO": "Dominican Republic",
    "EC": "Ecuador",
    "EG": "Egypt",
    "SV": "El Salvador",
    "GQ": "Equatorial Guinea ",
    "ER": "Eritrea",
    "EE": "Estonia",
    "SZ": "Eswatini",
    "ET": "Ethiopia",
    "FK": "Falkland Islands (Malvinas)",
    "FO": "Faroe Islands",
    "FJ": "Fiji",
    "FI": "Finland",
    "FR": "France",
    "GF": "French Guiana",
    "PF": "French Polynesia",
    "TF": "French Southern Territories",
    "GA": "Gabon",
    "GM": "Gambia, The",
    "GE": "Georgia",
    "DE": "Germany",
    "GH": "Ghana",
    "GI": "Gibraltar",
    "GR": "Greece",
    "GL": "Greenland",
    "GD": "Grenada",
    "GP": "Guadeloupe",
    "GU": "Guam",
    "GT": "Guatemala",
    "GG": "Guernsey",
    "GN": "Guinea",
    "GW": "Guinea-Bissau",
    "GY": "Guyana",
    "HT": "Haiti",
    "HM": "Heard Island and McDonald Islands",
    "VA": "Holy See",
    "HN": "Honduras",
    "HK": "Hong Kong",
    "HU": "Hungary",
    "IS": "Iceland",
    "IN": "India",
    "ID": "Indonesia",
    "IR": "Iran, Islamic Republic of",
    "IQ": "Iraq",
    "IE": "Ireland",
    "IM": "Isle of Man",
    "IL": "Israel",
    "IT": "Italy",
    "JM": "Jamaica",
    "JP": "Japan",
    "JE": "Jersey",
    "JO": "Jordan",
    "KZ": "Kazakhstan",
    "KE": "Kenya",
    "KI": "Kiribati",
    "KR": "Korea, Republic of",
    "KP": "Korea, Democratic People\"s Republic of",
    "KW": "Kuwait",
    "KG": "Kyrgyzstan",
    "LA": "Lao People\"s Democratic Republic",
    "LV": "Latvia",
    "LB": "Lebanon",
    "LS": "Lesotho",
    "LR": "Liberia",
    "LY": "Libya",
    "LI": "Liechtenstein",
    "LT": "Lithuania",
    "LU": "Luxembourg",
    "MO": "Macao",
    "MK": "Macedonia, The Former Yugoslav Republic of",
    "MG": "Madagascar",
    "MW": "Malawi",
    "MY": "Malaysia",
    "MV": "Maldives",
    "ML": "Mali",
    "MT": "Malta",
    "MH": "Marshall Islands",
    "MQ": "Martinique",
    "MR": "Mauritania",
    "MU": "Mauritius",
    "YT": "Mayotte",
    "MX": "Mexico",
    "FM": "Micronesia, Federated States of",
    "MD": "Moldova, Republic of",
    "MC": "Monaco",
    "MN": "Mongolia",
    "ME": "Montenegro",
    "MS": "Montserrat",
    "MA": "Morocco",
    "MZ": "Mozambique",
    "MM": "Myanmar",
    "NA": "Namibia",
    "NR": "Nauru",
    "NP": "Nepal",
    "NL": "Netherlands",
    "NC": "New Caledonia",
    "NZ": "New Zealand",
    "NI": "Nicaragua",
    "NE": "Niger",
    "NG": "Nigeria",
    "NU": "Niue",
    "NF": "Norfolk Island",
    "MP": "Northern Mariana Islands",
    "NO": "Norway",
    "OM": "Oman",
    "PK": "Pakistan",
    "PW": "Palau",
    "PS": "Palestine",
    "PA": "Panama",
    "PG": "Papua New Guinea",
    "PY": "Paraguay",
    "PE": "Peru",
    "PH": "Philippines",
    "PN": "Pitcairn",
    "PL": "Poland",
    "PT": "Portugal",
    "PR": "Puerto Rico",
    "QA": "Qatar",
    "RO": "Romania",
    "RU": "Russian Federation",
    "RW": "Rwanda",
    "RE": "Réunion",
    "BL": "Saint Barthélemy",
    "SH": "Saint Helena, Ascension and Tristan da Cunha",
    "KN": "Saint Kitts and Nevis ",
    "LC": "Saint Lucia",
    "MF": "Saint Martin",
    "PM": "Saint Pierre and Miquelon",
    "VC": "Saint Vincent and the Grenadines",
    "WS": "Samoa",
    "SM": "San Marino ",
    "ST": "Sao Tome and Principe",
    "SA": "Saudi Arabia",
    "SN": "Senegal",
    "RS": "Serbia",
    "SC": "Seychelles",
    "SL": "Sierra Leone",
    "SG": "Singapore",
    "SX": "Sint Maarten",
    "SK": "Slovakia",
    "SI": "Slovenia",
    "SB": "Solomon Islands",
    "SO": "Somalia",
    "ZA": "South Africa ",
    "GS": "South Georgia and the South Sandwich Islands",
    "SS": "South Sudan",
    "ES": "Spain",
    "LK": "Sri Lanka",
    "SD": "Sudan",
    "SR": "Suriname",
    "SJ": "Svalbard and Jan Mayen",
    "SE": "Sweden",
    "CH": "Switzerland",
    "SY": "Syrian Arab Republic",
    "TW": "Taiwan",
    "TJ": "Tajikistan",
    "TZ": "Tanzania, United Republic of",
    "TH": "Thailand",
    "TL": "Timor-Leste",
    "TG": "Togo",
    "TK": "Tokelau",
    "TO": "Tonga",
    "TT": "Trinidad and Tobago",
    "TN": "Tunisia",
    "TR": "Turkey",
    "TM": "Turkmenistan",
    "TC": "Turks and Caicos Islands",
    "TV": "Tuvalu",
    "UG": "Uganda",
    "UA": "Ukraine",
    "AE": "United Arab Emirates",
    "GB": "United Kingdom",
    "UM": "United States Minor Outlying Islands",
    "US": "United States of America",
    "UY": "Uruguay",
    "UZ": "Uzbekistan",
    "VU": "Vanuatu",
    "VE": "Venezuela",
    "VN": "Viet Nam",
    "VG": "Virgin Islands, British",
    "VI": "Virgin Islands, U.S",
    "WF": "Wallis and Futuna",
    "EH": "Western Sahara",
    "YE": "Yemen",
    "ZM": "Zambia",
    "ZW": "Zimbabwe",
    "AX": "Åland Islands"
  }
}