Added more strings

This commit is contained in:
dabura667 2015-06-05 02:51:55 +09:00
parent 2ebbf1f1c6
commit 45c5de64f4
3 changed files with 11 additions and 2 deletions

View File

@ -672,7 +672,7 @@ msgstr ""
"永久にこのウォレットを削除します。\n"
"二度と取り戻せない行為ですのどご注意下さい。"
#: public/views/create.html
#: public/views/create.html src/js/services/profileService.js
msgid "Personal Wallet"
msgstr "個人用ウォレット"
@ -1087,6 +1087,10 @@ msgstr "メールによるウォレットのお知らせ"
msgid "locked by pending payments"
msgstr "未対応ペイメントによりロック中"
#: src/js/services/profileService.js
msgid "me"
msgstr "自分"
#: public/views/copayers.html public/views/walletHome.html
#: public/views/includes/sidebar.html
msgid "of"

View File

@ -666,6 +666,7 @@ msgid "Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED"
msgstr ""
#: public/views/create.html
#: src/js/services/profileService.js
msgid "Personal Wallet"
msgstr ""
@ -1059,6 +1060,10 @@ msgstr ""
msgid "locked by pending payments"
msgstr ""
#: src/js/services/profileService.js
msgid "me"
msgstr ""
#: public/views/copayers.html
#: public/views/walletHome.html
#: public/views/includes/sidebar.html

View File

@ -165,7 +165,7 @@ angular.module('copayApp.services')
}
var walletClient = bwcService.getClient();
walletClient.createWallet('Personal Wallet', 'me', 1, 1, {
walletClient.createWallet(gettext('Personal Wallet'), gettext('me'), 1, 1, {
network: 'livenet'
}, function(err) {
if (err) return cb(gettext('Error creating wallet. Check your internet connection'));