We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f16816 commit b7b59e4Copy full SHA for b7b59e4
src/features/localization/dictionaries/home/ja.ts
@@ -142,18 +142,18 @@ export const jaHomeDictionary: HomeDictionaryModel = {
142
label: "ヘッダー、ペイロード、署名サンプルジェネレーター",
143
},
144
headerEditor: {
145
- title: "ヘッダー:アルゴリズムとトークンタイプ",
+ title: "アルゴリズムとトークンタイプ",
146
compactTitle: "ヘッダー",
147
successMessage: "有効なヘッダー",
148
149
payloadEditor: {
150
- title: "ペイロード:データ",
+ title: "データ",
151
compactTitle: "ペイロード",
152
successMessage: "有効なペイロード",
153
154
signatureEditor: {
155
title: {
156
- secret: "JWTに署名:シークレット",
+ secret: "シークレット",
157
privateKey: "JWTに署名:秘密鍵",
158
159
compactTitle: {
0 commit comments