diff options
author | axasia <axasia@gmail.com> | 2010-10-04 17:01:41 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-10-04 17:01:41 (GMT) |
commit | 0ee5619ac77285935317a2a068c90f8c999b3f0d (patch) | |
tree | b152b6c46878695b0864de6d5375e035fec3e3a9 /translations/linguist_ja.ts | |
parent | a636fa9006b7f4cb898cdeec38a99c994fd9259e (diff) | |
download | Qt-0ee5619ac77285935317a2a068c90f8c999b3f0d.zip Qt-0ee5619ac77285935317a2a068c90f8c999b3f0d.tar.gz Qt-0ee5619ac77285935317a2a068c90f8c999b3f0d.tar.bz2 |
Update japanese translations.
Merge-request: 837
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'translations/linguist_ja.ts')
-rwxr-xr-x[-rw-r--r--] | translations/linguist_ja.ts | 924 |
1 files changed, 923 insertions, 1 deletions
diff --git a/translations/linguist_ja.ts b/translations/linguist_ja.ts index abd32a0..2f948e8 100644..100755 --- a/translations/linguist_ja.ts +++ b/translations/linguist_ja.ts @@ -256,6 +256,186 @@ Will assume a single universal form.</source> </message> </context> <context> + <name>LConvert</name> + <message> + <source> +Usage: + lconvert [options] <infile> [<infile>...] + +lconvert is part of Qt's Linguist tool chain. It can be used as a +stand-alone tool to convert and filter translation data files. +The following file formats are supported: + +%1 +If multiple input files are specified, they are merged with +translations from later files taking precedence. + +Options: + -h + --help Display this information and exit. + + -i <infile> + --input-file <infile> + Specify input file. Use if <infile> might start with a dash. + This option can be used several times to merge inputs. + May be '-' (standard input) for use in a pipe. + + -o <outfile> + --output-file <outfile> + Specify output file. Default is '-' (standard output). + + -if <informat> + --input-format <format> + Specify input format for subsequent <infile>s. + The format is auto-detected from the file name and defaults to 'ts'. + + -of <outformat> + --output-format <outformat> + Specify output format. See -if. + + --input-codec <codec> + Specify encoding for QM and PO input files. Default is 'Latin1' + for QM and 'UTF-8' for PO files. UTF-8 is always tried as well for + QM, corresponding to the possible use of the trUtf8() function. + + --output-codec <codec> + Specify encoding for PO output files. Default is 'UTF-8'. + + --drop-tags <regexp> + Drop named extra tags when writing TS or XLIFF files. + May be specified repeatedly. + + --drop-translations + Drop existing translations and reset the status to 'unfinished'. + Note: this implies --no-obsolete. + + --source-language <language>[_<region>] + Specify/override the language of the source strings. Defaults to + POSIX if not specified and the file does not name it yet. + + --target-language <language>[_<region>] + Specify/override the language of the translation. + The target language is guessed from the file name if this option + is not specified and the file contents name no language yet. + + --no-obsolete + Drop obsolete messages. + + --no-finished + Drop finished messages. + + --sort-contexts + Sort contexts in output TS file alphabetically. + + --locations {absolute|relative|none} + Override how source code references are saved in TS files. + Default is absolute. + + --no-ui-lines + Drop line numbers from references to UI files. + + --verbose + be a bit more verbose + +Long options can be specified with only one leading dash, too. + +Return value: + 0 on success + 1 on command line parse failures + 2 on read failures + 3 on write failures +</source> + <translation type="unfinished"> +使い方: + lconvert [オプション] <入力ファイル> [<入力ファイル>...] + +lconvert は Qt Linguist ツールチェインの一部です。 +翻訳データファイルを変換したりフィルタリングしたりする事が +できるスタンドアロンのツールです。 +サポートしているファイル形式は以下の通りです: + +%1 +入力ファイルが複数個指定された場合、末尾のファイルほど +優先度が高いものとして翻訳データをマージします。 + +オプション: + -h + --help このヘルプを表示して終了します。 + + -i <入力ファイル> + --input-file <入力ファイル> + 入力ファイルを指定します。<入力ファイル> の指定はダッシュ記号で始まっていてもよいです。 + This option can be used several times to merge inputs. + May be '-' (標準入力) for use in a pipe. + + -o <出力ファイル> + --output-file <出力ファイル> + 出力ファイルを指定します。デフォルトは '-' (標準出力) です。 + + -if <入力形式> + --input-format <入力形式> + 後続の <入力ファイル> の入力形式を指定します。 + 形式はファイル名から自動検知され、デフォルトでは 'ts' となります。 + + -of <出力形式> + --output-format <出力形式> + 出力形式を指定します。-if を参照してください。 + + --input-codec <コーデック> + Specify encoding for QM and PO input files. Default is 'Latin1' + for QM and 'UTF-8' for PO files. UTF-8 is always tried as well for + QM, corresponding to the possible use of the trUtf8() function. + + --output-codec <コーデック> + Specify encoding for PO output files.デフォルトは 'UTF-8' です。 + + --drop-tags <正規表現> + Drop named extra tags when writing TS or XLIFF files. + May be specified repeatedly. + + --drop-translations + Drop existing translations and reset the status to 'unfinished'. + 注意: --no-obsolete と同等です。 + + --source-language <language>[_<region>] + Specify/override the language of the source strings. Defaults to + POSIX if not specified and the file does not name it yet. + + --target-language <language>[_<region>] + Specify/override the language of the translation. + The target language is guessed from the file name if this option + is not specified and the file contents name no language yet. + + --no-obsolete + 未使用のメッセージを取り除きます。 + + --no-finished + 完了しているメッセージを取り除きます。 + + --sort-contexts + 出力する TS ファイル内のコンテキストをアルファベット順にソートします。 + + --locations {absolute|relative|none} + Override how source code references are saved in TS files. + Default is absolute. + + --no-ui-lines + UI ファイルを参照している行番号を取り除きます。 + + --verbose + be a bit more verbose + +長すぎるオプションの指定はダッシュ記号で括る事で1つにできます。 + +戻り値: + 0 成功 + 1 コマンドラインパース失敗 + 2 読み込み失敗 + 3 書き込み失敗 +</translation> + </message> +</context> +<context> <name>LRelease</name> <message numerus="yes"> <source>Dropped %n message(s) which had no ID.</source> @@ -281,6 +461,735 @@ Will assume a single universal form.</source> <numerusform> %n 件の未翻訳のソーステキストを無視しました</numerusform> </translation> </message> + <message> + <source>Usage: + lrelease [options] project-file + lrelease [options] ts-files [-qm qm-file] + +lrelease is part of Qt's Linguist tool chain. It can be used as a +stand-alone tool to convert XML-based translations files in the TS +format into the 'compiled' QM format used by QTranslator objects. + +Options: + -help Display this information and exit + -idbased + Use IDs instead of source strings for message keying + -compress + Compress the QM files + -nounfinished + Do not include unfinished translations + -removeidentical + If the translated text is the same as + the source text, do not include the message + -markuntranslated <prefix> + If a message has no real translation, use the source text + prefixed with the given string instead + -silent + Do not explain what is being done + -version + Display the version of lrelease and exit +</source> + <translation type="unfinished">使い方: + lrelease [オプション] project-file + lrelease [オプション] ts-files [-qm qm-file] + +lrelease is part of Qt's Linguist tool chain. It can be used as a +stand-alone tool to convert XML-based translations files in the TS +format into the 'compiled' QM format used by QTranslator objects. + +オプション: + -help このヘルプを表示して終了します + -idbased + メッセージのキーとして、ソース中の文字列を使用する代わりにIDを使用します + -compress + QM ファイルを圧縮します + -nounfinished + 未完了の翻訳をインクルードしません + -removeidentical + If the translated text is the same as + the source text, do not include the message + -markuntranslated <プレフィクス> + If a message has no real translation, use the source text + prefixed with the given string instead + -silent + 完了した事を通知しません + -version + lrelease のバージョンを表示して終了します +</translation> + </message> + <message> + <source>lrelease error: %1</source> + <translation>lrelease エラー: %1</translation> + </message> + <message> + <source>Updating '%1'... +</source> + <translation>'%1' を更新しています... +</translation> + </message> + <message> + <source>Removing translations equal to source text in '%1'... +</source> + <translation>'%1' のソーステキストと等しい翻訳を削除しています... +</translation> + </message> + <message> + <source>lrelease error: cannot create '%1': %2 +</source> + <translation>lrelease エラー: '%1' を作成できません: %2 +</translation> + </message> + <message> + <source>lrelease error: cannot save '%1': %2</source> + <translation>lrelease エラー: '%1' を保存できません: %2</translation> + </message> + <message> + <source>lrelease version %1 +</source> + <translation>lrelease バージョン %1 +</translation> + </message> + <message> + <source>lrelease error: cannot read project file '%1'. +</source> + <translation>lrelease エラー: プロジェクトファイル '%1' が読めません。 +</translation> + </message> + <message> + <source>lrelease error: cannot process project file '%1'. +</source> + <translation>lrelease エラー: プロジェクトファイル '%1' を処理できません。 +</translation> + </message> + <message> + <source>lrelease warning: Met no 'TRANSLATIONS' entry in project file '%1' +</source> + <translation>lrelease 警告: プロジェクトファイル '%1' に 'TRANSLATIONS' エントリが見つかりません +</translation> + </message> +</context> +<context> + <name>LUpdate</name> + <message> + <source>Parenthesis/bracket/brace mismatch between #if and #else branches; using #if branch +</source> + <translation>#if を使っている部分で、#if 〜 #else の間の丸括弧/角括弧/中括弧の個数が一致していません +</translation> + </message> + <message> + <source>Parenthesis/brace mismatch between #if and #else branches; using #if branch +</source> + <translation>#if を使っている部分で、#if 〜 #else の間の丸括弧/中括弧の個数が一致していません +</translation> + </message> + <message> + <source>Unterminated C++ comment +</source> + <translation>終了していないC++ コメント +</translation> + </message> + <message> + <source>Unterminated C++ string +</source> + <translation>終了していない C++ 文字列 +</translation> + </message> + <message> + <source>Excess closing brace in C++ code (or abuse of the C++ preprocessor) +</source> + <translation>C++ コード内で閉じ中括弧の数が一致していません (もしくは C++ プリプロセッサが乱用されています) +</translation> + </message> + <message> + <source>Excess closing parenthesis in C++ code (or abuse of the C++ preprocessor) +</source> + <translation>C++ コード内で閉じ丸括弧の数が一致していません (もしくは C++ プリプロセッサが乱用されています) +</translation> + </message> + <message> + <source>Excess closing bracket in C++ code (or abuse of the C++ preprocessor) +</source> + <translation>C++ コード内で閉じ角括弧の数が一致していません (もしくは C++ プリプロセッサが乱用されています) +</translation> + </message> + <message> + <source>circular inclusion of %1 +</source> + <translation>%1 を循環インクルードしています +</translation> + </message> + <message> + <source>Cannot open %1: %2 +</source> + <translation>%1 を開けません: %2 +</translation> + </message> + <message> + <source>//% cannot be used with tr() / QT_TR_NOOP(). Ignoring +</source> + <translation>//% は tr() または QT_TR_NOOP() と併用できません。無視します +</translation> + </message> + <message> + <source>Qualifying with unknown namespace/class %1::%2 +</source> + <translation>未知の名前空間またはクラス %1::%2 で修飾されています +</translation> + </message> + <message> + <source>tr() cannot be called without context +</source> + <translation>コンテキストなしで tr() は呼び出せません +</translation> + </message> + <message> + <source>Class '%1' lacks Q_OBJECT macro +</source> + <translation>クラス '%1' は Q_OBJECT マクロが不足しています +</translation> + </message> + <message> + <source>It is not recommended to call tr() from within a constructor '%1::%2' +</source> + <translation>コンストラクタ '%1::%2' 内での tr() 呼び出しは推奨されていません +</translation> + </message> + <message> + <source>//% cannot be used with translate() / QT_TRANSLATE_NOOP(). Ignoring +</source> + <translation>//% は translate() または QT_TRANSLATE_NOOP() と併用できません。無視します +</translation> + </message> + <message> + <source>//= cannot be used with qtTrId() / QT_TRID_NOOP(). Ignoring +</source> + <translation>//= は qtTrId() または QT_TRID_NOOP() と併用できません。無視します +</translation> + </message> + <message> + <source>Unexpected character in meta string +</source> + <translation>メタ文字列内に予期せぬ文字 +</translation> + </message> + <message> + <source>Unterminated meta string +</source> + <translation>終了していない メタ文字列 +</translation> + </message> + <message> + <source>Cannot invoke tr() like this +</source> + <translation>this のように tr() を呼び出す事はできません +</translation> + </message> + <message> + <source>Discarding unconsumed meta data +</source> + <translation>未使用のメタデータを破棄しています +</translation> + </message> + <message> + <source>Unbalanced opening brace in C++ code (or abuse of the C++ preprocessor) +</source> + <translation>C++ コード内で開き中括弧の数が一致していません (もしくは C++ プリプロセッサが乱用されています) +</translation> + </message> + <message> + <source>Unbalanced opening parenthesis in C++ code (or abuse of the C++ preprocessor) +</source> + <translation>C++ コード内で開き丸括弧の数が一致していません (もしくは C++ プリプロセッサが乱用されています) +</translation> + </message> + <message> + <source>Unbalanced opening bracket in C++ code (or abuse of the C++ preprocessor) +</source> + <translation>C++ コード内で開き角括弧の数が一致していません (もしくは C++ プリプロセッサが乱用されています) +</translation> + </message> + <message> + <source>Cannot open %1: %2</source> + <translation>%1 を開けません: %2</translation> + </message> + <message> + <source>Unterminated Java comment. +</source> + <translation>終了していない Java コメント。 +</translation> + </message> + <message> + <source>Invalid Unicode value. +</source> + <translation>不正な Unicode 値です。 +</translation> + </message> + <message> + <source>Unterminated string. +</source> + <translation>終了していない文字列。 +</translation> + </message> + <message> + <source>String used in translation can contain only literals concatenated with other literals, not expressions or numbers. +</source> + <translation>翻訳で使用される文字列は、式や数字以外の他のリテラルと連結されたリテラルだけを含む事ができます。 +</translation> + </message> + <message> + <source>'class' must be followed by a class name. +</source> + <translation>'class' に続くのはクラス名でなければなりません。 +</translation> + </message> + <message> + <source>Excess closing brace. +</source> + <translation>余分な閉じ括弧です。 +</translation> + </message> + <message> + <source>'package' must be followed by package name. +</source> + <translation>'package' に続くのはパッケージ名でなければなりません。 +</translation> + </message> + <message> + <source>Unbalanced opening brace. +</source> + <translation>開き括弧が一致していません。 +</translation> + </message> + <message> + <source>Unbalanced opening parenthesis. +</source> + <translation>開き丸括弧が一致していません。 +</translation> + </message> + <message> + <source>Usage: + lupdate [options] [project-file]... + lupdate [options] [source-file|path|@lst-file]... -ts ts-files|@lst-file + +lupdate is part of Qt's Linguist tool chain. It extracts translatable +messages from Qt UI files, C++, Java and JavaScript/QtScript source code. +Extracted messages are stored in textual translation source files (typically +Qt TS XML). New and modified messages can be merged into existing TS files. + +Options: + -help Display this information and exit. + -no-obsolete + Drop all obsolete strings. + -extensions <ext>[,<ext>]... + Process files with the given extensions only. + The extension list must be separated with commas, not with whitespace. + Default: '%1'. + -pluralonly + Only include plural form messages. + -silent + Do not explain what is being done. + -no-sort + Do not sort contexts in TS files. + -no-recursive + Do not recursively scan the following directories. + -recursive + Recursively scan the following directories (default). + -I <includepath> or -I<includepath> + Additional location to look for include files. + May be specified multiple times. + -locations {absolute|relative|none} + Specify/override how source code references are saved in TS files. + Default is absolute. + -no-ui-lines + Do not record line numbers in references to UI files. + -disable-heuristic {sametext|similartext|number} + Disable the named merge heuristic. Can be specified multiple times. + -pro <filename> + Name of a .pro file. Useful for files with .pro file syntax but + different file suffix. Projects are recursed into and merged. + -source-language <language>[_<region>] + Specify the language of the source strings for new files. + Defaults to POSIX if not specified. + -target-language <language>[_<region>] + Specify the language of the translations for new files. + Guessed from the file name if not specified. + -ts <ts-file>... + Specify the output file(s). This will override the TRANSLATIONS + and nullify the CODECFORTR from possibly specified project files. + -codecfortr <codec> + Specify the codec assumed for tr() calls. Effective only with -ts. + -version + Display the version of lupdate and exit. + @lst-file + Read additional file names (one per line) from lst-file. +</source> + <translation type="unfinished">使い方: + lupdate [オプション] [プロジェクトファイル]... + lupdate [オプション] [source-file|path|@lst-file]... -ts ts-files|@lst-file + +lupdate は Qt' Linguist ツールチェインの一部です。Qt UI ファイル、C++ 、Java、 +JavaScript/QtScript のソースコードからメッセージを抽出します。 +Extracted messages are stored in textual translation source files (typically +Qt TS XML). 新しく追加されたり変更されたメッセージは既存の TS ファイル内のメッセージから +マージされます。 + +オプション: + -help このヘルプを表示して終了します。 + -no-obsolete + すべての未使用の文字列を取り除きます。 + -extensions <ext>[,<ext>]... + 与えられた拡張子のファイルだけ処理します。 + 拡張子のリストはカンマで区切り、空白スペースを含んではいけません。 + デフォルト: '%1' + -pluralonly + 複数形のメッセージだけインクルードします。 + -silent + 完了した事を通知しません + -no-sort + TS ファイル内のコンテキストをソートしません。 + -no-recursive + ディレクトリ内を再帰的に処理しません。 + -recursive + ディレクトリ内を再帰的に処理します。(デフォルト) + -I <includepath> or -I<includepath> + Additional location to look for include files. + May be specified multiple times. + -locations {absolute|relative|none} + Specify/override how source code references are saved in TS files. + Default is absolute. + -no-ui-lines + UI ファイルを参照する行番号を記録しません。 + -disable-heuristic {sametext|similartext|number} + Disable the named merge heuristic. Can be specified multiple times. + -pro <ファイル名> + .pro ファイルの名前を指定します。Useful for files with .pro file syntax but + different file suffix. Projects are recursed into and merged. + -source-language <language>[_<region>] + Specify the language of the source strings for new files. + Defaults to POSIX if not specified. + -target-language <language>[_<region>] + Specify the language of the translations for new files. + Guessed from the file name if not specified. + -ts <ts-file>... + 出力ファイルを指定します。This will override the TRANSLATIONS + and nullify the CODECFORTR from possibly specified project files. + -codecfortr <codec> + Specify the codec assumed for tr() calls. Effective only with -ts. + -version + lupdate のバージョン情報を表示して終了します。 + @lst-file + Read additional file names (one per line) from lst-file. +</translation> + </message> + <message> + <source>lupdate warning: Codec for tr() '%1' disagrees with existing file's codec '%2'. Expect trouble. +</source> + <translation>lupdate 警告: tr() '%1' のコーデックと既存のファイルのコーデック '%2' が一致しません。問題が発生したようです。 +</translation> + </message> + <message> + <source>lupdate warning: Specified target language '%1' disagrees with existing file's language '%2'. Ignoring. +</source> + <translation>lupdate 警告: 指定されたターゲット言語 '%1' と既存のファイルの言語 '%2' が一致しません。無視されます。 +</translation> + </message> + <message> + <source>lupdate warning: Specified source language '%1' disagrees with existing file's language '%2'. Ignoring. +</source> + <translation>lupdate 警告: 指定されたソース言語 '%1' と既存のファイルの言語 '%2' が一致しません。無視されます。 +</translation> + </message> + <message> + <source>Updating '%1'... +</source> + <translation>'%1' を更新しています... +</translation> + </message> + <message> + <source>Stripping non plural forms in '%1'... +</source> + <translation>'%1' 内の複数形以外のメッセージを取り除いています... +</translation> + </message> + <message> + <source>lupdate warning: Codec for source '%1' is invalid. Falling back to codec for tr(). +</source> + <translation>lupdate 警告: ソース '%1' のコーデックは不正です。コーデックを元に戻します。 +</translation> + </message> + <message> + <source>lupdate warning: TS files from command line will override TRANSLATIONS in %1. +</source> + <translation>lupdate 警告: コマンドラインで指定された TS ファイルは %1 の TRANSLATIONS を上書きます。 +</translation> + </message> + <message> + <source>lupdate warning: TS files from command line prevent recursing into %1. +</source> + <translation>lupdate 警告: コマンドラインで指定された TS ファイルは %1 内で再起的に処理するのを妨げます。 +</translation> + </message> + <message> + <source>lupdate warning: no TS files specified. Only diagnostics will be produced for '%1'. +</source> + <translation>lupdate 警告: TS ファイルが指定されていません。'%1' は診断のみ行われます。 +</translation> + </message> + <message> + <source>The option -target-language requires a parameter. +</source> + <translation>パラメータに -target-language オプションが必要です。 +</translation> + </message> + <message> + <source>The option -source-language requires a parameter. +</source> + <translation>パラメータに -source-language オプションが必要です。 +</translation> + </message> + <message> + <source>The option -disable-heuristic requires a parameter. +</source> + <translation>パラメーターに -disable-heuristic オプションが必要です。 +</translation> + </message> + <message> + <source>Invalid heuristic name passed to -disable-heuristic. +</source> + <translation>-disable-heuristic に不正なヒューリスティック名が渡されています。 +</translation> + </message> + <message> + <source>The option -locations requires a parameter. +</source> + <translation>パラメータに -locations オプションが必要です。 +</translation> + </message> + <message> + <source>Invalid parameter passed to -locations. +</source> + <translation>-locations に不正なパラメータが渡されています。 +</translation> + </message> + <message> + <source>The -codecfortr option should be followed by a codec name. +</source> + <translation>-codecfortr オプションの後ろに続けてコーデック名があるべきです。 +</translation> + </message> + <message> + <source>The -extensions option should be followed by an extension list. +</source> + <translation>-extensions オプションの後ろに続けて拡張リストがあるべきです。 +</translation> + </message> + <message> + <source>The -pro option should be followed by a filename of .pro file. +</source> + <translation>-pro オプションの後ろに続けて .pro ファイルのファイル名があるべきです。 +</translation> + </message> + <message> + <source>The -I option should be followed by a path. +</source> + <translation>-l オプションの後ろに続けてパスがあるべきです。 +</translation> + </message> + <message> + <source>Unrecognized option '%1'. +</source> + <translation>'%1' は認識できないオプションです。 +</translation> + </message> + <message> + <source>lupdate error: List file '%1' is not readable. +</source> + <translation>lupdate エラー: リストファイル '%1' が読めません。 +</translation> + </message> + <message> + <source>lupdate warning: For some reason, '%1' is not writable. +</source> + <translation>lupdate 警告: いくつかの理由により '%1' は書き込みできません。 +</translation> + </message> + <message> + <source>lupdate error: File '%1' has no recognized extension. +</source> + <translation>lupdate エラー: ファイル '%1' は拡張として認識できません。 +</translation> + </message> + <message> + <source>lupdate error: File '%1' does not exist. +</source> + <translation>lupdate エラー: ファイル '%1' が存在しません。 +</translation> + </message> + <message> + <source>Scanning directory '%1'... +</source> + <translation>ディレクトリ '%1' をスキャンしています... +</translation> + </message> + <message> + <source>lupdate warning: -target-language usually only makes sense with exactly one TS file. +</source> + <translation>lupdate 警告: -target-language は通常1つの TS ファイルにだけ意味を持ちます。 +</translation> + </message> + <message> + <source>lupdate warning: -codecfortr has no effect without -ts. +</source> + <translation>lupdate 警告: -ts 指定なしでは -codecfortr は何の効果もありません。 +</translation> + </message> + <message> + <source>lupdate warning: no TS files specified. Only diagnostics will be produced. +</source> + <translation>lupdate 警告: TS ファイルが指定されていません。診断のみ行われます。 +</translation> + </message> + <message> + <source>lupdate error: Both project and source files / include paths specified. +</source> + <translation>lupdate エラー: プロジェクトとソースファイルまたはインクルードパスの両方が指定されています。 +</translation> + </message> + <message numerus="yes"> + <source> Found %n source text(s) (%1 new and %2 already existing) +</source> + <translation> + <numerusform> %n 件のソーステキストが見つかりました (新規: %1 件、既存: %2 件) +</numerusform> + </translation> + </message> + <message numerus="yes"> + <source> Removed %n obsolete entries +</source> + <translation> + <numerusform> %n 件の未使用のエントリを削除しました +</numerusform> + </translation> + </message> + <message numerus="yes"> + <source> Kept %n obsolete entries +</source> + <translation> + <numerusform> %n 件の未使用のエントリを残しました +</numerusform> + </translation> + </message> + <message numerus="yes"> + <source> Number heuristic provided %n translation(s) +</source> + <translation> + <numerusform> 数値ヒューリスティックは %n 件の翻訳を提供しました +</numerusform> + </translation> + </message> + <message numerus="yes"> + <source> Same-text heuristic provided %n translation(s) +</source> + <translation> + <numerusform> 同一テキスト ヒューリスティックは %n 件の翻訳を提供しました +</numerusform> + </translation> + </message> + <message numerus="yes"> + <source> Similar-text heuristic provided %n translation(s) +</source> + <translation> + <numerusform> 類似ヒューリスティックは %n 件の翻訳を提供しました +</numerusform> + </translation> + </message> + <message> + <source>Illegal character</source> + <translation>無効な文字</translation> + </message> + <message> + <source>Unclosed string at end of line</source> + <translation>ファイルの終端までに閉じられていない文字列</translation> + </message> + <message> + <source>Illegal escape squence</source> + <translation>無効なエスケープシーケンス</translation> + </message> + <message> + <source>Illegal unicode escape sequence</source> + <translation>無効な Unicode エスケープシーケンス</translation> + </message> + <message> + <source>Unclosed comment at end of file</source> + <translation>ファイルの終端までに閉じられていないコメント</translation> + </message> + <message> + <source>Illegal syntax for exponential number</source> + <translation>指数番号の構文が不正です</translation> + </message> + <message> + <source>Identifier cannot start with numeric literal</source> + <translation>識別子の先頭に数字を使用する事はできません</translation> + </message> + <message> + <source>Unterminated regular expression literal</source> + <translation>終了していない正規表現リテラル</translation> + </message> + <message> + <source>//% cannot be used with %1(). Ignoring +</source> + <translation>//% は %1() と併用できません。無視します +</translation> + </message> + <message> + <source>%1() requires at least two arguments. +</source> + <translation>%1() には最低でも2個の引数が必要です。 +</translation> + </message> + <message> + <source>%1(): both arguments must be literal strings. +</source> + <translation>%1(): 両方の引数は文字列リテラルである必要があります。 +</translation> + </message> + <message> + <source>%1() requires at least one argument. +</source> + <translation>%1() は最低でも1個の引数が必要です。 +</translation> + </message> + <message> + <source>%1(): text to translate must be a literal string. +</source> + <translation>%1(): 翻訳するテキストはリテラル文字列である必要があります。 +</translation> + </message> + <message> + <source>//= cannot be used with %1(). Ignoring +</source> + <translation>//= は %1() と併用できません。無視します +</translation> + </message> + <message> + <source>%1(): identifier must be a literal string. +</source> + <translation>%1(): 識別子は文字列リテラルである必要があります。 +</translation> + </message> + <message> + <source>Expected </source> + <extracomment>Beginning of the string that contains comma-separated list of expected tokens</extracomment> + <translation>期待されるトークン </translation> + </message> + <message> + <source>XML error: Parse error at line %1, column %2 (%3).</source> + <translation>XML エラー: %1 行目、%2 列目でパースエラー (%3)。</translation> + </message> + <message> + <source>Parse error in UI file</source> + <translation>UI ファイルでパースエラー</translation> + </message> </context> <context> <name>MainWindow</name> @@ -918,7 +1827,7 @@ All files (*)</source> </message> <message> <source>Save changes made to this Qt translation source file</source> - <translation>この Qt 翻訳ソースファイルに対して行われた変更を保存します。</translation> + <translation>この Qt 翻訳ソースファイルに対して行われた変更を保存します</translation> </message> <message> <source>Save changes made to this Qt translation source file into a new file.</source> @@ -1279,6 +2188,13 @@ Line: %2</source> </message> </context> <context> + <name>PhraseBook</name> + <message> + <source>Parse error at line %1, column %2 (%3).</source> + <translation>%1 行目、%2 列目でパースエラー (%3)。</translation> + </message> +</context> +<context> <name>PhraseBookBox</name> <message> <source>(New Entry)</source> @@ -1450,6 +2366,12 @@ Line: %2</source> <source>Qt Linguist 'Phrase Book'</source> <translation>Qt Linguist 'フレーズ ブック'</translation> </message> + <message> + <source>lupdate version %1 +</source> + <translation>lupdate バージョン %1 +</translation> + </message> </context> <context> <name>SourceCodeView</name> |