-
Notifications
You must be signed in to change notification settings - Fork 353
Expand file tree
/
Copy pathja.tsx
More file actions
32 lines (31 loc) · 1.08 KB
/
ja.tsx
File metadata and controls
32 lines (31 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
import { BrandDictionaryModel } from "../../models/brand-dictionary.model";
export const jaBrandDictionary: BrandDictionaryModel = {
alertMessage: "SVG がクリップボードにコピーされました",
tooltip: "右クリックまたは長押し (ロゴオプション)",
menu: {
brand: {
label: "ブランド",
svg: {
copyLabel: "ロゴ SVG をコピー",
downloadLabel: "ロゴをダウンロード",
},
symbol: {
copyLabel: "シンボル SVG をコピー",
downloadLabel: "シンボルをダウンロード",
},
wordmark: {
copyLabel: "ワードマーク SVG をコピー",
downloadLabel: "ワードマークをダウンロード",
},
},
tools: {
label: "ツール",
items: [
{ label: "Passkeys Playground", url: "https://learnpasskeys.io" },
{ label: "WebAuthn Playground", url: "https://webauthn.me" },
{ label: "OIDC Playground", url: "https://openidconnect.net" },
{ label: "SAMLツール", url: "https://samltool.io" },
],
},
},
};