Documentation for Confluence 2.5.4 - 2.5.8.
Documentation for [Confluence Cloud] and the latest Confluence Server is available too.

All Confluence UI text is contained in a single Java properties file. This file can be modified to change the default text, and also to translate Confluence into other languages than English.

この UI テキスト ファイルは ConfluenceActionSupport.properties です。Confluence のインストール ディレクトリで次のように操作します。

\confluence\WEB-INF\classes\com\atlassian\confluence\core\ConfluenceActionSupport.properties

The file contains name=value strings, and supports variable insertion such as

user.greeting=Welcome, {0}

For more information on replacing values, check out Translating ConfluenceActionSupport Content. Note that plugins store their text internally, so you must modify plugin text individually.

変更を行うためのステップ

  1. Confluence を停止します。
  2. Under your install direcory, open \confluence\WEB-INF\classes\com\atlassian\confluence\core\ConfluenceActionSupport.properties
  3. Search for the text you wish to modify, replace it and save
  4. Confluence を起動します。

Common Modifications

  • Rename 'Dashboard' by searching for Dashboard. To change "Dashboard" to "My Portal", change dashboard.name=Dashboard to dashboard.name=My Portal
  • ラベルなし