Skip to content

Commit

Permalink
BAT gating translations (#1167) (#1169)
Browse files Browse the repository at this point in the history
* first mockup on dev2

* remove cluttered talk, add request payload

* change permission name from BAT-gating to balance as per spec sheet

* Renovate/all minor patch (#1062)

* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)



* Update all non-major dependencies

---------






* Renovate/node 18.x (#1068)

* Use renovate for dependency updates (#1054)

1. Disable dependabot for normal dependency updates. Note the dependabot PRs will need to be manually closed, and the "security" dependabot PRs will continue.

2. Use renovateapp instead.

The renovate configuration included here is based on that from ads-serve, and:

a. waits for updates to have been published for 4 days before raising a PR - this both reduces churn and also avoids the 3 day period where npm-published entries can be "unpublished"
b. combines all minor and patch updates into a single PR

* removed as *[bot] is not accepted by AWS (#1055)



* Update all non-major dependencies (#1057)



* Pin dependencies (#1056)



* Update all non-major dependencies (#1063)



* Update Node.js to v18.16.1

---------






* aesthetic changes

* updating default gated value to 1 wei

* adding type/enum safety and removing needless futureproofing, using translation rather than string literals

* simple change for dev2 compat

* fix error message + typo

* adding error text for no BAT in BAT-gating

* fixed some optional stuff

* remove unsused prop in NonExpandablePanel

* adding japanese translations

---------

Signed-off-by: Ahmed Kamal <[email protected]>
Co-authored-by: David Suh <[email protected]>
Co-authored-by: David Suh <[email protected]>
Co-authored-by: Graham Tackley <[email protected]>
Co-authored-by: Ahmed Kamal <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
6 people authored Jul 24, 2023
1 parent fa25094 commit f23263e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i18n/locales/jp/translation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"avatar_fetch_error": "アバターNFTの取得に失敗しました",
"avatar_nft_subhead": "現在イーサリアムERC-721 NFTをサポートしています",
"bat_gating_panel_header": "BATを用いたトークンゲート(入場制限)が適用されます。",
"bat_gating_panel_subheader": "ウォレットでBATを保有していない場合(0BATの場合)、このコールには参加できません。",
"call_permission_type": "通話の許可タイプ:",
"check_subscription": "サブスクリプションの状態を確認しています...",
"create_link": "リンクを作成",
Expand All @@ -27,6 +29,7 @@
"my_account_link": "自分のアカウント",
"nft_collection_permission_type": "NFTコレクション",
"not_participant_error": "参加者として登録されていません",
"not_enough_currency_error": "アクセス失敗:ウォレットでBATを保有していない場合(0BATの場合)、このコールには参加できません。",
"notice_text": "友人や同僚と、無制限のプライバシーが保護されたビデオ通話を楽しもう",
"participant_nft_collection_panel_header": "NFTコレクションが必要",
"participant_nft_collection_panel_subhead": "参加者が認証に必要なNFTコレクションを選択してください",
Expand Down

0 comments on commit f23263e

Please sign in to comment.