String changes

This commit is contained in:
Kovid Goyal 2017-05-01 16:52:23 +05:30
parent a00ec726ab
commit 8d54c6b83a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -101,8 +101,8 @@ class CategoryModel(QAbstractItemModel):
(_('Cypriot syllabary'), (0x10800, 0x1083F)), (_('Cypriot syllabary'), (0x10800, 0x1083F)),
(_('Cyrillic'), (0x400, 0x4FF)), (_('Cyrillic'), (0x400, 0x4FF)),
(_('Cyrillic supplement'), (0x500, 0x52F)), (_('Cyrillic supplement'), (0x500, 0x52F)),
(_('Cyrillic extended-A'), (0x2DE0, 0x2DFF)), (_('Cyrillic extended A'), (0x2DE0, 0x2DFF)),
(_('Cyrillic extended-B'), (0xA640, 0xA69F)), (_('Cyrillic extended B'), (0xA640, 0xA69F)),
(_('Georgian'), (0x10A0, 0x10FF)), (_('Georgian'), (0x10A0, 0x10FF)),
(_('Georgian supplement'), (0x2D00, 0x2D2F)), (_('Georgian supplement'), (0x2D00, 0x2D2F)),
(_('Glagolitic'), (0x2C00, 0x2C5F)), (_('Glagolitic'), (0x2C00, 0x2C5F)),
@ -110,10 +110,10 @@ class CategoryModel(QAbstractItemModel):
(_('Greek and Coptic'), (0x370, 0x3FF)), (_('Greek and Coptic'), (0x370, 0x3FF)),
(_('Greek extended'), (0x1F00, 0x1FFF)), (_('Greek extended'), (0x1F00, 0x1FFF)),
(_('Latin, Basic & Latin-1 supplement'), (0x20, 0xFF)), (_('Latin, Basic & Latin-1 supplement'), (0x20, 0xFF)),
(_('Latin extended-A'), (0x100, 0x17F)), (_('Latin extended A'), (0x100, 0x17F)),
(_('Latin extended-B'), (0x180, 0x24F)), (_('Latin extended B'), (0x180, 0x24F)),
(_('Latin extended-C'), (0x2C60, 0x2C7F)), (_('Latin extended C'), (0x2C60, 0x2C7F)),
(_('Latin extended-D'), (0xA720, 0xA7FF)), (_('Latin extended D'), (0xA720, 0xA7FF)),
(_('Latin extended additional'), (0x1E00, 0x1EFF)), (_('Latin extended additional'), (0x1E00, 0x1EFF)),
(_('Latin ligatures'), (0xFB00, 0xFB06)), (_('Latin ligatures'), (0xFB00, 0xFB06)),
(_('Fullwidth Latin letters'), (0xFF00, 0xFF5E)), (_('Fullwidth Latin letters'), (0xFF00, 0xFF5E)),
@ -149,9 +149,9 @@ class CategoryModel(QAbstractItemModel):
(_('Ethiopic'), (0x1200, 0x137F)), (_('Ethiopic'), (0x1200, 0x137F)),
(_('Ethiopic supplement'), (0x1380, 0x139F)), (_('Ethiopic supplement'), (0x1380, 0x139F)),
(_('Ethiopic extended'), (0x2D80, 0x2DDF)), (_('Ethiopic extended'), (0x2D80, 0x2DDF)),
(_('Ethiopic extended-A'), (0xAB00, 0xAB2F)), (_('Ethiopic extended A'), (0xAB00, 0xAB2F)),
(_('Meroitic cursive'), (0x109A0, 0x109FF)), (_('Meroitic cursive'), (0x109A0, 0x109FF)),
(_('Meroitic hieroglyphs*'), (0x10980, 0x1099F)), (_('Meroitic hieroglyphs'), (0x10980, 0x1099F)),
(_('N\'Ko'), (0x7C0, 0x7FF)), (_('N\'Ko'), (0x7C0, 0x7FF)),
(_('Osmanya'), (0x10480, 0x104AF)), (_('Osmanya'), (0x10480, 0x104AF)),
(_('Tifinagh'), (0x2D30, 0x2D7F)), (_('Tifinagh'), (0x2D30, 0x2D7F)),
@ -161,9 +161,9 @@ class CategoryModel(QAbstractItemModel):
(_('Middle Eastern scripts'), ( (_('Middle Eastern scripts'), (
(_('Arabic'), (0x600, 0x6FF)), (_('Arabic'), (0x600, 0x6FF)),
(_('Arabic supplement'), (0x750, 0x77F)), (_('Arabic supplement'), (0x750, 0x77F)),
(_('Arabic extended-A'), (0x8A0, 0x8FF)), (_('Arabic extended A'), (0x8A0, 0x8FF)),
(_('Arabic presentation forms-A'), (0xFB50, 0xFDFF)), (_('Arabic presentation forms A'), (0xFB50, 0xFDFF)),
(_('Arabic presentation forms-B'), (0xFE70, 0xFEFF)), (_('Arabic presentation forms B'), (0xFE70, 0xFEFF)),
(_('Avestan'), (0x10B00, 0x10B3F)), (_('Avestan'), (0x10B00, 0x10B3F)),
(_('Carian'), (0x102A0, 0x102DF)), (_('Carian'), (0x102A0, 0x102DF)),
(_('Cuneiform'), (0x12000, 0x123FF)), (_('Cuneiform'), (0x12000, 0x123FF)),
@ -232,7 +232,7 @@ class CategoryModel(QAbstractItemModel):
(_('Khmer symbols'), (0x19E0, 0x19FF)), (_('Khmer symbols'), (0x19E0, 0x19FF)),
(_('Lao'), (0xE80, 0xEFF)), (_('Lao'), (0xE80, 0xEFF)),
(_('Myanmar'), (0x1000, 0x109F)), (_('Myanmar'), (0x1000, 0x109F)),
(_('Myanmar extended-A'), (0xAA60, 0xAA7F)), (_('Myanmar extended A'), (0xAA60, 0xAA7F)),
(_('New Tai Lue'), (0x1980, 0x19DF)), (_('New Tai Lue'), (0x1980, 0x19DF)),
(_('Rejang'), (0xA930, 0xA95F)), (_('Rejang'), (0xA930, 0xA95F)),
(_('Sundanese'), (0x1B80, 0x1BBF)), (_('Sundanese'), (0x1B80, 0x1BBF)),
@ -254,7 +254,7 @@ class CategoryModel(QAbstractItemModel):
(_('Bopomofo'), (0x3100, 0x312F)), (_('Bopomofo'), (0x3100, 0x312F)),
(_('Bopomofo extended'), (0x31A0, 0x31BF)), (_('Bopomofo extended'), (0x31A0, 0x31BF)),
(_('CJK Unified ideographs'), (0x4E00, 0x9FFF)), (_('CJK Unified ideographs'), (0x4E00, 0x9FFF)),
(_('CJK Unified ideographs extension-A'), (0x3400, 0x4DBF)), (_('CJK Unified ideographs extension A'), (0x3400, 0x4DBF)),
(_('CJK Unified ideographs extension B'), (0x20000, 0x2A6DF)), (_('CJK Unified ideographs extension B'), (0x20000, 0x2A6DF)),
(_('CJK Unified ideographs extension C'), (0x2A700, 0x2B73F)), (_('CJK Unified ideographs extension C'), (0x2A700, 0x2B73F)),
(_('CJK Unified ideographs extension D'), (0x2B740, 0x2B81F)), (_('CJK Unified ideographs extension D'), (0x2B740, 0x2B81F)),
@ -272,8 +272,8 @@ class CategoryModel(QAbstractItemModel):
(_('Kanbun'), (0x3190, 0x319F)), (_('Kanbun'), (0x3190, 0x319F)),
(_('Hangul syllables'), (0xAC00, 0xD7AF)), (_('Hangul syllables'), (0xAC00, 0xD7AF)),
(_('Hangul Jamo'), (0x1100, 0x11FF)), (_('Hangul Jamo'), (0x1100, 0x11FF)),
(_('Hangul Jamo extended-A'), (0xA960, 0xA97F)), (_('Hangul Jamo extended A'), (0xA960, 0xA97F)),
(_('Hangul Jamo extended-B'), (0xD7B0, 0xD7FF)), (_('Hangul Jamo extended B'), (0xD7B0, 0xD7FF)),
(_('Hangul compatibility Jamo'), (0x3130, 0x318F)), (_('Hangul compatibility Jamo'), (0x3130, 0x318F)),
(_('Halfwidth Jamo'), (0xFFA0, 0xFFDC)), (_('Halfwidth Jamo'), (0xFFA0, 0xFFDC)),
(_('Lisu'), (0xA4D0, 0xA4FF)), (_('Lisu'), (0xA4D0, 0xA4FF)),
@ -339,14 +339,14 @@ class CategoryModel(QAbstractItemModel):
(_('Mathematical symbols'), ( (_('Mathematical symbols'), (
(_('Arrows'), (0x2190, 0x21FF)), (_('Arrows'), (0x2190, 0x21FF)),
(_('Supplemental arrows-A'), (0x27F0, 0x27FF)), (_('Supplemental arrows A'), (0x27F0, 0x27FF)),
(_('Supplemental arrows-B'), (0x2900, 0x297F)), (_('Supplemental arrows B'), (0x2900, 0x297F)),
(_('Miscellaneous symbols and arrows'), (0x2B00, 0x2BFF)), (_('Miscellaneous symbols and arrows'), (0x2B00, 0x2BFF)),
(_('Mathematical alphanumeric symbols'), (0x1D400, 0x1D7FF)), (_('Mathematical alphanumeric symbols'), (0x1D400, 0x1D7FF)),
(_('Letterlike symbols'), (0x2100, 0x214F)), (_('Letterlike symbols'), (0x2100, 0x214F)),
(_('Mathematical operators'), (0x2200, 0x22FF)), (_('Mathematical operators'), (0x2200, 0x22FF)),
(_('Miscellaneous mathematical symbols-A'), (0x27C0, 0x27EF)), (_('Miscellaneous mathematical symbols A'), (0x27C0, 0x27EF)),
(_('Miscellaneous mathematical symbols-B'), (0x2980, 0x29FF)), (_('Miscellaneous mathematical symbols B'), (0x2980, 0x29FF)),
(_('Supplemental mathematical operators'), (0x2A00, 0x2AFF)), (_('Supplemental mathematical operators'), (0x2A00, 0x2AFF)),
(_('Ceilings and floors'), (0x2308, 0x230B)), (_('Ceilings and floors'), (0x2308, 0x230B)),
(_('Geometric shapes'), (0x25A0, 0x25FF)), (_('Geometric shapes'), (0x25A0, 0x25FF)),