Skip to content

Commit

Permalink
Merge branch 'master' of github.com:worknenjoy/gitpay
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Dec 19, 2024
2 parents 075fc3c + 94967b9 commit 77afcb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion locales/result/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,10 @@
"issue.invalid.script.subject": "The issue you created on Gitpay was deleted",
"issue.invalid.script.message": "The issue you imported with the {{url}} to Gitpay was deleted from our list on Gitpay because it is an invalid issue URL.",
"mail.order.expiredOrders.subject": "The payment for an issue on Gitpay expired",
"mail.order.expiredOrders.content.main": "The pre-authorized payment of ${{value}} for the issue <a href=\"{{url}}\">{{title}}</a> made using Paypal expired, and you need to make a new payment to keep the bounty available. Please visit https://gitpay.me/#/profile/payments to update your payment."
"mail.order.expiredOrders.content.main": "The pre-authorized payment of ${{value}} for the issue <a href=\"{{url}}\">{{title}}</a> made using Paypal expired, and you need to make a new payment to keep the bounty available. Please visit https://gitpay.me/#/profile/payments to update your payment.",
"mail.webhook.wallet.invoice.intro": "Hello {{name}},",
"mail.webhook.wallet.invoice.subject": "New Invoice for Adding Funds to Your Gitpay Wallet",
"mail.webhook.wallet.invoice.message": "<p>We generated a new invoice of ${{amount}} to add funds to your {{walletName}} wallet on Gitpay.</p>",
"mail.webhook.wallet.invoice.button": "Pay invoice",
"mail.webhook.wallet.invoice.footer": "You’re receiving this message because you recently requested to add funds to your <a href=\"http://gitpay.me\" target=\"_blank\">Gitpay</a> wallet."
}
7 changes: 6 additions & 1 deletion locales/result/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,10 @@
"issue.invalid.script.subject": "The issue you created on Gitpay was deleted",
"issue.invalid.script.message": "The issue you imported with the {{url}} to Gitpay was deleted from our list on Gitpay because it is an invalid issue URL.",
"mail.order.expiredOrders.subject": "The payment for an issue on Gitpay expired",
"mail.order.expiredOrders.content.main": "The pre-authorized payment of ${{value}} for the issue <a href=\"{{url}}\">{{title}}</a> made using Paypal expired, and you need to make a new payment to keep the bounty available. Please visit https://gitpay.me/#/profile/payments to update your payment."
"mail.order.expiredOrders.content.main": "The pre-authorized payment of ${{value}} for the issue <a href=\"{{url}}\">{{title}}</a> made using Paypal expired, and you need to make a new payment to keep the bounty available. Please visit https://gitpay.me/#/profile/payments to update your payment.",
"mail.webhook.wallet.invoice.intro": "Hello {{name}},",
"mail.webhook.wallet.invoice.subject": "New Invoice for Adding Funds to Your Gitpay Wallet",
"mail.webhook.wallet.invoice.message": "<p>We generated a new invoice of ${{amount}} to add funds to your {{walletName}} wallet on Gitpay.</p>",
"mail.webhook.wallet.invoice.button": "Pay invoice",
"mail.webhook.wallet.invoice.footer": "You’re receiving this message because you recently requested to add funds to your <a href=\"http://gitpay.me\" target=\"_blank\">Gitpay</a> wallet."
}

0 comments on commit 77afcb2

Please sign in to comment.