Merge pull request #3051 from cmgustavo/translation/credits
Credist for crowdin translators
This commit is contained in:
commit
ead3c6a341
4 changed files with 52 additions and 0 deletions
BIN
public/img/copay_crowdin.png
Normal file
BIN
public/img/copay_crowdin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
|
|
@ -33,6 +33,10 @@
|
||||||
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
||||||
<span translate>Terms of Use</span>
|
<span translate>Terms of Use</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="line-b p20" ng-click="$root.go('translators')">
|
||||||
|
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
||||||
|
<span translate>Translators</span>
|
||||||
|
</li>
|
||||||
<li class="line-b p20" ng-conf ng-click="$root.go('logs')">
|
<li class="line-b p20" ng-conf ng-click="$root.go('logs')">
|
||||||
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
||||||
<span translate>Session log</span>
|
<span translate>Session log</span>
|
||||||
|
|
|
||||||
37
public/views/translators.html
Normal file
37
public/views/translators.html
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
<div
|
||||||
|
class="topbar-container"
|
||||||
|
ng-include="'views/includes/topbar.html'"
|
||||||
|
ng-init="titleSection='Translators'; goBackToState = 'about'">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content p20v">
|
||||||
|
<div class="text-center m20b">
|
||||||
|
<img src="img/copay_crowdin.png" alt="Copay and Crowdin" width="340" height="70">
|
||||||
|
</div>
|
||||||
|
<h4 class="title m0" translate>Translation Credits</h4>
|
||||||
|
<ul class="no-bullet m0 size-14">
|
||||||
|
<li class="line-b p10">kinoshitajona<span class="right text-gray size-12" translate>Japanese</span></li>
|
||||||
|
<li class="line-b p10">Kirvx<span class="right text-gray size-12" translate>French</span></li>
|
||||||
|
<li class="line-b p10">HostFat<span class="right text-gray size-12" translate>Italian</span></li>
|
||||||
|
<li class="line-b p10">koalalorenzo<span class="right text-gray size-12" translate>Italian</span></li>
|
||||||
|
<li class="line-b p10">nicolazza<span class="right text-gray size-12" translate>Italian</span></li>
|
||||||
|
<li class="line-b p10">saschad<span class="right text-gray size-12" translate>German</span></li>
|
||||||
|
<li class="line-b p10">8597fde7<span class="right text-gray size-12" translate>German</span></li>
|
||||||
|
<li class="line-b p10">pmichelazzo<span class="right text-gray size-12" translate>Portuguese</span></li>
|
||||||
|
<li class="line-b p10">johnblazakis<span class="right text-gray size-12" translate>Greek</span></li>
|
||||||
|
<li class="line-b p10">chek2fire1<span class="right text-gray size-12" translate>Greek</span></li>
|
||||||
|
<li class="line-b p10">cmgustavo83<span class="right text-gray size-12" translate>Spanish</span></li>
|
||||||
|
</ul>
|
||||||
|
<div class="row column m20t">
|
||||||
|
<div class="size-12 text-gray text-center">
|
||||||
|
<p class="size-12 text-black">
|
||||||
|
<span translate>All contributions to Copay's translation are welcome. Sign up at crowdin.com and join the Copay project at</span>
|
||||||
|
<a href ng-click="$root.openExternalLink('https://crowdin.com/project/copay')">https://crowdin.com/project/copay</a>.
|
||||||
|
</p>
|
||||||
|
<span translate>
|
||||||
|
Don't see your language on Crowdin? Contact the Owner on Crowdin! We'd love to support your language.
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="extra-margin-bottom"></div>
|
||||||
|
|
@ -109,6 +109,16 @@ angular
|
||||||
});
|
});
|
||||||
|
|
||||||
$stateProvider
|
$stateProvider
|
||||||
|
.state('translators', {
|
||||||
|
url: '/translators',
|
||||||
|
walletShouldBeComplete: true,
|
||||||
|
needProfile: true,
|
||||||
|
views: {
|
||||||
|
'main': {
|
||||||
|
templateUrl: 'views/translators.html'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
.state('disclaimer', {
|
.state('disclaimer', {
|
||||||
url: '/disclaimer',
|
url: '/disclaimer',
|
||||||
needProfile: false,
|
needProfile: false,
|
||||||
|
|
@ -476,6 +486,7 @@ angular
|
||||||
preferencesEmail: 12,
|
preferencesEmail: 12,
|
||||||
about: 12,
|
about: 12,
|
||||||
logs: 13,
|
logs: 13,
|
||||||
|
translators: 13,
|
||||||
disclaimer: 13,
|
disclaimer: 13,
|
||||||
add: 11,
|
add: 11,
|
||||||
create: 12,
|
create: 12,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue