Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / locales / ja / puppetlabs-concat.po
1 # #-#-#-#-#  puppetlabs-concat.pot (puppetlabs-concat 5.1.0-17-g0f37d63)  #-#-#-#-#
2 # SOME DESCRIPTIVE TITLE.
3 # Copyright (C) 2018 Puppet, Inc.
4 # This file is distributed under the same license as the puppetlabs-concat package.
5 # FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
6
7 # #-#-#-#-#  puppetlabs-concat_metadata.pot (PACKAGE VERSION)  #-#-#-#-#
8
9 # Translators:
10 # Kojima Ai <ai-kojima@to-in.co.jp>, 2018
11 # 下宮 祐子 <meow@ann.hi-ho.ne.jp>, 2018
12
13 #, fuzzy
14 msgid ""
15 msgstr ""
16 "Project-Id-Version: PACKAGE VERSION\n"
17 "Report-Msgid-Bugs-To: \n"
18 "POT-Creation-Date: 2018-11-30T14:59:51+00:00\n"
19 "PO-Revision-Date: 2018-12-15 00:41+0000\n"
20 "Last-Translator: 下宮 祐子 <meow@ann.hi-ho.ne.jp>, 2018\n"
21 "Language-Team: Japanese (Japan) (https://www.transifex.com/puppet/teams/41915/ja_JP/)\n"
22 "MIME-Version: 1.0\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "Language: ja_JP\n"
26 "Plural-Forms: nplurals=1; plural=0;\n"
27 "X-Generator: Translate Toolkit 2.0.0\n"
28
29 #. ./manifests/fragment.pp:27
30 msgid ""
31 "%{_resource}['%{_title}']: 'order' cannot contain '/', ':', or '\n"
32 "'."
33 msgstr ""
34 "%{_resource}['%{_title}']: 'order'には、'/'、':'、'\n"
35 "'を含めることはできません。"
36
37 #. ./manifests/fragment.pp:33
38 msgid ""
39 "%{_resource}['%{_title}']: Can't use 'source' and 'content' at the same "
40 "time."
41 msgstr "%{_resource}['%{_title}']: 'source'と'content'は同時に使用できません。"
42
43 #: ../lib/puppet/type/concat_file.rb:52
44 msgid "File paths must be fully qualified, not '%{_value}'"
45 msgstr "ファイルパスは'%{_value}'ではなく、完全修飾でなければなりません"
46
47 #: ../lib/puppet/type/concat_file.rb:96
48 msgid "Backup must be a Boolean or String"
49 msgstr "バックアップはブール値または文字列でなければなりません"
50
51 #: ../lib/puppet/type/concat_file.rb:114
52 msgid "Validate_cmd must be a String"
53 msgstr "Validate_cmdは文字列でなければなりません"
54
55 #: ../lib/puppet/type/concat_file.rb:150
56 msgid "Selrange must be a String"
57 msgstr "Selrangeは文字列でなければなりません"
58
59 #: ../lib/puppet/type/concat_file.rb:157
60 msgid "Selrole must be a String"
61 msgstr "Selroleは文字列でなければなりません"
62
63 #: ../lib/puppet/type/concat_file.rb:164
64 msgid "Seltype must be a String"
65 msgstr "Seltypeは文字列でなければなりません"
66
67 #: ../lib/puppet/type/concat_file.rb:171
68 msgid "Seluser must be a String"
69 msgstr "Seluserは文字列でなければなりません"
70
71 #: ../lib/puppet/type/concat_file.rb:306
72 msgid "Could not retrieve source(s) %{_array}"
73 msgstr "ソース%{_array}を取得できませんでした"
74
75 #: ../lib/puppet/type/concat_fragment.rb:29
76 msgid "Target must be a String"
77 msgstr "ターゲットは文字列でなければなりません"
78
79 #: ../lib/puppet/type/concat_fragment.rb:39
80 msgid "Content must be a String"
81 msgstr "コンテンツは文字列でなければなりません"
82
83 #: ../lib/puppet/type/concat_fragment.rb:50
84 msgid "Content must be a String or Array"
85 msgstr "コンテンツは文字列または配列でなければなりません"
86
87 #: ../lib/puppet/type/concat_fragment.rb:62
88 msgid "$order is not a string or integer."
89 msgstr "$orderは文字列ではなく整数でもありません。"
90
91 #: ../lib/puppet/type/concat_fragment.rb:63
92 msgid "Order cannot contain '/', ':', or '\\n'."
93 msgstr "オーダには、'/'、':'、'\\n'を含めることはできません。"
94
95 #: ../lib/puppet/type/concat_fragment.rb:87
96 msgid "No 'target' or 'tag' set"
97 msgstr "'target'または'tag'が設定されていません"
98
99 #: ../lib/puppet/type/concat_fragment.rb:90
100 msgid "Set either 'source' or 'content'"
101 msgstr "'source'または'content'を設定してください"
102
103 #: ../lib/puppet/type/concat_fragment.rb:93
104 msgid "Can't use 'source' and 'content' at the same time"
105 msgstr "'source'と'content'は同時に使用できません"
106
107 #. metadata.json
108 #: .summary
109 msgid "Construct files from multiple fragments."
110 msgstr "複数のフラグメントからファイルを構築します。"