Skip to content

Commit

Permalink
[DDW-500] Adds JP translations
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Feb 24, 2021
1 parent dd2b47b commit 24c4ab5
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 86 deletions.
7 changes: 1 addition & 6 deletions source/renderer/app/components/widgets/AssetToken.js
Expand Up @@ -17,19 +17,14 @@ import {
} from '../../config/timingConfig';

const messages = defineMessages({
fingerprintItem: {
id: 'widgets.assetToken.item.fingerprint',
defaultMessage: '!!!Fingerprint',
description: '"fingerprint" item.',
},
policyIdItem: {
id: 'widgets.assetToken.item.policyId',
defaultMessage: '!!!Policy Id',
description: '"policyId" item.',
},
assetNameItem: {
id: 'widgets.assetToken.item.assetName',
defaultMessage: '!!!Asset Name',
defaultMessage: '!!!Asset name',
description: '"assetName" item.',
},
nameItem: {
Expand Down
108 changes: 40 additions & 68 deletions source/renderer/app/i18n/locales/defaultMessages.json
Expand Up @@ -9796,7 +9796,7 @@
"description": "Privacy warning on the wallet \"Receive page\"",
"end": {
"column": 3,
"line": 30
"line": 31
},
"file": "source/renderer/app/components/wallet/receive/WalletReceiveSequential.js",
"id": "wallet.receive.page.instructions.privacyWarning",
Expand All @@ -9810,27 +9810,27 @@
"description": "Addresses Title on the wallet \"Receive page\"",
"end": {
"column": 3,
"line": 35
"line": 36
},
"file": "source/renderer/app/components/wallet/receive/WalletReceiveSequential.js",
"id": "wallet.receive.page.addresses.addressesTitle",
"start": {
"column": 18,
"line": 31
"line": 32
}
},
{
"defaultMessage": "!!!Show used",
"description": "Label for \"show used\" wallet addresses link on the wallet \"Receive page\"",
"end": {
"column": 3,
"line": 41
"line": 42
},
"file": "source/renderer/app/components/wallet/receive/WalletReceiveSequential.js",
"id": "wallet.receive.page.showUsedLabel",
"start": {
"column": 17,
"line": 36
"line": 37
}
}
],
Expand Down Expand Up @@ -14366,186 +14366,172 @@
"line": 33
}
},
{
"defaultMessage": "!!!From address",
"description": "Label for the \"From\" in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 43
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.addressFromLabel",
"start": {
"column": 20,
"line": 39
}
},
{
"defaultMessage": "!!!To",
"description": "Label for the \"To\" in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 48
"line": 43
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.addressToLabel",
"start": {
"column": 18,
"line": 44
"line": 39
}
},
{
"defaultMessage": "!!!Amount",
"description": "Label for the \"Amount\" in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 54
"line": 49
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.amountLabel",
"start": {
"column": 15,
"line": 49
"line": 44
}
},
{
"defaultMessage": "!!!Token",
"description": "Token",
"end": {
"column": 3,
"line": 59
"line": 54
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.assetLabel",
"start": {
"column": 14,
"line": 55
"line": 50
}
},
{
"defaultMessage": "!!!Transaction fee",
"description": "Label for the \"Fees\" in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 64
"line": 59
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.feesLabel",
"start": {
"column": 13,
"line": 60
"line": 55
}
},
{
"defaultMessage": "!!!Total",
"description": "Label for the \"Total\" in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 70
"line": 65
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.totalLabel",
"start": {
"column": 14,
"line": 65
"line": 60
}
},
{
"defaultMessage": "!!!Receiver",
"description": "Label for the \"Receiver\" in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 76
"line": 71
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.receiver.label",
"start": {
"column": 17,
"line": 71
"line": 66
}
},
{
"defaultMessage": "!!!Type your spending password",
"description": "Placeholder for the \"Spending password\" inputs in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 82
"line": 77
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.passphraseFieldPlaceholder",
"start": {
"column": 30,
"line": 77
"line": 72
}
},
{
"defaultMessage": "!!!{Warning}, flight candidate versions of Daedalus are connected to Cardano mainnet. If you confirm this transaction, your ada will be sent for real.",
"description": "Text for the \"Flight candidate\" warning in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 89
"line": 84
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.flightCandidateWarning",
"start": {
"column": 26,
"line": 83
"line": 78
}
},
{
"defaultMessage": "!!!I understand that real ada will be moved as part of this transaction and that this action is irreversible.",
"description": "Label for the \"Flight candidate\" warning checkbox in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 96
"line": 91
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.flightCandidateCheckboxLabel",
"start": {
"column": 32,
"line": 90
"line": 85
}
},
{
"defaultMessage": "!!!Send",
"description": "Label for the send button in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 102
"line": 97
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.submit",
"start": {
"column": 19,
"line": 97
"line": 92
}
},
{
"defaultMessage": "!!!Back",
"description": "Label for the back button in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 108
"line": 103
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.back",
"start": {
"column": 19,
"line": 103
"line": 98
}
},
{
"defaultMessage": "!!!Incorrect spending password.",
"description": "Label for password error in the wallet send confirmation dialog.",
"end": {
"column": 3,
"line": 114
"line": 109
},
"file": "source/renderer/app/components/wallet/WalletAssetsSendConfirmationDialog.js",
"id": "wallet.send.confirmationDialog.passwordError",
"start": {
"column": 24,
"line": 109
"line": 104
}
}
],
Expand Down Expand Up @@ -15656,88 +15642,74 @@
},
{
"descriptors": [
{
"defaultMessage": "!!!Fingerprint",
"description": "\"fingerprint\" item.",
"end": {
"column": 3,
"line": 24
},
"file": "source/renderer/app/components/widgets/AssetToken.js",
"id": "widgets.assetToken.item.fingerprint",
"start": {
"column": 19,
"line": 20
}
},
{
"defaultMessage": "!!!Policy Id",
"description": "\"policyId\" item.",
"end": {
"column": 3,
"line": 29
"line": 24
},
"file": "source/renderer/app/components/widgets/AssetToken.js",
"id": "widgets.assetToken.item.policyId",
"start": {
"column": 16,
"line": 25
"line": 20
}
},
{
"defaultMessage": "!!!Asset Name",
"defaultMessage": "!!!Asset name",
"description": "\"assetName\" item.",
"end": {
"column": 3,
"line": 34
"line": 29
},
"file": "source/renderer/app/components/widgets/AssetToken.js",
"id": "widgets.assetToken.item.assetName",
"start": {
"column": 17,
"line": 30
"line": 25
}
},
{
"defaultMessage": "!!!Name",
"description": "\"name\" item.",
"end": {
"column": 3,
"line": 39
"line": 34
},
"file": "source/renderer/app/components/widgets/AssetToken.js",
"id": "widgets.assetToken.item.name",
"start": {
"column": 12,
"line": 35
"line": 30
}
},
{
"defaultMessage": "!!!Acronym",
"description": "\"acronym\" item.",
"end": {
"column": 3,
"line": 44
"line": 39
},
"file": "source/renderer/app/components/widgets/AssetToken.js",
"id": "widgets.assetToken.item.acronym",
"start": {
"column": 15,
"line": 40
"line": 35
}
},
{
"defaultMessage": "!!!Description",
"description": "\"description\" item.",
"end": {
"column": 3,
"line": 49
"line": 44
},
"file": "source/renderer/app/components/widgets/AssetToken.js",
"id": "widgets.assetToken.item.description",
"start": {
"column": 19,
"line": 45
"line": 40
}
}
],
Expand Down
5 changes: 2 additions & 3 deletions source/renderer/app/i18n/locales/en-US.json
Expand Up @@ -1148,9 +1148,8 @@
"wallet.transferFunds.dialog2.title": "Transfer funds",
"wallet.transferFunds.dialog2.total.label": "Total",
"widgets.assetToken.item.acronym": "Acronym",
"widgets.assetToken.item.assetName": "Asset Name",
"widgets.assetToken.item.assetName": "Asset name",
"widgets.assetToken.item.description": "Description",
"widgets.assetToken.item.fingerprint": "Fingerprint",
"widgets.assetToken.item.name": "Name",
"widgets.assetToken.item.policyId": "Policy Id"
}
}

0 comments on commit 24c4ab5

Please sign in to comment.