Adding Italian language. Updating nginx conf with some missing languages.

This commit is contained in:
softsimon 2021-01-27 20:24:32 +07:00
parent 5f1f06fecf
commit 47dd1f2d0b
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
7 changed files with 759 additions and 584 deletions

View file

@ -55,6 +55,10 @@
"translation": "src/locale/messages.ko.xlf", "translation": "src/locale/messages.ko.xlf",
"baseHref": "/ko/" "baseHref": "/ko/"
}, },
"it": {
"translation": "src/locale/messages.it.xlf",
"baseHref": "/it/"
},
"nl": { "nl": {
"translation": "src/locale/messages.nl.xlf", "translation": "src/locale/messages.nl.xlf",
"baseHref": "/nl/" "baseHref": "/nl/"

View file

@ -59,7 +59,7 @@ export const languages: Language[] = [
{ code: 'ko', name: '한국어' }, // Korean { code: 'ko', name: '한국어' }, // Korean
// { code: 'hr', name: 'Hrvatski' }, // Croatian // { code: 'hr', name: 'Hrvatski' }, // Croatian
// { code: 'id', name: 'Bahasa Indonesia' },// Indonesian // { code: 'id', name: 'Bahasa Indonesia' },// Indonesian
// { code: 'it', name: 'Italiano' }, // Italian { code: 'it', name: 'Italiano' }, // Italian
// { code: 'he', name: 'עברית' }, // Hebrew // { code: 'he', name: 'עברית' }, // Hebrew
{ code: 'ka', name: 'ქართული' }, // Georgian { code: 'ka', name: 'ქართული' }, // Georgian
// { code: 'lv', name: 'Latviešu' }, // Latvian // { code: 'lv', name: 'Latviešu' }, // Latvian

View file

@ -282,7 +282,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="bc5b0a2631f0b7bc71aaec6aa6f01af21f9a80d4"> <trans-unit datatype="html" id="bc5b0a2631f0b7bc71aaec6aa6f01af21f9a80d4">
<source><x equiv-text="{{ i }}" id="INTERPOLATION"/> confirmations</source> <source><x equiv-text="{{ i }}" id="INTERPOLATION"/> confirmations</source>
<target><x equiv-text="{{ i }}" id="INTERPOLATION"/> konfirmációk</target> <target><x equiv-text="{{ i }}" id="INTERPOLATION"/> konfirmáció</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context> <context context-type="sourcefile">src/app/components/transactions-list/transactions-list.component.html</context>
<context context-type="linenumber">206</context> <context context-type="linenumber">206</context>
@ -563,7 +563,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8"> <trans-unit datatype="html" id="a9b87c3aa4731edee661c8287ef3aab71799c0b8">
<source>Total received</source> <source>Total received</source>
<target>Összes fogadott</target> <target>Összesen fogadott</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">20</context> <context context-type="linenumber">20</context>
@ -576,7 +576,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d"> <trans-unit datatype="html" id="f149942f271231be52f55589398967093382d96d">
<source>Total sent</source> <source>Total sent</source>
<target>Összes küldött</target> <target>Összesen küldött</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">24</context> <context context-type="linenumber">24</context>
@ -606,7 +606,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4"> <trans-unit datatype="html" id="714e34125b3343df73f19ec800b43be95217d5d4">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transaction</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> a <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>-ből tranzakció</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> a <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>-ből/ból tranzakció</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">48</context> <context context-type="linenumber">48</context>
@ -615,7 +615,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="0f6ada0cfb60aefd8f77f8a22349850ce186d666"> <trans-unit datatype="html" id="0f6ada0cfb60aefd8f77f8a22349850ce186d666">
<source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source> <source><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> of <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/> transactions</source>
<target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> a <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>-ből/ból tranzakciók</target> <target><x equiv-text="{{ (transactions?.length | number) || '?' }}" id="INTERPOLATION"/> a <x equiv-text="{{ txCount | number }}" id="INTERPOLATION_1"/>-ből/ból tranzakció</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address/address.component.html</context> <context context-type="sourcefile">src/app/components/address/address.component.html</context>
<context context-type="linenumber">49</context> <context context-type="linenumber">49</context>
@ -1095,7 +1095,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="9f10a0577222a7d6c35a889453fa3a794750d9c4"> <trans-unit datatype="html" id="9f10a0577222a7d6c35a889453fa3a794750d9c4">
<source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source> <source>multisig <x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> of <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/></source>
<target><x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> a <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/>-ből multiszignatúra</target> <target><x equiv-text="{{ multisigM }}" id="INTERPOLATION"/> - <x equiv-text="{{ multisigN }}" id="INTERPOLATION_1"/> multiszignatúra</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context> <context context-type="sourcefile">src/app/components/address-labels/address-labels.component.html</context>
<context context-type="linenumber">1</context> <context context-type="linenumber">1</context>
@ -1184,7 +1184,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="5d4f792f048fcaa6df5948575d7cb325c9393383"> <trans-unit datatype="html" id="5d4f792f048fcaa6df5948575d7cb325c9393383">
<source>Graphs</source> <source>Graphs</source>
<target>Gráfok</target> <target>Grafikon</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context> <context context-type="sourcefile">src/app/components/master-page/master-page.component.html</context>
<context context-type="linenumber">46</context> <context context-type="linenumber">46</context>
@ -1384,7 +1384,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb"> <trans-unit datatype="html" id="ff4b7f4070be9e876c7610d99b9dbd53ff19dceb">
<source>Loading graphs...</source> <source>Loading graphs...</source>
<target>Gráfok betöltése...</target> <target>Grafikon betöltése...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
<context context-type="linenumber">6</context> <context context-type="linenumber">6</context>
@ -1393,7 +1393,7 @@
</trans-unit> </trans-unit>
<trans-unit datatype="html" id="75c20c8a9cd9723d45bee0230dd582d7c2e4ecbc"> <trans-unit datatype="html" id="75c20c8a9cd9723d45bee0230dd582d7c2e4ecbc">
<source>Mempool by vBytes (sat/vByte)</source> <source>Mempool by vBytes (sat/vByte)</source>
<target>Mempool vBájtul (sat/vBájt)</target> <target>Mempool vBájtonként (sat/vBájt)</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context> <context context-type="sourcefile">src/app/components/statistics/statistics.component.html</context>
<context context-type="linenumber">16</context> <context context-type="linenumber">16</context>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -83,13 +83,16 @@ http {
~*^es es; ~*^es es;
~*^fa fa; ~*^fa fa;
~*^fr fr; ~*^fr fr;
~*^ja ja; ~*^ko ko;
~*^it it;
~*^ka ka; ~*^ka ka;
~*^hu hu; ~*^hu hu;
~*^nl nl; ~*^nl nl;
~*^nn nn; ~*^ja ja;
~*^nb nb;
~*^pt pt; ~*^pt pt;
~*^sl sl; ~*^sl sl;
~*^fi fi;
~*^sv sv; ~*^sv sv;
~*^tr tr; ~*^tr tr;
~*^uk uk; ~*^uk uk;
@ -107,13 +110,16 @@ http {
~*^es es; ~*^es es;
~*^fa fa; ~*^fa fa;
~*^fr fr; ~*^fr fr;
~*^ja ja; ~*^ko ko;
~*^it it;
~*^ka ka; ~*^ka ka;
~*^hu hu; ~*^hu hu;
~*^nl nl; ~*^nl nl;
~*^nn nn; ~*^ja ja;
~*^nb nb;
~*^pt pt; ~*^pt pt;
~*^sl sl; ~*^sl sl;
~*^fi fi;
~*^sv sv; ~*^sv sv;
~*^tr tr; ~*^tr tr;
~*^uk uk; ~*^uk uk;

View file

@ -83,13 +83,16 @@ http {
~*^es es; ~*^es es;
~*^fa fa; ~*^fa fa;
~*^fr fr; ~*^fr fr;
~*^ja ja; ~*^ko ko;
~*^it it;
~*^ka ka; ~*^ka ka;
~*^hu hu; ~*^hu hu;
~*^nl nl; ~*^nl nl;
~*^nn nn; ~*^ja ja;
~*^nb nb;
~*^pt pt; ~*^pt pt;
~*^sl sl; ~*^sl sl;
~*^fi fi;
~*^sv sv; ~*^sv sv;
~*^tr tr; ~*^tr tr;
~*^uk uk; ~*^uk uk;
@ -107,13 +110,16 @@ http {
~*^es es; ~*^es es;
~*^fa fa; ~*^fa fa;
~*^fr fr; ~*^fr fr;
~*^ja ja; ~*^ko ko;
~*^it it;
~*^ka ka; ~*^ka ka;
~*^hu hu; ~*^hu hu;
~*^nl nl; ~*^nl nl;
~*^nn nn; ~*^ja ja;
~*^nb nb;
~*^pt pt; ~*^pt pt;
~*^sl sl; ~*^sl sl;
~*^fi fi;
~*^sv sv; ~*^sv sv;
~*^tr tr; ~*^tr tr;
~*^uk uk; ~*^uk uk;