-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1966 from dev-protocol/publish-page-localization
localization for publish network component
- Loading branch information
Showing
5 changed files
with
224 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import type { ClubsI18nParts } from '@devprotocol/clubs-core' | ||
|
||
export const Strings = { | ||
Connect: { | ||
en: () => 'Connect', | ||
ja: () => '接続', | ||
}, | ||
Connected: { | ||
en: () => 'Connected', | ||
ja: () => '接続済み', | ||
}, | ||
ConnectYourWallet: { | ||
en: () => 'Connect your wallet', | ||
ja: () => 'ウォレットを接続する', | ||
}, | ||
FetchingWalletDetails: { | ||
en: () => 'Fetching wallet details...', | ||
ja: () => 'ウォレットを読み込んでいます', | ||
}, | ||
HowToCreate: { | ||
en: () => 'How do I create a wallet?', | ||
ja: () => 'ウォレットの作り方', | ||
}, | ||
} satisfies ClubsI18nParts |
Oops, something went wrong.