Skip to content

Commit 8bf1850

Browse files
committed
feat: add i18n for hid device
1 parent 305b075 commit 8bf1850

File tree

2 files changed

+128
-0
lines changed

2 files changed

+128
-0
lines changed

src/locales/en-US/messages.po

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,3 +424,67 @@ msgstr "windows"
424424
#: src/utilities/cryptography/oath/totp.tsx:230
425425
msgid "You must verify that the algorithm you want to use is supported by the application your clients might be using."
426426
msgstr "You must verify that the algorithm you want to use is supported by the application your clients might be using."
427+
428+
#: src/utilities/meta.ts:233
429+
msgid "Hardware"
430+
msgstr "Hardware"
431+
432+
#: src/utilities/meta.ts:239
433+
msgid "HID Devices"
434+
msgstr "HID Devices"
435+
436+
#: src/utilities/hardware/hid.tsx:61
437+
msgid "Refresh"
438+
msgstr "Refresh"
439+
440+
#: src/utilities/hardware/hid.tsx:67
441+
msgid "Error: {0}"
442+
msgstr "Error: {0}"
443+
444+
#: src/utilities/hardware/hid.tsx:79
445+
msgid "No HID devices found"
446+
msgstr "No HID devices found"
447+
448+
#: src/utilities/hardware/hid.tsx:87
449+
msgid "Device Info"
450+
msgstr "Device Info"
451+
452+
#: src/utilities/hardware/hid.tsx:91
453+
msgid "VID"
454+
msgstr "VID"
455+
456+
#: src/utilities/hardware/hid.tsx:95
457+
msgid "PID"
458+
msgstr "PID"
459+
460+
#: src/utilities/hardware/hid.tsx:99
461+
msgid "Serial Number"
462+
msgstr "Serial Number"
463+
464+
#: src/utilities/hardware/hid.tsx:103
465+
msgid "Interface"
466+
msgstr "Interface"
467+
468+
#: src/utilities/hardware/hid.tsx:107
469+
msgid "Usage"
470+
msgstr "Usage"
471+
472+
#: src/utilities/hardware/hid.tsx:111
473+
msgid "Device Path"
474+
msgstr "Device Path"
475+
476+
#: src/utilities/hardware/hid.tsx:122
477+
msgid "Unknown Product"
478+
msgstr "Unknown Product"
479+
480+
#: src/utilities/hardware/hid.tsx:125
481+
msgid "Unknown Manufacturer"
482+
msgstr "Unknown Manufacturer"
483+
484+
#: src/utilities/hardware/hid.tsx:146
485+
msgid "None"
486+
msgstr "None"
487+
488+
#: src/utilities/hardware/hid.tsx:57
489+
msgid "{0} devices"
490+
msgstr "{0} devices"

src/locales/zh-CN/messages.po

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,3 +430,67 @@ msgstr ""
430430
msgid "You must verify that the algorithm you want to use is supported by the application your clients might be using."
431431
msgstr ""
432432

433+
#: src/utilities/meta.ts:233
434+
msgid "Hardware"
435+
msgstr "硬件"
436+
437+
#: src/utilities/meta.ts:239
438+
msgid "HID Devices"
439+
msgstr "HID 设备"
440+
441+
#: src/utilities/hardware/hid.tsx:61
442+
msgid "Refresh"
443+
msgstr "刷新"
444+
445+
#: src/utilities/hardware/hid.tsx:67
446+
msgid "Error: {0}"
447+
msgstr "错误:{0}"
448+
449+
#: src/utilities/hardware/hid.tsx:79
450+
msgid "No HID devices found"
451+
msgstr "未找到 HID 设备"
452+
453+
#: src/utilities/hardware/hid.tsx:87
454+
msgid "Device Info"
455+
msgstr "设备信息"
456+
457+
#: src/utilities/hardware/hid.tsx:91
458+
msgid "VID"
459+
msgstr "VID"
460+
461+
#: src/utilities/hardware/hid.tsx:95
462+
msgid "PID"
463+
msgstr "PID"
464+
465+
#: src/utilities/hardware/hid.tsx:99
466+
msgid "Serial Number"
467+
msgstr "序列号"
468+
469+
#: src/utilities/hardware/hid.tsx:103
470+
msgid "Interface"
471+
msgstr "接口"
472+
473+
#: src/utilities/hardware/hid.tsx:107
474+
msgid "Usage"
475+
msgstr "用途"
476+
477+
#: src/utilities/hardware/hid.tsx:111
478+
msgid "Device Path"
479+
msgstr "设备路径"
480+
481+
#: src/utilities/hardware/hid.tsx:122
482+
msgid "Unknown Product"
483+
msgstr "未知产品"
484+
485+
#: src/utilities/hardware/hid.tsx:125
486+
msgid "Unknown Manufacturer"
487+
msgstr "未知制造商"
488+
489+
#: src/utilities/hardware/hid.tsx:146
490+
msgid "None"
491+
msgstr "无"
492+
493+
#: src/utilities/hardware/hid.tsx:57
494+
msgid "{0} devices"
495+
msgstr "{0} 设备"
496+

0 commit comments

Comments
 (0)