about summary refs log tree commit diff stats
path: root/src/_locales/ja/messages.json
blob: 4b2e693bf0435be3771dbabdf4c6c0d4f59069c7 (plain) (blame)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
    "extensionName": {
        "message": "vhack-LibRedirect",
        "description": "name of the extension"
    },
    "extensionDescription": {
        "message": "A soft fork of the LibRedirect extension, preconfigured with the vhack.eu services",
        "description": "description of the extension"
    },
    "switchInstance": {
        "message": "インスタンスを変更",
        "description": "used in manifest.json as shortcut description"
    },
    "settings": {
        "message": "設定",
        "description": "used in the popup"
    },
    "general": {
        "message": "一般",
        "description": "used in the settings page"
    },
    "theme": {
        "message": "テーマ",
        "description": "used in the settings page"
    },
    "light": {
        "message": "ライト",
        "description": "used in the settings page"
    },
    "dark": {
        "message": "ダーク",
        "description": "used in the settings page"
    },
    "auto": {
        "message": "自動",
        "description": "used in the settings page"
    },
    "excludeFromRedirecting": {
        "message": "転送から除外",
        "description": "used in the settings page"
    },
    "importSettings": {
        "message": "設定のインポート",
        "description": "used in the settings page"
    },
    "exportSettings": {
        "message": "設定のエクスポート",
        "description": "used in the settings page"
    },
    "resetSettings": {
        "message": "設定を初期化",
        "description": "used in the settings page"
    },
    "enable": {
        "message": "有効化",
        "description": "used in the settings page"
    },
    "showInPopup": {
        "message": "ポップアップ内に表示",
        "description": "used in the settings page"
    },
    "frontend": {
        "message": "フロントエンド",
        "description": "used in the settings page"
    },
    "redirectType": {
        "message": "転送の種類",
        "description": "used in the settings page"
    },
    "both": {
        "message": "両方",
        "description": "used in the settings page"
    },
    "onlyEmbedded": {
        "message": "埋め込み型のみ",
        "description": "used in the settings page"
    },
    "onlyNotEmbedded": {
        "message": "非埋め込み型のみ",
        "description": "used in the settings page"
    },
    "addYourFavoriteInstances": {
        "message": "独自のインスタンスを追加",
        "description": "used in the settings page"
    },
    "copyOriginal": {
        "message": "元のサービスのURIをコピー"
    },
    "copied": {
        "message": "コピーしました"
    },
    "redirectToOriginal": {
        "message": "元のサービスに転送",
        "description": "Used in context menus when right clicking on a page/tab"
    },
    "redirectLink": {
        "message": "転送する",
        "description": "Used in context menus when right clicking on a hyperlink"
    },
    "about": {
        "message": "公式サイト"
    },
    "unsupportedIframesHandling": {
        "message": "未対応の埋め込み動画の処理"
    },
    "fetchPublicInstances": {
        "message": "公開インスタンスの一覧を取得"
    },
    "disable": {
        "message": "無効"
    },
    "pingInstances": {
        "message": "インスタンスの応答時間を確認"
    },
    "exportSettingsToSync": {
        "message": "設定を同期にエクスポート"
    },
    "importSettingsFromSync": {
        "message": "設定を同期からインポート"
    },
    "services": {
        "message": "サービス"
    },
    "service": {
        "message": "サービス"
    },
    "bookmarksMenu": {
        "message": "ブークマークのメニューに追加"
    },
    "redirectOnlyInIncognito": {
        "message": "シークレットモードでのみ転送"
    },
    "bypass": {
        "message": "転送なし"
    },
    "block": {
        "message": "表示しない"
    },
    "searchHint": {
        "message": "LibRedirect を標準の検索エンジンに設定します。chromium ブラウザーでのやり方は、<a href='https://libredirect.github.io/docs.html#search_engine_chromium' target='_blank' rel='noopener noreferrer'>こちらをクリック</a>。"
    },
    "redirect": {
        "message": "転送する"
    },
    "search_frontend": {
        "message": "検索フロントエンド"
    },
    "embedFrontend": {
        "message": "埋め込みフロントエンド"
    },
    "redirectGoogle": {
        "message": "Googleを転送する"
    },
    "autoPickInstance": {
        "message": "インスタンスを自動で取得"
    },
    "searchService": {
        "message": "検索サービス"
    }
}