首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在Drupal中翻译管理界面?

如何在Drupal中翻译管理界面?
EN

Drupal用户
提问于 2015-02-11 07:00:53
回答 1查看 107关注 0票数 0

我已经用日语翻译了我的网站。但它并不是翻译所有的内容。我想翻译网站上所有可用的字符串,包括管理面板。

我在翻译接口中搜索字符串,但找不到它。我使用翻译模板提取器搜索字符串。但这东西也帮不了我。

请告诉我如何更改管理端的文本?

下面的图片显示了我想要更改的字符串类型:

EN

回答 1

Drupal用户

回答已采纳

发布于 2015-02-11 15:02:33

我在我的电脑上搜索了一下,我找到了product.html,里面有你要找的文本:

代码语言:javascript
复制
  <header id="header">
<h1>Help on products</h1>
<p>Each product has both a display and can have many variations (size, color, etc). This page lists all of the products grouped by display.</p>
代码语言:javascript
复制
<p>To see the variations of a product, click on “Quick Edit.†Using bulk updates (located at the bottom of the page) more than one product can have various actions applied.</p>

<h2>More Information</h2>

<ul>
  <li><a href="http://www.drupalcommerce.org/commerce-kickstart-2/product-management-overview">Product Management Overview</a></li>
  <li><a href="http://www.drupalcommerce.org/commerce-kickstart-2/choosing-between-page-or-variation">Choosing between Products and Product Variations</a></li>
  <li><a href="http://www.drupalcommerce.org/commerce-kickstart-2/adding-new-product">Adding a New Product</a></li>
  <li><a href="http://www.drupalcommerce.org/user-guide/product-attributes-variations">What are Product attributes and variations?</a></li>
  <li><a href="http://www.drupalcommerce.org/user-guide/product-displays">What are Product Node Displays?</a></li>
</ul>
票数 0
EN
页面原文内容由Drupal提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://drupal.stackexchange.com/questions/147049

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档