summaryrefslogtreecommitdiffstats
path: root/l10n-ja/suite/chrome/common/downloads
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-ja/suite/chrome/common/downloads
parentInitial commit. (diff)
downloadfirefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz
firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ja/suite/chrome/common/downloads')
-rw-r--r--l10n-ja/suite/chrome/common/downloads/downloadmanager.dtd95
-rw-r--r--l10n-ja/suite/chrome/common/downloads/downloadmanager.properties146
-rw-r--r--l10n-ja/suite/chrome/common/downloads/progressDialog.dtd20
3 files changed, 261 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/common/downloads/downloadmanager.dtd b/l10n-ja/suite/chrome/common/downloads/downloadmanager.dtd
new file mode 100644
index 0000000000..5d602d2bb3
--- /dev/null
+++ b/l10n-ja/suite/chrome/common/downloads/downloadmanager.dtd
@@ -0,0 +1,95 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY downloadManager.title "ダウンロードマネージャー">
+
+<!ENTITY menuBar.tooltip "メニューバー">
+<!ENTITY searchBar.tooltip "検索バー">
+
+<!ENTITY search.placeholder "ダウンロードファイルの検索">
+<!ENTITY search.label "ダウンロードファイルを検索">
+<!ENTITY search.accesskey "S">
+<!ENTITY search.key "f">
+
+<!ENTITY cmd.clearList.label "履歴の消去">
+<!ENTITY cmd.clearList.tooltip "リストから完了、キャンセル、失敗したダウンロードを削除します">
+<!ENTITY cmd.clearList.accesskey "C">
+
+<!ENTITY col.name.label "名前">
+<!ENTITY col.name.accesskey "N">
+<!ENTITY col.name.tooltip "ファイル名">
+<!ENTITY col.status.label "状態">
+<!ENTITY col.status.accesskey "S">
+<!ENTITY col.status.tooltip "ファイルの状態">
+<!ENTITY col.actionPlay.label "中断/再開/再試行">
+<!ENTITY col.actionPlay.accesskey "u">
+<!ENTITY col.actionPlay.tooltip "ダウンロードの中断/再開/再試行">
+<!ENTITY col.actionStop.label "キャンセル/削除">
+<!ENTITY col.actionStop.accesskey "C">
+<!ENTITY col.actionStop.tooltip "ダウンロードのキャンセル/リストから削除">
+<!ENTITY col.progress.label "進行状況">
+<!ENTITY col.progress.accesskey "P">
+<!ENTITY col.progress.tooltip "ダウンロードの進行状況">
+<!ENTITY col.timeremaining.label "残り時間">
+<!ENTITY col.timeremaining.accesskey "L">
+<!ENTITY col.timeremaining.tooltip "ダウンロードの残り時間">
+<!ENTITY col.transferred.label "転送サイズ">
+<!ENTITY col.transferred.accesskey "T">
+<!ENTITY col.transferred.tooltip "ファイルの転送済みサイズ">
+<!ENTITY col.transferrate.label "転送速度">
+<!ENTITY col.transferrate.accesskey "d">
+<!ENTITY col.transferrate.tooltip "ファイルの転送速度">
+<!ENTITY col.timeelapsed.label "経過時間">
+<!ENTITY col.timeelapsed.accesskey "E">
+<!ENTITY col.timeelapsed.tooltip "ダウンロードの経過時間">
+<!ENTITY col.starttime.label "開始時刻">
+<!ENTITY col.starttime.accesskey "a">
+<!ENTITY col.starttime.tooltip "ダウンロードの開始時刻">
+<!ENTITY col.endtime.label "終了時刻">
+<!ENTITY col.endtime.accesskey "i">
+<!ENTITY col.endtime.tooltip "ダウンロードの予想終了時刻">
+<!ENTITY col.progresstext.label "&#37;">
+<!ENTITY col.progresstext.accesskey "&#37;">
+<!ENTITY col.progresstext.tooltip "進行状況 (&#37;)">
+<!ENTITY col.source.label "URL">
+<!ENTITY col.source.accesskey "o">
+<!ENTITY col.source.tooltip "ダウンロード元の URL">
+
+<!ENTITY view.columns.label "表示する列">
+<!ENTITY view.columns.accesskey "C">
+<!ENTITY view.sortBy.label "項目の表示順序">
+<!ENTITY view.sortBy.accesskey "S">
+
+<!ENTITY view.unsorted.label "並べ替えない">
+<!ENTITY view.unsorted.accesskey "U">
+<!ENTITY view.sortAscending.label "昇順 (A &#x2192; Z)"><!-- A → Z -->
+<!ENTITY view.sortAscending.accesskey "A">
+<!ENTITY view.sortDescending.label "降順 (Z &#x2192; A)"><!-- A → Z -->
+<!ENTITY view.sortDescending.accesskey "Z">
+
+<!ENTITY cmd.pause.label "中断">
+<!ENTITY cmd.pause.accesskey "P">
+<!ENTITY cmd.resume.label "再開">
+<!ENTITY cmd.resume.accesskey "R">
+<!ENTITY cmd.retry.label "再試行">
+<!ENTITY cmd.retry.accesskey "t">
+<!ENTITY cmd.cancel.label "キャンセル">
+<!ENTITY cmd.cancel.accesskey "C">
+<!ENTITY cmd.remove.label "リストから削除">
+<!ENTITY cmd.remove.accesskey "e">
+<!ENTITY cmd.open.label "ファイルを開く">
+<!ENTITY cmd.open.accesskey "O">
+<!ENTITY cmd.show.label "保存フォルダーを開く">
+<!ENTITY cmd.show.accesskey "F">
+<!ENTITY cmd.goToDownloadPage.label "ダウンロードしたページを開く">
+<!ENTITY cmd.goToDownloadPage.accesskey "G">
+<!ENTITY cmd.copyDownloadLink.label "ダウンロードした URL をコピー">
+<!ENTITY cmd.copyDownloadLink.accesskey "L">
+<!ENTITY cmd.properties.label "プロパティを表示...">
+<!ENTITY cmd.properties.accesskey "s">
+<!-- LOCALIZATION NOTE (cmd.unblock2.label):
+ This command is shown in the context menu when downloads are blocked.
+ -->
+<!ENTITY cmd.unblock2.label "ダウンロードを許可">
+<!ENTITY cmd.unblock2.accesskey "l">
diff --git a/l10n-ja/suite/chrome/common/downloads/downloadmanager.properties b/l10n-ja/suite/chrome/common/downloads/downloadmanager.properties
new file mode 100644
index 0000000000..c6fe1bda37
--- /dev/null
+++ b/l10n-ja/suite/chrome/common/downloads/downloadmanager.properties
@@ -0,0 +1,146 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (stateUnknown):
+# Indicates that the download stat is unknown.
+# You should never see this in the ui.
+stateUnknown=不明
+# LOCALIZATION NOTE (stateDownloading):
+# Indicates that the download is in progress.
+stateDownloading=ダウンロード中
+# LOCALIZATION NOTE (stateUploading):
+# Indicates that the upload is in progress.
+stateUploading=アップロード中
+# LOCALIZATION NOTE (stateStarting):
+# Indicates that the download is starting.
+# You won't probably ever see this in the ui.
+stateStarting=開始中...
+# LOCALIZATION NOTE (stateNotStarted):
+# Indicates that the download has not started yet.
+# You won't probably ever see this in the ui.
+stateNotStarted=未開始
+# LOCALIZATION NOTE (stateScanning):
+# Indicates that an external program is scanning the download for viruses.
+stateScanning=ウイルススキャン中...
+# LOCALIZATION NOTE (stateFailed):
+# Indicates that the download failed because of an error.
+stateFailed=失敗
+# LOCALIZATION NOTE (statePaused):
+# Indicates that the download was paused by the user.
+statePaused=中断
+# LOCALIZATION NOTE (stateCanceled):
+# Indicates that the download was canceled by the user.
+stateCanceled=キャンセル
+# LOCALIZATION NOTE (stateCompleted):
+# Indicates that the download was completed.
+stateCompleted=完了
+# LOCALIZATION NOTE (stateBlockedParentalControls):
+# Indicates that the download was blocked by the Parental Controls feature of
+# Windows. "Parental Controls" should be consistently named and capitalized
+# with the display of this feature in Windows. The following article can
+# provide a reference for the translation of "Parental Controls" in various
+# languages:
+# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls
+stateBlockedParentalControls=ペアレンタルコントロールによりブロック
+# LOCALIZATION NOTE (stateBlockedPolicy):
+# Indicates that the download was blocked on Windows because of the "Launching
+# applications and unsafe files" setting of the "security zone" associated with
+# the target site. "Security zone" should be consistently named and capitalized
+# with the display of this feature in Windows. The following article can
+# provide a reference for the translation of "security zone" in various
+# languages:
+# http://support.microsoft.com/kb/174360
+stateBlockedPolicy=セキュリティゾーンポリシーによりブロック
+# LOCALIZATION NOTE (stateDirty):
+# Indicates that the download was blocked after scanning.
+stateDirty=ブロック: ウイルスまたはスパイウェアが含まれています
+
+# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted,
+# blockedUncommon2):
+# These strings are shown in the panel for some types of blocked downloads, and
+# are immediately followed by the "Learn More" link, thus they must end with a
+# period. You may need to adjust "downloadDetails.width" in "downloads.dtd" if
+# this turns out to be longer than the other existing status strings.
+# Note: These strings don't exist in the UI yet. See bug 1053890.
+blockedMalware=このファイルにはウイルスまたはスパイウェアが含まれています。
+blockedPotentiallyUnwanted=このファイルはコンピューターに損害を加える可能性があります。
+blockedUncommon2=このファイルはダウンロードされたものではありません。
+
+# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen,
+# unblockTypeMalware, unblockTypePotentiallyUnwanted2,
+# unblockTypeUncommon2, unblockTip2, unblockButtonOpen,
+# unblockButtonUnblock, unblockButtonConfirmBlock):
+# These strings are displayed in the dialog shown when the user asks a blocked
+# download to be unblocked. The severity of the threat is expressed in
+# descending order by the unblockType strings, it is higher for files detected
+# as malware and lower for uncommon downloads.
+unblockHeaderUnblock=このダウンロードを許可してもよろしいですか?
+unblockHeaderOpen=このファイルを開いてもよろしいですか?
+unblockTypeMalware=このファイルにはコンピューターに損害を与えるウイルスまたはマルウェアが含まれています。
+unblockTypePotentiallyUnwanted2=このファイルは偽装されており、ご使用のプログラムや設定に予期せぬ変更を加える可能性があります。
+unblockTypeUncommon2=このファイルはダウンロードされたものではないため、開くのは危険かもしれません。ウイルスが含まれていたりご使用のプログラムや設定に変更を加えるものが含まれている可能性があります。
+unblockTip2=検索して別のサイトからダウンロードするか、後で再度試してください。
+unblockButtonOpen=開く
+unblockButtonUnblock=ダウンロードを許可
+unblockButtonConfirmBlock=ファイルを削除
+
+fileExecutableSecurityWarning=“%S” は実行可能ファイルです。実行可能ファイルには、コンピューターに損害を与えるウイルスや悪意のあるコードが含まれている可能性があります。この形式のファイルを開く場合は十分に注意してください。本当に “%S” を実行してもよろしいですか?
+fileExecutableSecurityWarningTitle=実行可能ファイルを開きますか?
+fileExecutableSecurityWarningDontAsk=今後も同様に処理する
+
+# LOCALIZATION NOTE (otherDownloads3):
+# This is displayed in an item at the bottom of the Downloads Panel when
+# there are more downloads than can fit in the list in the panel. Use a
+# semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/Localization_and_Plurals
+otherDownloads3=%1$S 個のファイルをダウンロードしています
+
+# LOCALIZATION NOTE (downloadsTitleFiles, downloadsTitlePercent): Semi-colon list of
+# plural forms. See: http://developer.mozilla.org/en/Localization_and_Plurals
+# %1$S number of files; %2$S overall download percent (only for downloadsTitlePercent)
+# %% will appear as a single % sign, so %2$S%% is the percent number plus the % sign
+# examples: 2% of 1 file - Download Manager; 22% of 11 files - Download Manager
+downloadsTitleFiles=%1$S ファイル - ダウンロードマネージャー
+downloadsTitlePercent=%2$S%% / %1$S ファイル - ダウンロードマネージャー
+
+# LOCALIZATION NOTE (progressTitle):
+# %1$S is the file name, %2$S is the download state
+# examples: coolvideo.ogg - Finished; seamonkey-nightly.zip - Paused
+progressTitle=%1$S - %2$S
+# LOCALIZATION NOTE (progressTitlePercent):
+# %1$S is download percent, %2$S is the file name, %3$S is the download state
+# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign
+# examples: 42% of coolvideo.ogg - Paused; 98% of seamonkey-nightly.zip - Downloading
+progressTitlePercent=(%1$S%% 完了) %2$S - %3$S
+
+# LOCALIZATION NOTE (percentFormat): %1$S is download percent
+# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign
+percentFormat=%1$S%%
+
+# LOCALIZATION NOTE (speedFormat):
+# %1$S rate number; %2$S rate unit
+# units are taken from toolkit's downloads.properties
+# example: 2.2 MB/sec
+speedFormat=%1$S %2$S/秒
+
+# LOCALIZATION NOTE (timeSingle): %1$S time number; %2$S time unit
+# example: 1 minute; 11 hours
+timeSingle=%1$S %2$S
+# LOCALIZATION NOTE (timeDouble):
+# %1$S time number; %2$S time unit; %3$S time sub number; %4$S time sub unit
+# example: 11 hours, 2 minutes; 1 day, 22 hours
+timeDouble=%1$S %2$S %3$S %4$S
+
+# LOCALIZATION NOTE (sizeSpeed):
+# %1$S is transfer progress; %2$S download speed
+# example: 1.1 of 11.1 GB (2.2 MB/sec)
+sizeSpeed=%1$S (%2$S)
+
+# LOCALIZATION NOTE (statusActive): — is the "em dash" (long dash)
+# %1$S download status; %2$S time remaining
+# example: Paused — 11 hours, 2 minutes remaining
+statusActive=%1$S — %2$S
+
+fromSource=ダウンロード元: %S
+toTarget=保存先: %S
diff --git a/l10n-ja/suite/chrome/common/downloads/progressDialog.dtd b/l10n-ja/suite/chrome/common/downloads/progressDialog.dtd
new file mode 100644
index 0000000000..e095e85368
--- /dev/null
+++ b/l10n-ja/suite/chrome/common/downloads/progressDialog.dtd
@@ -0,0 +1,20 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!ENTITY progress.title "ダウンロードしています...">
+<!ENTITY closeWindow.key "w">
+<!ENTITY cmd.pause.tooltip "中断">
+<!ENTITY cmd.resume.tooltip "再開">
+<!ENTITY cmd.retry.tooltip "再試行">
+<!ENTITY cmd.cancel.tooltip "キャンセル">
+<!ENTITY cmd.open.label "ファイルを開く">
+<!ENTITY cmd.open.accesskey "O">
+<!ENTITY cmd.show.label "保存フォルダーを開く">
+<!ENTITY cmd.show.accesskey "F">
+<!ENTITY cmd.goToDownloadPage.label "ダウンロードしたページを開く">
+<!ENTITY cmd.goToDownloadPage.accesskey "G">
+<!ENTITY cmd.copyDownloadLink.label "ダウンロードした URL をコピー">
+<!ENTITY cmd.copyDownloadLink.accesskey "L">
+<!ENTITY closeWhenDone.label "ダウンロード完了後、このウィンドウを閉じる">
+<!ENTITY closeWhenDone.accesskey "w">