File tree Expand file tree Collapse file tree 7 files changed +7
-4
lines changed
common/components/auth0-cta Expand file tree Collapse file tree 7 files changed +7
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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 } {
Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff 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 : "デコードされたヘッダー" ,
Original file line number Diff line number Diff line change 11import { BrandDictionaryModel } from "../../models/brand-dictionary.model" ;
22
33export 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" ,
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments