mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
#239 일본어 번역(2)
This commit is contained in:
parent
41cf0874b8
commit
c5fa3e577b
16 changed files with 268 additions and 58 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<title xml:lang="en">WYSIWYG Editor</title>
|
||||
<title xml:lang="es">Editor WYSIWYG</title>
|
||||
<title xml:lang="zh-CN">网页编辑器</title>
|
||||
<title xml:lang="jp">ウイジウイグエディター</title>
|
||||
<title xml:lang="jp">ウィジウィグエディター</title>
|
||||
<title xml:lang="ru">WYSIWYG-редактор</title>
|
||||
<title xml:lang="zh-TW">網頁編輯器</title>
|
||||
<title xml:lang="tr">Editor WYSIWYG</title>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
<description xml:lang="en">Module for displaying WYSIWYG editor and managing/relaying editor components.</description>
|
||||
<description xml:lang="es">Módulo para mostrar en la pantalla el editor de WYSIWYG y para el manejo/relato de los componentes del editor.</description>
|
||||
<description xml:lang="zh-CN">显示网页编辑器或管理/传递编辑器组件的模块。</description>
|
||||
<description xml:lang="jp">ウイジウイグエディター を出力したり、エディターのコンポーネントを管理・中継するモジュールです。</description>
|
||||
<description xml:lang="jp">ウィジウィグエディターを出力したり、エディターのコンポーネントを管理・中継するモジュールです。</description>
|
||||
<description xml:lang="ru">Модуль для отображения WYSIWYG-редактора и управления/смены записей редактора.</description>
|
||||
<description xml:lang="zh-TW">顯示網頁編輯器或管理/傳遞編輯器組件的模組。</description>
|
||||
<description xml:lang="tr">WYSIWYG editörünü görüntüleme ve editör bileşenlerini düzenleme/aktarma için kullanılan modüldür. </description>
|
||||
|
|
|
|||
|
|
@ -1,35 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispEditorPopup" type="view" />
|
||||
<action name="dispEditorComponentInfo" type="view" />
|
||||
|
||||
<action name="dispEditorAdminIndex" type="view" menu_name="editor" menu_index="true" admin_index="true" />
|
||||
<action name="dispEditorAdminSetupComponent" type="view" menu_name="editor" />
|
||||
<action name="dispEditorAdminSkinColorset" type="view" />
|
||||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispEditorPopup" type="view" />
|
||||
<action name="dispEditorComponentInfo" type="view" />
|
||||
<action name="dispEditorAdminIndex" type="view" menu_name="editor" menu_index="true" admin_index="true" />
|
||||
<action name="dispEditorAdminSetupComponent" type="view" menu_name="editor" />
|
||||
<action name="dispEditorAdminSkinColorset" type="view" />
|
||||
<action name="dispEditorConfigPreview" type="view" />
|
||||
<action name="dispEditorPreview" type="view" />
|
||||
<action name="dispEditorSkinColorset" type="view" />
|
||||
|
||||
<action name="procEditorSaveDoc" type="controller" />
|
||||
<action name="procEditorRemoveSavedDoc" type="controller" />
|
||||
<action name="procEditorCall" type="controller" />
|
||||
<action name="procEditorInsertModuleConfig" type="controller" />
|
||||
|
||||
<action name="procEditorAdminSetupComponent" type="controller" ruleset="setupComponent" />
|
||||
<action name="dispEditorPreview" type="view" />
|
||||
<action name="dispEditorSkinColorset" type="view" />
|
||||
<action name="procEditorSaveDoc" type="controller" />
|
||||
<action name="procEditorRemoveSavedDoc" type="controller" />
|
||||
<action name="procEditorCall" type="controller" />
|
||||
<action name="procEditorInsertModuleConfig" type="controller" />
|
||||
<action name="procEditorAdminSetupComponent" type="controller" ruleset="setupComponent" />
|
||||
<action name="procEditorAdminGeneralConfig" type="controller" ruleset="generalConfig" />
|
||||
<action name="procEditorAdminCheckUseListOrder" type="controller" ruleset="componentOrderAndUse" />
|
||||
|
||||
<action name="procEditorLoadSavedDocument" type="controller" />
|
||||
</actions>
|
||||
<action name="procEditorLoadSavedDocument" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="editor">
|
||||
<title xml:lang="en">WYSIWYG Editor</title>
|
||||
<title xml:lang="ko">에디터</title>
|
||||
<title xml:lang="zh-CN">WYSIWYG Editor</title>
|
||||
<title xml:lang="jp">WYSIWYG Editor</title>
|
||||
<title xml:lang="jp">ウィジウィグエディター</title>
|
||||
<title xml:lang="es">WYSIWYG Editor</title>
|
||||
<title xml:lang="ru">WYSIWYG Editor</title>
|
||||
<title xml:lang="fr">WYSIWYG Editor</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue