New Crowdin updates (#1529)

Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
Thomas Camlong
2023-10-31 09:12:59 +01:00
committed by GitHub
parent 0da6112913
commit fc969e5042
405 changed files with 6545 additions and 796 deletions

View File

@@ -1,9 +1,9 @@
{
"configSelect": {
"label": "",
"description": "",
"loadingNew": "",
"pleaseWait": ""
"label": "구성 변경자",
"description": "{{configCount}} 구성을 사용할 수 있습니다.",
"loadingNew": "구성 로드 중...",
"pleaseWait": "새 설정이 로드될 때까지 기다려주세요!"
},
"modal": {
"copy": {
@@ -12,8 +12,8 @@
"configName": {
"label": "설정 이름",
"validation": {
"required": "",
"notUnique": ""
"required": "구성 이름은 필수입니다.",
"notUnique": "구성 이름이 이미 사용 중입니다."
},
"placeholder": "새로운 설정 이름"
},
@@ -25,21 +25,21 @@
"message": "{{configName}} 로 설정 저장됨"
},
"configCopied": {
"title": "",
"message": ""
"title": "구성 복사됨",
"message": "구성이 {{configName}}으로 복사됨"
},
"configNotCopied": {
"title": "",
"message": ""
"title": "구성을 복사할 수 없습니다.",
"message": "구성이 {{configName}}으로 복사되지 않았습니다."
}
}
},
"confirmDeletion": {
"title": "",
"warningText": "",
"text": "",
"title": "설정 삭제 확인",
"warningText": "'<b>{{configName}}</b>' 삭제하려고 합니다.",
"text": "삭제된 파일은 되돌릴 수 없으며 데이터가 영구적으로 손실된다는 점에 유의하세요. 이 버튼을 클릭하면 파일이 디스크에서 영구적으로 삭제됩니다. 구성에 대한 적절한 백업을 만들어 두시기 바랍니다.",
"buttons": {
"confirm": ""
"confirm": "예, '<b>{{configName}}</b>' 삭제"
}
}
},
@@ -57,8 +57,8 @@
"message": "설정 삭제 실패"
},
"deleteFailedDefaultConfig": {
"title": "",
"message": ""
"title": "기본 구성은 삭제할 수 없습니다.",
"message": "구성이 파일 시스템에서 삭제되지 않았습니다."
}
}
},
@@ -75,12 +75,12 @@
}
},
"accept": {
"title": "",
"text": ""
"title": "구성 업로드",
"text": "파일을 여기로 드래그하여 설정을 업로드합니다. JSON 파일만 지원합니다."
},
"reject": {
"title": "",
"text": ""
"title": "끌어서 놓기 업로드가 거부됨",
"text": "이 파일 형식은 지원되지 않습니다. JSON 파일만 업로드하세요."
}
}
}

View File

@@ -1,20 +1,20 @@
{
"title": "검색 엔진",
"configurationName": "",
"custom": "",
"configurationName": "검색 엔진 구성",
"custom": "사용자 지정",
"tips": {
"generalTip": "",
"generalTip": "사용할 수 있는 접두사는 여러 가지가 있습니다! 쿼리 앞에 이러한 접두사를 추가하면 결과가 필터링됩니다. !.s(웹), !.t(토렌트), !.y(유튜브), !.m(미디어) 등이 있습니다.",
"placeholderTip": "%s는 쿼리의 자리 표시자로 사용할 수 있습니다."
},
"customEngine": {
"title": "",
"title": "사용자 지정 검색 엔진",
"label": "쿼리 URL",
"placeholder": "커스텀 쿼리 URL"
},
"searchNewTab": {
"label": ""
"label": "새 탭에서 검색 결과 열기"
},
"searchEnabled": {
"label": ""
"label": "검색 사용"
}
}

View File

@@ -1 +1,3 @@
{}
{
"label": "왼쪽에 위젯 배치"
}