Translations by Daisuke Yamashita

Daisuke Yamashita has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 95 results
19.
\x used with no following hex digits
2009-02-19
\x に、それに続くはずの 16 進数がありません
20.
hex escape sequence out of range
2009-02-19
16 進エスケープシーケンスが範囲外です
21.
octal escape sequence out of range
2009-02-19
8 進エスケープシーケンスが範囲外です
23.
non-ISO-standard escape sequence, '\%c'
2009-02-19
非 ISO 標準のエスケープシーケンス, '\%c'
24.
unknown escape sequence '\%c'
2009-02-19
不明なエスケープシーケンス '\%c'
28.
multi-character character constant
2009-02-19
複数文字からなる文字定数
29.
empty character constant
2009-02-19
空の文字定数
31.
extra tokens at end of #%s directive
2009-02-19
余分なトークンが #%s ディレクティブの終りにあります
32.
#%s is a GCC extension
2009-02-19
#%s は GCC の拡張です
33.
suggest not using #elif in traditional C
2009-02-19
古い C では #elif を使わない方がいいです
34.
traditional C ignores #%s with the # indented
2009-02-19
古い C では、インデントされた # の #%s を無視します
35.
suggest hiding #%s from traditional C with an indented #
2009-02-19
インデントされた # がある古い C からは #%s を隠すことをお勧めします
38.
invalid preprocessing directive #%s
2009-02-19
無効なプリプロセスディレクティヴ #%s
39.
"defined" cannot be used as a macro name
2009-02-19
"defined" をマクロ名としては使えません
40.
"%s" cannot be used as a macro name as it is an operator in C++
2009-02-19
"%s" は C++ の演算子であり、マクロ名として使用することはできません
41.
no macro name given in #%s directive
2009-02-19
マクロ名が #%s ディレクティブ中に与えられていません
42.
macro names must be identifiers
2009-02-19
マクロ名は識別子でなくてはなりません
43.
undefining "%s"
2009-02-19
"%s" を undef します
44.
missing terminating > character
2009-02-19
終端文字 > を欠いています
45.
#%s expects "FILENAME" or <FILENAME>
2009-02-19
#%s は "ファイル名" あるいは <ファイル名> を必要とします
47.
#include nested too deeply
2009-02-19
#include のネストが深すぎます
48.
#include_next in primary source file
2009-02-19
#include_next が主たるソースファイルにあります
49.
invalid flag "%s" in line directive
2009-02-19
"%s" は line ディレクティブでは無効なフラグです
50.
"%s" after #line is not a positive integer
2009-02-19
#line の後ろの "%s" が正の整数ではありません
51.
line number out of range
2009-02-19
行番号が範囲外です
52.
"%s" is not a valid filename
2009-02-19
"%s" は正常なファイル名ではありません
61.
#pragma once in main file
2009-02-19
#pragma once がメインファイルにあります
62.
invalid #pragma GCC poison directive
2009-02-19
#pragma GCC 汚染ディレクティヴが無効です
63.
poisoning existing macro "%s"
2009-02-19
既存のマクロ "%s' を汚染します
64.
#pragma system_header ignored outside include file
2009-02-19
include ファイル外の #pragma system_header は無視されました
66.
current file is older than %s
2009-02-19
現在のファイルは %s より古いです
67.
_Pragma takes a parenthesized string literal
2009-02-19
_Pramga が括弧で囲まれた文字列リテラルを受け取りました
68.
#else without #if
2009-02-19
#else に #if がありません
69.
#else after #else
2009-02-19
#else が #else の後ろにあります
70.
the conditional began here
2009-02-19
その条件はここから始まります
71.
#elif without #if
2009-02-19
#elif に #if がありません
72.
#elif after #else
2009-02-19
#elif が #else の後ろにあります
73.
#endif without #if
2009-02-19
#endif に #if がありません
74.
missing '(' after predicate
2009-02-19
述語の後ろの '(' を欠いています
75.
missing ')' to complete answer
2009-02-19
解を補完する ')' を欠いています
76.
predicate's answer is empty
2009-02-19
述語の解が空です
77.
assertion without predicate
2009-02-19
述語のないアサーションです
78.
predicate must be an identifier
2009-02-19
述語は識別子でなければなりません
79.
"%s" re-asserted
2009-02-19
"%s" が再アサートされました
80.
unterminated #%s
2009-02-19
終端のない #%s
81.
warning:
2009-02-19
警告:
82.
internal error:
2009-02-19
内部エラー:
85.
%s: %s
2009-02-19
%s: %s
98.
integer constant is so large that it is unsigned
2009-02-19
整数定数が大きすぎるので unsigned になりました
99.
missing ')' after "defined"
2009-02-19
"defined" の後ろの ')' が欠けています