-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c4641e
commit ac0d115
Showing
5 changed files
with
31 additions
and
28 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
const en = { | ||
enterAge: "Enter your age", | ||
verifyAge: "Verify Age", | ||
ageVerified: "Your age has been verified successfully.", | ||
verificationFailed: "Failed to verify your age.", | ||
enterAge: 'Enter your age', | ||
verifyAge: 'Verify Age', | ||
ageVerified: 'Your age has been verified successfully.', | ||
verificationFailed: 'Failed to verify your age.', | ||
}; | ||
|
||
export default en; |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
const ja = { | ||
enterAge: "年齢を入力", | ||
verifyAge: "年齢を証明", | ||
ageVerified: "年齢が確認されました。", | ||
verificationFailed: "年齢の確認に失敗しました。", | ||
enterAge: '年齢を入力', | ||
verifyAge: '年齢を証明', | ||
ageVerified: '年齢が確認されました。', | ||
verificationFailed: '年齢の確認に失敗しました。', | ||
}; | ||
|
||
export default ja; |
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