Skip to content

Commit 08becf2

Browse files
authored
Fixed some ugly translations
1 parent 1ac7902 commit 08becf2

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/editor/l10n-strings.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -766,10 +766,10 @@ export const STRINGS = {
766766
'keyboard.tooltip.numeric': '숫자',
767767
'keyboard.tooltip.alphabetic': '로마 문자',
768768
'tooltip.copy to clipboard': '클립 보드에 복사',
769-
'tooltip.redo': '다시 하다',
769+
'tooltip.redo': '다시 실행',
770770
'tooltip.toggle virtual keyboard': '가상 키보드 전환',
771771
'tooltip.undo': '실행 취소',
772-
'menu.insert matrix': '매트릭스 삽입',
772+
'menu.insert matrix': '행렬 삽입',
773773
'menu.borders': '행렬 구분 기호',
774774
'menu.array.add row above': '뒤에 행 추가',
775775
'menu.array.add row below': '앞에 행 추가',
@@ -780,24 +780,26 @@ export const STRINGS = {
780780
'menu.array.delete column': '열 삭제',
781781
'menu.array.delete columns': '선택한 열 삭제',
782782

783+
// Modes - fixed by SRCreator
783784
'menu.mode': '모드',
784785
'menu.mode-math': '수식',
785786
'menu.mode-text': '텍스트',
786787
'menu.mode-latex': 'LaTeX',
787788

789+
// Tooltip and so on
788790
'tooltip.blackboard': '칠판',
789791
'tooltip.bold': '굵게',
790792
'tooltip.italic': '이탤릭',
791793
'tooltip.fraktur': '프랙투어',
792-
'tooltip.script': '스크립트',
793-
'tooltip.caligraphic': '캘리그래픽',
794+
'tooltip.script': '첨자',
795+
'tooltip.caligraphic': '필기체',
794796
'tooltip.typewriter': '타자기',
795-
'tooltip.roman-upright': '로마 직립',
797+
'tooltip.roman-upright': '일반 로마자',
796798

797799
'tooltip.row-by-col': '%@ × %@',
798800

799801
'menu.font-style': '글꼴 스타일',
800-
'menu.accent': '악센트',
802+
'menu.accent': '발음 기호',
801803
'menu.decoration': '장식',
802804
'menu.color': '색상',
803805
'menu.background-color': '배경',
@@ -809,7 +811,7 @@ export const STRINGS = {
809811
'menu.cut': '잘라내기',
810812
'menu.copy': '복사',
811813
'menu.copy-as-latex': 'LaTeX로 복사',
812-
'menu.copy-as-ascii-math': 'ASCII Math로 복사',
814+
'menu.copy-as-ascii-math': 'ASCIIMath로 복사',
813815
'menu.copy-as-mathml': 'MathML로 복사',
814816
'menu.paste': '붙여넣기',
815817
'menu.select-all': '모두 선택',

0 commit comments

Comments
 (0)