Skip to content

Commit

Permalink
Merge pull request #138 from peercoin/0.8.4
Browse files Browse the repository at this point in the history
0.8.4
  • Loading branch information
Willy authored Feb 13, 2022
2 parents 1c93e43 + 7a2c61c commit 4dd7003
Show file tree
Hide file tree
Showing 41 changed files with 3,433 additions and 181 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### **0.8.4** (2022-02-xx)
* Add language: Bangla
* Add language: Farsi
* Add language: Hindi
* Add language: Indonesian
* Add language: Korean
* Add language: Swahili
* Add language: Ukrainian
* Add language: Urdu
* Add language: Turkish
* Add language: Vietnamese
* Fix for Norwegian
* Better transaction building

### **0.8.3** (2022-02-07)
* Fix Android 12 crash
* Add currencies: BDT, KRW, TRY
Expand Down
271 changes: 271 additions & 0 deletions assets/translations/bn_BD.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions assets/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
"wallets_none": "Du hast keine aktiven Wallets",
"app_navigation": "Navigation",
"app_wallets": "Wallets",
"net_display_name": "Peercoin $testormain net",
"server_add_input_label": "Server URL",
"wallet_offline": "getrennt",
"id": "Id",
Expand Down Expand Up @@ -261,5 +260,12 @@
"app_settings_logs": "Debug Logs",
"app_settings_description": "Diese Logs enthalten sensible Informationen.\nSie enthalten zwar keine privaten Schlüssel, du solltest aber trotzdem aufpassen, mit wem du diese Logs teilst.",
"app_settings_logs_export": "Debug Logs exportieren",
"receive_show_qr": "QR-Code zeigen"
"receive_show_qr": "QR-Code zeigen",
"app_settings_default_description": "Die Standard Wallet wird automatisch beim Start der App geöffnet.",
"currency_NOK": "Norwegische Krone",
"currency_IDR": "Indonesische Rupiah",
"currency_IRR": "Iranischer Rial",
"currency_TRY": "Türkische Lira",
"currency_BDT": "Bangladeschischer Taka",
"currency_KRW": "Südkoreanischer Won"
}
7 changes: 6 additions & 1 deletion assets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,19 @@
"currency_IDR": "Indonesian Rupiah",
"currency_INR": "Indian Rupee",
"currency_IRR": "Iranian Rial",
"currency_KES": "Kenyan Shilling",
"currency_KRW": "South Korean Won",
"currency_NOK": "Norwegian Krone",
"currency_PKR": "Pakistani Rupee",
"currency_PLN": "Polish Zloty",
"currency_RON": "Romanian Leu",
"currency_RUB": "Russian Ruble",
"currency_USD": "US Dollar",
"currency_TRY": "Turkish Lira",
"currency_TZS": "Tanzanian Shilling",
"currency_UAH": "Ukrainian Hryvnia",
"currency_UGX": "Ugandan Shilling",
"currency_VND": "Vietnamese Dong",
"export_now": "Export now",
"id": "Id",
"import_button": "Import",
Expand All @@ -135,7 +141,6 @@
"jail_dialog_button": "Okay",
"jail_dialog_title": "You have reached the maximum number of retries.",
"jail_heading": "App locked for",
"net_display_name": "Peercoin $testormain net",
"no_new_wallet": "No new wallets available at this time.",
"not_again": "Don't show again",
"notification_title": "$walletTitle - New transaction received",
Expand Down
5 changes: 2 additions & 3 deletions assets/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"jail_countdown": "Segundos",
"jail_dialog_button": "Aceptar",
"jail_dialog_title": "Has alcanzado el número máximo de reintentos.",
"net_display_name": "Peercoin $testormain net",
"paperwallet_step_4": "Paso 4",
"scan_qr": "Escanear código QR",
"send_amount_exceeds": "El importe es superior al saldo",
Expand Down Expand Up @@ -233,6 +232,6 @@
"id": "Id",
"setup_price_feed_allow": "Permitir API de precios externos",
"send_transferring": "Transfiriendo ",
"paperwallet_success": "Cartera de papel importada satisfactoriamente.\nLa transacción aparecerá muy pronto.",
"select_coin": "Por favor, seleccione una moneda"
"paperwallet_success": "Cartera de papel importada con éxito.\nLa transacción aparecerá en breve.",
"select_coin": "Seleccionar moneda"
}
271 changes: 271 additions & 0 deletions assets/translations/fa.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/translations/fil.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"about_illustrations_button": "designs.AI"
}
1 change: 0 additions & 1 deletion assets/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"currency_HRK": "Kuna croate",
"currency_INR": "Rupee indien",
"no_new_wallet": "Aucun nouveau portefeuille disponible pour le moment.",
"net_display_name": "Réseau $testormain Peercoin",
"not_again": "Ne plus afficher",
"app_settings_language_restart": "Redémarrer l'app est nécessaire.",
"app_settings_newWallet": "Ajouter un portefeuille est requis",
Expand Down
13 changes: 0 additions & 13 deletions assets/translations/frm.json

This file was deleted.

Loading

0 comments on commit 4dd7003

Please sign in to comment.