|
285 | 285 | "show": { |
286 | 286 | "message": "表示" |
287 | 287 | }, |
| 288 | + "advancedProxySettings": { |
| 289 | + "message": "プロキシーの詳細設定" |
| 290 | + }, |
288 | 291 | "learnMore": { |
289 | 292 | "message": "詳細情報" |
290 | 293 | }, |
| 294 | + "applyToContainer": { |
| 295 | + "message": "コンテナーに適用" |
| 296 | + }, |
291 | 297 | "theme": { |
292 | 298 | "message": "テーマ:", |
293 | 299 | "description": "Theme section title in the option page" |
|
339 | 345 | "openBookmarkInContainerTab": { |
340 | 346 | "message": "ブックマークをコンテナータブで開く" |
341 | 347 | }, |
| 348 | + "clearSiteCookiesTooltipInfo": { |
| 349 | + "message": "このサイトの Cookie を消去します", |
| 350 | + "description": "Label for hovering of the refresh button in a containers site manager" |
| 351 | + }, |
| 352 | + "deleteSiteTooltipInfo": { |
| 353 | + "message": "このサイトを削除します", |
| 354 | + "description": "Label for hovering of the trash button in a containers site manager" |
| 355 | + }, |
342 | 356 | "clearContainerStorage": { |
343 | 357 | "message": "ストレージと Cookie を消去", |
344 | 358 | "description": "Label for the clearing a containers storage and cache option" |
| 359 | + }, |
| 360 | + "cookiesClearedSuccess": { |
| 361 | + "message": "$siteName$ の Cookie を消去しました", |
| 362 | + "description": "Label to confirm that cookies were cleared in the site manager", |
| 363 | + "placeholders": { |
| 364 | + "siteName": { |
| 365 | + "content": "$1" |
| 366 | + } |
| 367 | + } |
| 368 | + }, |
| 369 | + "cookiesCouldNotBeCleared": { |
| 370 | + "message": "$siteName$ の Cookie を消去できませんでした", |
| 371 | + "description": "Error message that shows if cookies could not be cleared in the site manager", |
| 372 | + "placeholders": { |
| 373 | + "siteName": { |
| 374 | + "content": "$1" |
| 375 | + } |
| 376 | + } |
| 377 | + }, |
| 378 | + "storageWasClearedConfirmation": { |
| 379 | + "message": "$containerName$ のストレージと Cookie が消去しました。", |
| 380 | + "description": "The confirmation label that a containers storage was cleared successfully.", |
| 381 | + "placeholders": { |
| 382 | + "containerName": { |
| 383 | + "content": "$1" |
| 384 | + } |
| 385 | + } |
345 | 386 | } |
346 | 387 | } |
0 commit comments