Merge branch 'Alpha-4' into alpha4-vrmconverter
This commit is contained in:
@@ -325,6 +325,7 @@
|
||||
"Visemes.success": "Visemes created successfully",
|
||||
"Visemes.mesh_select": "Select Mesh",
|
||||
"Visemes.mesh_select_desc": "Select the mesh to create visemes on",
|
||||
"Visemes.no_meshes": "No meshes found",
|
||||
|
||||
"EyeTracking.label": "Eye Tracking",
|
||||
"EyeTracking.setup": "Eye Tracking Setup",
|
||||
@@ -517,6 +518,8 @@
|
||||
"TextureAtlas.save_file_instructions": "Use File > Save As... or click the button below:",
|
||||
"TextureAtlas.save_file_button": "Save Blender File",
|
||||
"TextureAtlas.save_file_required": "Save File Required",
|
||||
"TextureAtlas.search_materials": "Search Materials",
|
||||
"TextureAtlas.search_materials_desc": "Filter materials by name",
|
||||
|
||||
"Settings.label": "Settings",
|
||||
"Settings.language": "Language",
|
||||
@@ -584,5 +587,69 @@
|
||||
"VRM.validation.hierarchy_issues": "Conversion completed but hierarchy validation found issues:",
|
||||
"VRM.validation.armature_passed": "Armature passes standard validation",
|
||||
"VRM.validation.failed": "Conversion completed but validation failed: {error}"
|
||||
}
|
||||
"VRM.remove_colliders": "Remove Colliders",
|
||||
"VRM.remove_colliders_desc": "Remove VRM collider bones during conversion",
|
||||
"VRM.remove_root": "Remove Root Bone",
|
||||
"VRM.remove_root_desc": "Remove unnecessary VRM root bone and make Hips the root bone",
|
||||
|
||||
"Translation.label": "Translation",
|
||||
"Translation.service": "Translation Service",
|
||||
"Translation.service_desc": "Choose the translation service to use",
|
||||
"Translation.mode": "Translation Mode",
|
||||
"Translation.mode_desc": "Select how translation should work",
|
||||
"Translation.mode.hybrid": "Hybrid (Dictionary + API)",
|
||||
"Translation.mode.hybrid_desc": "Try dictionary first, then use API service as fallback",
|
||||
"Translation.mode.dictionary_only": "Dictionary Only",
|
||||
"Translation.mode.dictionary_only_desc": "Only use built-in dictionaries for translation",
|
||||
"Translation.mode.api_only": "API Only",
|
||||
"Translation.mode.api_only_desc": "Only use online translation services",
|
||||
"Translation.service_settings": "Translation Service",
|
||||
"Translation.language_settings": "Language Settings",
|
||||
"Translation.quick_actions": "Quick Actions",
|
||||
"Translation.utilities": "Utilities",
|
||||
"Translation.advanced_settings": "Advanced Settings",
|
||||
"Translation.source_language": "Source Language",
|
||||
"Translation.source_language_desc": "Language to translate from",
|
||||
"Translation.target_language": "Target Language",
|
||||
"Translation.target_language_desc": "Language to translate to",
|
||||
"Translation.translate_names": "Translate Names",
|
||||
"Translation.translate_names_desc": "Translate names using the selected service and settings",
|
||||
"Translation.test_service": "Test Service",
|
||||
"Translation.test_service_desc": "Test the currently selected translation service",
|
||||
"Translation.clear_cache": "Clear Cache",
|
||||
"Translation.clear_cache_desc": "Clear all cached translations",
|
||||
"Translation.show_stats": "Show Statistics",
|
||||
"Translation.show_stats_desc": "Show translation statistics and information",
|
||||
"Translation.no_armature": "No armature selected",
|
||||
"Translation.test_failed": "Translation service test failed - check configuration",
|
||||
"Translation.cache_cleared": "Translation cache cleared successfully",
|
||||
"Translation.mymemory_info": "MyMemory is completely free with no API key required. Provides 1000 translations per day.",
|
||||
"Translation.service.mymemory": "MyMemory (Free)",
|
||||
"Translation.service.mymemory_desc": "Completely free service - no API key needed!",
|
||||
"Translation.service.libretranslate": "LibreTranslate",
|
||||
"Translation.service.libretranslate_desc": "Configurable server - can be self-hosted",
|
||||
"Translation.service.deepl": "DeepL",
|
||||
"Translation.service.deepl_desc": "High-quality translations - API key required",
|
||||
"Translation.type.bones": "Bones",
|
||||
"Translation.type.bones_desc": "Translate bone names",
|
||||
"Translation.type.shapekeys": "Shape Keys",
|
||||
"Translation.type.shapekeys_desc": "Translate shape key names",
|
||||
"Translation.type.materials": "Materials",
|
||||
"Translation.type.materials_desc": "Translate material names",
|
||||
"Translation.type.objects": "Objects",
|
||||
"Translation.type.objects_desc": "Translate object names",
|
||||
"Translation.type.all": "All",
|
||||
"Translation.type.all_desc": "Translate all supported types",
|
||||
"Translation.configure_deepl": "Configure DeepL API",
|
||||
"Translation.configure_deepl_desc": "Configure DeepL translation service API key",
|
||||
"Translation.deepl_api_key": "DeepL API Key",
|
||||
"Translation.deepl_api_key_desc": "Your DeepL API key (get free key at deepl.com/pro)",
|
||||
"Translation.configure_libretranslate": "Configure LibreTranslate Server",
|
||||
"Translation.configure_libretranslate_desc": "Configure LibreTranslate translation service server URL",
|
||||
"Translation.server_url": "Server URL",
|
||||
"Translation.server_url_desc": "LibreTranslate server URL (e.g., https://your-server.com)",
|
||||
"Translation.api_key": "API Key",
|
||||
"Translation.api_key_desc": "API key for LibreTranslate server (optional for some servers)"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -308,6 +308,7 @@
|
||||
"Visemes.success": "口形素が正常に作成されました",
|
||||
"Visemes.mesh_select": "メッシュを選択",
|
||||
"Visemes.mesh_select_desc": "口形素を作成するメッシュを選択",
|
||||
"Visemes.no_meshes": "メッシュが見つかりません",
|
||||
|
||||
"EyeTracking.label": "アイトラッキング",
|
||||
"EyeTracking.setup": "アイトラッキング設定",
|
||||
@@ -500,6 +501,8 @@
|
||||
"TextureAtlas.save_file_instructions": "ファイル > 名前を付けて保存... を使用するか、下のボタンをクリックしてください:",
|
||||
"TextureAtlas.save_file_button": "Blenderファイルを保存",
|
||||
"TextureAtlas.save_file_required": "ファイルの保存が必要です",
|
||||
"TextureAtlas.search_materials": "マテリアルを検索",
|
||||
"TextureAtlas.search_materials_desc": "名前でマテリアルをフィルタリング",
|
||||
|
||||
"Settings.label": "設定",
|
||||
"Settings.language": "言語",
|
||||
@@ -566,6 +569,69 @@
|
||||
"VRM.validation.hierarchy_passed": "Unity階層検証に合格しました",
|
||||
"VRM.validation.hierarchy_issues": "変換は完了しましたが、階層検証で問題が見つかりました:",
|
||||
"VRM.validation.armature_passed": "アーマチュアは標準検証に合格しました",
|
||||
"VRM.validation.failed": "変換は完了しましたが、検証に失敗しました: {error}"
|
||||
"VRM.validation.failed": "変換は完了しましたが、検証に失敗しました: {error}",
|
||||
"VRM.remove_colliders": "コライダーを削除",
|
||||
"VRM.remove_colliders_desc": "変換中にVRMコライダーボーンを削除",
|
||||
"VRM.remove_root": "ルートボーンを削除",
|
||||
"VRM.remove_root_desc": "不要なVRMルートボーンを削除し、ヒップをルートボーンにする",
|
||||
|
||||
"Translation.label": "翻訳",
|
||||
"Translation.service": "翻訳サービス",
|
||||
"Translation.service_desc": "使用する翻訳サービスを選択",
|
||||
"Translation.mode": "翻訳モード",
|
||||
"Translation.mode_desc": "翻訳の動作方法を選択",
|
||||
"Translation.mode.hybrid": "ハイブリッド(辞書 + API)",
|
||||
"Translation.mode.hybrid_desc": "まず辞書を試し、その後APIサービスをフォールバックとして使用",
|
||||
"Translation.mode.dictionary_only": "辞書のみ",
|
||||
"Translation.mode.dictionary_only_desc": "翻訳には組み込み辞書のみを使用",
|
||||
"Translation.mode.api_only": "APIのみ",
|
||||
"Translation.mode.api_only_desc": "オンライン翻訳サービスのみを使用",
|
||||
"Translation.service_settings": "翻訳サービス",
|
||||
"Translation.language_settings": "言語設定",
|
||||
"Translation.quick_actions": "クイックアクション",
|
||||
"Translation.utilities": "ユーティリティ",
|
||||
"Translation.advanced_settings": "詳細設定",
|
||||
"Translation.source_language": "ソース言語",
|
||||
"Translation.source_language_desc": "翻訳元の言語",
|
||||
"Translation.target_language": "ターゲット言語",
|
||||
"Translation.target_language_desc": "翻訳先の言語",
|
||||
"Translation.translate_names": "名前を翻訳",
|
||||
"Translation.translate_names_desc": "選択したサービスと設定を使用して名前を翻訳",
|
||||
"Translation.test_service": "サービスをテスト",
|
||||
"Translation.test_service_desc": "現在選択されている翻訳サービスをテスト",
|
||||
"Translation.clear_cache": "キャッシュをクリア",
|
||||
"Translation.clear_cache_desc": "すべてのキャッシュされた翻訳をクリア",
|
||||
"Translation.show_stats": "統計を表示",
|
||||
"Translation.show_stats_desc": "翻訳統計と情報を表示",
|
||||
"Translation.no_armature": "アーマチュアが選択されていません",
|
||||
"Translation.test_failed": "翻訳サービステストが失敗しました - 設定を確認してください",
|
||||
"Translation.cache_cleared": "翻訳キャッシュが正常にクリアされました",
|
||||
"Translation.mymemory_info": "MyMemoryは完全に無料でAPIキー不要です。1日1000回の翻訳を提供します。",
|
||||
"Translation.service.mymemory": "MyMemory(無料)",
|
||||
"Translation.service.mymemory_desc": "完全に無料のサービス - APIキー不要!",
|
||||
"Translation.service.libretranslate": "LibreTranslate",
|
||||
"Translation.service.libretranslate_desc": "設定可能なサーバー - セルフホスト可能",
|
||||
"Translation.service.deepl": "DeepL",
|
||||
"Translation.service.deepl_desc": "高品質な翻訳 - APIキーが必要",
|
||||
"Translation.type.bones": "ボーン",
|
||||
"Translation.type.bones_desc": "ボーン名を翻訳",
|
||||
"Translation.type.shapekeys": "シェイプキー",
|
||||
"Translation.type.shapekeys_desc": "シェイプキー名を翻訳",
|
||||
"Translation.type.materials": "マテリアル",
|
||||
"Translation.type.materials_desc": "マテリアル名を翻訳",
|
||||
"Translation.type.objects": "オブジェクト",
|
||||
"Translation.type.objects_desc": "オブジェクト名を翻訳",
|
||||
"Translation.type.all": "すべて",
|
||||
"Translation.type.all_desc": "サポートされているすべてのタイプを翻訳",
|
||||
"Translation.configure_deepl": "DeepL APIを設定",
|
||||
"Translation.configure_deepl_desc": "DeepL翻訳サービスAPIキーを設定",
|
||||
"Translation.deepl_api_key": "DeepL APIキー",
|
||||
"Translation.deepl_api_key_desc": "あなたのDeepL APIキー(deepl.com/proで無料キーを取得)",
|
||||
"Translation.configure_libretranslate": "LibreTranslateサーバーを設定",
|
||||
"Translation.configure_libretranslate_desc": "LibreTranslate翻訳サービスサーバーURLを設定",
|
||||
"Translation.server_url": "サーバーURL",
|
||||
"Translation.server_url_desc": "LibreTranslateサーバーURL(例:https://your-server.com)",
|
||||
"Translation.api_key": "APIキー",
|
||||
"Translation.api_key_desc": "LibreTranslateサーバー用のAPIキー(一部のサーバーでは任意)"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -308,6 +308,7 @@
|
||||
"Visemes.success": "비셈 생성 성공",
|
||||
"Visemes.mesh_select": "메시 선택",
|
||||
"Visemes.mesh_select_desc": "비셈을 생성할 메시 선택",
|
||||
"Visemes.no_meshes": "메시를 찾을 수 없음",
|
||||
|
||||
"EyeTracking.label": "시선 추적",
|
||||
"EyeTracking.setup": "시선 추적 설정",
|
||||
@@ -500,6 +501,8 @@
|
||||
"TextureAtlas.save_file_instructions": "파일 > 다른 이름으로 저장... 을 사용하거나 아래 버튼을 클릭하세요:",
|
||||
"TextureAtlas.save_file_button": "Blender 파일 저장",
|
||||
"TextureAtlas.save_file_required": "파일 저장 필요",
|
||||
"TextureAtlas.search_materials": "재질 검색",
|
||||
"TextureAtlas.search_materials_desc": "이름으로 재질 필터링",
|
||||
|
||||
"Settings.label": "설정",
|
||||
"Settings.language": "언어",
|
||||
@@ -566,6 +569,69 @@
|
||||
"VRM.validation.hierarchy_passed": "Unity 계층 구조 검증 통과",
|
||||
"VRM.validation.hierarchy_issues": "변환은 완료되었지만 계층 구조 검증에서 문제를 발견했습니다:",
|
||||
"VRM.validation.armature_passed": "아마추어가 표준 검증을 통과했습니다",
|
||||
"VRM.validation.failed": "변환은 완료되었지만 검증에 실패했습니다: {error}"
|
||||
"VRM.validation.failed": "변환은 완료되었지만 검증에 실패했습니다: {error}",
|
||||
"VRM.remove_colliders": "콜라이더 제거",
|
||||
"VRM.remove_colliders_desc": "변환 중 VRM 콜라이더 본 제거",
|
||||
"VRM.remove_root": "루트 본 제거",
|
||||
"VRM.remove_root_desc": "불필요한 VRM 루트 본을 제거하고 힙을 루트 본으로 설정",
|
||||
|
||||
"Translation.label": "번역",
|
||||
"Translation.service": "번역 서비스",
|
||||
"Translation.service_desc": "사용할 번역 서비스 선택",
|
||||
"Translation.mode": "번역 모드",
|
||||
"Translation.mode_desc": "번역 동작 방식 선택",
|
||||
"Translation.mode.hybrid": "하이브리드 (사전 + API)",
|
||||
"Translation.mode.hybrid_desc": "먼저 사전을 시도하고, 그 다음 API 서비스를 폴백으로 사용",
|
||||
"Translation.mode.dictionary_only": "사전만",
|
||||
"Translation.mode.dictionary_only_desc": "번역에 내장 사전만 사용",
|
||||
"Translation.mode.api_only": "API만",
|
||||
"Translation.mode.api_only_desc": "온라인 번역 서비스만 사용",
|
||||
"Translation.service_settings": "번역 서비스",
|
||||
"Translation.language_settings": "언어 설정",
|
||||
"Translation.quick_actions": "빠른 작업",
|
||||
"Translation.utilities": "유틸리티",
|
||||
"Translation.advanced_settings": "고급 설정",
|
||||
"Translation.source_language": "소스 언어",
|
||||
"Translation.source_language_desc": "번역할 원본 언어",
|
||||
"Translation.target_language": "대상 언어",
|
||||
"Translation.target_language_desc": "번역할 대상 언어",
|
||||
"Translation.translate_names": "이름 번역",
|
||||
"Translation.translate_names_desc": "선택한 서비스와 설정을 사용하여 이름 번역",
|
||||
"Translation.test_service": "서비스 테스트",
|
||||
"Translation.test_service_desc": "현재 선택된 번역 서비스 테스트",
|
||||
"Translation.clear_cache": "캐시 지우기",
|
||||
"Translation.clear_cache_desc": "모든 캐시된 번역 지우기",
|
||||
"Translation.show_stats": "통계 표시",
|
||||
"Translation.show_stats_desc": "번역 통계 및 정보 표시",
|
||||
"Translation.no_armature": "선택된 아마추어 없음",
|
||||
"Translation.test_failed": "번역 서비스 테스트 실패 - 구성을 확인하세요",
|
||||
"Translation.cache_cleared": "번역 캐시가 성공적으로 지워졌습니다",
|
||||
"Translation.mymemory_info": "MyMemory는 API 키 없이 완전히 무료입니다. 하루 1000회 번역을 제공합니다.",
|
||||
"Translation.service.mymemory": "MyMemory (무료)",
|
||||
"Translation.service.mymemory_desc": "완전히 무료 서비스 - API 키 불필요!",
|
||||
"Translation.service.libretranslate": "LibreTranslate",
|
||||
"Translation.service.libretranslate_desc": "구성 가능한 서버 - 셀프 호스팅 가능",
|
||||
"Translation.service.deepl": "DeepL",
|
||||
"Translation.service.deepl_desc": "고품질 번역 - API 키 필요",
|
||||
"Translation.type.bones": "본",
|
||||
"Translation.type.bones_desc": "본 이름 번역",
|
||||
"Translation.type.shapekeys": "쉐이프 키",
|
||||
"Translation.type.shapekeys_desc": "쉐이프 키 이름 번역",
|
||||
"Translation.type.materials": "재질",
|
||||
"Translation.type.materials_desc": "재질 이름 번역",
|
||||
"Translation.type.objects": "객체",
|
||||
"Translation.type.objects_desc": "객체 이름 번역",
|
||||
"Translation.type.all": "모두",
|
||||
"Translation.type.all_desc": "지원되는 모든 유형 번역",
|
||||
"Translation.configure_deepl": "DeepL API 구성",
|
||||
"Translation.configure_deepl_desc": "DeepL 번역 서비스 API 키 구성",
|
||||
"Translation.deepl_api_key": "DeepL API 키",
|
||||
"Translation.deepl_api_key_desc": "당신의 DeepL API 키 (deepl.com/pro에서 무료 키 획득)",
|
||||
"Translation.configure_libretranslate": "LibreTranslate 서버 구성",
|
||||
"Translation.configure_libretranslate_desc": "LibreTranslate 번역 서비스 서버 URL 구성",
|
||||
"Translation.server_url": "서버 URL",
|
||||
"Translation.server_url_desc": "LibreTranslate 서버 URL (예: https://your-server.com)",
|
||||
"Translation.api_key": "API 키",
|
||||
"Translation.api_key_desc": "LibreTranslate 서버용 API 키 (일부 서버는 선택사항)"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user