forked from crimx/ext-saladict
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenus.ts
More file actions
29 lines (28 loc) · 920 Bytes
/
Copy pathmenus.ts
File metadata and controls
29 lines (28 loc) · 920 Bytes
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
import { locale as _locale } from '../zh-CN/menus'
export const locale: typeof _locale = {
baidu_search: '바이두 검색',
bing_dict: 'Bing 사전',
bing_search: 'Bing 검색',
cambridge: '케임브리지 사전',
copy_pdf_url: 'PDF 주소를 클립보드에 복사',
dictcn: 'Dictcn',
etymonline: 'Etymonline',
google_search: 'Google 검색',
google_translate: 'Google 번역',
google_cn_translate: 'Google.cn 번역',
guoyu: '國語辭典',
history_title: '검색 기록',
iciba: 'iciba',
liangan: '兩岸詞典',
longman_business: 'Longman 비즈니스',
manual_title: '설명서',
merriam_webster: 'Merriam-Webster',
notebook_title: '새 단어 목록',
oxford: 'Oxford',
saladict: 'Saladict',
saladict_standalone: 'Saladict 독립 실행 패널',
termonline: 'Termonline',
view_as_pdf: 'PDF 뷰어로 열기',
youdao: '유다오(有道)',
youglish: 'YouGlish'
}