Changes to translations
This commit is contained in:
parent
8d5cd95bc4
commit
c3eede9872
|
@ -12,7 +12,7 @@ Particle
|
||||||
colors: #ffffff00 #ffffffff #00000000
|
colors: #ffffff00 #ffffffff #00000000
|
||||||
colors-stops: 0 0.1 1
|
colors-stops: 0 0.1 1
|
||||||
size: 24 24
|
size: 24 24
|
||||||
texture: /data/particles/particle
|
texture: /particles/particle
|
||||||
composition-mode: normal
|
composition-mode: normal
|
||||||
|
|
||||||
Effect
|
Effect
|
||||||
|
|
|
@ -73,7 +73,7 @@ MainWindow
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: accountStatusCaption
|
id: accountStatusCaption
|
||||||
!text: tr('Account Status:')
|
!text: tr('Account Status') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: next.top
|
anchors.bottom: next.top
|
||||||
|
|
|
@ -27,7 +27,7 @@ MarketWindow < MainWindow
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: balanceLabel
|
id: balanceLabel
|
||||||
!text: tr('Balance:')
|
!text: tr('Balance') .. ':'
|
||||||
font: verdana-11px-rounded
|
font: verdana-11px-rounded
|
||||||
text-offset: 0 2
|
text-offset: 0 2
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
|
|
@ -67,7 +67,7 @@ Panel
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: offerTypeLabel
|
id: offerTypeLabel
|
||||||
!text: tr('Offer Type:')
|
!text: tr('Offer Type') .. ':'
|
||||||
font: verdana-11px-rounded
|
font: verdana-11px-rounded
|
||||||
text-offset: 0 2
|
text-offset: 0 2
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
|
@ -87,7 +87,7 @@ Panel
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: totalPriceLabel
|
id: totalPriceLabel
|
||||||
!text: tr('Total Price:')
|
!text: tr('Total Price') .. ':'
|
||||||
font: verdana-11px-rounded
|
font: verdana-11px-rounded
|
||||||
text-offset: 0 2
|
text-offset: 0 2
|
||||||
anchors.top: offerTypeLabel.top
|
anchors.top: offerTypeLabel.top
|
||||||
|
@ -108,7 +108,7 @@ Panel
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: piecePriceLabel
|
id: piecePriceLabel
|
||||||
!text: tr('Piece Price:')
|
!text: tr('Piece Price') .. ':'
|
||||||
font: verdana-11px-rounded
|
font: verdana-11px-rounded
|
||||||
text-offset: 0 2
|
text-offset: 0 2
|
||||||
anchors.top: offerTypeLabel.top
|
anchors.top: offerTypeLabel.top
|
||||||
|
@ -129,7 +129,7 @@ Panel
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: amountLabel
|
id: amountLabel
|
||||||
!text: tr('Amount:')
|
!text: tr('Amount') .. ':'
|
||||||
font: verdana-11px-rounded
|
font: verdana-11px-rounded
|
||||||
text-offset: 0 2
|
text-offset: 0 2
|
||||||
anchors.top: offerTypeLabel.top
|
anchors.top: offerTypeLabel.top
|
||||||
|
|
|
@ -133,7 +133,7 @@ Panel
|
||||||
auto-spacing: true
|
auto-spacing: true
|
||||||
|
|
||||||
Label
|
Label
|
||||||
!text: tr('Find:')
|
!text: tr('Find') .. ':'
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
margin-top: 9
|
margin-top: 9
|
||||||
|
|
|
@ -30,14 +30,14 @@ FlagWindow < MainWindow
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: position
|
id: position
|
||||||
!text: tr('Position:')
|
!text: tr('Position') .. ':'
|
||||||
text-auto-resize: true
|
text-auto-resize: true
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
margin-top: 2
|
margin-top: 2
|
||||||
|
|
||||||
Label
|
Label
|
||||||
!text: tr('Description:')
|
!text: tr('Description') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 7
|
margin-top: 7
|
||||||
|
|
|
@ -101,7 +101,7 @@ MainWindow
|
||||||
image-color: #ffffff88
|
image-color: #ffffff88
|
||||||
|
|
||||||
Label
|
Label
|
||||||
!text: tr('Name:')
|
!text: tr('Name') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
margin-top: 5
|
margin-top: 5
|
||||||
|
@ -112,7 +112,7 @@ MainWindow
|
||||||
id: name
|
id: name
|
||||||
|
|
||||||
Label
|
Label
|
||||||
!text: tr('Price:')
|
!text: tr('Price') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 5
|
margin-top: 5
|
||||||
|
@ -123,7 +123,7 @@ MainWindow
|
||||||
id: price
|
id: price
|
||||||
|
|
||||||
Label
|
Label
|
||||||
!text: tr('Your Money:')
|
!text: tr('Your Money') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 5
|
margin-top: 5
|
||||||
|
@ -134,7 +134,7 @@ MainWindow
|
||||||
id: money
|
id: money
|
||||||
|
|
||||||
Label
|
Label
|
||||||
!text: tr('Weight:')
|
!text: tr('Weight') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 5
|
margin-top: 5
|
||||||
|
@ -145,7 +145,7 @@ MainWindow
|
||||||
id: weight
|
id: weight
|
||||||
|
|
||||||
Label
|
Label
|
||||||
!text: tr('Your Capacity:')
|
!text: tr('Your Capacity') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 5
|
margin-top: 5
|
||||||
|
@ -180,7 +180,7 @@ MainWindow
|
||||||
|
|
||||||
Label
|
Label
|
||||||
id: searchLabel
|
id: searchLabel
|
||||||
!text: tr('Search:')
|
!text: tr('Search') .. ':'
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
text-auto-resize: true
|
text-auto-resize: true
|
||||||
|
|
|
@ -35,20 +35,20 @@ MainWindow
|
||||||
text: Rule Violation
|
text: Rule Violation
|
||||||
|
|
||||||
RVLabel
|
RVLabel
|
||||||
!text: tr('Name:')
|
!text: tr('Name') .. ':'
|
||||||
|
|
||||||
RVTextEdit
|
RVTextEdit
|
||||||
id: nameText
|
id: nameText
|
||||||
|
|
||||||
RVLabel
|
RVLabel
|
||||||
!text: tr('Statement:')
|
!text: tr('Statement') .. ':'
|
||||||
|
|
||||||
RVTextEdit
|
RVTextEdit
|
||||||
id: statementText
|
id: statementText
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
RVLabel
|
RVLabel
|
||||||
!text: tr('Reason:')
|
!text: tr('Reason') .. ':'
|
||||||
|
|
||||||
TextList
|
TextList
|
||||||
id: reasonList
|
id: reasonList
|
||||||
|
@ -69,7 +69,7 @@ MainWindow
|
||||||
pixels-scroll: true
|
pixels-scroll: true
|
||||||
|
|
||||||
RVLabel
|
RVLabel
|
||||||
!text: tr('Action:')
|
!text: tr('Action') .. ':'
|
||||||
|
|
||||||
TextList
|
TextList
|
||||||
id: actionList
|
id: actionList
|
||||||
|
@ -98,7 +98,7 @@ MainWindow
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
RVLabel
|
RVLabel
|
||||||
!text: tr('Comment:')
|
!text: tr('Comment') .. ':'
|
||||||
|
|
||||||
RVTextEdit
|
RVTextEdit
|
||||||
id: commentText
|
id: commentText
|
||||||
|
|
|
@ -63,7 +63,7 @@ MainWindow
|
||||||
id: labelName
|
id: labelName
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: spellList.top
|
anchors.top: spellList.top
|
||||||
text: Name:
|
!text: tr('Name') .. ':'
|
||||||
|
|
||||||
Button
|
Button
|
||||||
id: buttonFilterLevel
|
id: buttonFilterLevel
|
||||||
|
@ -97,56 +97,56 @@ MainWindow
|
||||||
id: labelFormula
|
id: labelFormula
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelName.bottom
|
anchors.top: labelName.bottom
|
||||||
text: Formula:
|
!text: tr('Formula') .. ':'
|
||||||
|
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelVocation
|
id: labelVocation
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelFormula.bottom
|
anchors.top: labelFormula.bottom
|
||||||
text: Vocation:
|
!text: tr('Vocation') .. ':'
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelGroup
|
id: labelGroup
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelVocation.bottom
|
anchors.top: labelVocation.bottom
|
||||||
text: Group:
|
!text: tr('Group') .. ':'
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelType
|
id: labelType
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelGroup.bottom
|
anchors.top: labelGroup.bottom
|
||||||
text: Type:
|
!text: tr('Type') .. ':'
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelCooldown
|
id: labelCooldown
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelType.bottom
|
anchors.top: labelType.bottom
|
||||||
text: Cooldown:
|
!text: tr('Cooldown') .. ':'
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelLevel
|
id: labelLevel
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelCooldown.bottom
|
anchors.top: labelCooldown.bottom
|
||||||
text: Level:
|
!text: tr('Level') .. ':'
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelMana
|
id: labelMana
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelLevel.bottom
|
anchors.top: labelLevel.bottom
|
||||||
text: Mana / Soul:
|
!text: tr('Mana') .. ' / ' .. tr('Soul') .. ':'
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelPremium
|
id: labelPremium
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelMana.bottom
|
anchors.top: labelMana.bottom
|
||||||
text: Premium:
|
!text: tr('Premium') .. ':'
|
||||||
|
|
||||||
SpellInfoLabel
|
SpellInfoLabel
|
||||||
id: labelDescription
|
id: labelDescription
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
anchors.top: labelPremium.bottom
|
anchors.top: labelPremium.bottom
|
||||||
text: Description:
|
!text: tr('Description') .. ':'
|
||||||
|
|
||||||
SpellInfoValueLabel
|
SpellInfoValueLabel
|
||||||
id: labelNameValue
|
id: labelNameValue
|
||||||
|
@ -204,7 +204,7 @@ MainWindow
|
||||||
anchors.left: spellList.right
|
anchors.left: spellList.right
|
||||||
width: 70
|
width: 70
|
||||||
font: verdana-11px-monochrome
|
font: verdana-11px-monochrome
|
||||||
text: Vocation
|
!text: tr('Vocation')
|
||||||
margin-top: 30
|
margin-top: 30
|
||||||
margin-left: 20
|
margin-left: 20
|
||||||
|
|
||||||
|
@ -214,7 +214,7 @@ MainWindow
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
margin-left: 3
|
margin-left: 3
|
||||||
text: Any
|
!text: tr('Any')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -222,7 +222,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Sorcerer
|
!text: tr('Sorcerer')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -230,7 +230,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Druid
|
!text: tr('Druid')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -238,7 +238,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Paladin
|
!text: tr('Paladin')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -246,7 +246,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Knight
|
!text: tr('Knight')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
@ -255,7 +255,7 @@ MainWindow
|
||||||
anchors.left: labelVocationFilter.right
|
anchors.left: labelVocationFilter.right
|
||||||
width: 70
|
width: 70
|
||||||
font: verdana-11px-monochrome
|
font: verdana-11px-monochrome
|
||||||
text: Group
|
!text: tr('Group')
|
||||||
margin-top: 30
|
margin-top: 30
|
||||||
margin-left: 20
|
margin-left: 20
|
||||||
|
|
||||||
|
@ -265,7 +265,7 @@ MainWindow
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
margin-left: 3
|
margin-left: 3
|
||||||
text: Any
|
!text: tr('Any')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -273,7 +273,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Attack
|
!text: tr('Attack')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -281,7 +281,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Healing
|
!text: tr('Healing')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -289,7 +289,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Support
|
!text: tr('Support')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
@ -298,7 +298,7 @@ MainWindow
|
||||||
anchors.left: labelGroupFilter.right
|
anchors.left: labelGroupFilter.right
|
||||||
width: 70
|
width: 70
|
||||||
font: verdana-11px-monochrome
|
font: verdana-11px-monochrome
|
||||||
text: Premium
|
!text: tr('Premium')
|
||||||
margin-top: 30
|
margin-top: 30
|
||||||
margin-left: 20
|
margin-left: 20
|
||||||
|
|
||||||
|
@ -308,7 +308,7 @@ MainWindow
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
margin-left: 3
|
margin-left: 3
|
||||||
text: Any
|
!text: tr('Any')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -316,7 +316,7 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: No
|
!text: tr('No')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
|
@ -324,5 +324,5 @@ MainWindow
|
||||||
anchors.left: prev.left
|
anchors.left: prev.left
|
||||||
anchors.top: prev.bottom
|
anchors.top: prev.bottom
|
||||||
margin-top: 3
|
margin-top: 3
|
||||||
text: Yes
|
!text: tr('Yes')
|
||||||
width: 75
|
width: 75
|
||||||
|
|
Loading…
Reference in New Issue