android-calculatorpp/android-app-core/res/values-zh-rtw/text_vars.xml

40 lines
1.9 KiB
XML
Raw Normal View History

<!--
2013-06-26 04:22:07 -04:00
~ Copyright 2013 serso aka se.solovyev
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Contact details
~
~ Email: se.solovyev@gmail.com
~ Site: http://se.solovyev.org
-->
<resources>
<string name="c_var_description_PI">圓周長與直徑之比值. 注意: 此常數會隨著角度單位改變 => rad: 3.14, deg: 180.0</string>
<string name="c_var_description_pi">圓周長與直徑之比值. 注意: 此常數會隨著角度單位改變 => rad: 3.14, deg: 180.0</string>
<string name="c_var_description_e">唯一一個使得 f(x) = e^x 的微分(切線斜率) 在 x = 0 時為 1 的自然數.</string>
<string name="c_var_description_i">虛數單位, 定義為 i^2 = -1.</string>
<string name="c_var_description_c">真空中的光速, 單位為 m·s^-1</string>
<string name="c_var_description_G">重力常數, 計算物質間萬有引力時需要用到的常數(實驗值), 單位為 m^3·kg^1·s^2</string>
<string name="c_var_description_h">普朗克常數, 用來描述量子大小的物理常數, 單位為 J·s</string>
<string name="c_var_description_h_reduced">約化普朗克常數(普朗克常數/(2*pi)), 單位為 J·s</string>
<string name="c_var_description_nan">NaN</string>
<string name="c_var_description_inf">無限大</string>
<string name="c_var_system">內建</string>
<string name="c_var_my">自訂</string>
</resources>