@@ -543,6 +543,15 @@ def listTables():
543543# Translators: The name of a braille table displayed in the
544544# braille settings dialog.
545545addTable ("xh-za-g2.ctb" , _ ("Xhosa grade 2" ), contracted = True )
546+
547+ # Translators: The name of a braille table displayed in the
548+ # braille settings dialog.
549+ # This should be translated to '中文中国汉语通用盲文' in Mandarin.
550+ addTable ("zhcn-cbs.ctb" , _ ("Chinese common braille (simplified Chinese characters)" ), input = False )
551+ # Translators: The name of a braille table displayed in the
552+ # braille settings dialog.
553+ # This should be translated to '中文中国汉语现行盲文(无声调)' in Mandarin.
554+ addTable ("zh-chn.ctb" , _ ("Chinese (China, Mandarin) Current Braille System (no tones)" ))
546555# Translators: The name of a braille table displayed in the
547556# braille settings dialog.
548557# This should be translated to '中文中国汉语现行盲文' in Mandarin.
@@ -557,9 +566,6 @@ def listTables():
557566# Translators: The name of a braille table displayed in the
558567# braille settings dialog.
559568addTable ("zh-tw.ctb" , _ ("Chinese (Taiwan, Mandarin)" ))
560- # Translators: The name of a braille table displayed in the
561- # braille settings dialog.
562- addTable ("zhcn-cbs.ctb" , _ ("Chinese common braille (simplified Chinese characters)" ), input = False )
563569
564570# Translators: The name of a braille table displayed in the
565571# braille settings dialog.
0 commit comments