mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-09-27 02:14:01 +00:00
.
This commit is contained in:
@@ -24,6 +24,23 @@ active-energy-void=Active energy void
|
||||
empty-train-battery=Empty train battery
|
||||
charged-train-battery=Charged train battery
|
||||
|
||||
[calc]
|
||||
error=[ERROR]
|
||||
factorial_neg=Factorial of a negative number __1__
|
||||
factorial_large=Factorial too large __1__
|
||||
factorial_int=Factorial must be an integer __1__
|
||||
expected_bar=Expected closing bar
|
||||
expected_num=Expected number
|
||||
expected_open=Expected opening parenthesis __1__
|
||||
expected_paren=Expected closing parenthesis
|
||||
unexpected_end=Unexpected end of input
|
||||
unknown_fn=Unknown function __1__
|
||||
unknown_id=Unknown identifier __1__
|
||||
invalid_num=Invalid number __1__
|
||||
div_zero=Division by zero
|
||||
mod_zero=Modulo by zero
|
||||
trailing=Unexpected trailing input __1__
|
||||
|
||||
[technology-name]
|
||||
compound-energy=Compound energy
|
||||
|
||||
|
||||
@@ -21,6 +21,23 @@ active-energy-void=アクティブエネルギーボイド
|
||||
empty-train-battery=空の列車バッテリー
|
||||
charged-train-battery=充電済み列車用バッテリー
|
||||
|
||||
[calc]
|
||||
error=[エラー]
|
||||
factorial_neg=負の数の階乗 __1__
|
||||
factorial_large=階乗が大きすぎます __1__
|
||||
factorial_int=階乗は整数でなければなりません __1__
|
||||
expected_bar=閉じる縦棒が必要です
|
||||
expected_num=数字が必要です
|
||||
expected_open=開き括弧が必要です __1__
|
||||
expected_paren=閉じる括弧が必要です
|
||||
unexpected_end=予期しない入力の終端です
|
||||
unknown_fn=不明な関数 __1__
|
||||
unknown_id=不明な識別子 __1__
|
||||
invalid_num=無効な数字 __1__
|
||||
div_zero=ゼロ除算はできません
|
||||
mod_zero=ゼロで剰余はできません
|
||||
trailing=予期しない余分な入力です __1__
|
||||
|
||||
[technology-name]
|
||||
compound-energy=複合発電
|
||||
|
||||
|
||||
@@ -21,6 +21,23 @@ active-energy-void=主動能量消除器
|
||||
empty-train-battery=空火車電池
|
||||
charged-train-battery=已充電火車電池
|
||||
|
||||
[calc]
|
||||
error=[錯誤]
|
||||
factorial_neg=負數的階乘 __1__
|
||||
factorial_large=階乘太大 __1__
|
||||
factorial_int=階乘必須是整數 __1__
|
||||
expected_bar=缺少右側垂直線
|
||||
expected_num=缺少數字
|
||||
expected_open=缺少左括號 __1__
|
||||
expected_paren=缺少右括號
|
||||
unexpected_end=意外的輸入結尾
|
||||
unknown_fn=未知函數 __1__
|
||||
unknown_id=未知識別項 __1__
|
||||
invalid_num=無效的數字 __1__
|
||||
div_zero=除以零
|
||||
mod_zero=對零取餘數
|
||||
trailing=意外的尾隨輸入 __1__
|
||||
|
||||
[technology-name]
|
||||
compound-energy=複合發電
|
||||
|
||||
|
||||
@@ -21,6 +21,23 @@ active-energy-void=主動能量消除器
|
||||
empty-train-battery=空火車電池
|
||||
charged-train-battery=已充電火車電池
|
||||
|
||||
[calc]
|
||||
error=[錯誤]
|
||||
factorial_neg=負數的階乘 __1__
|
||||
factorial_large=階乘太大 __1__
|
||||
factorial_int=階乘必須是整數 __1__
|
||||
expected_bar=缺少右側垂直線
|
||||
expected_num=缺少數字
|
||||
expected_open=缺少左括號 __1__
|
||||
expected_paren=缺少右括號
|
||||
unexpected_end=意外的輸入結尾
|
||||
unknown_fn=未知函數 __1__
|
||||
unknown_id=未知識別項 __1__
|
||||
invalid_num=無效的數字 __1__
|
||||
div_zero=除以零
|
||||
mod_zero=對零取餘數
|
||||
trailing=意外的尾隨輸入 __1__
|
||||
|
||||
[technology-name]
|
||||
compound-energy=複合發電
|
||||
|
||||
|
||||
Reference in New Issue
Block a user