...
| Tip | ||
|---|---|---|
| ||
|
Translation
...
Bundles
There are two types of files for localized messages:
...
| Warning | ||
|---|---|---|
| ||
In the Java API, properties files are supposed to be encoded in ISO-8859 charset. Without good tooling, this can be quite annoying to write translation for languages that do not fit in this charset. |
...
Key | Description | Example | |
|---|---|---|---|
| Metric name |
| |
| Metric description |
| |
| Name of notification channel |
| |
| Subscription to notification channel |
| |
| Rule name |
| |
| Description of rule parameter |
| |
dashboard.<key>.name | Dashboard name, since 2.14. | dashboard.Hotstpots.name=Point Chauds | |
| Qualifier name, since 2.13. |
| |
| Widget name |
| |
| Widget description |
| |
widget.<key>. | paramproperty.<property key>.name | Name of widget property | widget.hotspot_most_violated_rules.property.defaultSeverity.name=Default severity |
widget.<key>.property.<property key>.desc | Description of widget property | widget. | alerts.param.threshold=Thresholdwidget.<key>.hotspot_most_violated_rules.property.defaultSeverity.desc=If selected, |
widget.<key>.property.<property>.option.<option>.name | Name of item of dropdown list | ||
| Any other widget message |
| |
| Page names shown in the left sidebar |
| |
| Any other keys used in a page |
| |
| Category name of properties, since 2.11 |
| |
property.category.<category key>.description | Short description of category of properties, since 3.6 | property.category.General.description=General properties of Sonar | |
property.category. | Subcategory name of properties, since 3.6 | property.category.exclusions.global=Global exclusions | |
property.category. | Short description of subcategory of properties, since 3.6 | property.category.exclusions.global.description=Configuration of global exclusions | |
| Property name, since 2.11 |
| |
| Property description, since 2.11 |
| |
| Any other keys used by plugin |
|
...
A Language Pack defines bundles for the Sonar Platform and for the Sonar Community Pluginsplugins.
Creating a new Language Pack
...

