From 0aeadcb2d42e09809efc1833b83de406fcad47be Mon Sep 17 00:00:00 2001 From: Takumi Asaki Date: Wed, 14 Aug 2013 15:04:38 +0900 Subject: Add Japanese translation for qtdeclarative module. Change-Id: I35c649fc241119130a554c7de292223213577f07 Reviewed-by: Tasuku Suzuki Reviewed-by: Oswald Buddenhagen --- translations/qtdeclarative_ja.ts | 1302 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 1302 insertions(+) create mode 100644 translations/qtdeclarative_ja.ts (limited to 'translations') diff --git a/translations/qtdeclarative_ja.ts b/translations/qtdeclarative_ja.ts new file mode 100644 index 0000000..2644ce0 --- /dev/null +++ b/translations/qtdeclarative_ja.ts @@ -0,0 +1,1302 @@ + + + + + QInputMethod + + InputMethod is an abstract class + InputMethod は抽象クラスです + + + + QQmlCompiler + + Invalid property assignment: "%1" is a read-only property + 無効なプロパティの値: "%1" は読込専用のプロパティです + + + Invalid property assignment: unknown enumeration + 無効なプロパティの値: 未知の列挙型(enum)です + + + Invalid property assignment: string expected + 無効なプロパティの値: 文字列(string)を指定してください + + + Invalid property assignment: string or string list expected + 無効なプロパティの値: 文字列(string)あるいは文字列の配列を指定してください + + + Invalid property assignment: byte array expected + 無効なプロパティの値: バイトアレイを指定してください + + + Invalid property assignment: url expected + 無効なプロパティの値: URL を指定してください + + + Invalid property assignment: regular expression expected; use /pattern/ syntax + 無効なプロパティの値: /パターン/ 形式で正規表現を指定してください + + + Invalid property assignment: unsigned int expected + 無効なプロパティの値: 符号なしの整数(unsigned int)を指定してください + + + Invalid property assignment: int expected + 無効なプロパティの値: 整数(int)を指定してください + + + Invalid property assignment: number expected + 無効なプロパティの値: 数値(real)を指定してください + + + Invalid property assignment: color expected + 無効なプロパティの値: 色(color)を指定してください + + + Invalid property assignment: date expected + 無効なプロパティの値: 日付(date)を指定してください + + + Invalid property assignment: time expected + 無効なプロパティの値: 時間(time)を指定してください + + + Invalid property assignment: datetime expected + 無効なプロパティの値: 日付と時間(datetime)を指定してください + + + Invalid property assignment: point expected + 無効なプロパティの値: 位置(point)を指定してください + + + Invalid property assignment: size expected + 無効なプロパティの値: サイズ(size)を指定してください + + + Invalid property assignment: rect expected + 無効なプロパティの値: 矩形(rect)を指定してください + + + Invalid property assignment: boolean expected + 無効なプロパティの値: 真偽値(bool)を指定してください + + + Invalid property assignment: 3D vector expected + 無効なプロパティの値: 3D ベクターを指定してください + + + Invalid property assignment: 4D vector expected + 無効なプロパティの値: 4D ベクターを指定してください + + + Invalid property assignment: real or array of reals expected + 無効なプロパティの値: 実数(real)あるいはその配列を指定してください + + + Invalid property assignment: int or array of ints expected + 無効なプロパティの値: 整数(int)あるいはその配列を指定してください + + + Invalid property assignment: bool or array of bools expected + 無効なプロパティの値: 真偽値(bool)あるいはその配列を指定してください + + + Invalid property assignment: string or array of strings expected + 無効なプロパティの値: 文字列(string)あるいはその配列を指定してください + + + Invalid property assignment: url or array of urls expected + 無効なプロパティの値: URL あるいはその配列を指定してください + + + Invalid property assignment: unsupported type "%1" + 無効なプロパティの値: 未知の型 "%1" です + + + Element is not creatable. + 作成可能な要素ではありません。 + + + Component elements may not contain properties other than id + Component 要素に id 以外のプロパティが含まれていません + + + Invalid component id specification + 無効なコンポーネント id が指定されています + + + id is not unique + id が重複しています + + + Invalid component body specification + 無効なコンポーネントボディが指定されています + + + Component objects cannot declare new properties. + Component オブジェクトには新しいプロパティを宣言できません。 + + + Component objects cannot declare new signals. + Component オブジェクトには新しいシグナルを宣言できません。 + + + Component objects cannot declare new functions. + Component オブジェクトには新しい関数を宣言できません。 + + + Cannot create empty component specification + 空のコンポーネントは作成できません + + + "%1.%2" is not available in %3 %4.%5. + %3 %4.%5 で "%1.%2" は利用できません。 + + + "%1.%2" is not available due to component versioning. + コンポーネントのバージョンの問題により "%1.%2" は利用できません。 + + + Incorrectly specified signal assignment + 仕様の異なるシグナルが割り当てられています + + + Cannot assign a value to a signal (expecting a script to be run) + 値はシグナルに割り当てできません(スクリプト自体は実行されます) + + + Empty signal assignment + シグナルへの割り当てが空です + + + Empty property assignment + プロパティの値が空です + + + Attached properties cannot be used here + アタッチされたプロパティはここでは利用できません + + + Non-existent attached object + アタッチされたオブジェクトが存在しません + + + Invalid attached object assignment + 無効なアタッチされたオブジェクトへの割り当て + + + Cannot assign to non-existent default property + 存在しないデフォルトプロパティへは割り当てできません + + + Cannot assign to non-existent property "%1" + 存在しないプロパティ "%1" へは割り当てできません + + + Invalid use of namespace + 無効な名前空間の使用法です + + + Not an attached property name + アタッチされたプロパティの名前ではありません + + + Invalid use of id property + 無効な id プロパティの使用法です + + + Property has already been assigned a value + プロパティには既に値が割り当てられています + + + Objects cannot be assigned to value types + オブジェクトを値の型に割り当てできません + + + Invalid grouped property access + 無効なグループ化されたプロパティへのアクセスです + + + Cannot assign a value directly to a grouped property + グループ化されたプロパティに直接値を割り当てできません + + + Invalid property use + 無効なプロパティの使用法です + + + Property assignment expected + プロパティに値が必要です + + + Single property assignment expected + プロパティに複数の値は割り当てできません + + + Unexpected object assignment + オブジェクトを割り当てできません + + + Cannot assign object to list + オブジェクトをリストに割り当てることはできません + + + Can only assign one binding to lists + リストへは一つのバインディングのみ割り当てることができます + + + Cannot assign primitives to lists + プリミティブをリストに割り当てできません + + + Cannot assign multiple values to a script property + 複数の値をスクリプトプロパティに割り当てできません + + + Invalid property assignment: script expected + 無効なプロパティの値: スクリプトを指定してください + + + Cannot assign multiple values to a singular property + 複数の値を単数プロパティに割り当てできません + + + Cannot assign object to property + オブジェクトをプロパティに割り当てできません + + + "%1" cannot operate on "%2" + "%1" は "%2" を操作できません + + + Duplicate default property + デフォルトプロパティが重複しています + + + Duplicate property name + プロパティの名前が重複しています + + + Property names cannot begin with an upper case letter + プロパティの名前を大文字から始めることはできません + + + Illegal property name + プロパティの名前が無効です + + + Duplicate signal name + シグナルの名前が重複しています + + + Signal names cannot begin with an upper case letter + シグナルの名前を大文字から始めることはできません + + + Illegal signal name + シグナルの名前が無効です + + + Duplicate method name + メソッドの名前が重複しています + + + Method names cannot begin with an upper case letter + メソッドの名前を大文字から始めることはできません + + + Illegal method name + メソッドの名前が無効です + + + Property value set multiple times + 複数回プロパティに値を割り当てています + + + Invalid property nesting + 無効なプロパティのネストです + + + Cannot override FINAL property + FINAL プロパティは上書きできません + + + Invalid signal parameter type: %1 + 無効な型のシグナルの引数: %1 + + + Duplicate signal name: invalid override of property change signal or superclass signal + シグナル名が重複しています: プロパティの変更通知シグナルや基底クラスのシグナルのオーバーライドは無効です + + + Duplicate method name: invalid override of property change signal or superclass signal + メソッド名が重複しています: プロパティの変更通知シグナルや基底クラスのシグナルのオーバーライドは無効です + + + Invalid property type + 無効なプロパティの型です + + + No property alias location + プロパティのエイリアスへのパスがありません + + + Invalid alias location + 無効なエイリアスのパス + + + Invalid alias reference. An alias reference must be specified as <id>, <id>.<property> or <id>.<value property>.<property> + 無効なエイリアスの参照です。エイリアスの参照先は <id>, <id>.<プロパティ> もしくは <id>.<値プロパティ>.<プロパティ> のいずれかでなくてはいけません + + + Invalid alias reference. Unable to find id "%1" + 無効なエイリアスの参照です。id "%1" が見つかりません + + + Invalid empty ID + 空の id は無効です + + + IDs cannot start with an uppercase letter + id を大文字から始めることはできません + + + IDs must start with a letter or underscore + id は英字もしくはアンダースコアで始まらなくてはいけません + + + IDs must contain only letters, numbers, and underscores + id には英数字およびアンダースコアのみ使用できます + + + ID illegally masks global JavaScript property + id はグローバルな JavaScript のプロパティを不正に隠しています + + + + QQmlComponent + + Invalid empty URL + 空の URL は無効です + + + createObject: value is not an object + createObject: 値がオブジェクトではありません + + + Object destroyed during incubation + オブジェクトが生成中に破棄されました + + + + QQmlConnections + + Cannot assign to non-existent property "%1" + 存在しないプロパティ "%1" へは割り当てできません + + + Connections: nested objects not allowed + Connections: オブジェクトのネストは許可されていません + + + Connections: syntax error + Connections: 構文エラー + + + Connections: script expected + Connections: スクリプトを指定してください + + + + QQmlDelegateModel + + The delegate of a DelegateModel cannot be changed within onUpdated. + DelegateModel の delegate を onUpdated の中で変更することはできません。 + + + The maximum number of supported DelegateModelGroups is 8 + DeleGateModelGroups がサポートする最大数は 8 です + + + The group of a DelegateModel cannot be changed within onChanged + DelegateModel のグループを onChanged の中で変更することはできません + + + + QQmlDelegateModelGroup + + Group names must start with a lower case letter + グループの名前は小文字で始まらなくてはいけません + + + get: index out of range + get: index の値が有効範囲外です + + + insert: index out of range + insert: index の値が有効範囲外です + + + create: index out of range + create: index の値が有効範囲外です + + + resolve: from index out of range + resolve: from の値が有効範囲外です + + + resolve: from index invalid + resolve: from が無効です + + + resolve: to index out of range + resolve: to の値が有効範囲外です + + + resolve: to index invalid + resolve: to が無効です + + + resolve: from is not an unresolved item + resolve: from は未解決アイテムではありません + + + resolve: to is not a model item + resolve: to はモデルのアイテムではありません + + + remove: invalid index + remove: index が無効です + + + remove: index out of range + remove: index の値が有効範囲外です + + + remove: invalid count + remove: count が無効です + + + addGroups: index out of range + addGroups: index の値が有効範囲外です + + + addGroups: invalid count + addGroups: count が無効です + + + removeGroups: index out of range + removeGroups: index の値が有効範囲外です + + + removeGroups: invalid count + removeGroups: count が無効です + + + setGroups: index out of range + setGroups: index の値が有効範囲外です + + + setGroups: invalid count + setGroups: count が無効です + + + move: invalid from index + move: from が無効です + + + move: invalid to index + move: to が無効です + + + move: invalid count + move: count が無効です + + + move: from index out of range + move: from の値が有効範囲外です + + + move: to index out of range + move: to の値が有効範囲外です + + + + QQmlEngine + + Locale cannot be instantiated. Use Qt.locale() + Locale は生成不能な型です。Qt.locale() を使用してください + + + There are still "%1" items in the process of being created at engine destruction. + エンジンの終了処理を行っていますが、%1個のアイテムを作成中です。 + + + executeSql called outside transaction() + transaction() の外部から executeSql が呼び出されました + + + Read-only Transaction + 読込専用のトランザクションです + + + Version mismatch: expected %1, found %2 + バージョンが一致しません: 予期したバージョンは %1 ですが、 %2 が見つかりました + + + SQL transaction failed + SQL のトランザクションを失敗しました + + + transaction: missing callback + トランザクション: コールバックが必要です + + + SQL: can't create database, offline storage is disabled. + SQL: データベースを作成できません。オフラインストレージが無効化されています。 + + + SQL: database version mismatch + SQL: データーベースのバージョンが一致しません + + + + QQmlImportDatabase + + "%1" is ambiguous. Found in %2 and in %3 + "%1" を特定できません。%2 と %3 の双方に見つかりました + + + - %1 is not a namespace + - %1 は名前空間ではありません + + + - nested namespaces not allowed + - 名前空間のネストは許可されていません + + + local directory + ローカルディレクトリ + + + is ambiguous. Found in %1 and in %2 + を特定できません。%1 と %2 の双方に見つかりました + + + is ambiguous. Found in %1 in version %2.%3 and %4.%5 + を特定できません。%1 にバージョン %2.%3 と %4.%5 の双方を見つけました + + + is instantiated recursively + が再帰的に生成されています + + + is not a type + は型ではありません + + + plugin cannot be loaded for module "%1": %2 + "%1" モジュール用のプラグインがロードできません: %2 + + + module "%1" plugin "%2" not found + "%1" モジュールの "%2" プラグインが見つかりません + + + "%1" version %2.%3 is defined more than once in module "%4" + バージョン %2.%3 の "%1" がモジュール "%4" 内で複数回定義されています + + + module "%1" version %2.%3 is not installed + バージョン %2.%3 の "%1" モジュールがインストールされていません + + + module "%1" is not installed + "%1" モジュールがインストールされていません + + + "%1": no such directory + "%1": そのようなディレクトリはありません + + + import "%1" has no qmldir and no namespace + import する "%1" に qmldir も名前空間もありません + + + File name case mismatch for "%1" + ファイル名の大文字小文字が "%1" に合っていません + + + Module namespace '%1' does not match import URI '%2' + モジュールの名前空間 '%1' が import する URI '%2' と一致しません + + + Namespace '%1' has already been used for type registration + 名前空間 '%1' は既に型の登録の際に使用されています + + + Module '%1' does not contain a module identifier directive - it cannot be protected from external registrations. + モジュール '%1' にモジュール識別子が含まれていません。そのため、外部からの登録から保護することができません。 + + + + QQmlListModel + + unable to enable dynamic roles as this model is not empty! + モデルが空ではないため動的ロールを有効にできません。 + + + unable to enable static roles as this model is not empty! + モデルが空ではないため静的ロールを有効にできません。 + + + dynamic role setting must be made from the main thread, before any worker scripts are created + 動的ロールの設定はメインスレッドでワーカースクリプトが生成される前に行う必要があります + + + remove: indices [%1 - %2] out of range [0 - %3] + remove: 削除対象のインデックス [%1 - %2] は有効範囲 [0 - %3] 外の値です + + + remove: incorrect number of arguments + remove: 引数の数が異なります + + + insert: index %1 out of range + insert: インデックス %1 の値が有効範囲外です + + + insert: value is not an object + insert: オブジェクト以外の値は挿入できません + + + move: out of range + move: 値が有効範囲外です + + + append: value is not an object + append: オブジェクト以外の値は追加できません + + + set: value is not an object + set: オブジェクト以外の値は代入できません + + + set: index %1 out of range + set: インデックス %1 の値が有効範囲外です + + + ListElement: cannot contain nested elements + ListElement: ネストした要素は保持できません + + + ListElement: cannot use reserved "id" property + ListElement: 予約語 "id" をプロパティに使用できません + + + ListElement: improperly specified %1 + ListElement: %1 の使用法が不適切です + + + ListElement: improperly specified QT_TRANSLATE_NOOP + ListElement: QT_TRANSLATE_NOOP の使用法が不適切です + + + ListElement: cannot use script for property value + ListElement: スクリプトをプロパティの値には使用できません + + + ListModel: undefined property '%1' + ListModel: '%1' は未定義のプロパティです + + + + QQmlParser + + Illegal syntax for exponential number + 無効な指数の構文です + + + Stray newline in string literal + 文字列リテラルに改行が紛れ込んでいます + + + Illegal unicode escape sequence + 無効な Unicode のエスケープシーケンスです + + + Illegal hexadecimal escape sequence + 無効な16進数のエスケープシーケンスです + + + Octal escape sequences are not allowed + 8進数のエスケープシーケンスは許可されていません + + + Unclosed string at end of line + 文字列が行末で閉じていません + + + Decimal numbers can't start with '0' + 十進数を '0' から始めることはできません + + + At least one hexadecimal digit is required after '0%1' + '0%1' の後に少なくとも一つの16進数が必要です + + + Invalid regular expression flag '%0' + '%0' は無効な正規表現のフラグです + + + Unterminated regular expression backslash sequence + 正規表現のバックスラッシュエスケープが閉じていません + + + Unterminated regular expression class + 正規表現の文字クラスが閉じていません + + + Unterminated regular expression literal + 正規表現リテラルが閉じていません + + + Deprecated JavaScript `with' statement detected in QML expression. Support for this will be removed in Qt 5.2! + 非推奨の JavaScript 'with' 文が QML の式で使用されています。'with' 文のサポートは Qt 5.2 で削除されます。 + + + Syntax error + 構文エラー + + + Unexpected token `%1' + '%1' は予期しないトークンです + + + Expected token `%1' + トークン '%1' を予期してます + + + Property value set multiple times + 複数回プロパティに値を割り当てています + + + Expected type name + 予期する型の名前 + + + Invalid import qualifier ID + import する名前空間の id が無効です + + + Reserved name "Qt" cannot be used as an qualifier + 予約語 "Qt" を import する名前空間に使用することはできません + + + Script import qualifiers must be unique. + スクリプトを import する名前空間は一意である必要があります。 + + + Script import requires a qualifier + スクリプトを import する際には名前空間の指定が必要です + + + Library import requires a version + ライブラリの import にはバージョンが必要です + + + Expected parameter type + 予期するパラメータの型 + + + Invalid signal parameter type: + 無効な型のシグナルの引数: + + + Invalid property type modifier + 無効なプロパティの型の修飾子 + + + Unexpected property type modifier + 予期しないプロパティの型の修飾子 + + + Expected property type + 予期するプロパティの型 + + + JavaScript declaration outside Script element + Script 要素の外部での JavaScript の宣言 + + + Imported file must be a script + インポートしたファイルがスクリプトではありません + + + File import requires a qualifier + ファイルの import には修飾子が必要です + + + Invalid import qualifier + 無効な import の修飾子 + + + Invalid module URI + 無効なモジュールの URI + + + Module import requires a version + モジュールの import にはバージョンが必要です + + + Module import requires a qualifier + モジュールの import には修飾子が必要です + + + + QQmlPartsModel + + The group of a DelegateModel cannot be changed within onChanged + DelegateModel のグループを onChanged の中で変更することはできません + + + Delegate component must be Package type. + Delegate コンポーネントは Package 型である必要があります。 + + + + QQmlRewrite + + Signal uses unnamed parameter followed by named parameter. + シグナルは名前付きの引数の後に無名の引数を使用しています。 + + + Signal parameter "%1" hides global variable. + シグナルの引数 "%1" がグローバル変数を隠しています。 + + + + QQmlTypeLoader + + Cannot update qmldir content for '%1' + qmldir "%1" のコンテンツの更新ができませんでした + + + Script %1 unavailable + スクリプト %1 が利用できません + + + Type %1 unavailable + 型 %1 が利用できません + + + module "%1" is not installed + "%1" モジュールがインストールされていません + + + Namespace %1 cannot be used as a type + 名前空間 %1 を型として使用することはできません + + + Unreported error adding script import to import database + import するデータベースに import スクリプトの追加時に未報告のエラーが発生しました + + + %1 %2 + %1 %2 + + + + QQmlVME + + Unable to create object of type %1 + %1 型のオブジェクトは作成できません + + + Cannot assign value %1 to property %2 + プロパティ %2 へ値 %1 を割り当てできません + + + Cannot assign object type %1 with no default method + デフォルトメソッドの無い型 %1 のオブジェクトは割り当てできません + + + Cannot connect mismatched signal/slot %1 %vs. %2 + 型の合わないシグナルとスロット(%1 %vs %2)を接続することはできません + + + Cannot assign an object to signal property %1 + オブジェクトをシグナルプロパティ %1 に割り当てることはできません + + + Cannot assign object to read only list + オブジェクトを読込専用リストに割り当てることはできません + + + Cannot assign object to list + オブジェクトをリストに割り当てることはできません + + + Cannot assign object to interface property + オブジェクトをインターフェースプロパティに割り当てることはできません + + + Unable to create attached object + アタッチされたオブジェクトを作成できません + + + Cannot set properties on %1 as it is null + %1 のプロパティが空のため値を代入できません + + + + QQuickAbstractAnimation + + Cannot animate non-existent property "%1" + 存在しないプロパティ "%1" はアニメーションできません + + + Cannot animate read-only property "%1" + 読込専用のプロパティ "%1" はアニメーションできません + + + Animation is an abstract class + Animation は抽象クラスです + + + + QQuickAccessibleAttached + + Accessible is only available via attached properties + Accessible はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます + + + + QQuickAnchorAnimation + + Cannot set a duration of < 0 + 負の値はアニメーション時間として設定できません + + + + QQuickAnchors + + Possible anchor loop detected on fill. + fill によってアンカーのループが発生しています。 + + + Possible anchor loop detected on centerIn. + centerIn によってアンカーのループが発生しています。 + + + Cannot anchor to an item that isn't a parent or sibling. + 親でも兄弟でもない要素にはアンカーできません。 + + + Possible anchor loop detected on vertical anchor. + 縦方向のアンカーによってアンカーのループが発生しています。 + + + Possible anchor loop detected on horizontal anchor. + 横方向のアンカーによってアンカーのループが発生しています。 + + + Cannot specify left, right, and horizontalCenter anchors at the same time. + left, right および horizontalCenter アンカーを同時にすべて使用することはできません。 + + + Cannot anchor to a null item. + 空の要素にはアンカーできません。 + + + Cannot anchor a horizontal edge to a vertical edge. + 横方向のエッジから縦方向のエッジへはアンカーできません。 + + + Cannot anchor item to self. + 自分自身へはアンカーできません。 + + + Cannot specify top, bottom, and verticalCenter anchors at the same time. + top, bottom および verticalCenter アンカーを同時にすべて使用することはできません。 + + + Baseline anchor cannot be used in conjunction with top, bottom, or verticalCenter anchors. + baseline アンカーを top, bottom あるいは verticalCenter アンカーと混ぜて使用することはできません。 + + + Cannot anchor a vertical edge to a horizontal edge. + 縦方向のエッジから横方向のエッジへはアンカーできません。 + + + + QQuickAnimatedImage + + Qt was built without support for QMovie + Qt は QMovie のサポートを外してビルドされています + + + + QQuickApplication + + Application is an abstract class + Application は抽象クラスです + + + + QQuickBehavior + + Cannot change the animation assigned to a Behavior. + Behavior へ割り当てられたアニメーションは変更できません。 + + + + QQuickDragAttached + + Drag is only available via attached properties + Drag はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます + + + + QQuickFlipable + + front is a write-once property + front は一度のみ書き込み可能なプロパティです + + + back is a write-once property + back は一度のみ書き込み可能なプロパティです + + + + QQuickItemView + + ItemView is an abstract base class + ItemView は抽象クラスです + + + Delegate must be of Item type + デリゲートは Item の派生クラスである必要があります + + + + QQuickKeyNavigationAttached + + KeyNavigation is only available via attached properties + KeyNavigation はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます + + + + QQuickKeysAttached + + Keys is only available via attached properties + Keys はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます + + + + QQuickLayoutMirroringAttached + + LayoutDirection attached property only works with Items + アタッチされたプロパティ LayoutDirection は Item でのみ利用できます + + + LayoutMirroring is only available via attached properties + LayoutMirroring はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます + + + + QQuickLoader + + setSource: value is not an object + setSource: オブジェクト以外の値は挿入できません + + + + QQuickPaintedItem + + Cannot create instance of abstract class PaintedItem + 抽象クラス PaintedItem のインスタンスは作成できません + + + + QQuickParentAnimation + + Unable to preserve appearance under complex transform + 複雑な変換を伴う外観は保持できません + + + Unable to preserve appearance under non-uniform scale + 不均等な拡大/縮小を伴う外観は保持できません + + + Unable to preserve appearance under scale of 0 + scale が 0 となる変換を伴う外観は保持できません + + + + QQuickParentChange + + Unable to preserve appearance under complex transform + 複雑な変換を伴う外観は保持できません + + + Unable to preserve appearance under non-uniform scale + 不均等な拡大/縮小を伴う外観は保持できません + + + Unable to preserve appearance under scale of 0 + サイズが0に縮小される変換を伴う外観は保持できません + + + + QQuickPathAnimation + + Cannot set a duration of < 0 + 負の値はアニメーション時間として設定できません + + + + QQuickPathView + + Delegate must be of Item type + デリゲートは Item の派生クラスである必要があります + + + + QQuickPauseAnimation + + Cannot set a duration of < 0 + 負の値はアニメーション時間として設定できません + + + + QQuickPixmap + + Error decoding: %1: %2 + デコード中にエラーが発生しました: %1: %2 + + + Invalid image provider: %1 + 無効なイメージプロバイダー: %1 + + + Failed to get image from provider: %1 + プロバイダーからの画像の取得に失敗しました: %1 + + + Failed to get texture from provider: %1 + プロバイダーからのテクスチャの取得に失敗しました: %1 + + + Cannot open: %1 + 開けませんでした: %1 + + + Invalid image data: %1 + 無効な画像データ: %1 + + + + QQuickPropertyAnimation + + Cannot set a duration of < 0 + 負の値はアニメーション時間として設定できません + + + + QQuickPropertyChanges + + PropertyChanges does not support creating state-specific objects. + PropertyChanges は状態特有のオブジェクトの作成をサポートしていません。 + + + Cannot assign to non-existent property "%1" + 存在しないプロパティ "%1" へは割り当てできません + + + Cannot assign to read-only property "%1" + 読込専用のプロパティ "%1" へは割り当てできません + + + + QQuickRepeater + + Delegate must be of Item type + デリゲートは Item の派生クラスである必要があります + + + + QQuickShaderEffectMesh + + Cannot create instance of abstract class ShaderEffectMesh. + 抽象クラス ShaderEffectMesh のインスタンスは作成できません + + + + QQuickTextUtil + + %1 does not support loading non-visual cursor delegates. + %1 は可視化できないカーソルデリゲートの読み込みをサポートしていません。 + + + Could not load cursor delegate + カーソルデリゲートが読み込みできません + + + + QQuickViewTransitionAttached + + ViewTransition is only available via attached properties + ViewTransition はアタッチされたプロパティ(Attached Property: 型名.プロパティ名)の形式でのみ利用できます + + + + QQuickXmlListModel + + "%1" duplicates a previous role name and will be disabled. + ロール名 "%1" が重複しているため、既存の同名のロールが無視されます。 + + + invalid query: "%1" + 無効なクエリー: "%1" + + + + QQuickXmlListModelRole + + An XmlRole query must not start with '/' + XmlRole のクエリーを '/' で始めてはいけません + + + + QQuickXmlRoleList + + An XmlListModel query must start with '/' or "//" + XmlListModel のクエリーは '/' か "//" のどちらかで始まらなくてはいけません + + + + QV4Bindings + + Binding loop detected for property "%1" + プロパティ "%1" へのバインディングにループが発生しています + + + + qmlRegisterType + + Invalid QML %1 name "%2" + QML %1 の名前 "%2" が無効です + + + Cannot install %1 '%2' into unregistered namespace '%3' + %1 '%2' を未登録の名前空間 '%3' にはインストールできません + + + Cannot install %1 '%2' into protected namespace '%3' + %1 '%2' を保護された名前空間 '%3' にはインストールできません + + + -- cgit v1.2.1