Skip to content

Commit a31c9f6

Browse files
authored
Merge 80e6013 into 64301ba
2 parents 64301ba + 80e6013 commit a31c9f6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

source/brailleTables.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: UTF-8 -*-
12
# A part of NonVisual Desktop Access (NVDA)
23
# This file is covered by the GNU General Public License.
34
# See the file COPYING for more details.
@@ -526,10 +527,12 @@ def listTables():
526527
addTable("xh-za-g2.ctb", _("Xhosa grade 2"), contracted=True)
527528
# Translators: The name of a braille table displayed in the
528529
# braille settings dialog.
529-
addTable("zhcn-g1.ctb", _("Chinese (China, Mandarin) grade 1"))
530+
# This should be translated to '中文中国汉语现行盲文' in Mandarin.
531+
addTable("zhcn-g1.ctb", _("Chinese (China, Mandarin) Current Braille System"))
530532
# Translators: The name of a braille table displayed in the
531533
# braille settings dialog.
532-
addTable("zhcn-g2.ctb", _("Chinese (China, Mandarin) grade 2"), contracted=True)
534+
# This should be translated to '中文中国汉语双拼盲文' in Mandarin.
535+
addTable("zhcn-g2.ctb", _("Chinese (China, Mandarin) Double-phonic Braille System"), contracted=True)
533536
# Translators: The name of a braille table displayed in the
534537
# braille settings dialog.
535538
addTable("zh-hk.ctb", _("Chinese (Hong Kong, Cantonese)"))

0 commit comments

Comments
 (0)