全翻訳結果

提供:Kobe Makerspace

既存のすべての翻訳を表示するには下欄にメッセージ名を入力してください。

メッセージ

3 件の翻訳が見つかりました。

名前現在のメッセージ文
 履歴 英語 (en)Optional: commit the changes, and do this every time the config is changed. Provide a description of the changes.
{{terminal|text=
cd $root_dir/marlin
git add Marlin
git commit -m "Ender 3 example config"
}}
 履歴 日本語 (ja)オプション: 変更をコミットし、構成が変更されるたびにこれを実行します。 変更の説明を入力します。
{{terminal|text=
cd $root_dir/marlin
git add Marlin
git commit -m "Ender 3 example config"
}}
 履歴 ロシア語 (ru)Необязательно: делайте git commit каждый раз, когда вносите изменения в конфигурацию. Добавьте описание для коммита.
{{terminal|text=
cd $root_dir/marlin
git add Marlin
git commit -m "Ender 3 example config"
}}