Merge pull request #2845 from dabura667/addjp

Fixed String for Japanese word order.
This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-04 13:00:50 -03:00
commit 0fc5192405
3 changed files with 12 additions and 15 deletions

View File

@ -272,7 +272,7 @@ msgstr "ペイメントを送ることができませんでした。"
msgid "Could not update Wallet" msgid "Could not update Wallet"
msgstr "ウォレットが更新できませんでした。" msgstr "ウォレットが更新できませんでした。"
#: public/views/create.html public/views/walletHome.html #: public/views/walletHome.html
msgid "Create" msgid "Create"
msgstr "作成" msgstr "作成"
@ -280,6 +280,10 @@ msgstr "作成"
msgid "Create new wallet" msgid "Create new wallet"
msgstr "新規ウォレット作成" msgstr "新規ウォレット作成"
#: public/views/create.html
msgid "Create {{requiredCopayers}}-of-{{totalCopayers}} wallet"
msgstr "{{requiredCopayers}}-of-{{totalCopayers}} ウォレットを作成"
#: public/views/includes/sidebar.html #: public/views/includes/sidebar.html
msgid "Create, join or import" msgid "Create, join or import"
msgstr "作成、参加、インポート" msgstr "作成、参加、インポート"
@ -1067,8 +1071,8 @@ msgstr "メールによるウォレットのお知らせ"
msgid "locked by pending payments" msgid "locked by pending payments"
msgstr "未対応ペイメントによりロック中" msgstr "未対応ペイメントによりロック中"
#: public/views/copayers.html public/views/create.html #: public/views/copayers.html public/views/walletHome.html
#: public/views/walletHome.html public/views/includes/sidebar.html #: public/views/includes/sidebar.html
msgid "of" msgid "of"
msgstr "of" msgstr "of"
@ -1084,10 +1088,6 @@ msgstr "設定"
msgid "too long!" msgid "too long!"
msgstr "長すぎます!" msgstr "長すぎます!"
#: public/views/create.html
msgid "wallet"
msgstr "ウォレット"
#: src/js/controllers/importLegacy.js #: src/js/controllers/importLegacy.js
msgid "" msgid ""
"{{len}} wallets imported. Funds scanning in progress. Hold on to see updated " "{{len}} wallets imported. Funds scanning in progress. Hold on to see updated "

View File

@ -255,7 +255,6 @@ msgstr ""
msgid "Could not update Wallet" msgid "Could not update Wallet"
msgstr "" msgstr ""
#: public/views/create.html
#: public/views/walletHome.html #: public/views/walletHome.html
msgid "Create" msgid "Create"
msgstr "" msgstr ""
@ -264,6 +263,10 @@ msgstr ""
msgid "Create new wallet" msgid "Create new wallet"
msgstr "" msgstr ""
#: public/views/create.html
msgid "Create {{requiredCopayers}}-of-{{totalCopayers}} wallet"
msgstr ""
#: public/views/includes/sidebar.html #: public/views/includes/sidebar.html
msgid "Create, join or import" msgid "Create, join or import"
msgstr "" msgstr ""
@ -1038,7 +1041,6 @@ msgid "locked by pending payments"
msgstr "" msgstr ""
#: public/views/copayers.html #: public/views/copayers.html
#: public/views/create.html
#: public/views/walletHome.html #: public/views/walletHome.html
#: public/views/includes/sidebar.html #: public/views/includes/sidebar.html
msgid "of" msgid "of"
@ -1056,10 +1058,6 @@ msgstr ""
msgid "too long!" msgid "too long!"
msgstr "" msgstr ""
#: public/views/create.html
msgid "wallet"
msgstr ""
#: src/js/controllers/importLegacy.js #: src/js/controllers/importLegacy.js
msgid "{{len}} wallets imported. Funds scanning in progress. Hold on to see updated balance" msgid "{{len}} wallets imported. Funds scanning in progress. Hold on to see updated balance"
msgstr "" msgstr ""

View File

@ -106,8 +106,7 @@
<button type="submit" class="button round black expand m0" ng-disabled="setupForm.$invalid || create.loading"> <button type="submit" class="button round black expand m0" ng-disabled="setupForm.$invalid || create.loading">
<span translate>Create</span> <span translate>Create {{requiredCopayers}}-of-{{totalCopayers}} wallet</span>
{{requiredCopayers}}-<span translate>of</span>-{{totalCopayers}} <span translate>wallet</span>
</button> </button>
</div> </div>
</div> </div>