Skip to content

Commit 2596294

Browse files
remove unused props from ja dictionary
1 parent 6b21eea commit 2596294

File tree

1 file changed

+0
-16
lines changed
  • src/features/localization/dictionaries/home

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,15 @@ export const jaHomeDictionary: HomeDictionaryModel = {
5454
description: null,
5555
},
5656
info: {
57-
summary: "JWTとは?",
5857
description:
5958
"JSON Web Tokenをデコード、検証、生成します。JSON Web Tokenは、2つの当事者間でクレームを安全に表現するための、オープンな業界標準(RFC 7519)です。",
60-
ctaButton: {
61-
label: "JWTの詳細情報",
62-
path: sitePaths.introduction,
63-
},
64-
secondaryCtaButton: {
65-
label: "JWTライブラリを見る",
66-
path: sitePaths.libraries,
67-
},
6859
resources: {
6960
spec: {
7061
name: "RFC 7519",
7162
link: "https://tools.ietf.org/html/rfc7519",
7263
},
7364
},
7465
},
75-
warning: {
76-
summary: "JWTを使用する際の注意事項",
77-
title:
78-
"セキュリティを確保するため、すべてのJWTのデバッグと検証はブラウザ内で行われます。",
79-
description:
80-
"JWTはリソースへのアクセス権を示す認証情報として機能する可能性があるため、貼り付けや共有を行う際には十分注意してください。このサイトでは、JSON Web Tokenをブラウザの外部に保存したり送信したりすることはありません。",
81-
},
8266
decoder: {
8367
title: "JWTデコーダー",
8468
compactTitle: "デコーダー",

0 commit comments

Comments
 (0)