The translation was automatically locked due to following alerts: Could not update the repository.
Summary
| Project website | code.fineres.com | |
|---|---|---|
| Translation process |
|
|
| File mask |
nuclear-i18n/i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_*.properties
|
|
| Monolingual base language file |
nuclear-i18n/i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_zh.properties
|
|
| Translation file |
Download
nuclear-i18n/i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_en.properties
|
|
| Last change | Feb. 9, 2026, 2:01 p.m. | |
| Last change made by | anna | |
| Language | English | |
| Language code | en | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 1,728,003,224 | |
| Number of plurals | 2 | |
| Plural type | One/other | |
| Plurals | Singular | 1 | Plural | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … |
| Plural formula |
n != 1
|
|
6 days ago
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 5,452 | 10,695 | 108,012 | |||
| Translated | 99% | 5,448 | 91% | 9,820 | 98% | 106,913 |
| Needs editing | 1% | 4 | 8% | 875 | 1% | 1,099 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 16% | 912 | 26% | 2,853 | 32% | 35,288 |
| Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
| Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
and previous 30 days
Trends of last 30 days
+8%
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+100%
—
Contributors
+100%
|
Source string changed |
|
|
Source string changed |
|
|
Source string changed |
|
|
Source string changed |
|
|
Source string changed |
|
|
Changes committed |
Changes committed
2 months ago
|
|
Translation changed |
|
|
Translation changed |
|
|
Translation changed |
|
|
Translation changed |
|
| 5,452 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5,452 | All strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | JSON nested structure file | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
| 4 | Unfinished strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | JSON nested structure file | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
返回窗口函数的记录条数。
参数说明:
参数 1:计算指标,基于此指标进行窗口计算,不可为空。
参数 2:维度字段,用于此字段对窗口数据进行分组。
参数 3:排序字段,依靠此字段决定数据计算顺序。
参数 4:定义窗口函数的计算范围。first代表第一行/组内第一行,last代表最后一行 / 组内最后一行,0代表当前行,-N代表当前行的前N行,N代表当前行的后N行