Skip to content

Commit 6705b8a

Browse files
committed
Add Translations
1 parent f555279 commit 6705b8a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

viewers/snippet/src/config/translations.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export const englishTranslations: Locale = {
130130
polygon: 'Polygon',
131131
polyline: 'Polyline',
132132
ink: 'Ink',
133+
inkHighlighter: 'Ink Highlighter',
133134
stamp: 'Stamp',
134135
caret: 'Caret',
135136
insertText: 'Insert Text',
@@ -473,6 +474,7 @@ export const germanTranslations: Locale = {
473474
polygon: 'Polygon',
474475
polyline: 'Polylinie',
475476
ink: 'Freihand',
477+
inkHighlighter: 'Freihand-Textmarker',
476478
stamp: 'Stempel',
477479
caret: 'Einfügemarke',
478480
insertText: 'Text einfügen',
@@ -818,6 +820,7 @@ export const dutchTranslations: Locale = {
818820
polygon: 'Veelhoek',
819821
polyline: 'Polylijn',
820822
ink: 'Inkt',
823+
inkHighlighter: 'Inktmarkeerstift',
821824
stamp: 'Stempel',
822825
caret: 'Invoegpunt',
823826
insertText: 'Tekst invoegen',
@@ -1161,6 +1164,7 @@ export const frenchTranslations: Locale = {
11611164
polygon: 'Polygone',
11621165
polyline: 'Polyligne',
11631166
ink: 'Encre',
1167+
inkHighlighter: 'Surligneur à encre',
11641168
stamp: 'Tampon',
11651169
caret: 'Curseur',
11661170
insertText: 'Insérer du texte',
@@ -1506,6 +1510,7 @@ export const spanishTranslations: Locale = {
15061510
polygon: 'Polígono',
15071511
polyline: 'Polilínea',
15081512
ink: 'Tinta',
1513+
inkHighlighter: 'Resaltador de tinta',
15091514
stamp: 'Sello',
15101515
caret: 'Cursor',
15111516
insertText: 'Insertar texto',
@@ -1849,6 +1854,7 @@ export const simplifiedChineseTranslations: Locale = {
18491854
polygon: '多边形',
18501855
polyline: '多段线',
18511856
ink: '自由绘制',
1857+
inkHighlighter: '墨迹荧光笔',
18521858
stamp: '印章',
18531859
caret: '插入符号',
18541860
insertText: '插入文本',
@@ -2187,6 +2193,7 @@ export const swedishTranslations: Locale = {
21872193
polygon: 'Polygon',
21882194
polyline: 'Flerpunktslinje',
21892195
ink: 'Bläck',
2196+
inkHighlighter: 'Bläcköverstrykningspenna',
21902197
stamp: 'Stämpel',
21912198
freeText: 'Fritext',
21922199
square: 'Kvadrat',
@@ -2527,6 +2534,7 @@ export const japaneseTranslations: Locale = {
25272534
polygon: '多角形',
25282535
polyline: '折れ線',
25292536
ink: 'インク',
2537+
inkHighlighter: 'インク蛍光ペン',
25302538
stamp: 'スタンプ',
25312539
freeText: 'フリーテキスト',
25322540
square: '正方形',

0 commit comments

Comments
 (0)