Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+62
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"Default value": "デフォルト値",
|
||||
"$ref '{0}' in '{1}' cannot be resolved.": "'{1}' の $ref '{0}' を解決できません。",
|
||||
"Problems loading reference '{0}': {1}": "参照 '{0}' の読み込み中に問題が発生しました: {1}",
|
||||
"Unable to load schema from '{0}': No content.": "'{0}' からスキーマを読み込めませんでした: コンテンツがありません。",
|
||||
"Unable to load schema from '{0}': No content. {1}": "'{0}' からスキーマを読み込めませんでした: コンテンツがありません。{1}",
|
||||
"Unable to parse content from '{0}': Parse error at line: {1} column: {2}": "'{0}' の内容を解析できませんでした: 行 {1}、列 {2} で解析エラーが発生しました",
|
||||
"Schema '{0}' is not valid: {1}": "スキーマ '{0}' は無効です: {1}",
|
||||
"Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.": "無効なカラー形式です。#RGB、#RGBA、#RRGGBB、または #RRGGBBAA を使用してください。",
|
||||
"String is not a RFC3339 date-time.": "文字列は RFC3339 の日付と時刻形式ではありません。",
|
||||
"String is not a RFC3339 date.": "文字列は RFC3339 の日付形式ではありません。",
|
||||
"String is not a RFC3339 time.": "文字列は RFC3339 の時刻形式ではありません。",
|
||||
"String is not an e-mail address.": "文字列はメールアドレスではありません。",
|
||||
"String does not match IPv4 format.": "文字列が IPv4 形式と一致しません。",
|
||||
"String does not match IPv6 format.": "文字列が IPv6 形式と一致しません。",
|
||||
"Value is not accepted. Valid values: {0}.": "値が許可されていません。有効な値: {0}。",
|
||||
"Incorrect type. Expected one of {0}.": "タイプが正しくありません。期待される型: {0} のいずれか。",
|
||||
"Matches a schema that is not allowed.": "許可されていないスキーマに一致しています。",
|
||||
"Matches multiple schemas when only one must validate.": "複数のスキーマに一致しています。1つだけが有効である必要があります。",
|
||||
"filePatternAssociation '{0}' does not match with doc uri '{1}'": "filePatternAssociation '{0}' がドキュメント URI '{1}' と一致しません",
|
||||
"Value is not divisible by {0}.": "値は {0} で割り切れません。",
|
||||
"Value is below the exclusive minimum of {0}.": "値が {0} の排他的最小値より小さいです。",
|
||||
"Value is above the exclusive maximum of {0}.": "値が {0} の排他的最大値を超えています。",
|
||||
"Value is below the minimum of {0}.": "値が最小値 {0} を下回っています。",
|
||||
"Value is above the maximum of {0}.": "値が最大値 {0} を超えています。",
|
||||
"String is shorter than the minimum length of {0}.": "文字列の長さが最小長 {0} 未満です。",
|
||||
"String is longer than the maximum length of {0}.": "文字列の長さが最大長 {0} を超えています。",
|
||||
"String does not match the pattern of \"{0}\".": "文字列がパターン \"{0}\" に一致しません。",
|
||||
"URI expected.": "URI が必要です。",
|
||||
"URI with a scheme is expected.": "スキームを含む URI が必要です。",
|
||||
"String is not a URI: {0}": "文字列が有効な URI ではありません: {0}",
|
||||
"Array has too many items according to schema. Expected {0} or fewer.": "配列に含まれる項目数がスキーマの上限 {0} を超えています。",
|
||||
"Array does not contain required item.": "配列に必要な項目が含まれていません。",
|
||||
"Array has too few items. Expected {0} or more.": "配列の項目数が少なすぎます。{0} 項目以上必要です。",
|
||||
"Array has too many items. Expected {0} or fewer.": "配列の項目数が多すぎます。{0} 項目以下にしてください。",
|
||||
"Array has too few items matching \"contains\". Expected {0} or more.": "配列内で \"contains\" 条件に一致する要素が不足しています。{0} 要素以上が必要です。",
|
||||
"Array has too many items matching \"contains\". Expected {0} or fewer.": "配列内で \"contains\" 条件に一致する要素が多すぎます。{0} 要素以下である必要があります.",
|
||||
"Array has duplicate items.": "配列に重複する項目があります。",
|
||||
"Property {0} is not allowed.": "プロパティ {0} は許可されていません。",
|
||||
"Object has more properties than limit of {0}.": "オブジェクトのプロパティ数が制限値 {0} を超えています。",
|
||||
"Object has fewer properties than the required number of {0}": "オブジェクトのプロパティ数が必要数 {0} に満たないです。",
|
||||
"Object is missing property {0} required by property {1}.": "プロパティ {1} によって必要とされるプロパティ {0} が存在しません。",
|
||||
"Inline schema": "インラインスキーマ",
|
||||
"Create an item of an array{0}{1}": "配列の項目を作成する{0}{1}",
|
||||
"- (array item) ": "- (配列項目)",
|
||||
"Allowed Values:": "許可された値:",
|
||||
"Example:": "例:",
|
||||
"Source: [{0}]({1})": "出典: [{0}]({1})",
|
||||
"Jump to schema location ({0})": "スキーマの位置へジャンプ ({0})",
|
||||
"Convert Tab to Spaces": "タブをスペースに変換",
|
||||
"Convert all Tabs to Spaces": "すべてのスペースをタブに変換",
|
||||
"Delete unused anchor: {0}": "未使用のアンカーを削除: {0}",
|
||||
"Convert to boolean": "ブール値に変換",
|
||||
"Convert to block style {0}": "ブロックスタイル {0} に変換",
|
||||
"Fix key order for this map": "このマップのキーの順序を修正する",
|
||||
"Flow style mapping is forbidden": "フロースタイルのマッピングは禁止されています",
|
||||
"Flow style sequence is forbidden": "フロースタイルのシーケンスは禁止されています",
|
||||
"Unused anchor \"{0}\"": "未使用のアンカー \"{0}\"",
|
||||
"Unresolved alias \"{0}\"": "未解決のエイリアス \"{0}\"",
|
||||
"Convert string to folded block string": "文字列を折り畳みブロック文字列に変換する",
|
||||
"Convert string to literal block string": "文字列をリテラルブロック文字列に変換する"
|
||||
}
|
||||
Reference in New Issue
Block a user