Skip to content

Commit

Permalink
- fixed typo, added translation credits;
Browse files Browse the repository at this point in the history
- new version 0.3.1-SNAPSHOT
  • Loading branch information
de-luxe committed Aug 10, 2016
1 parent 18b0941 commit 8d3b077
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Requirements:

Setup:
- edit 'faucet.properties' (e.g. rename faucet.default.properties)
- execute 'java -jar burstcoin-faucet-0.2.1-RELEASE.jar' or start via included run script.
- execute 'java -jar burstcoin-faucet-0.3.1-SNAPSHOT.jar' or start via included run script.



2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>burstcoin-faucet</name>
<groupId>burstcoin</groupId>
<artifactId>burstcoin-faucet</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<java.version>1.8</java.version>
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/templates/index_es.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# english
# spanish
#
# translated by Zeus

faucet.title=Faucet de Burstcoin - Reclama tus Burstcoins gratis en segundos.

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/templates/index_fr.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# english
# french
#
# translated by Zeus

faucet.title=Faucet de Burstcoin - Réclamez vos Burstcoin gratuitement en quelques secondes.

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index_pt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ faucet.stats.donations.other=outras contas - {0} BURST

faucet.stats.claims.title=Recebimentos
# {0} Total claimed BURST amount, {1} Total number of claiming accounts
faucet.stats.claims.summary=Faucet eviados {0} BURST para {1} contas.
faucet.stats.claims.summary=Faucet enviados {0} BURST para {1} contas.
# {0} Number of claims, {1} Claiming accountId, {2} BURST Total recebido
faucet.stats.claims.account={0}x {1} - {2} BURST

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index_pt_BR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ faucet.stats.donations.other=outras contas - {0} BURST

faucet.stats.claims.title=Recebimentos
# {0} Total claimed BURST amount, {1} Total number of claiming accounts
faucet.stats.claims.summary=Faucet eviados {0} BURST para {1} contas.
faucet.stats.claims.summary=Faucet enviados {0} BURST para {1} contas.
# {0} Number of claims, {1} Claiming accountId, {2} BURST Total recebido
faucet.stats.claims.account={0}x {1} - {2} BURST

Expand Down

0 comments on commit 8d3b077

Please # to comment.