Skip to content

Commit

Permalink
Added localized resources for the app (en, it)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneonex committed Jan 2, 2022
1 parent 35f5a9c commit b2027b8
Show file tree
Hide file tree
Showing 9 changed files with 620 additions and 0 deletions.
9 changes: 9 additions & 0 deletions translate/README.md
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.
3 changes: 3 additions & 0 deletions translate/en/google_play/long_description.txt
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/
1 change: 1 addition & 0 deletions translate/en/google_play/short_description.txt
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)
27 changes: 27 additions & 0 deletions translate/en/plurals.xml
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>
278 changes: 278 additions & 0 deletions translate/en/strings.xml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions translate/it/google_play/long_description.txt
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/
1 change: 1 addition & 0 deletions translate/it/google_play/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Resta aggiornato sui prezzi delle tue cryptomonete preferite (BTC, ETH, �)
27 changes: 27 additions & 0 deletions translate/it/plurals.xml
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>
271 changes: 271 additions & 0 deletions translate/it/strings.xml

Large diffs are not rendered by default.

0 comments on commit b2027b8

Please sign in to comment.