Skip to content

Commit c8a3bba

Browse files
committed
update heading ids
1 parent 006aa10 commit c8a3bba

File tree

2 files changed

+22
-21
lines changed
  • src/features/localization/dictionaries/introduction

2 files changed

+22
-21
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,31 @@ export const enIntroductionDictionary: IntroductionDictionaryModel = {
4848
headings: [
4949
{
5050
title: "What is JSON Web Token?",
51-
id: "json-web-token",
51+
id: "what-is-json-web-token",
5252
},
5353
{
5454
title: "When should you use JSON Web Tokens?",
55-
id: "usage",
55+
id: "when-to-use-json-web-tokens",
5656
},
5757
{
5858
title: "What is the JSON Web Token structure?",
59-
id: "structure",
59+
id: "what-is-json-web-token-structure",
6060
},
6161
{
6262
title: "How do JSON Web Tokens work?",
63-
id: "work",
63+
id: "how-json-web-tokens-work",
6464
},
6565
{
6666
title: "Why should we use JSON Web Tokens?",
67-
id: "usage-reason",
67+
id: "why-use-json-web-tokens",
6868
},
6969
{
7070
title: "Difference Between Validating and Verifying a JWT",
71-
id: "validate-verify",
71+
id: "difference-validating-verifying-jwt",
7272
},
7373
{
7474
title: "Difference Between Decoding and Encoding a JWT",
75-
id: "decode-encode",
75+
id: "difference-decoding-encoding-jwt",
7676
},
7777
],
7878
},

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

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,33 @@ export const jaIntroductionDictionary: IntroductionDictionaryModel = {
4747
content: {
4848
headings: [
4949
{
50-
title: "What is JSON Web Token?",
51-
id: "json-web-token",
50+
title: "JSON Web Tokenとは?",
51+
id: "what-is-json-web-token",
5252
},
5353
{
54-
title: "When should you use JSON Web Tokens?",
55-
id: "usage",
54+
title: "JSON Web Tokenはいつ使用すべきか?",
55+
id: "when-to-use-json-web-tokens",
5656
},
5757
{
58-
title: "What is the JSON Web Token structure?",
59-
id: "structure",
58+
title: "JSON Web Tokenの構成は?",
59+
id: "what-is-json-web-token-structure",
6060
},
6161
{
62-
title: "How do JSON Web Tokens work?",
63-
id: "work",
62+
title: "JSON Web Tokenの仕組みとは?",
63+
id: "how-json-web-tokens-work",
6464
},
6565
{
66-
title: "Why should we use JSON Web Tokens?",
67-
id: "usage-reason",
66+
title: "JSON Web Tokenを使用すべき理由とは?",
67+
id: "why-use-json-web-tokens",
6868
},
6969
{
70-
title: "Difference Between Validating and Verifying a JWT",
71-
id: "validate-verify",
70+
title:
71+
"JWTのバリデーション(妥当性確認)とベリフィケーション(検証)の違い",
72+
id: "difference-validating-verifying-jwt",
7273
},
7374
{
74-
title: "Difference Between Decoding and Encoding a JWT",
75-
id: "decode-encode",
75+
title: "JWTのデコーディングとエンコーディングの違い",
76+
id: "difference-decoding-encoding-jwt",
7677
},
7778
],
7879
},

0 commit comments

Comments
 (0)