dotnet-installer/src/dotnet/CommandLine/xlf/LocalizableStrings.ja.xlf

148 lines
5.9 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="src/dotnet/CommandLine/LocalizableStrings.resx">
<body>
<group id="src/dotnet/CommandLine/LocalizableStrings.resx" />
<trans-unit id="LastArgumentMultiValueError">
<source>The last argument '{0}' accepts multiple values. No more argument can be added.</source>
<target state="new">The last argument '{0}' accepts multiple values. No more argument can be added.</target>
<note></note>
</trans-unit>
<trans-unit id="UnexpectedValueForOptionError">
<source>Unexpected value '{0}' for option '{1}'</source>
<target state="new">Unexpected value '{0}' for option '{1}'</target>
<note></note>
</trans-unit>
<trans-unit id="UnexpectedArgumentError">
<source>Unrecognized {0} '{1}'</source>
<target state="new">Unrecognized {0} '{1}'</target>
<note></note>
</trans-unit>
<trans-unit id="ResponseFileNotFoundError">
<source>Response file '{0}' doesn't exist.</source>
<target state="new">Response file '{0}' doesn't exist.</target>
<note></note>
</trans-unit>
<trans-unit id="ShowHelpInfo">
<source>Show help information</source>
<target state="new">Show help information</target>
<note></note>
</trans-unit>
<trans-unit id="ShowVersionInfo">
<source>Show version information</source>
<target state="new">Show version information</target>
<note></note>
</trans-unit>
<trans-unit id="ShowHintInfo">
<source>Specify --{0} for a list of available options and commands.</source>
<target state="new">Specify --{0} for a list of available options and commands.</target>
<note></note>
</trans-unit>
<trans-unit id="UsageHeader">
<source>Usage:</source>
<target state="new">Usage:</target>
<note></note>
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="new"> {0}</target>
<note></note>
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="new"> {0} {1}</target>
<note></note>
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="new"> [arguments]</target>
<note></note>
</trans-unit>
<trans-unit id="UsageArgumentsHeader">
<source>Arguments:</source>
<target state="new">Arguments:</target>
<note></note>
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="new"> {0}{1}</target>
<note></note>
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="new"> [options]</target>
<note></note>
</trans-unit>
<trans-unit id="UsageOptionsHeader">
<source>Options:</source>
<target state="new">Options:</target>
<note></note>
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="new"> {{0, -{0}}}{{1}}</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="new"> [command]</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandsHeader">
<source>Commands:</source>
<target state="new">Commands:</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="new"> {{0, -{0}}}{{1}}</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="new">Use "{0} [command] --help" for more information about a command.</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandArgs">
<source> [args]</source>
<target state="new"> [args]</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandAdditionalArgs">
<source> [[--] &lt;additional arguments&gt;...]]</source>
<target state="new"> [[--] &lt;additional arguments&gt;...]]</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsHeader">
<source>Additional Arguments:</source>
<target state="new">Additional Arguments:</target>
<note></note>
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="new"> {0}</target>
<note></note>
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="new"> {0}</target>
<note></note>
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="new">{0} {1}</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="new">Invalid template pattern '{0}'</target>
<note></note>
</trans-unit>
<trans-unit id="MSBuildAdditionalArgsHelpText">
<source>Any extra options that should be passed to MSBuild. See 'dotnet msbuild -h' for available options.</source>
<target state="new">Any extra options that should be passed to MSBuild. See 'dotnet msbuild -h' for available options.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>