Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,23 @@
"projectModal": {
"cancel": "Cancel",
"clone": "Clone from GitHub",
"cloneFailed": "Clone failed: {error}",
"cloneFromGitHub": "Clone from GitHub",
"cloneSuccess": "Clone succeeded",
"create": "Create",
"createEmptyFailed": "Failed to create empty project: {error}",
"createFailed": "Failed to create project: {error}",
"created": "Created",
"deleteConfirm": "Are you sure you want to delete this project?",
"deleteProject": "Delete Project",
"description": "Description",
"descriptionOptional": "Description (optional)",
"descriptionPlaceholder": "Enter project description...",
"editProject": "Edit Project",
"emptyProject": "Empty Project",
"emptyProjectHint": "Create a project without initial template files",
"import": "Import",
"importZip": "Import ZIP",
"inputRepoUrl": "Repository URL",
"loading": "Loading...",
"nameHint": "Use alphanumeric characters and hyphens",
Expand All @@ -300,8 +307,14 @@
"repoUrl": "Repository URL",
"repoUrlPlaceholder": "https://github.com/owner/repo",
"save": "Save",
"selectZipFile": "Please select a ZIP file",
"selectedFile": "Selected file",
"title": "Project Management",
"updated": "Updated"
"updated": "Updated",
"zipFile": "ZIP File",
"zipImportFailed": "ZIP import failed: {error}",
"zipImportHint": "Import a repository from a ZIP file. If .git directory exists, it will be preserved.",
"zipImportSuccess": "ZIP import succeeded"
},
"run": {
"clearOutput": "Clear output",
Expand Down
15 changes: 14 additions & 1 deletion locales/ja/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,23 @@
"projectModal": {
"cancel": "キャンセル",
"clone": "GitHubからクローン",
"cloneFailed": "クローンに失敗しました: {error}",
"cloneFromGitHub": "GitHubからクローン",
"cloneSuccess": "クローンに成功しました",
"create": "作成",
"createEmptyFailed": "空のプロジェクト作成に失敗しました: {error}",
"createFailed": "プロジェクト作成に失敗しました: {error}",
"created": "作成済み",
"deleteConfirm": "本当にこのプロジェクトを削除しますか?",
"deleteProject": "プロジェクト削除",
"description": "説明",
"descriptionOptional": "説明(任意)",
"descriptionPlaceholder": "プロジェクトの説明を入力してください...",
"editProject": "プロジェクト編集",
"emptyProject": "空のプロジェクト",
"emptyProjectHint": "初期テンプレートファイルなしでプロジェクトを作成します",
"import": "インポート",
"importZip": "ZIPインポート",
"inputRepoUrl": "リポジトリURLを入力",
"loading": "読み込み中...",
"nameHint": "英数字とハイフンのみ使用できます",
Expand All @@ -300,8 +307,14 @@
"repoUrl": "リポジトリURL",
"repoUrlPlaceholder": "https://github.com/owner/repo",
"save": "保存",
"selectZipFile": "ZIPファイルを選択してください",
"selectedFile": "選択されたファイル",
"title": "プロジェクト管理",
"updated": "更新されました"
"updated": "更新されました",
"zipFile": "ZIPファイル",
"zipImportFailed": "ZIPインポートに失敗しました: {error}",
"zipImportHint": "ZIPファイルからリポジトリをインポートします。.gitディレクトリがある場合は保持されます。",
"zipImportSuccess": "ZIPインポートに成功しました"
},
"run": {
"clearOutput": "出力をクリア",
Expand Down
Loading