Skip to content

Commit e94acc7

Browse files
committed
update translations
1 parent a94457e commit e94acc7

File tree

12 files changed

+33
-38
lines changed

12 files changed

+33
-38
lines changed

website/src/components/icons/AlertTriangleIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { menuTranslations } from "../../translations";
2-
31
export const AlertTriangleIcon = () => {
42
return (
53
<svg
@@ -11,8 +9,8 @@ export const AlertTriangleIcon = () => {
119
stroke-linecap="round"
1210
stroke-linejoin="round"
1311
class="icon icon-tabler icons-tabler-outline icon-tabler-alert-triangle"
12+
role="graphics-symbol"
1413
>
15-
<title>{menuTranslations.iconAlert}</title>
1614
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1715
<path d="M12 9v4" />
1816
<path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" />

website/src/components/icons/CaretRightCircleIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { menuTranslations } from "../../translations";
2-
31
export const CaretRightCircleIcon = () => {
42
return (
53
<svg
@@ -11,8 +9,8 @@ export const CaretRightCircleIcon = () => {
119
stroke-linecap="round"
1210
stroke-linejoin="round"
1311
class="icon icon-tabler icons-tabler-outline icon-tabler-circle-caret-right"
12+
role="graphics-symbol"
1413
>
15-
<title>{menuTranslations.iconRead}</title>
1614
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1715
<path d="M15 12l-4 -4v8z" />
1816
<path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />

website/src/components/icons/ChevronLeftIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { menuTranslations } from "../../translations";
2-
31
export const ChevronLeftIcon = () => {
42
return (
53
<svg
@@ -11,8 +9,8 @@ export const ChevronLeftIcon = () => {
119
stroke-linecap="round"
1210
stroke-linejoin="round"
1311
class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-left"
12+
role="graphics-symbol"
1413
>
15-
<title>{menuTranslations.iconLeftArrow}</title>
1614
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1715
<path d="M15 6l-6 6l6 6" />
1816
</svg>

website/src/components/icons/ChevronRightIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { menuTranslations } from "../../translations";
2-
31
export const ChevronRightIcon = () => {
42
return (
53
<svg
@@ -11,8 +9,8 @@ export const ChevronRightIcon = () => {
119
stroke-linecap="round"
1210
stroke-linejoin="round"
1311
class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-right"
12+
role="graphics-symbol"
1413
>
15-
<title>{menuTranslations.iconRightArrow}</title>
1614
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1715
<path d="M9 6l6 6l-6 6" />
1816
</svg>

website/src/components/icons/CloseIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { menuTranslations } from "../../translations";
2-
31
export const CloseIcon = () => {
42
return (
53
<svg
@@ -11,8 +9,8 @@ export const CloseIcon = () => {
119
stroke-linecap="round"
1210
stroke-linejoin="round"
1311
class="icon icon-tabler icons-tabler-outline icon-tabler-x"
12+
role="graphics-symbol"
1413
>
15-
<title>{menuTranslations.iconClose}</title>
1614
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1715
<path d="M18 6l-12 12" />
1816
<path d="M6 6l12 12" />

website/src/components/icons/HelpCircleIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const HelpCircleIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-help"
12+
role="graphics-symbol"
1213
>
13-
<title>ヘルプアイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
1616
<path d="M12 17l0 .01" />

website/src/components/icons/HomeIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const HomeIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-home"
12+
role="graphics-symbol"
1213
>
13-
<title>ホームアイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M5 12l-2 0l9 -9l9 9l-2 0" />
1616
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" />

website/src/components/icons/InfoCircleIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { menuTranslations } from "../../translations";
2-
31
export const InfoCircleIcon = () => {
42
return (
53
<svg
@@ -11,8 +9,8 @@ export const InfoCircleIcon = () => {
119
stroke-linecap="round"
1210
stroke-linejoin="round"
1311
class="icon icon-tabler icons-tabler-outline icon-tabler-info-circle"
12+
role="graphics-symbol"
1413
>
15-
<title>{menuTranslations.iconInformation}</title>
1614
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1715
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
1816
<path d="M12 9h.01" />

website/src/components/icons/LanguageIcon.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { menuTranslations } from "../../translations";
2-
31
export const LanguageIcon = () => {
42
return (
53
<svg
@@ -10,8 +8,8 @@ export const LanguageIcon = () => {
108
stroke-linecap="round"
119
stroke-linejoin="round"
1210
class="icon icon-tabler icons-tabler-outline icon-tabler-language-hiragana"
11+
role="graphics-symbol"
1312
>
14-
<title>{menuTranslations.iconLang}</title>
1513
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1614
<path d="M4 5h7" />
1715
<path d="M7 4c0 4.846 0 7 .5 8" />

website/src/components/icons/MenuIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const MenuIcon = () => {
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
class="icon icon-tabler icons-tabler-outline icon-tabler-menu-2"
12+
role="graphics-symbol"
1213
>
13-
<title>メニューアイコン</title>
1414
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
1515
<path d="M4 6l16 0" />
1616
<path d="M4 12l16 0" />

0 commit comments

Comments
 (0)