Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4ae9d9b5
authored
Nov 18, 2016
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix localisation
1 parent
21035cd4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
43 deletions
code/moya-web/WebContent/resources/cditools/products/shop.xhtml
code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n.properties
code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n_en.properties
code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n_fi.properties
code/moya-web/WebContent/resources/cditools/products/shop.xhtml
View file @
4ae9d9b
...
...
@@ -152,7 +152,8 @@
action=
"#{cc.attrs.commitaction}"
id=
"commitbutton-botton"
value=
"#{cc.attrs.commitValue}"
/>
<p:commandButton
actionListener=
"#{productShopView.countChangeListener}"
onclick=
"return false;"
styleClass=
"focusenabler"
disabled=
"true"
value=
"Päivitä hinnat"
></p:commandButton>
<p:commandButton
actionListener=
"#{productShopView.countChangeListener}"
onclick=
"return false;"
styleClass=
"focusenabler"
disabled=
"true"
value=
"#{i18n['shop.updatePrices']}"
>
</p:commandButton>
...
...
code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n.properties
View file @
4ae9d9b
...
...
@@ -616,6 +616,8 @@ off = Off
on
=
On
option.setAsDefault
=
set as default
orgRoleRequest.discardRequest
=
Discard request
orgRoleRequest.handledNotes
=
Handling notes
orgRoleRequest.id
=
ID
...
...
@@ -725,6 +727,7 @@ place.product = Product
place.release
=
Release this place
place.releasetime
=
Release time
place.reserveForUser
=
Reserve for the user
place.reservetime
=
Reservetime
place.send
=
Transfer place
place.width
=
Width
...
...
@@ -762,7 +765,7 @@ placegroupView.editplace = Edit place
placegroupview.groupCreator
=
Orderer
placegroupview.header
=
My places
placegroupview.lockPlaces
=
Lock places
placegroupview.lockPlaces
=
Lock places
placegroupview.noMemberships
=
No places
placegroupview.owner
=
Owner
placegroupview.placeReleaseFailed
=
Releasing place failed!
...
...
@@ -774,8 +777,8 @@ placegroupview.reservationProduct = Ticket
placegroupview.reserveForSelf
=
Select the place for yourself
placegroupview.token
=
Place token / user
placegroupview.toptext
=
\
placegroupview.unlockedPlacesNotification
=
You have unlocked places, you must lock them before you can see your tickets!
placegroupview.unlockedPlacesNotification
=
You have unlocked places, you must lock them before you can see your tickets
\!
placeslot.add
=
Add place slot
placeslot.bill
=
Bill
placeslot.id
=
ID
...
...
@@ -823,10 +826,12 @@ product.color = Color in UI
product.create
=
Create product
product.createDiscount
=
Add volume discount
product.createLimit
=
Create product limit
product.createProductOptionGroup
=
Create product feature
product.description
=
Description
product.edit
=
Edit
product.expired
=
Expired
product.inventoryQuantity
=
Inventory count
product.minBuyCount
=
Minium buy count
product.name
=
Product name
product.paid
=
Paid
product.prepaid
=
Prepaid
...
...
@@ -859,6 +864,15 @@ productLimit.sort = Sort number
productLimit.type
=
Limit type
productLimit.upperLimit
=
Upper limit
productOption.add
=
Add new option
productOption.name
=
Option name
productOption.title
=
Options
productOptionGroup.default
=
Default option
productOptionGroup.name
=
Name
productOptionGroup.required
=
Required
productOptionGroup.title
=
Product feature
productShopView.readBarcode
=
Read barcode
products.create
=
Create product
...
...
@@ -1002,6 +1016,7 @@ shop.toAccountValue = To account
shop.totalPrice
=
Total
shop.transactionTotal
=
Transaction total
shop.unitdiscount
=
Discount
shop.updatePrices
=
Update prices
shop.user
=
Selling to
sidebar.bill.list
=
My bills
...
...
@@ -1285,6 +1300,7 @@ tournaments.admin.edit_rules = Edit rules
tournaments.admin.edit_tournament
=
Edit tournament
tournaments.admin.game_description
=
Game description
tournaments.admin.game_name
=
Game name
tournaments.admin.open_for_roles
=
Roles allowing registeration
tournaments.admin.registration_time_constraints
=
Registration time
tournaments.admin.remove_confirmation_text
=
Are you sure you want to remove this tournament? THIS CANNOT BE REVERSED!
tournaments.admin.remove_title
=
Confirm tournament removal
...
...
@@ -1560,15 +1576,3 @@ voting.create.voteEnd = Voting close
voting.create.voteStart
=
Voting start
yes
=
Yes
tournaments.admin.open_for_roles
=
Roles allowing registeration
productOptionGroup.name
=
Name
product.createProductOptionGroup
=
Create product feature
productOptionGroup.required
=
Required
productOption.name
=
Option name
productOption.add
=
Add new option
productOption.title
=
Options
productOptionGroup.title
=
Product feature
productOptionGroup.default
=
Default option
option.setAsDefault
=
set as default
place.reservetime
=
Reservetime
product.minBuyCount
=
Minium buy count
code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n_en.properties
View file @
4ae9d9b
...
...
@@ -846,6 +846,8 @@ off = Off
on
=
On
option.setAsDefault
=
set as default
org.hibernate.validator.constraints.Email.message
=
not a well-formed email address
org.hibernate.validator.constraints.Length.message
=
length must be between {min} and {max}
org.hibernate.validator.constraints.NotEmpty.message
=
may not be empty
...
...
@@ -984,6 +986,7 @@ place.product = Product
place.release
=
Release this place
place.releasetime
=
Release time
place.reserveForUser
=
Reserve for the user
place.reservetime
=
Reservetime
place.send
=
Transfer place
place.width
=
Width
...
...
@@ -1021,7 +1024,7 @@ placegroupView.editplace = Edit place
placegroupview.groupCreator
=
Orderer
placegroupview.header
=
My places
placegroupview.lockPlaces
=
Lock places
placegroupview.lockPlaces
=
Lock places
placegroupview.noMemberships
=
No places
placegroupview.owner
=
Owner
placegroupview.placeReleaseFailed
=
Releasing place failed!
...
...
@@ -1032,8 +1035,8 @@ placegroupview.reservationName = Place
placegroupview.reservationProduct
=
Ticket
placegroupview.reserveForSelf
=
Select the place for yourself
placegroupview.token
=
Place token / user
placegroupview.unlockedPlacesNotification
=
You have unlocked places, you must lock them before you can see your tickets!
placegroupview.unlockedPlacesNotification
=
You have unlocked places, you must lock them before you can see your tickets
\!
placeslot.add
=
Add place slot
placeslot.bill
=
Bill
placeslot.id
=
ID
...
...
@@ -1083,10 +1086,12 @@ product.color = Color in UI
product.create
=
Create product
product.createDiscount
=
Add volume discount
product.createLimit
=
Create product limit
product.createProductOptionGroup
=
Create product feature
product.description
=
Description
product.edit
=
Edit
product.expired
=
Expired
product.inventoryQuantity
=
Inventory count
product.minBuyCount
=
Minium buy count
product.name
=
Product name
product.paid
=
Paid
product.prepaid
=
Prepaid
...
...
@@ -1121,6 +1126,15 @@ productLimit.sort = Sort number
productLimit.type
=
Limit type
productLimit.upperLimit
=
Upper limit
productOption.add
=
Add new option
productOption.name
=
Option name
productOption.title
=
Options
productOptionGroup.default
=
Default option
productOptionGroup.name
=
Name
productOptionGroup.required
=
Required
productOptionGroup.title
=
Product feature
productShopView.readBarcode
=
Read barcode
products.create
=
Create product
...
...
@@ -1268,6 +1282,7 @@ shop.toAccountValue = To account
shop.totalPrice
=
Total
shop.transactionTotal
=
Transaction total
shop.unitdiscount
=
Discount
shop.updatePrices
=
Update prices
shop.user
=
Selling to
sidebar.bill.list
=
My bills
...
...
@@ -1556,6 +1571,7 @@ tournaments.admin.edit_rules = Edit rules
tournaments.admin.edit_tournament
=
Edit tournament
tournaments.admin.game_description
=
Game description
tournaments.admin.game_name
=
Game name
tournaments.admin.open_for_roles
=
Roles allowing registeration
tournaments.admin.registration_time_constraints
=
Registration time
tournaments.admin.remove_confirmation_text
=
Are you sure you want to remove this tournament? THIS CANNOT BE REVERSED!
tournaments.admin.remove_title
=
Confirm tournament removal
...
...
@@ -1836,15 +1852,3 @@ voting.create.voteEnd = Voting close
voting.create.voteStart
=
Voting start
yes
=
Yes
tournaments.admin.open_for_roles
=
Roles allowing registeration
productOptionGroup.name
=
Name
product.createProductOptionGroup
=
Create product feature
productOptionGroup.required
=
Required
productOption.name
=
Option name
productOption.add
=
Add new option
productOption.title
=
Options
productOptionGroup.title
=
Product feature
productOptionGroup.default
=
Default option
option.setAsDefault
=
set as default
place.reservetime
=
Reservetime
product.minBuyCount
=
Minium buy count
code/moya-web/src/main/resources/fi/codecrew/moya/resources/i18n_fi.properties
View file @
4ae9d9b
...
...
@@ -849,6 +849,8 @@ off = Poissa
on
=
P
\u
00E4
\u
00E4ll
\u
00E4
option.setAsDefault
=
Aseta oletukseksi
org.hibernate.validator.constraints.Email.message
=
V
\u
00E4
\u
00E4rin muotoiltu s
\u
00E4hk
\u
00F6postiosoite
org.hibernate.validator.constraints.Length.message
=
length must be between {min} and {max}
org.hibernate.validator.constraints.NotEmpty.message
=
may not be empty
...
...
@@ -971,6 +973,7 @@ place.product = Tuote
place.release
=
Vapauta paikka
place.releasetime
=
Vapautusaika
place.reserveForUser
=
Varaa k
\u
00E4ytt
\u
00E4j
\u
00E4lle
place.reservetime
=
Varaamisaika
place.send
=
Siirr
\u
00E4 paikka
place.width
=
Leveys
...
...
@@ -1008,7 +1011,7 @@ placegroupView.editplace = Muokkaa paikkaa
placegroupview.groupCreator
=
Tilaaja
placegroupview.header
=
Omat paikat
placegroupview.lockPlaces
=
Lukitse paikat
placegroupview.lockPlaces
=
Lukitse paikat
placegroupview.noMemberships
=
Ei omia paikkoja
placegroupview.owner
=
Omistaja
placegroupview.placeReleaseFailed
=
Paikan vapauttaminen ep
\u
00E4onnistui!
...
...
@@ -1019,8 +1022,8 @@ placegroupview.reservationName = Paikka
placegroupview.reservationProduct
=
Lippu
placegroupview.reserveForSelf
=
Valitse paikka itsellesi
placegroupview.token
=
Paikkakoodi / k
\u
00E4ytt
\u
00E4j
\u
00E4
placegroupview.unlockedPlacesNotification
=
Sinulla on lukitsemattomia paikkoja, sinun tulee lukita ne ennenkuin voit tarkastella lippuasi!
placegroupview.unlockedPlacesNotification
=
Sinulla on lukitsemattomia paikkoja, sinun tulee lukita ne ennenkuin voit tarkastella lippuasi
\!
placeslot.add
=
Lis
\u
00E4
\u
00E4 paikkaslotti
placeslot.bill
=
Lasku
placeslot.id
=
ID
...
...
@@ -1070,10 +1073,12 @@ product.color = V\u00E4ri k\u00E4ytt\u00F6liittym\u00
product.create
=
Luo tuote
product.createDiscount
=
Lis
\u
00E4
\u
00E4 m
\u
00E4
\u
00E4r
\u
00E4alennus
product.createLimit
=
Luo tuoterajoite
product.createProductOptionGroup
=
Luo ominaisuus
product.description
=
Kuvaus
product.edit
=
Muokkaa
product.expired
=
Vanhentuneet
product.inventoryQuantity
=
Varastotilanne
product.minBuyCount
=
Ostettava v
\u
00E4hint
\u
00E4
\u
00E4n
product.name
=
Tuotteen nimi
product.paid
=
Maksettu
product.prepaid
=
Prepaid
...
...
@@ -1108,6 +1113,15 @@ productLimit.sort = J\u00E4rjestysnumero
productLimit.type
=
Rajoitteen tyyppi
productLimit.upperLimit
=
Yl
\u
00E4rajoite
productOption.add
=
Lis
\u
00E4
\u
00E4 uusi vaihtoehto
productOption.name
=
Vaihtoehdon nimi
productOption.title
=
Ominaisuuden vaihtoehdot
productOptionGroup.default
=
Oletusvaihtoehto
productOptionGroup.name
=
Nimi
productOptionGroup.required
=
Vaaditaan
productOptionGroup.title
=
Tuotevaihtoehto
productShopView.readBarcode
=
Lue viivakoodi
products.create
=
Luo tuote
...
...
@@ -1255,6 +1269,7 @@ shop.toAccountValue = Tilille
shop.totalPrice
=
Yhteens
\u
00E4
shop.transactionTotal
=
Tapahtuma yhteens
\u
00E4
shop.unitdiscount
=
Alennus
shop.updatePrices
=
P
\u
00E4ivit
\u
00E4 hinnat
shop.user
=
Myyd
\u
00E4
\u
00E4n
sidebar.bill.list
=
Omat laskut
...
...
@@ -1543,6 +1558,7 @@ tournaments.admin.edit_rules = Muokkaa s\u00E
tournaments.admin.edit_tournament
=
Muokkaa turnausta
tournaments.admin.game_description
=
Pelin kuvaus
tournaments.admin.game_name
=
Pelin nimi
tournaments.admin.open_for_roles
=
Rekister
\u
00F6itymiseen oikeuttavat ryhm
\u
00E4t
tournaments.admin.registration_time_constraints
=
Rekister
\u
00F6itymisaika
tournaments.admin.remove_confirmation_text
=
Oletko varma ett
\u
00E4 haluat poistaa turnauksen? T
\u
00C4T
\u
00C4 EI VOI PERUUTTAA!
tournaments.admin.remove_title
=
Vahvista turnauksen poisto
...
...
@@ -1823,15 +1839,3 @@ voting.create.voteEnd = \u00C4\u00E4nestys kiinni
voting.create.voteStart
=
\u
00C4
\u
00E4nestys auki
yes
=
Kyll
\u
00E4
tournaments.admin.open_for_roles
=
Rekister
\u
00F6itymiseen oikeuttavat ryhm
\u
00E4t
productOptionGroup.name
=
Nimi
product.createProductOptionGroup
=
Luo ominaisuus
productOptionGroup.required
=
Vaaditaan
productOption.name
=
Vaihtoehdon nimi
productOption.add
=
Lis
\u
00E4
\u
00E4 uusi vaihtoehto
productOption.title
=
Ominaisuuden vaihtoehdot
productOptionGroup.title
=
Tuotevaihtoehto
productOptionGroup.default
=
Oletusvaihtoehto
option.setAsDefault
=
Aseta oletukseksi
place.reservetime
=
Varaamisaika
product.minBuyCount
=
Ostettava v
\u
00E4hint
\u
00E4
\u
00E4n
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment