Skip to content

Commit

Permalink
[skip ci] Weblate Changes (#2419)
Browse files Browse the repository at this point in the history
Co-authored-by: Duarte Silva <smallflake@protonmail.com>
Co-authored-by: LeeWan1210 <dldhks456@live.com>
Co-authored-by: Simone Viozzi <simoneviozzi97+hosted.weblate.org@gmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: 無情天 <kofzhanganguo@126.com>
  • Loading branch information
6 people authored Nov 22, 2023
1 parent ebcece6 commit 36be221
Show file tree
Hide file tree
Showing 12 changed files with 633 additions and 149 deletions.
6 changes: 5 additions & 1 deletion API/I18N/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,9 @@
"external-sources": "Fuentes externas",
"external-source-required": "Se requiere la clave API y el host",
"smart-filter-already-in-use": "Existe una transmisión con este filtro inteligente",
"invalid-email": "La dirección de correo electrónico del usuario no es válida. Consulte los registros para ver si hay algún enlace."
"invalid-email": "La dirección de correo electrónico del usuario no es válida. Consulte los registros para ver si hay algún enlace.",
"next-book-num": "Próximo libro: {0}",
"next-issue-num": "Próxima edición: {0}{1}",
"next-volume-num": "Próximo volumen: {0}",
"next-chapter-num": "Próximo capítulo: {0}{1}"
}
14 changes: 13 additions & 1 deletion API/I18N/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,17 @@
"reading-list-restricted": "L'elenco di lettura non esiste o non hai accesso",
"browse-want-to-read": "Sfoglia Vuoi leggere",
"want-to-read": "Vuoi leggere",
"collection-deleted": "Collezione cancellata"
"collection-deleted": "Collezione cancellata",
"browse-external-sources": "Sfoglia Sorgenti Esterne",
"smart-filters": "Filtri Intelligenti",
"browse-smart-filters": "Sfoglia per Filtri Intelligenti",
"next-book-num": "Prossimo Libro: {0}",
"next-volume-num": "Prossimo Volume: {0}",
"next-chapter-num": "Prossimo Capitolo: {0}",
"smart-filter-doesnt-exist": "Il Filtro intelligente non esiste",
"invalid-email": "La mail nel file per l'utente non è un email valida. Vedi i log per i link.",
"external-source-already-exists": "La Sorgente Esterna esiste già",
"external-source-doesnt-exist": "La Sorgente Esterna non esiste",
"external-sources": "Sorgenti Esterne",
"external-source-required": "ApiKey e Host sono obbligatori"
}
6 changes: 5 additions & 1 deletion API/I18N/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,9 @@
"external-sources": "외부 소스",
"external-source-required": "ApiKey 및 호스트가 필요합니다",
"smart-filter-already-in-use": "이 스마트 필터가 포함된 기존 스트림이 있습니다",
"invalid-email": "등록된 사용자의 이메일은 유효한 이메일이 아닙니다. 링크를 확인하려면 로그를 참조하세요."
"invalid-email": "등록된 사용자의 이메일은 유효한 이메일이 아닙니다. 링크를 확인하려면 로그를 참조하세요.",
"next-book-num": "다음 책: {0}",
"next-issue-num": "다음 이슈: {0}{1}",
"next-volume-num": "다음 볼륨: {0}",
"next-chapter-num": "다음 챕터: {0}"
}
6 changes: 5 additions & 1 deletion API/I18N/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,9 @@
"external-sources": "Fontes Externas",
"external-source-required": "ApiKey e Host requeridos",
"smart-filter-already-in-use": "Existe um stream com este Filtro Inteligente",
"collection-deleted": "Coleção eliminada"
"collection-deleted": "Coleção eliminada",
"next-book-num": "Livro Seguinte: {0}",
"next-issue-num": "Número Seguinte: {0}{1}",
"next-volume-num": "Volume Seguinte: {0}",
"next-chapter-num": "Capítulo Seguinte: {0}"
}
8 changes: 6 additions & 2 deletions API/I18N/zh_Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"send-to-permission": "无法向设备发送Kindel不支持的非EPUB格式或者PDF格式文件",
"reading-list-name-exists": "此名称的阅读清单已存在",
"volume-num": "第{0}卷",
"issue-num": "问题编号{0}{1}",
"issue-num": "期号 {0}{1}",
"book-num": "第{0}本",
"user-migration-needed": "该用户需要进行迁移。通知他们注销并重新登录,以触发迁移流程",
"generic-relationship": "更新关系时发生了问题",
Expand Down Expand Up @@ -172,5 +172,9 @@
"external-source-already-in-use": "存在具有此外部源的现有流",
"external-sources": "外部来源",
"smart-filter-already-in-use": "存在带有此智能筛选器的现有流",
"invalid-email": "用户文件中的电子邮件不是有效的电子邮件。请参阅日志中的链接。"
"invalid-email": "用户文件中的电子邮件不是有效的电子邮件。请参阅日志中的链接。",
"next-book-num": "下一本: {0}",
"next-issue-num": "下一期: {0}{1}",
"next-volume-num": "下一卷: {0}",
"next-chapter-num": "下一章: {0}"
}
211 changes: 188 additions & 23 deletions UI/Web/src/assets/langs/es.json

Large diffs are not rendered by default.

177 changes: 146 additions & 31 deletions UI/Web/src/assets/langs/it.json

Large diffs are not rendered by default.

43 changes: 33 additions & 10 deletions UI/Web/src/assets/langs/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"password": "비밀번호",
"promoted": "승격",
"clear": "삭제",
"filter": "필터"
"filter": "필터",
"remove": "제거"
},
"series-metadata-detail": {
"characters-title": "캐릭터",
Expand Down Expand Up @@ -161,7 +162,12 @@
"naming-conventions-part-1": "카비타는 ",
"naming-conventions-part-2": "폴더 요구 사항.",
"cover-description": "사용자 지정 라이브러리 이미지 아이콘은 선택 사항입니다",
"required-field": "{{validation.required-field}}"
"required-field": "{{validation.required-field}}",
"exclude-patterns-label": "패턴 제외",
"help": "{{common.help}}",
"file-type-group-label": "파일 유형",
"file-type-group-tooltip": "\"Kavita\"이(가) 무엇을 스캔해야 하는지에 따라 다양한 파일 유형이 있을 수 있습니다. 아카이브 파일은 일반적으로 cb*, zip, rar 등을 포함합니다.",
"exclude-patterns-tooltip": "디렉터리를 스캔할 때 Kavita가 일치시킬 패턴 집합(Glob 구문)을 구성하고, 스캐너 결과에서 제외할 수 있도록 설정하세요."
},
"manage-library": {
"title": "라이브러리",
Expand Down Expand Up @@ -271,13 +277,14 @@
"skip-alt": "메인 콘텐츠로 건너뛰기",
"no-data": "검색 결과가 없습니다",
"server-settings": "서버 설정",
"help": "도움말",
"help": "{{common.help}}",
"logout": "로그아웃",
"settings": "설정",
"scroll-to-top-alt": "맨위로 스크롤",
"announcements": "공지 사항",
"search-series-alt": "시리즈 검색",
"search-alt": "검색…"
"search-alt": "검색…",
"all-filters": "스마트 필터"
},
"edit-series-modal": {
"title": "{{seriesName}} 세부정보",
Expand All @@ -296,8 +303,6 @@
"localized-name-label": "현지화된 이름",
"summary-label": "요약",
"release-year-label": "출시 연도",
"add-link-alt": "링크 추가",
"remove-link-alt": "링크 제거",
"cover-image-description": "새 표지 이미지를 업로드하고 선택합니다. 저장을 눌러 표지를 업로드하고 재정의합니다.",
"field-locked-alt": "필드가 잠겨 있습니다",
"info-title": "정보",
Expand Down Expand Up @@ -836,7 +841,9 @@
"load": "불러오기",
"back": "뒤로가기",
"reset": "{{common.reset}}",
"apply": "{{common.apply}}"
"apply": "{{common.apply}}",
"enter-an-url-pre-title": "{{url}}을(를) 입력하세요",
"url": "Url"
},
"series-info-cards": {
"age-rating-title": "{{entity-info-cards.age-rating-title}}",
Expand Down Expand Up @@ -1082,7 +1089,9 @@
"first-time-reading-manga": "메뉴를 열려면 언제든지 이미지를 탭하세요. 다른 설정을 구성하거나 진행 표시줄을 클릭하여 페이지로 이동할 수 있습니다. 이미지의 측면을 탭하면 다음/이전 페이지로 이동합니다.",
"no-prev-chapter": "이전 챕터 없음",
"unbookmark-page-tooltip": "페이지 북마크 해제",
"bookmark-page-tooltip": "페이지 북마크"
"bookmark-page-tooltip": "페이지 북마크",
"series-progress": "시리즈 진행률: {{percentage}}",
"bookmarks-title": "북마크"
},
"metadata-filter": {
"penciller-label": "펜슬러",
Expand Down Expand Up @@ -1542,14 +1551,15 @@
"more": "더 보기"
},
"card-detail-layout": {
"total-items": "{{count}} 총 항목"
"total-items": "{{count}} 총 항목",
"jumpkey-count": "{{count}} 시리즈"
},
"edit-series-relation": {
"description-part-2": "힌트는 위키.",
"description-part-1": "어떤 관계를 추가해야 할지 잘 모르시겠습니까? 우리를 참조하십시오",
"target-series": "대상 시리즈",
"relationship": "관계",
"remove": "제거",
"remove": "{{common.remove}}",
"add-relationship": "관계 추가",
"parent": "{{relationship-pipe.parent}}"
},
Expand Down Expand Up @@ -1874,5 +1884,18 @@
"filter": "{{common.filter}}",
"delete": "{{common.delete}}",
"clear": "{{common.clear}}"
},
"next-expected-card": {
"title": "~{{date}}"
},
"all-filters": {
"title": "모든 스마트 필터",
"count": "{{count}} {{customize-dashboard-modal.title-smart-filters}}"
},
"file-type-group-pipe": {
"epub": "Epub",
"archive": "아카이브",
"pdf": "Pdf",
"image": "Image"
}
}
2 changes: 0 additions & 2 deletions UI/Web/src/assets/langs/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1411,8 +1411,6 @@
"release-year-label": "Jaar van uitgave",
"web-link-description": "Hier kunt u veel verschillende links naar externe diensten toevoegen.",
"web-link-label": "Web Link",
"add-link-alt": "Link toevoegen",
"remove-link-alt": "Verwijder link",
"cover-image-description": "Upload en kies een nieuwe omslagfoto. Druk op Opslaan om de omslag te uploaden en te negeren.",
"save": "{{common.save}}",
"field-locked-alt": "Veld is vergrendeld",
Expand Down
Loading

0 comments on commit 36be221

Please sign in to comment.