会员中心 |  会员注册  |  兼职信息发布    浏览手机版!    精选9.9元!    人工翻译    英语IT服务 贫困儿童资助 | 留言板 | 设为首页 | 加入收藏  繁體中文
当前位置:首页 > 行业文章 > 笔译技术 > 正文

TRANSLATING JAVAHELP

发布时间: 2023-02-08 09:24:50   作者:etogether.net   来源: 网络   浏览次数:


The title of the JavaHelp file, which is displayed in the title bar of the help file, is translated in the .hs file. In a text editor, translate the words following the <TITLE> tag.

For example:


<helpset version="1.0">

<!-- title -->

<title>Java Development Environment - Hilfe</title>

The view definitions may also contain translatable text, such as the table of contents

definition below.


<!-- views -->

<view>

<name>TOC</name>

<label>Das Inhaltsverzeichnis</label>

<type>javax.help.TOCView</type>

<data>IdeHelpTOC. xml</data>

</view>


The .hs file in most cases also contains labels for the index and full-text search views.


Table of Contents and Index Files


In JavaHelp projects, two XML files define the table of contents and index of a JavaHelp file,i.e. the entries displayed in the left pane of the viewer window.

These files have names like IdeHelpIndex.xml and IdeHelpTOC.xml. Here is an example of a section from a table of contents file:


<tocitem text="Menüs">

<tocitem text="Menü &quot;Datei&quot;" target="menus.file"/>

<tocitem text="Menü &quot;Bearbeiten&quot;" target="menus.edit"/>

<tocitem text="Menü &quot;Erstellen&quot;" target="menus.windows"/>

<tocitem text="Menü &quot;Hilfe&quot;" target="menus.help"/>

</tocitem>


Here is an example of a section from an index file:

<indexitem text="breakpoints">

<indexitem text="advanced functions" target="debug.breakpoint"/>

<indexitem text="conditional" target="debug.conditional"/»

<indexitem text="list of" target="debug.breakpoint"/>

<indexitem text="location" target="debug.breakpoint"/>

<indexitem text="window" target="debug.breakpoint"/>

</indexitem>


It is important to note that only the text following text= attribute should be translated.


责任编辑:admin


微信公众号

[上一页][1] [2] 【欢迎大家踊跃评论】
  • 上一篇:形容词的翻译分析
  • 下一篇:名词的翻译分析例举


  • 《译聚网》倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请30天内提供版权疑问、身份证明、版权证明、联系方式等发邮件至info@qiqee.net,我们将及时沟通与处理。


我来说两句
评分: 1分 2分 3分 4分 5分
评论内容:
验证码:
【网友评论仅供其表达个人看法,并不表明本站同意其观点或证实其描述。】
评论列表
已有 0 条评论(查看更多评论)