Other components
Overview
Project website | code.fineres.com/projects/REPORT |
---|---|
Project maintainers |
![]() ![]() ![]() |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~okcean/fine-universal-skeleton.git
|
Repository branch | master |
Last remote commit |
Merge pull request #12204 in CORE/fine-universal-skeleton from release to master
c8ae08446
superman authored 3 weeks ago |
Last commit in Weblate |
Merge pull request #12204 in CORE/fine-universal-skeleton from release to master
c8ae08446
superman authored 3 weeks ago |
Weblate repository |
http://124.71.185.90:8080/git/FR/fine-universal-skeleton/
|
File mask | fine-function/src/main/resources/com/fr/i18n/function/core_*.properties |
Monolingual base language file | fine-function/src/main/resources/com/fr/i18n/function/core_zh.properties |
Translation file |
Download
fine-function/src/main/resources/com/fr/i18n/function/core_en.properties
|
Last change | May 16, 2025, 5:56 a.m. |
Last author | Chauvet |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 184 | 1,437 | 40,085 | |||
Translated | 100% | 184 | 100% | 1,437 | 100% | 40,085 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 62% | 115 | 68% | 989 | 70% | 28,108 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Browse all translation changes
184 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
184 | All strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
number:用于常用对数计算的正实数。
示例:
LOG10(86)等于1.934498451
LOG10(10)等于1
LOG10(1E5)等于5
RThis function returns the base-10 logarithm of a number.Nnumberis the: positive real number for which you want the base-10 logarithm.Example:
LOG10(86)
=returns 1.934498451.LOG10(10)
=returns 1.LOG10(1E5)
=returns 5.