Difference between revisions of "Translations:Basic concept/1/zh-cn"

From Fcitx
Jump to navigation Jump to search
(Created page with "= 插件 = Fcitx 是一个输入法框架,可以通过插件进行高度扩展。Fcitx 5 中有四种不同类型的插件。 ==前端== 前端插件是一种与应用程...")
 
(No difference)

Latest revision as of 03:13, 19 April 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Basic concept)
= Addon =
Fcitx is a input method frame work that is highly extensible via addons. There are four different type of addons in Fcitx 5. 
== Frontend ==
A Frontend Addon is a type of addon that communicate with applications. Its main task is to create input context and register input context with InputContextManager.
Translation= 插件 =
Fcitx 是一个输入法框架,可以通过插件进行高度扩展。Fcitx 5 中有四种不同类型的插件。 
==前端==
前端插件是一种与应用程序通信的插件。它的主要任务是创建输入上下文并向 InputContextManager 注册输入上下文。

插件

Fcitx 是一个输入法框架,可以通过插件进行高度扩展。Fcitx 5 中有四种不同类型的插件。

前端

前端插件是一种与应用程序通信的插件。它的主要任务是创建输入上下文并向 InputContextManager 注册输入上下文。