All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)<nowiki>FCITX_CONFIGURATION(
   ClipboardConfig, KeyListOption triggerKey{this,
                                             "TriggerKey",
                                             _("Trigger Key"),
                                             {Key("Control+semicolon")},
                                             KeyListConstrain()};
   KeyListOption pastePrimaryKey{
       this, "PastePrimaryKey", _("Paste Primary"), {}, KeyListConstrain()};
   Option<int, IntConstrain> numOfEntries{this, "Number of entries",
                                           _("Number of entries"), 5,
                                           IntConstrain(3, 30)};);</nowiki>
 h Chinese (China) (zh-cn)<nowiki>FCITX_CONFIGURATION(
   ClipboardConfig, KeyListOption triggerKey{this,
                                             "TriggerKey",
                                             _("Trigger Key"),
                                             {Key("Control+semicolon")},
                                             KeyListConstrain()};
   KeyListOption pastePrimaryKey{
       this, "PastePrimaryKey", _("Paste Primary"), {}, KeyListConstrain()};
   Option<int, IntConstrain> numOfEntries{this, "Number of entries",
                                           _("Number of entries"), 5,
                                           IntConstrain(3, 30)};);</nowiki>