Browsing Japanese translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Japanese guidelines.
24812490 of 2502 results
2481.
URLs represent non-ASCII characters in an encoding defined by the server, but
usually UTF-8. The % escapes should be of the UTF-8 bytes. Bazaar tries to be
generous in what it accepts as a URL and to print them in a way that
will be readable.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/url-special-chars.txt:19
2482.
For example, if you have a directory named '/tmp/%2False' these are all valid
ways of accessing the content (0x2F, or 47, is the ASCII code for forward slash)::
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/url-special-chars.txt:24
2483.
cd /tmp
brz log /tmp/%2False
brz log %2False
brz log file:///tmp/%252False
brz log file://localhost/tmp/%252False
brz log file:%252False
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/url-special-chars.txt:27
2484.
These are valid but do not refer to the same file::
(no translation yet)
Located in en/help_topics/url-special-chars.txt:34
2485.
brz log file:///tmp/%2False (refers to a file called /tmp/\/alse)
brz log %252False (refers to a file called /tmp/%252False)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/url-special-chars.txt:36
2486.
Comma also has special meaning in URLs, because it denotes `segment parameters`_
(no translation yet)
Located in en/help_topics/url-special-chars.txt:39
2487.
_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)
(no translation yet)
Located in en/help_topics/url-special-chars.txt:41
2488.
Comma is also special in any file system paths that are specified. To use a literal
comma in a file system path, specify a URL and URL encode the comma::
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/url-special-chars.txt:43
2489.
brz log foo,branch=bla # path "foo" with the segment parameter "branch" set to "bla"
brz log file:foo%2Cbranch=bla # path "foo,branch=bla"
brz log file:foo,branch=bla # path "foo" with segment parameter "branch" set to "bla"
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in en/help_topics/url-special-chars.txt:46
2490.
URL Identifiers
(no translation yet)
Located in en/help_topics/urlspec.txt:1
24812490 of 2502 results

This translation is managed by Launchpad Japanese Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Takuya MATSUNAGA.