blob: 52d21cd6ec16dfd321c8dd705595a3aee9bb0882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# 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/.
about-reader-loading = 読み込み中...
about-reader-load-error = ページから記事を読み込めませんでした
about-reader-color-scheme-light = ライト
.title = ライトの色設定
about-reader-color-scheme-dark = ダーク
.title = ダークの色設定
about-reader-color-scheme-sepia = セピア
.title = セピアの色設定
about-reader-color-scheme-auto = 自動
.title = 自動の色設定
# An estimate for how long it takes to read an article,
# expressed as a range covering both slow and fast readers.
# Variables:
# $rangePlural (String): The plural category of the range, using the same set as for numbers.
# $range (String): The range of minutes as a localised string. Examples: "3-7", "~1".
about-reader-estimated-read-time = { $range } 分
## These are used as tooltips in Type Control
about-reader-toolbar-minus =
.title = フォントサイズを小さくします
about-reader-toolbar-plus =
.title = フォントサイズを大きくします
about-reader-toolbar-contentwidthminus =
.title = コンテンツの幅を狭めます
about-reader-toolbar-contentwidthplus =
.title = コンテンツの幅を広げます
about-reader-toolbar-lineheightminus =
.title = 行間を狭めます
about-reader-toolbar-lineheightplus =
.title = 行間を広げます
## These are the styles of typeface that are options in the reader view controls.
about-reader-font-type-serif = Serif
about-reader-font-type-sans-serif = Sans-serif
## Reader View toolbar buttons
about-reader-toolbar-close = リーダービューを閉じる
about-reader-toolbar-type-controls = 書体コントロール
about-reader-toolbar-savetopocket = { -pocket-brand-name } に保存
|