Browsing Japanese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Japanese guidelines.

These translations are shared with gnome-orca trunk series template orca.

892901 of 1201 results
892.
^[Nn0]
Translators: this is a regular expression that is intended to match
a positive 'yes' response from a user at the command line.  The expression
as given means - does it begin with (that's the '^' character) any of
the characters in the '[' ']'?  In this case, we've chosen 'Y', 'y', and
'1' to mean positive answers, so any string beginning with 'Y', 'y', or
'1' will match.  For an example of translation, assume your language has
the words 'posolutely' and 'absitively' as common words that mean the
equivalent of 'yes'.  You might make the expression match the upper and
lower case forms: "^[aApP1]".  If the 'yes' and 'no' words for your
locale begin with the same character, the regular expression should be
modified to use words.  For example: "^(yes|Yes)" (note the change from
using '[' and ']' to '(' and ')').

Finally, this expression should match what you've chosen for the
translation of the "Enter y or n:" strings for this file.
^[Nn0]
Translated by Jiro Matsuzawa
Located in ../src/orca/messages.py:364
893.
Speech is unavailable.
Translators: This message means speech synthesis is not installed or working.
読み上げは利用できません。
Translated and reviewed by Satoru Sato
Located in src/orca/messages.py:2300
894.
Welcome to Orca setup.
* Orca の設定
Translated by Takeshi AIHANA
Reviewed by Satoru Sato
Located in ../src/orca/orca_console_prefs.py:143
895.
Select desired speech system:
Translators: The speech system represents what general speech wrapper is going
to be used. Speech-dispatcher is an example of a speech system. It provides
wrappers around specific speech servers (engines). This message is part of
Orca's console-based setup.
読み上げシステムを選択してください:
Translated by Jiro Matsuzawa
Located in ../src/orca/messages.py:439
896.
Enter choice:
Translators: This is prompting for a numerical choice to be typed at Orca's
console-based setup.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
番号を入力してください:
Translated by Jiro Matsuzawa
Located in ../src/orca/messages.py:404
897.
Please enter a valid number.
Translators: This is letting the user they input an invalid integer value on
the command line and is also requesting they enter a valid integer value.
This message is part of Orca's console-based setup.
有効な番号を入力してください
Translated by Jiro Matsuzawa
Located in ../src/orca/messages.py:409
898.
Speech will not be used.
Translators: This message indicates that speech synthesis will not be used.
It is part of Orca's console-based setup.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
読み上げを行いません。
Translated by Takeshi AIHANA
Reviewed by Satoru Sato
Located in ../src/orca/messages.py:457
899.
No servers available.
Translators: This message indicates that no working speech servers (speech
synthesis engines) can be found. It is part of Orca's console-based setup.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
利用可能なサーバーはありません。
Translated and reviewed by Shushi Kurose
Located in ../src/orca/messages.py:448
900.
Select desired speech server.
Translators: This is prompting the user for a numerical choice from a list of
available speech synthesis engines. It is part of Orca's console-based setup.
* 読み上げサーバーの選択
Translated and reviewed by Shushi Kurose
Located in ../src/orca/messages.py:433
901.
No voices available.
Translators: This message indicates that the speech server (speech synthesis
engine) is not working properly and no voices (e.g., male, female, child) are
available. This message is part of Orca's console-based setup.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
利用可能な音声はありません。
Translated by Takeshi AIHANA
Reviewed by Satoru Sato
Located in ../src/orca/messages.py:453
892901 of 1201 results

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

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

Contributors to this translation: Haruki BABA, Jiro Matsuzawa, Jun Kobayashi, Satoru Sato, Shushi Kurose, Takeshi AIHANA, jugger Yamamoto, kaneisland.