blob: 8e932561bd16e79e8abebdbcfc8a7d0424021926 (
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
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
|
# cbi.po
# generated from ./i18n/english/luasrc/i18n/cbi.en.lua
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:1
#. Add entry
msgid "cbi_add"
msgstr "エントリーの追加"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:2
#. Remove entry
msgid "cbi_del"
msgstr "エントリーの削除"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:3
#. Replace entry
msgid "cbi_replace"
msgstr "エントリーの置き換え"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:4
#. Invalid input value
msgid "cbi_invalid"
msgstr "入力値が不正です"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:5
#. <strong>Validation failed:</strong> Please check any input fields for mistakes.
msgid "cbi_invalid_section"
msgstr "<strong>検証に失敗しました:</strong> どこかの項目に間違いが無いか確認してください。"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:6
#. This field is mandatory
msgid "cbi_missing"
msgstr "この項目は必須です"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:7
#. <strong>Validation failed:</strong> At least one mandatory field has no or an invalid value
msgid "cbi_deperror"
msgstr "<strong>検証に失敗しました:</strong> 必須の項目が無いか、不正な値です。"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:8
#. A requirement for this option was not met
msgid "cbi_reqerror"
msgstr "このオプションの為の要件を満たしていません。"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:9
#. -- Additional Field --
msgid "cbi_addopt"
msgstr "-- 追加項目 --"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:10
#. (optional)
msgid "cbi_optional"
msgstr " (任意)"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:11
#. This section contains no values yet
msgid "cbi_sectempty"
msgstr "このセクションにはまだ値が含まれていません"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:12
#. -- custom --
msgid "cbi_manual"
msgstr "-- カスタム --"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:13
#. -- Please choose --
msgid "cbi_select"
msgstr "-- 選んでください --"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:14
#. Go to relevant configuration page
msgid "cbi_gorel"
msgstr "Go to relevant configuration page"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:15
#. Applying changes
msgid "cbi_applying"
msgstr "変更を適用"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:16
#. Uploaded File
msgid "cbi_upload"
msgstr "アップロード完了"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:17
#. Search file...
msgid "cbi_browser"
msgstr "Search file..."
|