Adds italian to list of available languages (#4173)
* Adds italian to list of available languages * Updates description of supported languages
This commit is contained in:
parent
74345e67fb
commit
8afe9b05a7
5 changed files with 553 additions and 358 deletions
|
|
@ -18,6 +18,6 @@ Payment protocol (BIP70-BIP73) support: easily-identifiable payment requests and
|
||||||
Support for 150+ currency pricing options and unit denomination in BTC or bits
|
Support for 150+ currency pricing options and unit denomination in BTC or bits
|
||||||
Email notifications for payments and transfers
|
Email notifications for payments and transfers
|
||||||
Customizable wallet naming and background colors
|
Customizable wallet naming and background colors
|
||||||
6 supported languages (EN, JP, FR, ES, DE, RU)
|
9 supported languages (EN, CS, FR, DE, IT, ES, JA, PL, RU)
|
||||||
|
|
||||||
Copay is free and open source software run on non-proprietary servers, so there's no need to rely on any company for continuous support. Anyone can review or contribute to Copay's source code on GitHub (https://github.com/bitpay/copay).
|
Copay is free and open source software run on non-proprietary servers, so there's no need to rely on any company for continuous support. Anyone can review or contribute to Copay's source code on GitHub (https://github.com/bitpay/copay).
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,6 @@ Supporto per il protocollo di pagamento (BIP70-BIP73): richieste di pagamento fa
|
||||||
Supporto per 150+ valute e denominazione in BTC o bits
|
Supporto per 150+ valute e denominazione in BTC o bits
|
||||||
Notifiche email per pagamenti o trasferimenti
|
Notifiche email per pagamenti o trasferimenti
|
||||||
Colori di sfondo e nomi dei portafogli personalizzabli
|
Colori di sfondo e nomi dei portafogli personalizzabli
|
||||||
10 lingue supportate (EN, JP, FR, ES, IT, DE, PT, RU, EL, TR)
|
7 Lingue supportate (EN, JP, FR, ES, DE, RU, IT)
|
||||||
|
|
||||||
Copay è un software gratuito e open source che non dipende da server proprietari, pertanto il supporto del software non dipende da nessuna azienda. Chiunque può rivedere o contribuire al codice sorgente di Copay su GitHub (https://github.com/bitpay/copay).
|
Copay è un software gratuito e open source che non dipende da server proprietari, pertanto il supporto del software non dipende da nessuna azienda. Chiunque può rivedere o contribuire al codice sorgente di Copay su GitHub (https://github.com/bitpay/copay).
|
||||||
|
|
|
||||||
4
i18n/docs/updateinfo_it.txt
Normal file
4
i18n/docs/updateinfo_it.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Migliora alcune icone
|
||||||
|
* Piccole modifiche UX in ricezione
|
||||||
|
* Traduzioni aggiornate
|
||||||
|
* Correzione errori
|
||||||
904
i18n/po/it.po
904
i18n/po/it.po
File diff suppressed because it is too large
Load diff
|
|
@ -12,6 +12,9 @@ angular.module('copayApp.services')
|
||||||
}, {
|
}, {
|
||||||
name: 'Français',
|
name: 'Français',
|
||||||
isoCode: 'fr',
|
isoCode: 'fr',
|
||||||
|
}, {
|
||||||
|
name: 'Italiano',
|
||||||
|
isoCode: 'it',
|
||||||
}, {
|
}, {
|
||||||
name: 'Deutsch',
|
name: 'Deutsch',
|
||||||
isoCode: 'de',
|
isoCode: 'de',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue