Skip to content

Commit e3da084

Browse files
committed
add new entries for introduction dictionaries
1 parent 1a43712 commit e3da084

File tree

2 files changed

+64
-0
lines changed
  • src/features/localization/dictionaries/introduction

2 files changed

+64
-0
lines changed

src/features/localization/dictionaries/introduction/en.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,36 @@ export const enIntroductionDictionary: IntroductionDictionaryModel = {
4444
description:
4545
"Learn about JSON Web Tokens, what are they, how they work, when and why you should use them.",
4646
},
47+
content: {
48+
headings: [
49+
{
50+
title: "What is JSON Web Token?",
51+
id: "json-web-token",
52+
},
53+
{
54+
title: "When should you use JSON Web Tokens?",
55+
id: "usage",
56+
},
57+
{
58+
title: "What is the JSON Web Token structure?",
59+
id: "structure",
60+
},
61+
{
62+
title: "How do JSON Web Tokens work?",
63+
id: "work",
64+
},
65+
{
66+
title: "Why should we use JSON Web Tokens?",
67+
id: "usage-reason",
68+
},
69+
{
70+
title: "Difference Between Validating and Verifying a JWT",
71+
id: "validate-verify",
72+
},
73+
{
74+
title: "Difference Between Decoding and Encoding a JWT",
75+
id: "decode-encode",
76+
},
77+
],
78+
},
4779
};

src/features/localization/dictionaries/introduction/ja.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,36 @@ export const jaIntroductionDictionary: IntroductionDictionaryModel = {
4444
description:
4545
"JSON Web Tokenとは何か、どのように機能するのか、いつ、なぜ使用する必要があるのかについて学びましょう。",
4646
},
47+
content: {
48+
headings: [
49+
{
50+
title: "What is JSON Web Token?",
51+
id: "json-web-token",
52+
},
53+
{
54+
title: "When should you use JSON Web Tokens?",
55+
id: "usage",
56+
},
57+
{
58+
title: "What is the JSON Web Token structure?",
59+
id: "structure",
60+
},
61+
{
62+
title: "How do JSON Web Tokens work?",
63+
id: "work",
64+
},
65+
{
66+
title: "Why should we use JSON Web Tokens?",
67+
id: "usage-reason",
68+
},
69+
{
70+
title: "Difference Between Validating and Verifying a JWT",
71+
id: "validate-verify",
72+
},
73+
{
74+
title: "Difference Between Decoding and Encoding a JWT",
75+
id: "decode-encode",
76+
},
77+
],
78+
},
4779
};

0 commit comments

Comments
 (0)