fix(locales): translate global context menu entries for downloading example images

This commit is contained in:
Will Miao
2025-09-23 22:24:57 +08:00
parent 219cd242db
commit dde7cf71c6
8 changed files with 64 additions and 64 deletions

View File

@@ -124,16 +124,16 @@
},
"globalContextMenu": {
"downloadExampleImages": {
"label": "[TODO: Translate] Download example images",
"missingPath": "[TODO: Translate] Set a download location before downloading example images.",
"unavailable": "[TODO: Translate] Example image downloads aren't available yet. Try again after the page finishes loading."
"label": "例画像をダウンロード",
"missingPath": "例画像をダウンロードする前にダウンロード場所を設定してください。",
"unavailable": "例画像のダウンロードはまだ利用できません。ページの読み込みが完了してから再度お試しください。"
},
"cleanupExampleImages": {
"label": "Clean up example image folders",
"success": "Moved {count} folder(s) to the deleted folder",
"none": "No example image folders needed cleanup",
"partial": "Cleanup completed with {failures} folder(s) skipped",
"error": "Failed to clean example image folders: {message}"
"label": "例画像フォルダをクリーンアップ",
"success": "{count} 個のフォルダを削除フォルダに移動しました",
"none": "クリーンアップが必要な例画像フォルダはありません",
"partial": "クリーンアップが完了しましたが、{failures} 個のフォルダはスキップされました",
"error": "例画像フォルダのクリーンアップに失敗しました:{message}"
}
},
"header": {