14 lines
880 B
Text
14 lines
880 B
Text
# 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/.
|
|
|
|
|
|
## Text recognition works through a modal that presents the text that is found
|
|
## in an image, and copies the results to the clipboard.
|
|
|
|
text-recognition-modal-searching-title = 画像のテキストを抽出中...
|
|
text-recognition-modal-results-title = 画像からコピーしたテキスト
|
|
text-recognition-modal-no-results-title = 申し訳ありません。テキストを抽出できませんでした。違う画像で試してください。<a data-l10n-name="error-link">詳細</a>
|
|
text-recognition-modal-close-button = 閉じる
|
|
# The title of the the modal is only available to screen readers.
|
|
text-recognition-modal-accessible-modal-title = テキスト抽出結果
|