Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions deepin-devicemanager/src/DeviceManager/DeviceCpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,68 +10,131 @@
const QMap<int, const char*> DeviceCpu::m_trNumber = {
{1, QT_TR_NOOP("One")},
{2, QT_TR_NOOP("Two")},
{3, QT_TR_NOOP("Three")},
{4, QT_TR_NOOP("Four")},
{5, QT_TR_NOOP("Five")},
{6, QT_TR_NOOP("Six")},
{7, QT_TR_NOOP("Seven")},
{8, QT_TR_NOOP("Eight")},
{9, QT_TR_NOOP("Nine")},
{10, QT_TR_NOOP("Ten")},
{11, QT_TR_NOOP("Eleven")},
{12, QT_TR_NOOP("Twelve")},
{13, QT_TR_NOOP("Thirteen")},
{14, QT_TR_NOOP("Fourteen")},
{15, QT_TR_NOOP("Fifteen")},
{16, QT_TR_NOOP("Sixteen")},
{17, QT_TR_NOOP("Seventeen")},
{18, QT_TR_NOOP("Eighteen")},
{19, QT_TR_NOOP("Nineteen")},
{20, QT_TR_NOOP("Twenty")},
{21, QT_TR_NOOP("Twenty-one")},
{22, QT_TR_NOOP("Twenty-two")},
{23, QT_TR_NOOP("Twenty-three")},
{24, QT_TR_NOOP("Twenty-four")},
{25, QT_TR_NOOP("Twenty-five")},
{26, QT_TR_NOOP("Twenty-six")},
{27, QT_TR_NOOP("Twenty-seven")},
{28, QT_TR_NOOP("Twenty-eight")},
{29, QT_TR_NOOP("Twenty-nine")},
{30, QT_TR_NOOP("Thirty")},
{31, QT_TR_NOOP("Thirty-one")},
{32, QT_TR_NOOP("Thirty-two")},
{33, QT_TR_NOOP("Thirty-three")},
{34, QT_TR_NOOP("Thirty-four")},
{35, QT_TR_NOOP("Thirty-five")},
{36, QT_TR_NOOP("Thirty-six")},
{37, QT_TR_NOOP("Thirty-seven")},
{38, QT_TR_NOOP("Thirty-eight")},
{39, QT_TR_NOOP("Thirty-nine")},
{40, QT_TR_NOOP("Forty")},
{41, QT_TR_NOOP("Forty-one")},
{42, QT_TR_NOOP("Forty-two")},
{43, QT_TR_NOOP("Forty-three")},
{44, QT_TR_NOOP("Forty-four")},
{45, QT_TR_NOOP("Forty-five")},
{46, QT_TR_NOOP("Forty-six")},
{47, QT_TR_NOOP("Forty-seven")},
{48, QT_TR_NOOP("Forty-eight")},
{49, QT_TR_NOOP("Forty-nine")},
{50, QT_TR_NOOP("Fifty")},
{51, QT_TR_NOOP("Fifty-one")},
{52, QT_TR_NOOP("Fifty-two")},
{53, QT_TR_NOOP("Fifty-three")},
{54, QT_TR_NOOP("Fifty-four")},
{55, QT_TR_NOOP("Fifty-five")},
{56, QT_TR_NOOP("Fifty-six")},
{57, QT_TR_NOOP("Fifty-seven")},
{58, QT_TR_NOOP("Fifty-eight")},
{59, QT_TR_NOOP("Fifty-nine")},
{60, QT_TR_NOOP("Sixty")},
{61, QT_TR_NOOP("Sixty-one")},
{62, QT_TR_NOOP("Sixty-two")},
{63, QT_TR_NOOP("Sixty-three")},
{64, QT_TR_NOOP("Sixty-four")},
{65, QT_TR_NOOP("Sixty-five")},
{66, QT_TR_NOOP("Sixty-six")},
{67, QT_TR_NOOP("Sixty-seven")},
{68, QT_TR_NOOP("Sixty-eight")},
{69, QT_TR_NOOP("Sixty-nine")},
{70, QT_TR_NOOP("Seventy")},
{71, QT_TR_NOOP("Seventy-one")},
{72, QT_TR_NOOP("Seventy-two")},
{73, QT_TR_NOOP("Seventy-three")},
{74, QT_TR_NOOP("Seventy-four")},
{75, QT_TR_NOOP("Seventy-five")},
{76, QT_TR_NOOP("Seventy-six")},
{77, QT_TR_NOOP("Seventy-seven")},
{78, QT_TR_NOOP("Seventy-eight")},
{79, QT_TR_NOOP("Seventy-nine")},
{80, QT_TR_NOOP("Eighty")},
{81, QT_TR_NOOP("Eighty-one")},
{82, QT_TR_NOOP("Eighty-two")},
{83, QT_TR_NOOP("Eighty-three")},
{84, QT_TR_NOOP("Eighty-four")},
{85, QT_TR_NOOP("Eighty-five")},
{86, QT_TR_NOOP("Eighty-six")},
{87, QT_TR_NOOP("Eighty-seven")},
{88, QT_TR_NOOP("Eighty-eight")},
{89, QT_TR_NOOP("Eighty-nine")},
{90, QT_TR_NOOP("Ninety")},
{91, QT_TR_NOOP("Ninety-one")},
{92, QT_TR_NOOP("Ninety-two")},
{93, QT_TR_NOOP("Ninety-three")},
{94, QT_TR_NOOP("Ninety-four")},
{95, QT_TR_NOOP("Ninety-five")},
{96, QT_TR_NOOP("Ninety-six")},
{97, QT_TR_NOOP("Ninety-seven")},
{98, QT_TR_NOOP("Ninety-eight")},
{99, QT_TR_NOOP("Ninety-nine")},
{100, QT_TR_NOOP("One hundred")},
{101, QT_TR_NOOP("One hundred and one")},
{102, QT_TR_NOOP("One hundred and Two")},
{103, QT_TR_NOOP("One hundred and three")},
{104, QT_TR_NOOP("One hundred and four")},
{105, QT_TR_NOOP("One hundred and five")},
{106, QT_TR_NOOP("One hundred and Six")},
{107, QT_TR_NOOP("One hundred and seven")},
{108, QT_TR_NOOP("One hundred and Eight")},
{109, QT_TR_NOOP("One hundred and nine")},
{110, QT_TR_NOOP("One hundred and Ten")},
{111, QT_TR_NOOP("One hundred and eleven")},
{112, QT_TR_NOOP("One hundred and Twelve")},
{113, QT_TR_NOOP("One hundred and thirteen")},
{114, QT_TR_NOOP("One hundred and Fourteen")},
{115, QT_TR_NOOP("One hundred and fifteen")},
{116, QT_TR_NOOP("One hundred and Sixteen")},
{117, QT_TR_NOOP("One hundred and seventeen")},
{118, QT_TR_NOOP("One hundred and Eighteen")},
{119, QT_TR_NOOP("One hundred and nineteen")},
{120, QT_TR_NOOP("One hundred and Twenty")},
{121, QT_TR_NOOP("One hundred and twenty-one")},
{122, QT_TR_NOOP("One hundred and Twenty-two")},
{123, QT_TR_NOOP("One hundred and twenty-three")},
{124, QT_TR_NOOP("One hundred and Twenty-four")},
{125, QT_TR_NOOP("One hundred and twenty-five")},
{126, QT_TR_NOOP("One hundred and Twenty-six")},
{127, QT_TR_NOOP("One hundred and twenty-seven")},
{128, QT_TR_NOOP("One hundred and Twenty-eight")},
{192, QT_TR_NOOP("One hundred and Ninety-two")},
{256, QT_TR_NOOP("Two hundred and fifty-six")}
Expand Down
Loading