Skip to content

Commit 20e77ee

Browse files
add japanese translations
1 parent 862d475 commit 20e77ee

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed
File renamed without changes.

public/images/ja.diagram.png

3.6 MB
Loading

src/features/common/components/auth0-cta/auth0-cta.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
border-radius: .75rem;
193193
background-size: cover;
194194
background-position: 50%;
195-
background-image: url("/images/diagram.png");
195+
background-image: url("/images/en.diagram.png");
196196
background-repeat: no-repeat;
197197

198198
@media #{$breakpoint-dimension-md} {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const enHomeDictionary: HomeDictionaryModel = {
8181
title: "JSON Web Token (JWT)",
8282
compactTitle: "JWT",
8383
successMessage: "Valid JWT",
84+
autoFocusLabel: "Enable auto-focus",
8485
},
8586
decodedHeader: {
8687
title: "Decoded Header",
@@ -170,7 +171,7 @@ export const enHomeDictionary: HomeDictionaryModel = {
170171
},
171172
encodedJwt: {
172173
title: "Encoded JWT",
173-
heading: "JWT Signature"
174+
heading: "JWT Signature",
174175
},
175176
},
176177
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export const jaHomeDictionary: HomeDictionaryModel = {
8080
title: "JSON Web Token (JWT)",
8181
compactTitle: "JWT",
8282
successMessage: "有効なJWT",
83+
autoFocusLabel: "オートフォーカスを有効にする",
8384
},
8485
decodedHeader: {
8586
title: "デコードされたヘッダー",

src/features/localization/dictionaries/images/ja.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { BrandDictionaryModel } from "../../models/brand-dictionary.model";
22

33
export const jaBrandDictionary: BrandDictionaryModel = {
4-
alertMessage: "SVG copied to clipboard",
5-
tooltip: "Right-click or long-press for logo options",
4+
alertMessage: "SVG がクリップボードにコピーされました",
5+
tooltip: "右クリックまたは長押し (ロゴオプション)",
66
menu: {
77
brand: {
88
label: "Brand",

src/features/localization/models/decoder-dictionary.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface DecoderDictionaryModel {
1212
title: string;
1313
compactTitle: string;
1414
successMessage: string;
15+
autoFocusLabel: string;
1516
};
1617
exampleGenerator: {
1718
label: string;

0 commit comments

Comments
 (0)