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\lib\confluence-3.x.jar Within this File, the relevant file to edit is :\com\atlassian\confluence\core\ConfluenceActionSupport.properties. |
Refer to Editing jar files for reference.
ファイルには name=value ペアを持つ、次の形式のパラメータが含まれます。
parameter.name=Parameter value |
パラメーター名は「=」文字の前に置かれる任意のテキストで、変更すべきではありません。「=」文字の後の任意のテキストはパラメーター値で、自由に変更でき、変数を含めることもできます。変数を含む例は、次のようになります。
popular.labels=The three most popular labels are {0}, {1} and {2}.
|
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.
\confluence\WEB-INF\lib\confluence-3.x.jar\com\atlassian\confluence\core\ConfluenceActionSupport.properties を開きます。<Confluence-Install>\confluence\WEB-INF\classes\com\atlassian\confluence\core に保存します。このフォルダ構造が存在しない場合は作成します。Dashboard. To change "Dashboard" to "My Portal", change dashboard.name=Dashboard to dashboard.name=My Portalタスク |
検索対象 |
注意 |
|---|---|---|
Rename 'Dashboard' |
ダッシュボード |
The |
Modify login page text |
login. |
The |
Confluence provides a set of keyboard shortcuts. You could customise the shortcuts by making modifications inside the ConfluenceActionSupport.properties file.
#navlink.attachments.accesskey=a |