mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-29 08:51:27 -03:00
fix(i18n): translate the batch-import UI for fr/de/es/ru/he/ja/ko
The whole recipes.batchImport section (~54 keys) and the toast.recipes.batchImport* toasts (~8 keys) were byte-identical to en.json. Translated using the normalized terminology (Recipe/Rezept/receta/рецепт/ מתכון/レシピ/레시피, bulk names: groupé/Massenimport/por lotes/пакетный/ בכמות גדולה/一括/일괄). URL/path placeholders stay as-is; identical words (French 'Total', 'images') are legitimately unchanged.
This commit is contained in:
+61
-61
@@ -1042,63 +1042,63 @@
|
||||
}
|
||||
},
|
||||
"batchImport": {
|
||||
"title": "Batch Import Recipes",
|
||||
"action": "Batch Import",
|
||||
"urlList": "URL List",
|
||||
"directory": "Directory",
|
||||
"urlDescription": "Enter image URLs or local file paths (one per line). Each will be imported as a recipe.",
|
||||
"directoryDescription": "Enter a directory path to import all images from that folder.",
|
||||
"urlsLabel": "Image URLs or Local Paths",
|
||||
"title": "레시피 일괄 가져오기",
|
||||
"action": "일괄 가져오기",
|
||||
"urlList": "URL 목록",
|
||||
"directory": "폴더",
|
||||
"urlDescription": "이미지 URL 또는 로컬 파일 경로를 입력하세요 (줄당 하나). 각 항목은 레시피로 가져옵니다.",
|
||||
"directoryDescription": "폴더 경로를 입력하면 해당 폴더의 모든 이미지를 가져옵니다.",
|
||||
"urlsLabel": "이미지 URL 또는 로컬 경로",
|
||||
"urlsPlaceholder": "https://civitai.com/images/...\nhttps://civitai.com/images/...\nC:/path/to/image.png\n...",
|
||||
"urlsHint": "Enter one URL or path per line",
|
||||
"directoryPath": "Directory Path",
|
||||
"urlsHint": "줄당 URL 또는 경로 하나를 입력하세요",
|
||||
"directoryPath": "폴더 경로",
|
||||
"directoryPlaceholder": "/path/to/images/folder",
|
||||
"browse": "Browse",
|
||||
"recursive": "Include subdirectories",
|
||||
"tagsOptional": "Tags (optional, applied to all recipes)",
|
||||
"tagsPlaceholder": "Enter tags separated by commas",
|
||||
"tagsHint": "Tags will be added to all imported recipes",
|
||||
"skipNoMetadata": "Skip images without metadata",
|
||||
"skipNoMetadataHelp": "Images without LoRA metadata will be skipped automatically.",
|
||||
"start": "Start Import",
|
||||
"startImport": "Start Import",
|
||||
"importing": "Importing...",
|
||||
"rateLimitedSlowdown": "속도 제한 — 속도를 줄이는 중…",
|
||||
"browse": "찾아보기",
|
||||
"recursive": "하위 폴더 포함",
|
||||
"tagsOptional": "태그 (선택 사항, 모든 레시피에 적용)",
|
||||
"tagsPlaceholder": "쉼표로 구분된 태그 입력",
|
||||
"tagsHint": "태그가 가져온 모든 레시피에 추가됩니다",
|
||||
"skipNoMetadata": "메타데이터 없는 이미지 건너뛰기",
|
||||
"skipNoMetadataHelp": "LoRA 메타데이터가 없는 이미지는 자동으로 건너뜁니다.",
|
||||
"start": "가져오기 시작",
|
||||
"startImport": "가져오기 시작",
|
||||
"importing": "가져오는 중...",
|
||||
"rateLimitedSlowdown": "속도 제한 — 느려지고 있습니다...",
|
||||
"rateLimitedHint": "메타데이터 제공자의 속도 제한으로 일부 항목이 건너뛰어졌습니다. 나중에 가져오기를 다시 실행하여 재시도하세요.",
|
||||
"progress": "Progress",
|
||||
"total": "Total",
|
||||
"success": "Success",
|
||||
"failed": "Failed",
|
||||
"skipped": "Skipped",
|
||||
"current": "Current",
|
||||
"currentItem": "Current",
|
||||
"preparing": "Preparing...",
|
||||
"cancel": "Cancel",
|
||||
"cancelImport": "Cancel",
|
||||
"cancelled": "Import cancelled",
|
||||
"completed": "Import completed",
|
||||
"completedWithErrors": "Completed with errors",
|
||||
"completedSuccess": "Successfully imported {count} recipe(s)",
|
||||
"successCount": "Successful",
|
||||
"failedCount": "Failed",
|
||||
"skippedCount": "Skipped",
|
||||
"totalProcessed": "Total processed",
|
||||
"viewDetails": "View Details",
|
||||
"newImport": "New Import",
|
||||
"manualPathEntry": "Please enter the directory path manually. File browser is not available in this browser.",
|
||||
"batchImportDirectorySelected": "Directory selected: {path}",
|
||||
"batchImportManualEntryRequired": "File browser not available. Please enter the directory path manually.",
|
||||
"backToParent": "Back to parent directory",
|
||||
"folders": "Folders",
|
||||
"folderCount": "{count} folders",
|
||||
"imageFiles": "Image Files",
|
||||
"images": "images",
|
||||
"imageCount": "{count} images",
|
||||
"selectFolder": "Select This Folder",
|
||||
"progress": "진행률",
|
||||
"total": "전체",
|
||||
"success": "성공",
|
||||
"failed": "실패",
|
||||
"skipped": "건너뜀",
|
||||
"current": "현재",
|
||||
"currentItem": "현재",
|
||||
"preparing": "준비 중...",
|
||||
"cancel": "취소",
|
||||
"cancelImport": "취소",
|
||||
"cancelled": "가져오기가 취소되었습니다",
|
||||
"completed": "가져오기가 완료되었습니다",
|
||||
"completedWithErrors": "오류와 함께 완료됨",
|
||||
"completedSuccess": "{count}개의 레시피를 성공적으로 가져왔습니다",
|
||||
"successCount": "성공",
|
||||
"failedCount": "실패",
|
||||
"skippedCount": "건너뜀",
|
||||
"totalProcessed": "처리된 전체",
|
||||
"viewDetails": "세부 정보 보기",
|
||||
"newImport": "새 가져오기",
|
||||
"manualPathEntry": "폴더 경로를 직접 입력하세요. 이 브라우저에서는 파일 브라우저를 사용할 수 없습니다.",
|
||||
"batchImportDirectorySelected": "선택한 폴더: {path}",
|
||||
"batchImportManualEntryRequired": "파일 브라우저를 사용할 수 없습니다. 폴더 경로를 직접 입력하세요.",
|
||||
"backToParent": "상위 폴더로",
|
||||
"folders": "폴더",
|
||||
"folderCount": "폴더 {count}개",
|
||||
"imageFiles": "이미지 파일",
|
||||
"images": "이미지",
|
||||
"imageCount": "이미지 {count}개",
|
||||
"selectFolder": "이 폴더 선택",
|
||||
"errors": {
|
||||
"enterUrls": "Please enter at least one URL or path",
|
||||
"enterDirectory": "Please enter a directory path",
|
||||
"startFailed": "Failed to start import: {message}"
|
||||
"enterUrls": "URL 또는 경로를 하나 이상 입력하세요",
|
||||
"enterDirectory": "폴더 경로를 입력하세요",
|
||||
"startFailed": "가져오기를 시작하지 못했습니다: {message}"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2068,14 +2068,14 @@
|
||||
"importFailed": "가져오기 실패: {message}",
|
||||
"folderTreeFailed": "폴더 트리 로딩 실패",
|
||||
"folderTreeError": "폴더 트리 로딩 오류",
|
||||
"batchImportFailed": "Failed to start batch import: {message}",
|
||||
"batchImportCancelling": "Cancelling batch import...",
|
||||
"batchImportCancelFailed": "Failed to cancel batch import: {message}",
|
||||
"batchImportNoUrls": "Please enter at least one URL or file path",
|
||||
"batchImportNoDirectory": "Please enter a directory path",
|
||||
"batchImportRateLimited": "메타데이터 제공자의 속도 제한에 도달했습니다 — 요청이 느려지고 일부 항목이 건너뛰어질 수 있습니다. 나중에 가져오기를 다시 실행할 수 있습니다.",
|
||||
"batchImportBrowseFailed": "Failed to browse directory: {message}",
|
||||
"batchImportDirectorySelected": "Directory selected: {path}",
|
||||
"batchImportFailed": "일괄 가져오기를 시작하지 못했습니다: {message}",
|
||||
"batchImportCancelling": "일괄 가져오기를 취소하는 중...",
|
||||
"batchImportCancelFailed": "일괄 가져오기를 취소하지 못했습니다: {message}",
|
||||
"batchImportNoUrls": "URL 또는 파일 경로를 하나 이상 입력하세요",
|
||||
"batchImportNoDirectory": "폴더 경로를 입력하세요",
|
||||
"batchImportRateLimited": "메타데이터 제공자 속도 제한 도달 — 요청이 느려지고 일부 항목이 건너뛰어질 수 있습니다. 나중에 가져오기를 다시 실행할 수 있습니다.",
|
||||
"batchImportBrowseFailed": "폴더를 찾아보지 못했습니다: {message}",
|
||||
"batchImportDirectorySelected": "선택한 폴더: {path}",
|
||||
"noRecipesSelected": "선택한 레시피가 없습니다",
|
||||
"repairBulkComplete": "복구 완료: {repaired}개 복구, {skipped}개 건너뜀 (총 {total}개)",
|
||||
"repairBulkSkipped": "선택한 {total}개 레시피는 복구가 필요하지 않습니다",
|
||||
|
||||
Reference in New Issue
Block a user