Skip to content

Commit

Permalink
New translations i18n.properties (Sinhala)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubblobill committed Jun 6, 2024
1 parent 01693de commit cf0827f
Showing 1 changed file with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,12 @@ CampaignPropertiesDialog.tab.sight = Sight
CampaignPropertiesDialog.tab.light = Light
CampaignPropertiesDialog.tab.states = States
CampaignPropertiesDialog.tab.bars = Bars
CampaignPropertiesDialog.button.import = Import Predefined
CampaignPropertiesDialog.button.importPredefined = Import Predefined
CampaignPropertiesDialog.button.importPredefined.tooltip = Import predefined properties and settings for the selected system
CampaignPropertiesDialog.button.import.tooltip = Import predefined properties and settings for the selected system
CampaignPropertiesDialog.button.export.tooltip = Export campaign properties to file
CampaignPropertiesDialog.combo.importPredefined.tooltip = System to import properties for
CampaignPropertiesDialog.button.import = Import predefined
campaignPropertiesDialog.newTokenTypeName = Enter the name for the new token type
campaignPropertiesDialog.newTokenTypeTitle = New Token Type
campaignPropertiesDialog.newTokenTypeDefaultName = New Token Type {0}
Expand All @@ -800,6 +804,14 @@ campaignPropertiesTable.column.gmStatSheet = GM
campaignPropertiesTable.column.ownerStatSheet = Owner
campaignPropertiesTable.column.defaultValue = Default

campaignPropertiesTable.column.name.description = The actual name of the property, used by the application.
campaignPropertiesTable.column.shortName.description = Short version of the property name. Used in stat-sheets and character sheets.
campaignPropertiesTable.column.displayName.description = Display version of the property name. Used in stat-sheets and character sheets.
campaignPropertiesTable.column.statSheet.description = Show the property on the stat-sheet.
campaignPropertiesTable.column.gm.description = Restrict visibility to the GM view of the stat-sheet.
campaignPropertiesTable.column.owner.description = Restrict visibility to the owner's view of the stat-sheet.
campaignPropertiesTable.column.default.description = The default value assigned to the property.

# Bar propertyType
CampaignPropertiesDialog.combo.bars.type.twoImages = Two Images
CampaignPropertiesDialog.combo.bars.type.singleImage = Single Image
Expand Down Expand Up @@ -981,15 +993,23 @@ CampaignPropertiesDialog.label.mouse = Mouseover
CampaignPropertiesDialog.label.order = Order
CampaignPropertiesDialog.label.order.tooltip = Position in the list of states, change to move up or down the list.
CampaignPropertiesDialog.label.else = Everybody Else
CampaginPropertiesDialog.label.owner = Owner
CampaignPropertiesDialog.label.owner = Owner

TextureChooserPanel.title = Texture

TokenPropertiesPanel.label.list = List the token properties for this token type below, one property per line\:
TokenPropertiesPanel.label.type = Token Type
TokenPropertiesPanel.label.statSheet = Stat-Sheet
TokenPropertiesPanel.combo.statSheet.tooltip = The default stat-sheet to use for this token type
TokenPropertiesPanel.combo.statSheetLocation.tooltip = The default display position for the stat-sheet
TokenPropertiesPanel.button.statSheetProps = Stat Sheet Properties
TokenPropertiesPanel.button.setAsDefault = Set as Default
TokenPropertiesPanel.button.setAsDefault.tooltip = Make this the default type for all new tokens
TokenPropertiesPanel.button.add.tooltip = Create a new token type
TokenPropertiesPanel.button.addProperty.tooltip = Add a new property to the list
TokenPropertiesPanel.button.deleteProperty.tooltip = Remove selected property from the list
TokenPropertiesPanel.button.propertyUpDown.tooltip = Change the list position of the property
TokenPropertiesPanel.button.delete.tooltip = Delete the token type and its associated properties
TokenPropertiesPanel.defaultPropertyType = Default Property Type


Expand Down

0 comments on commit cf0827f

Please sign in to comment.