blob: 467d8a93b9c775854320099c3bdea9702719d010 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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/.
screenshots-overlay-cancel-button = 取消
screenshots-overlay-instructions = 拖曳或點擊頁面來選擇區域,按下 ESC 取消。
screenshots-overlay-download-button = 下載
screenshots-overlay-copy-button = 複製
# This string represents the selection size area
# "x" here represents "by" (i.e 123 by 456)
# Variables:
# $width (Number) - The width of the selection region in pixels
# $height (Number) - The height of the selection region in pixels
screenshots-overlay-selection-region-size = { $width } x { $height }
|