Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ja.json #1591

Merged
merged 3 commits into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"CoC7.SkillRarityShort": "[UC]",
"CoC7.SkillPush": "プッシュ可能",
"CoC7.SkillCombat": "戦闘",
"CoC7.SkillFighting": "近接格闘",
"CoC7.SkillFighting": "近接戦闘",
"CoC7.SkillFirearm": "射撃",
"CoC7.SkillRanged": "遠隔",
"CoC7.SkillRequiresName": "名前が必要",
Expand Down Expand Up @@ -428,7 +428,7 @@

"CoC7.NewBioSectionName": "新規セクション",

"CoC7.FightingSpecializationName": "近接格闘",
"CoC7.FightingSpecializationName": "近接戦闘",
"CoC7.UnarmedWeaponName": "素手",
"CoC7.FirearmSpecializationName": "射撃",
"CoC7.RangedSpecializationName": "遠隔",
Expand Down Expand Up @@ -608,6 +608,8 @@
"CoC7.IntCheck": "INTロール",
"CoC7.NoSanLoss": "正気度ポイントは喪失しない",
"CoC7.SANLoss": "正気度喪失",
"CoC7.SANLossPass": "成功",
"CoC7.SANLossFail": "失敗",
"CoC7.SanityCheckPerformed": "君は衝撃的な経験をした。",
"CoC7.InvoluntaryActionPerformed": "君はしばらく自制心を失った。",
"CoC7.SanityLost": "正気度ポイントを喪失",
Expand Down Expand Up @@ -1024,12 +1026,12 @@

"CoC7.Migrate.UpdateCurrentScene": "現在シーンの移行",
"CoC7.Migrate.Complete": "データ移行完了",
"CoC7.Migrate.ErrorDocumentPack": "Failed CoC7 system migration for document {name} in pack {collection}: {message}",
"CoC7.Migrate.ErrorScene": "Failed CoC7 system migration for Scene {name}: {message}",
"CoC7.Migrate.ErrorMacro": "Failed CoC7 system migration for Macro {name}: {message}",
"CoC7.Migrate.ErrorTable": "Failed CoC7 system migration for Table {name}: {message}",
"CoC7.Migrate.ErrorItem": "Failed CoC7 system migration for Item {name}: {message}",
"CoC7.Migrate.ErrorActor": "Failed CoC7 system migration for Actor {name}: {message}",
"CoC7.Migrate.ErrorDocumentPack": "{collection} packの資料 {name} に対するCoC7システムマイグレーションに失敗しました:{message}",
"CoC7.Migrate.ErrorScene": "シーン「{name}」のCoC7システムマイグレーションに失敗しました:{message}",
"CoC7.Migrate.ErrorMacro": "マクロ「{name}」のCoC7システムマイグレーションに失敗しました:{message}",
"CoC7.Migrate.ErrorTable": "ロール表「{name}」のCoC7システムマイグレーションに失敗しました:{message}",
"CoC7.Migrate.ErrorItem": "アイテム「{name}」のCoC7システムマイグレーションに失敗しました:{message}",
"CoC7.Migrate.ErrorActor": "アクター「{name}」のCoC7システムマイグレーションに失敗しました:{message}",

"CoC7.System.Documentation": "CoC7 システムマニュアルを閲覧",

Expand Down
Loading