-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added localized resources for the app (en, it)
- Loading branch information
Showing
9 changed files
with
620 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Translate Bitcoin Checker | ||
This folder contains localized resources for the Bitcoin Checker app. | ||
|
||
## How to help translate into another language | ||
1) Copy files from "en" folder to your language, e.g. "pt-br" | ||
2) Translate files contents (do not change file names) | ||
3) Create Pull request or send files by e-mail to [email protected] | ||
|
||
You can also suggest a fix for the translation using Pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Bitcoin Checker is a FREE app to track the most recent prices of your favourite currency pairs (on over 100 supported exchanges) in many customizable ways (such as rich notifications, Text-To-Speech voice announcements, Home and Lockscreen widget or multiple alarms). | ||
|
||
Data module (containing exchanges and currency pairs) is Open Source and availabale on GitHub: https://github.com/aneonex/BitcoinChecker/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Track the most recent prices of your favorite currency pairs (BTC, ETH and more) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<plurals name="time_days"> | ||
<item quantity="other">%d days</item> | ||
<item quantity="one">%d day</item> | ||
</plurals> | ||
<plurals name="time_hours"> | ||
<item quantity="other">%d hours</item> | ||
<item quantity="one">%d hour</item> | ||
</plurals> | ||
<plurals name="time_minutes"> | ||
<item quantity="other">%d minutes</item> | ||
<item quantity="one">%d minute</item> | ||
</plurals> | ||
<plurals name="time_months"> | ||
<item quantity="other">%d months</item> | ||
<item quantity="one">%d month</item> | ||
</plurals> | ||
<plurals name="time_seconds"> | ||
<item quantity="other">%d seconds</item> | ||
<item quantity="one">%d second</item> | ||
</plurals> | ||
<plurals name="time_years"> | ||
<item quantity="other">%d years</item> | ||
<item quantity="one">%d year</item> | ||
</plurals> | ||
</resources> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Bitcoin Checker è un'app GRATUITA per restare aggiornato sui prezzi delle tue cryptomonete preferite (su oltre 100 exchange supportati) che puoi personalizzare in molti modi (come la ricezione di notifiche, avvisi tramite messaggi vocali, widget sulla Home o allarmi multipli). | ||
|
||
I sorgenti (contenti exchanges e coppie di valute) sono Open Source e disponibili su GitHub: https://github.com/aneonex/BitcoinChecker/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Resta aggiornato sui prezzi delle tue cryptomonete preferite (BTC, ETH, �) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<plurals name="time_days"> | ||
<item quantity="other">%d giorni</item> | ||
<item quantity="one">%d giorno</item> | ||
</plurals> | ||
<plurals name="time_hours"> | ||
<item quantity="other">%d ore</item> | ||
<item quantity="one">%d ora</item> | ||
</plurals> | ||
<plurals name="time_minutes"> | ||
<item quantity="other">%d minuti</item> | ||
<item quantity="one">%d minuto</item> | ||
</plurals> | ||
<plurals name="time_months"> | ||
<item quantity="other">%d mesi</item> | ||
<item quantity="one">%d mese</item> | ||
</plurals> | ||
<plurals name="time_seconds"> | ||
<item quantity="other">%d secondi</item> | ||
<item quantity="one">%d secondo</item> | ||
</plurals> | ||
<plurals name="time_years"> | ||
<item quantity="other">%d anni</item> | ||
<item quantity="one">%d anno</item> | ||
</plurals> | ||
</resources> |
Large diffs are not rendered by default.
Oops, something went wrong.