This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/translations/base-ja.yaml

821 lines
36 KiB
YAML
Raw Normal View History

2020-06-11 14:15:12 +02:00
#
# GAME TRANSLATIONS
#
# Contributing:
#
# If you want to contribute, please make a pull request on this respository
# and I will have a look.
#
# Placeholders:
#
# Do *not* replace placeholders! Placeholders have a special syntax like
# `Hotkey: <key>`. They are encapsulated within angle brackets. The correct
# translation for this one in German for example would be: `Taste: <key>` (notice
# how the placeholder stayed '<key>' and was not replaced!)
#
# Adding a new language:
#
# If you want to add a new language, ask me in the discord and I will setup
# the basic structure so the game also detects it.
#
steamPage:
# This is the short text appearing on the steam page
2020-06-15 10:38:34 +02:00
shortText: shapez.ioは無限のマップ内で様々な"形"を資源とし、段々と複雑になっていく形の作成や合成の自動化を目指して工場を構築するゲームです。
2020-06-11 14:15:12 +02:00
# This is the long description for the steam page - It is contained here so you can help to translate it, and I will regulary update the store page.
# NOTICE:
# - Do not translate the first line (This is the gif image at the start of the store)
# - Please keep the markup (Stuff like [b], [list] etc) in the same format
longText: >-
[img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img]
2020-06-15 10:38:34 +02:00
shapez.ioは形の作成と合成を自動化するために工場を構築するゲームです。段々と複雑になる要件を納品していくことでゲームをすすめ、工場を高速化するためのアップグレードを解除していきます。
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
要件が増えてくると、ニーズに合わせて工場をスケールアップしていく必要があるでしょう。もちろん、[b]無限のマップ[/b]に展開する資源採取の拡張もお忘れなく!
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
形状だけではすぐに飽きがきますが、色素を混ぜて形を塗る工程もあります。赤、緑、青の色素の資源を組み合わせて、要件を満たす色と形状を作り出しましょう。
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
このゲームは現在18レベルまでが実装されていますがこれだけでもかなりのボリュームです、今後も継続的に新しい要素が追加で実装されていく予定です。 - すでに沢山計画されています!
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
[b]Web版にはないスタンドアローン版のメリット[/b]
2020-06-11 14:15:12 +02:00
[list]
2020-06-15 10:38:34 +02:00
[*] マップのマーク設置とマークへの移動
[*] 無制限のセーブデータ
[*] ダークモード
[*] 多彩な設定
[*] shapez.ioのさらなる開発ができます ❤️
[*] 将来の追加内容実装
2020-06-11 14:15:12 +02:00
[/list]
2020-06-15 10:38:34 +02:00
[b]今後の実装予定とコミュニティの提案[/b]
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
このゲームはオープンソースです。誰でも開発に参加できます! それ以外にも、私はコミュニティの意見を[b]とても[/b]よく聞いており、なるべくすべての提案を読み、できるだけ多くのフィードバックを考慮に入れるようにしています。
2020-06-11 14:15:12 +02:00
[list]
2020-06-15 10:38:34 +02:00
[*] 建造物にコストがかかるストーリーモード
[*] 追加のレベル、及び建造物(スタンドアローン版限定)
[*] 別マップ、もしかすると障害物
[*] 設定可能なマップ生成(数やサイズの設定、ランダム生成シード値、その他)
[*] 追加の形
[*] パフォーマンス向上(このゲームは現状でもかなり軽いです)
[*] 色覚異常モード
[*] 他にも沢山!
2020-06-11 14:15:12 +02:00
[/list]
2020-06-15 10:38:34 +02:00
完全なロードマップは私のTrelloボードをチェックしてみてください https://trello.com/b/ISQncpJP/shapezio
2020-06-11 14:15:12 +02:00
global:
2020-06-15 10:38:34 +02:00
loading: ロード中
error: エラー
2020-06-11 14:15:12 +02:00
# How big numbers are rendered, e.g. "10,000"
thousandsDivider: ","
# The suffix for large numbers, e.g. 1.3k, 400.2M, etc.
suffix:
thousands: k
millions: M
billions: B
trillions: T
# Shown for infinitely big numbers
2020-06-15 10:38:34 +02:00
infinite: 無限
2020-06-11 14:15:12 +02:00
time:
# Used for formatting past time dates
2020-06-15 10:38:34 +02:00
oneSecondAgo: 1 秒前
xSecondsAgo: <x> 秒前
oneMinuteAgo: 1 分前
xMinutesAgo: <x> 分前
oneHourAgo: 1 時間前
xHoursAgo: <x> 時間前
oneDayAgo: 1 日前
xDaysAgo: <x> 日前
2020-06-11 14:15:12 +02:00
# Short formats for times, e.g. '5h 23m'
2020-06-15 10:38:34 +02:00
secondsShort: <seconds>秒
minutesAndSecondsShort: <minutes>分 <seconds>秒
hoursAndMinutesShort: <hours>時間 <minutes>分
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
xMinutes: <x> 分
2020-06-11 14:15:12 +02:00
keys:
tab: TAB
control: CTRL
alt: ALT
escape: ESC
shift: SHIFT
space: SPACE
demoBanners:
# This is the "advertisement" shown in the main menu and other various places
2020-06-15 10:38:34 +02:00
title: デモ版
2020-06-11 14:15:12 +02:00
intro: >-
2020-06-15 10:38:34 +02:00
スタンドアローン版を手に入れ、すべての要素をアンロックしましょう!
2020-06-11 14:15:12 +02:00
mainMenu:
2020-06-15 10:38:34 +02:00
play: プレイ
changelog: 更新履歴
importSavegame: インポート
openSourceHint: このゲームはオープンソースです
discordLink: 公式Discordサーバ
helpTranslate: 翻訳に参加
2020-06-11 14:15:12 +02:00
# This is shown when using firefox and other browsers which are not supported.
browserWarning: >-
2020-06-15 10:38:34 +02:00
このゲームはお使いのブラウザでは速度が落ちることがあります。スタンドアローン版を入手するか、Chromeでプレイすることでこの問題は避けられます。
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
savegameLevel: レベル <x>
savegameLevelUnknown: 不明なレベル
2020-06-11 14:15:12 +02:00
contests:
contest_01_03062020:
title: "Contest #01"
desc: Win <strong>$25</strong> for the coolest base!
longDesc: >-
To give something back to you, I thought it would be cool to make weekly contests!
<br><br>
<strong>This weeks topic:</strong> Build the coolest base!
<br><br>
Here's the deal:<br>
<ul class="bucketList">
<li>Submit a screenshot of your base to <strong>contest@shapez.io</strong></li>
<li>Bonus points if you share it on social media!</li>
<li>I will choose 5 screenshots and propose it to the <strong>discord</strong> community to vote.</li>
<li>The winner gets <strong>$25</strong> (Paypal, Amazon Gift Card, whatever you prefer)</li>
<li>Deadline: 07.06.2020 12:00 AM CEST</li>
</ul>
<br>
I'm looking forward to seeing your awesome creations!
showInfo: View
contestOver: This contest has ended - Join the discord to get noticed about new contests!
2020-06-17 17:29:54 +02:00
continue: 続きから
newGame: 新規ゲーム
2020-06-17 14:02:28 +02:00
madeBy: Made by <author-link>
2020-06-22 17:05:53 +02:00
subreddit: Reddit
2020-06-11 14:15:12 +02:00
dialogs:
buttons:
ok: OK
2020-06-15 10:38:34 +02:00
delete: 削除
cancel: キャンセル
later: 後で
restart: 再起動
reset: リセット
getStandalone: スタンドアローン版を入手
deleteGame: 何が起きるか理解しています
viewUpdate: アップデートを見る
showUpgrades: アップグレード表示
showKeybindings: キー設定表示
2020-06-11 14:15:12 +02:00
importSavegameError:
2020-06-15 10:38:34 +02:00
title: インポートエラー
2020-06-11 14:15:12 +02:00
text: >-
2020-06-15 10:38:34 +02:00
セーブデータのインポートに失敗しました:
2020-06-11 14:15:12 +02:00
importSavegameSuccess:
2020-06-15 10:38:34 +02:00
title: セーブデータのインポートに成功
2020-06-11 14:15:12 +02:00
text: >-
2020-06-15 10:38:34 +02:00
セーブデータをインポートしました
2020-06-11 14:15:12 +02:00
gameLoadFailure:
2020-06-15 10:38:34 +02:00
title: ゲームが壊れています
2020-06-11 14:15:12 +02:00
text: >-
2020-06-15 10:38:34 +02:00
セーブデータのロードに失敗しました:
2020-06-11 14:15:12 +02:00
confirmSavegameDelete:
2020-06-15 10:38:34 +02:00
title: 削除確認
2020-06-11 14:15:12 +02:00
text: >-
2020-06-15 10:38:34 +02:00
本当に削除しますか?
2020-06-11 14:15:12 +02:00
savegameDeletionError:
2020-06-15 10:38:34 +02:00
title: 削除に失敗
2020-06-11 14:15:12 +02:00
text: >-
2020-06-15 10:38:34 +02:00
セーブデータの削除に失敗しました:
2020-06-11 14:15:12 +02:00
restartRequired:
2020-06-15 10:38:34 +02:00
title: 再起動が必要
2020-06-11 14:15:12 +02:00
text: >-
2020-06-15 10:38:34 +02:00
設定を反映するには再起動が必要です
2020-06-11 14:15:12 +02:00
editKeybinding:
2020-06-15 10:38:34 +02:00
title: キー設定の変更
desc: 割当てるキーかマウスボタンを押してください。ESCでキャンセルします。
2020-06-11 14:15:12 +02:00
resetKeybindingsConfirmation:
2020-06-15 10:38:34 +02:00
title: キー設定のリセット
desc: すべてのキー設定を初期値に戻します。実行する前によく確認してください。
2020-06-11 14:15:12 +02:00
keybindingsResetOk:
2020-06-15 10:38:34 +02:00
title: キー設定のリセット
desc: キー設定を初期値に設定しました!
2020-06-11 14:15:12 +02:00
featureRestriction:
2020-06-15 10:38:34 +02:00
title: デモ版
desc: アクセスした要素 (<feature>) はデモ版では利用できません。スタンドアローン版の入手をご検討ください!
2020-06-11 14:15:12 +02:00
oneSavegameLimit:
2020-06-15 10:38:34 +02:00
title: セーブデータ制限
desc: デモ版ではひとつのセーブデータのみ保持できます。既存のデータを削除するか、スタンドアローン版の入手をご検討ください!
2020-06-11 14:15:12 +02:00
updateSummary:
2020-06-15 10:38:34 +02:00
title: 新アップデート!
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
前回からの変更点:
2020-06-11 14:15:12 +02:00
upgradesIntroduction:
2020-06-15 10:38:34 +02:00
title: アップグレード解除
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
すべての納品された形はアップグレードの解除のためにカウントされています。<strong>作った生産ラインを削除しないようにしてください!</strong> アップグレードタブは画面の右上から確認できます。
2020-06-11 14:15:12 +02:00
massDeleteConfirm:
2020-06-15 10:38:34 +02:00
title: 削除確認
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
多数の建造物を削除しようとしています! (<count> 個の選択) 続行しますか?
2020-06-11 14:15:12 +02:00
blueprintsNotUnlocked:
2020-06-15 10:38:34 +02:00
title: 未解除
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
レベル12をクリアしてブループリント機能を解除してください
2020-06-11 14:15:12 +02:00
keybindingsIntroduction:
2020-06-15 10:38:34 +02:00
title: 便利なキー設定
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
このゲームには大規模な工場の構築をスムーズにするため、沢山のキー設定があります。
以下に数例を示します。詳細は<strong>キー設定を確認してください</strong><br><br>
<code class='keybinding'>CTRL</code> + ドラッグ: 削除範囲を指定<br>
<code class='keybinding'>SHIFT</code>: 押し続けると1種の建造物を連続配置<br>
<code class='keybinding'>ALT</code>: 設置されたベルトの方向を逆転させる<br>
2020-06-11 14:15:12 +02:00
createMarker:
2020-06-15 10:38:34 +02:00
title: マーカーを設置
2020-06-16 12:11:34 +02:00
desc: わかりやすい名前をつけてください。形を表す<strong>短いキー</strong>を含めることもできます。(<a href="https://viewer.shapez.io" target="_blank">ここ</a>から生成できます)
2020-06-11 14:15:12 +02:00
markerDemoLimit:
2020-06-15 10:38:34 +02:00
desc: デモ版ではマーカー設置は2つまでに制限されています。スタンドアローン版は無制限です
2020-06-12 19:16:56 +02:00
massCutConfirm:
2020-06-15 10:38:34 +02:00
title: カット確認
2020-06-12 19:16:56 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
多数の建造物をカットしようとしています! (<count> 個の選択) 続行しますか?
2020-06-11 14:15:12 +02:00
2020-06-13 11:49:17 +02:00
exportScreenshotWarning:
2020-06-15 10:38:34 +02:00
title: スクリーンショット出力
2020-06-13 11:49:17 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
スクリーンショット出力を実行します。この処理は工場の全体像があまりに大きいと、
ゲームが遅くなったりクラッシュしてしまう可能性があります!
2020-06-13 11:49:17 +02:00
2020-06-11 14:15:12 +02:00
ingame:
# This is shown in the top left corner and displays useful keybindings in
# every situation
keybindingsOverlay:
2020-06-15 10:38:34 +02:00
moveMap: マップ移動
selectBuildings: 範囲選択
stopPlacement: 配置の中止
rotateBuilding: 建造物の回転
placeMultiple: 複数配置
reverseOrientation: 向きの逆転
disableAutoOrientation: 自動向き合わせの停止
toggleHud: HUD表示切り替え
placeBuilding: 建造物配置
createMarker: マーカー設置
delete: 削除
pasteLastBlueprint: ブループリントの内容を設置
2020-06-17 17:29:54 +02:00
lockBeltDirection: ベルトプランナーを有効化
plannerSwitchSide: プランナーが通る側を反転
2020-06-22 12:15:44 +02:00
cutSelection: Cut
copySelection: Copy
clearSelection: Clear Selection
pipette: Pipette
2020-06-11 14:15:12 +02:00
# Everything related to placing buildings (I.e. as soon as you selected a building
# from the toolbar)
buildingPlacement:
# Buildings can have different variants which are unlocked at later levels,
# and this is the hint shown when there are multiple variants available.
2020-06-15 10:38:34 +02:00
cycleBuildingVariants: <key> キーを押して変更
2020-06-11 14:15:12 +02:00
# Shows the hotkey in the ui, e.g. "Hotkey: Q"
hotkeyLabel: >-
2020-06-15 10:38:34 +02:00
ホットキー: <key>
2020-06-11 14:15:12 +02:00
infoTexts:
2020-06-15 10:38:34 +02:00
speed: スピード
range: レンジ
storage: ストレージ
oneItemPerSecond: 1 アイテム / 秒
itemsPerSecond: <x> アイテム / 秒
2020-06-11 14:15:12 +02:00
itemsPerSecondDouble: (x2)
2020-06-15 10:38:34 +02:00
tiles: <x> タイル
2020-06-11 14:15:12 +02:00
# The notification when completing a level
levelCompleteNotification:
# <level> is replaced by the actual level, so this gets 'Level 03' for example.
2020-06-15 10:38:34 +02:00
levelTitle: レベル <level>
completed: 完了
unlockText: <reward> を解除!
buttonNextLevel: 次のレベル
2020-06-11 14:15:12 +02:00
# Notifications on the lower right
notifications:
2020-06-15 10:38:34 +02:00
newUpgrade: 新しいアップグレードが利用可能です!
gameSaved: ゲームをセーブしました。
2020-06-11 14:15:12 +02:00
# The "Upgrades" window
shop:
2020-06-15 10:38:34 +02:00
title: アップグレード
buttonUnlock: アップグレード
2020-06-11 14:15:12 +02:00
# Gets replaced to e.g. "Tier IX"
2020-06-15 10:38:34 +02:00
tier: 第 <x> 段階
2020-06-11 14:15:12 +02:00
# The roman number for each tier
tierLabels: [I, II, III, IV, V, VI, VII, VIII, IX, X]
2020-06-15 10:38:34 +02:00
maximumLevel: 最大レベル (スピード x<currentMult>)
2020-06-11 14:15:12 +02:00
# The "Statistics" window
statistics:
2020-06-15 10:38:34 +02:00
title: 統計情報
2020-06-11 14:15:12 +02:00
dataSources:
stored:
2020-06-15 10:38:34 +02:00
title: 格納済
description: 中央の建造物に格納された形の総数です。
2020-06-11 14:15:12 +02:00
produced:
2020-06-15 10:38:34 +02:00
title: 生産済
description: 中間生成物を含む、工場全体で生産された形の総数です。
2020-06-11 14:15:12 +02:00
delivered:
2020-06-15 10:38:34 +02:00
title: 納品済
description: 中央の建造物に納品された形の総数です。
noShapesProduced: まだ形が生産されていません。
2020-06-11 14:15:12 +02:00
# Displays the shapes per minute, e.g. '523 / m'
2020-06-15 10:38:34 +02:00
shapesPerMinute: <shapes> / 分
2020-06-11 14:15:12 +02:00
# Settings menu, when you press "ESC"
settingsMenu:
2020-06-15 10:38:34 +02:00
playtime: プレイ時間
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
buildingsPlaced: 建造物
beltsPlaced: ベルト
2020-06-11 14:15:12 +02:00
buttons:
2020-06-15 10:38:34 +02:00
continue: コンティニュー
settings: 設定
menu: メニューに戻る
2020-06-11 14:15:12 +02:00
# Bottom left tutorial hints
tutorialHints:
2020-06-15 10:38:34 +02:00
title: ヒントが必要ですか?
showHint: ヒントを見る
hideHint: 閉じる
2020-06-11 14:15:12 +02:00
# When placing a blueprint
blueprintPlacer:
2020-06-15 10:38:34 +02:00
cost: コスト
2020-06-11 14:15:12 +02:00
# Map markers
waypoints:
2020-06-15 10:38:34 +02:00
waypoints: マーカー
2020-06-11 14:15:12 +02:00
hub: HUB
2020-06-15 10:38:34 +02:00
description: マーカーを左クリックでその場所にジャンプ、右クリックで削除します。<br><br> <keybinding> キーを押すことで現在地にマーカーを設置します。選択した位置で<strong>右クリック</strong>することでもマーカー設置できます。
creationSuccessNotification: マーカーを設置しました
2020-06-11 14:15:12 +02:00
# Interactive tutorial
interactiveTutorial:
2020-06-15 10:38:34 +02:00
title: チュートリアル
2020-06-11 14:15:12 +02:00
hints:
2020-06-15 10:38:34 +02:00
1_1_extractor: <strong>抽出機</strong> を <strong>円の形</strong> の上において抽出しましょう!
2020-06-11 14:15:12 +02:00
1_2_conveyor: >-
2020-06-15 10:38:34 +02:00
抽出機を <strong>コンベアベルト</strong> でHUBまで繋げましょう <br><br> Tip: <strong>マウスのドラッグ</strong> でベルトを引けます。
2020-06-11 14:15:12 +02:00
1_3_expand: >-
このゲームは放置系のゲームでは<strong>ありません</strong> もっと早く要件を満たせるように、追加の抽出機とベルトを設置しましょう。<br><br>Tip: <strong>SHIFT</strong> キーを押し続けると抽出機を連続配置できます。<strong>R</strong>キーで設置方向を回転できます。
2020-06-11 14:15:12 +02:00
2020-06-22 17:05:53 +02:00
colors:
red: Red
green: Green
blue: Blue
yellow: Yellow
purple: Purple
cyan: Cyan
white: White
uncolored: No color
shapeViewer:
title: Layers
empty: Empty
2020-06-11 14:15:12 +02:00
# All shop upgrades
shopUpgrades:
belt:
2020-06-15 10:38:34 +02:00
name: ベルト、ディストリビュータ & トンネル
description: スピード x<currentMult> → x<newMult>
2020-06-11 14:15:12 +02:00
miner:
2020-06-15 10:38:34 +02:00
name: 抽出機
description: スピード x<currentMult> → x<newMult>
2020-06-11 14:15:12 +02:00
processors:
2020-06-15 10:38:34 +02:00
name: 切断、回転 & 積み重ね
description: スピード x<currentMult> → x<newMult>
2020-06-11 14:15:12 +02:00
painting:
2020-06-15 10:38:34 +02:00
name: 混合 & 着色
description: スピード x<currentMult> → x<newMult>
2020-06-11 14:15:12 +02:00
# Buildings and their name / description
buildings:
hub:
2020-06-15 10:38:34 +02:00
deliver: 納品
toUnlock: 解除
levelShortcut: レベル
2020-06-11 14:15:12 +02:00
belt:
default:
2020-06-15 10:38:34 +02:00
name: &belt コンベアベルト
description: アイテムを輸送します。マウスドラッグで連続配置できます。
2020-06-11 14:15:12 +02:00
miner: # Internal name for the Extractor
default:
2020-06-15 10:38:34 +02:00
name: &miner 抽出機
description: 形や色の上に設置することで抽出できます。
2020-06-11 14:15:12 +02:00
chainable:
2020-06-15 10:38:34 +02:00
name: 連鎖抽出機
description: 形や色の上に設置することで抽出できます。連鎖設置可能です。
2020-06-11 14:15:12 +02:00
underground_belt: # Internal name for the Tunnel
default:
2020-06-15 10:38:34 +02:00
name: &underground_belt トンネル
description: 建造物や他のベルトの地下を通してベルトを配置できます。
2020-06-11 14:15:12 +02:00
tier2:
2020-06-15 10:38:34 +02:00
name: トンネル レベルII
description: 建造物や他のベルトの地下を通してベルトを配置できます。
2020-06-11 14:15:12 +02:00
splitter: # Internal name for the Balancer
default:
2020-06-15 10:38:34 +02:00
name: &splitter 分配機
description: 多機能 - すべての入力をすべての出力に均等に分配します。
2020-06-11 14:15:12 +02:00
compact:
2020-06-15 10:38:34 +02:00
name: 合流機 (コンパクト)
description: 2本のベルトの内容を1本のベルトに合流します。
2020-06-11 14:15:12 +02:00
compact-inverse:
2020-06-15 10:38:34 +02:00
name: 合流機 (コンパクト)
description: 2本のベルトの内容を1本のベルトに合流します。
2020-06-11 14:15:12 +02:00
cutter:
default:
2020-06-15 10:38:34 +02:00
name: &cutter 切断機
description: 形を上下の直線で切断し、双方を出力します。<strong>もしひとつの出力しか使わない場合、他の出力を破棄しないと出力が詰まって停止することに注意してください!</strong>
2020-06-11 14:15:12 +02:00
quad:
2020-06-15 10:38:34 +02:00
name: 切断機 (四分割)
description: 形を四分割します。<strong>もしひとつの出力しか使わない場合、他の出力を破棄しないと出力が詰まって停止することに注意してください!</strong>
2020-06-11 14:15:12 +02:00
rotater:
default:
2020-06-15 10:38:34 +02:00
name: &rotater 回転機
description: 形を時計回り方向に90度回転します。
2020-06-11 14:15:12 +02:00
ccw:
2020-06-15 10:38:34 +02:00
name: 回転機 (逆)
description: 形を反時計回り方向に90度回転します。
2020-06-11 14:15:12 +02:00
stacker:
default:
2020-06-15 10:38:34 +02:00
name: &stacker 積層機
description: 入力アイテムを積み重ねます。もしうまく統合できなかった場合は、右の入力アイテムを左の入力アイテムの上に重ねます。
2020-06-11 14:15:12 +02:00
mixer:
default:
2020-06-15 10:38:34 +02:00
name: &mixer 混合機
description: 2つの色を加算混合で混ぜ合わせます。
2020-06-11 14:15:12 +02:00
painter:
default:
2020-06-15 10:38:34 +02:00
name: &painter 着色機
2020-06-16 12:31:16 +02:00
description: &painter_desc 左から入力された形の全体を、右から入力された色で着色します。
2020-06-11 14:15:12 +02:00
double:
2020-06-15 10:38:34 +02:00
name: 着色機 (ダブル)
description: 左から入力された形を、上から入力された色で着色します。
2020-06-11 14:15:12 +02:00
quad:
2020-06-15 10:38:34 +02:00
name: 着色機 (四分割)
description: 入力された形を四分割づつ別の色で塗り分けられます。
2020-06-16 12:31:16 +02:00
mirrored:
name: *painter
description: *painter_desc
2020-06-11 14:15:12 +02:00
trash:
default:
2020-06-15 10:38:34 +02:00
name: &trash ゴミ箱
description: すべての辺からの入力を破棄します。永遠に。
2020-06-11 14:15:12 +02:00
storage:
2020-06-15 10:38:34 +02:00
name: 格納庫
description: 余ったアイテムを指定の上限まで格納します。余剰の受け口としても使用可能です。
2020-06-11 14:15:12 +02:00
storyRewards:
# Those are the rewards gained from completing the store
reward_cutter_and_trash:
2020-06-15 10:38:34 +02:00
title: 形の切断
desc: <strong>切断機</strong>が利用可能になりました。これは入力された形を、<strong>向きを考慮せず上下の直線で</strong>半分に切断します。<br><br>利用しない側の出力に注意しましょう。破棄するなどをしない限り<strong>詰まって停止してしまいます</strong> - このためにゴミ箱も用意しました。入力アイテムをすべて破棄できます。
2020-06-11 14:15:12 +02:00
reward_rotater:
2020-06-15 10:38:34 +02:00
title: 回転
desc: <strong>回転機</strong>が利用可能になりました。形を時計回り方向に90度回転させます。
2020-06-11 14:15:12 +02:00
reward_painter:
2020-06-15 10:38:34 +02:00
title: 着色
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
<strong>着色機</strong>が利用可能になりました。 - 色の鉱脈から形の手順と同様に色を抽出し、着色機で形と組み合わせることで着色できます。<br><br>PS:もしあなたが色の認識に問題があっても安心してください。我々はすでにその解決に着手しています!
2020-06-11 14:15:12 +02:00
reward_mixer:
2020-06-15 10:38:34 +02:00
title: 色の混合
desc: <strong>混合機</strong>が利用可能になりました。 - この建造物は2つの色を<strong>加算混合で</strong>混ぜ合わせます。
2020-06-11 14:15:12 +02:00
reward_stacker:
2020-06-15 10:38:34 +02:00
title: 積層機
desc: <strong>積層機</strong>で形を組み合わせ可能になりました。双方の入力を組み合わせ、もし連続した形になっていればそれらは<strong>融合してひとつ</strong>になります! もしできなかった場合は、左の入力の<strong>上に右の入力が重なります。</strong>
2020-06-11 14:15:12 +02:00
reward_splitter:
2020-06-15 10:38:34 +02:00
title: 分配機/合流機
desc: 多機能な<strong>分配機/合流機</strong>が利用可能になりました。 - より大規模な工場を構築するため、複数のベルト間で<strong>アイテムを合流、分配</strong>できます!<br><br>
2020-06-11 14:15:12 +02:00
reward_tunnel:
2020-06-15 10:38:34 +02:00
title: トンネル
desc: <strong>トンネル</strong>が利用可能になりました。 - 他のベルトや建造物の地下を通してベルトが配置可能です!
2020-06-11 14:15:12 +02:00
reward_rotater_ccw:
2020-06-15 10:38:34 +02:00
title: 反時計回りの回転
desc: <strong>回転機</strong>のバリエーションが利用可能になりました。 - 反時計回りの回転ができるようになります! 回転機を選択し、<strong>'T'キーを押すことで方向の切り替えができます</strong>
2020-06-11 14:15:12 +02:00
reward_miner_chainable:
2020-06-15 10:38:34 +02:00
title: 連鎖抽出機
desc: <strong>連鎖抽出機</strong>が利用可能になりました。他の抽出機に<strong>出力を渡す</strong>ことができるので、資源の抽出がより効率的になります!
2020-06-11 14:15:12 +02:00
reward_underground_belt_tier_2:
2020-06-15 10:38:34 +02:00
title: トンネル レベルII
2020-06-16 12:11:34 +02:00
desc: <strong>トンネル</strong>のバリエーションが利用可能になりました。 - <strong>距離拡張版が追加され</strong>、以前のものと組み合わせて目的に応じて利用することができます!
2020-06-11 14:15:12 +02:00
reward_splitter_compact:
2020-06-15 10:38:34 +02:00
title: 合流機 (コンパクト)
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
<strong>合流機</strong>のコンパクト版が利用可能になりました。 - 2つの入力をひとつに合流できます
2020-06-11 14:15:12 +02:00
reward_cutter_quad:
2020-06-15 10:38:34 +02:00
title: 四分割
2020-06-16 12:11:34 +02:00
desc: <strong>切断機</strong>のバリエーションが利用可能になりました。 - 上下の二分割ではなく、<strong>四分割</strong>に切断できます!
2020-06-11 14:15:12 +02:00
reward_painter_double:
2020-06-15 10:38:34 +02:00
title: 着色機 (ダブル)
desc: <strong>着色機</strong>のバリエーションが利用可能になりました。 - 通常の着色機と同様に機能しますが、ひとつの色の消費で<strong>一度に2つの形</strong>を着色処理できます!
2020-06-11 14:15:12 +02:00
reward_painter_quad:
2020-06-15 10:38:34 +02:00
title: 四分割着色
desc: <strong>着色機</strong>のバリエーションが利用可能になりました。 - 形のすべてのパーツを別の色で塗り分けることができます!
2020-06-11 14:15:12 +02:00
reward_storage:
2020-06-15 10:38:34 +02:00
title: 余剰の貯蓄
desc: <strong>ゴミ箱</strong>のバリエーションが利用可能になりました。 - 容量上限までアイテムを格納することができます!
2020-06-11 14:15:12 +02:00
reward_freeplay:
2020-06-15 10:38:34 +02:00
title: フリープレイ
desc: やりましたね! <strong>フリープレイモード</strong>が利用可能になりました。 - これからは形はランダムに生成されます! (ご心配なく。スタンドアローン版はさらなる追加コンテンツが計画されています)
2020-06-11 14:15:12 +02:00
reward_blueprints:
2020-06-15 10:38:34 +02:00
title: ブループリント
2020-06-16 12:11:34 +02:00
desc: 工場の建造物の<strong>コピー&ペースト</strong>が利用可能になりました! 範囲選択(CTRLキーを押したままマウスドラッグ)した状態で、'C'キーを押すことでコピーができます。<br><br>ペーストは<strong>タダではありません。</strong><strong>ブループリントの形</strong>を生産することで可能になります!(たった今納品したものです)
2020-06-11 14:15:12 +02:00
# Special reward, which is shown when there is no reward actually
no_reward:
2020-06-15 10:38:34 +02:00
title: 次のレベル
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
このレベルには報酬はありません。次にはあるでしょう! <br><br> PS: すでに作った生産ラインは削除しないようにしましょう。 - 生産された形は<strong>すべて</strong>、後に<strong>アップグレードの解除</strong>のために必要になります!
2020-06-11 14:15:12 +02:00
no_reward_freeplay:
2020-06-15 10:38:34 +02:00
title: 次のレベル
2020-06-11 14:15:12 +02:00
desc: >-
2020-06-15 10:38:34 +02:00
おめでとうございます! スタンドアローン版ではさらなる追加要素が計画されています!
2020-06-11 14:15:12 +02:00
settings:
2020-06-15 10:38:34 +02:00
title: 設定
2020-06-11 14:15:12 +02:00
categories:
2020-06-15 10:38:34 +02:00
game: ゲーム
app: アプリケーション
2020-06-11 14:15:12 +02:00
versionBadges:
dev: Development
staging: Staging
prod: Production
buildDate: Built <at-date>
labels:
uiScale:
2020-06-15 10:38:34 +02:00
title: 画面表示サイズ
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
ユーザーインターフェイスのサイズを変更します。解像度をベースに調整されますが、この設定でそれを変更できます。
2020-06-11 14:15:12 +02:00
scales:
2020-06-15 10:38:34 +02:00
super_small: 極小
small:
regular: 普通
large:
huge: 極大
2020-06-11 14:15:12 +02:00
scrollWheelSensitivity:
2020-06-15 10:38:34 +02:00
title: ズーム感度
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
マウスやトラックパッドでのズーム感度を変更します。
2020-06-11 14:15:12 +02:00
sensitivity:
2020-06-15 10:38:34 +02:00
super_slow: 極遅
slow:
regular: 普通
fast:
super_fast: 超速
2020-06-11 14:15:12 +02:00
language:
2020-06-15 10:38:34 +02:00
title: 言語
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
言語を変更します。すべての翻訳はユーザーからの協力で成り立っており、まだ完全には完了していない可能性があります!
2020-06-11 14:15:12 +02:00
fullscreen:
2020-06-15 10:38:34 +02:00
title: フルスクリーン
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
フルスクリーンでのプレイが推奨です。スタンドアローン版のみ変更可能です。
2020-06-11 14:15:12 +02:00
soundsMuted:
2020-06-15 10:38:34 +02:00
title: 効果音ミュート
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
有効に設定するとすべての効果音をミュートします。
2020-06-11 14:15:12 +02:00
musicMuted:
2020-06-15 10:38:34 +02:00
title: BGMミュート
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
有効に設定するとすべてのBGMをミュートします。
2020-06-11 14:15:12 +02:00
theme:
2020-06-15 10:38:34 +02:00
title: ゲームテーマ
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
ゲームテーマを選択します。 (ライト / ダーク).
2020-06-11 14:15:12 +02:00
2020-06-12 12:01:25 +02:00
themes:
2020-06-15 10:38:34 +02:00
dark: ダーク
light: ライト
2020-06-12 12:01:25 +02:00
2020-06-11 14:15:12 +02:00
refreshRate:
2020-06-15 10:38:34 +02:00
title: シミュレーション対象
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
もし144hzのモニターを利用しているなら、この設定でリフレッシュレートを変更することで、ゲームが高リフレッシュレートを正しくシミュレーションします。利用しているPCが非力な場合、この設定により実効FPSが遅くなる可能性があります。
2020-06-11 14:15:12 +02:00
alwaysMultiplace:
2020-06-15 10:38:34 +02:00
title: 連続配置
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
この設定を有効にすると、建造物を選択後に意図的にキャンセルするまで選択された状態を維持します。これはSHIFTキーを押し続けている状態と同等です。
2020-06-11 14:15:12 +02:00
offerHints:
2020-06-15 10:38:34 +02:00
title: ヒントとチュートリアル
2020-06-11 14:15:12 +02:00
description: >-
2020-06-15 10:38:34 +02:00
ゲーム中、ヒントとチュートリアルを表示します。レベルごとに不要なUI要素も非表示になり、ゲームに集中しやすくなります。
2020-06-11 14:15:12 +02:00
2020-06-12 19:16:56 +02:00
movementSpeed:
2020-06-15 10:38:34 +02:00
title: 移動速度
description: キーボードを使用した際の画面の移動速度を変更します。
2020-06-12 19:16:56 +02:00
speeds:
2020-06-15 10:38:34 +02:00
super_slow: 極遅
slow:
regular: 普通
fast:
super_fast: 超速
extremely_fast: 超々速
2020-06-17 14:02:28 +02:00
enableTunnelSmartplace:
2020-06-17 17:29:54 +02:00
title: スマートトンネル
2020-06-17 14:02:28 +02:00
description: >-
2020-06-17 17:29:54 +02:00
有効にすると、トンネルを設置した際に不要なベルトを自動的に除去します。
また、トンネルをドラッグできるようになり、不要なトンネルは除去されます。
2020-06-17 14:02:28 +02:00
vignette:
2020-06-17 17:29:54 +02:00
title: ビネット
2020-06-17 14:02:28 +02:00
description: >-
2020-06-17 17:29:54 +02:00
画面の隅を暗くして文字を読みやすくするビネットを有効化します。
2020-06-12 19:16:56 +02:00
2020-06-22 12:15:44 +02:00
autosaveInterval:
title: Autosave Interval
description: >-
Controls how often the game saves automatically. You can also disable it
entirely here.
intervals:
one_minute: 1 Minute
two_minutes: 2 Minutes
five_minutes: 5 Minutes
ten_minutes: 10 Minutes
twenty_minutes: 20 Minutes
disabled: Disabled
compactBuildingInfo:
title: Compact Building Infos
description: >-
Shortens info boxes for buildings by only showing their ratios. Otherwise a
description and image is shown.
disableCutDeleteWarnings:
title: Disable Cut/Delete Warnings
description: >-
Disable the warning dialogs brought up when cutting/deleting more than 100
entities.
2020-06-22 17:05:53 +02:00
enableColorBlindHelper:
title: Color Blind Mode
description: Enables various tools which allow to play the game if you are color blind.
2020-06-11 14:15:12 +02:00
keybindings:
2020-06-15 10:38:34 +02:00
title: キー設定
2020-06-11 14:15:12 +02:00
hint: >-
Tip: CTRL, SHIFT, ALTを利用するようにしてください。これらはそれぞれ建造物配置の際の機能があります。
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
resetKeybindings: キー設定をリセット
2020-06-11 14:15:12 +02:00
categoryLabels:
2020-06-15 10:38:34 +02:00
general: アプリケーション
ingame: ゲーム
navigation: ナビゲーション
placement: 配置
massSelect: 複数選択
buildings: 建造物ショートカット
placementModifiers: 配置時バリエーション
2020-06-11 14:15:12 +02:00
mappings:
2020-06-15 10:38:34 +02:00
confirm: 確認
back: 戻る
mapMoveUp: 上移動
mapMoveRight: 右移動
mapMoveDown: 下移動
mapMoveLeft: 左移動
centerMap: マップ中央移動
mapZoomIn: ズームイン
mapZoomOut: ズームアウト
createMarker: マーカー設置
menuOpenShop: アップグレード
menuOpenStats: 統計情報
toggleHud: HUD切り替え
toggleFPSInfo: FPS、デバッグ情報表示切り替え
2020-06-11 14:15:12 +02:00
belt: *belt
splitter: *splitter
underground_belt: *underground_belt
miner: *miner
cutter: *cutter
rotater: *rotater
stacker: *stacker
mixer: *mixer
painter: *painter
trash: *trash
2020-06-15 10:38:34 +02:00
rotateWhilePlacing: 回転
2020-06-11 14:15:12 +02:00
rotateInverseModifier: >-
2020-06-15 10:38:34 +02:00
Modifier: 逆時計回りにする
cycleBuildingVariants: バリエーション変更
confirmMassDelete: 複数選択削除の確認
cycleBuildings: 建造物の選択
massSelectStart: マウスドラッグで開始
massSelectSelectMultiple: 複数範囲選択
massSelectCopy: 範囲コピー
placementDisableAutoOrientation: 自動向き合わせ無効
placeMultiple: 配置モードの維持
placeInverse: ベルトの自動向き合わせを逆転
pasteLastBlueprint: 直前のブループリントをペーストする
massSelectCut: 範囲カット
exportScreenshot: 工場の全体像を画像出力
2020-06-16 12:11:34 +02:00
mapMoveFaster: より速く移動
2020-06-17 17:29:54 +02:00
lockBeltDirection: ベルトプランナーを有効化
2020-06-22 12:15:44 +02:00
switchDirectionLockSide: "プランナー: 通る側を切り替え"
pipette: Pipette
2020-06-11 14:15:12 +02:00
about:
2020-06-15 10:38:34 +02:00
title: このゲームについて
2020-06-13 11:49:17 +02:00
body: >-
2020-06-15 10:38:34 +02:00
このゲームはオープンソースであり、<a href="https://github.com/tobspr" target="_blank">Tobias Springer</a> (私)によって開発されています。<br><br>
2020-06-13 11:49:17 +02:00
2020-06-15 10:38:34 +02:00
開発に参加したい場合は以下をチェックしてみてください。<a href="<githublink>" target="_blank">shapez.io on github</a>.<br><br>
2020-06-13 11:49:17 +02:00
2020-06-15 10:38:34 +02:00
このゲームはdiscordでの素晴らしいコミュニティなしには実現しませんでした。 - このサーバにも是非参加してください! <a href="<discordlink>" target="_blank">discord server</a>!<br><br>
2020-06-13 11:49:17 +02:00
2020-06-15 10:38:34 +02:00
サウンドトラックは<a href="https://soundcloud.com/pettersumelius" target="_blank">Peppsen</a>により製作されました。 - 彼は素晴らしいです<br><br>
2020-06-13 11:49:17 +02:00
2020-06-15 10:38:34 +02:00
最後に、私の最高の友人<a href="https://github.com/niklas-dahl" target="_blank">Niklas</a>に大きな感謝を。 - 彼とのFactorioのゲーム体験がなければ、このゲームは存在しませんでした。
2020-06-11 14:15:12 +02:00
changelog:
2020-06-15 10:38:34 +02:00
title: 更新履歴
2020-06-11 14:15:12 +02:00
demo:
features:
2020-06-15 10:38:34 +02:00
restoringGames: セーブデータのリストア
importingGames: セーブデータのインポート
oneGameLimit: セーブデータの1個制限
customizeKeybindings: キー設定のカスタマイズ
exportingBase: 工場の全体像の画像出力
2020-06-11 14:15:12 +02:00
2020-06-15 10:38:34 +02:00
settingNotAvailable: デモ版では利用できません。