diff options
author | umi <57262844+umi-umi@users.noreply.github.com> | 2020-05-19 11:58:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 19:58:04 -0700 |
commit | be69dd22e8903b9e2f2d14e7c5bdfd3b912ef29e (patch) | |
tree | facf96e7981178e201ceec86714fa6b158b5398f | |
parent | b9675d21065b382b4f5652ed17d3c1e7c2e176cb (diff) |
[Docs] Japanese translation of docs/feature_thermal_printer.md (#9034)
* add feature_thermal_printer.md translation
-rw-r--r-- | docs/ja/feature_thermal_printer.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ja/feature_thermal_printer.md b/docs/ja/feature_thermal_printer.md new file mode 100644 index 0000000000..508123bd64 --- /dev/null +++ b/docs/ja/feature_thermal_printer.md @@ -0,0 +1,15 @@ +# 感熱式プリンタ + +<!--- + original document: 0.8.147:docs/feature_thermal_printer.md + git diff 0.8.147 HEAD -- docs/feature_thermal_printer.md | cat +--> + +<!-- FIXME: Describe thermal printers support here. --> + +## 感熱式プリンタのキーコード + +| キー | 説明 | +|-----------|----------------------------------------| +| `PRINT_ON` | ユーザが入力した全ての印刷を開始 | +| `PRINT_OFF` | ユーザが入力した全ての印刷を停止 | |