| Strings Words Characters | |||
|---|---|---|---|
| 184 1,437 40,071 |
|
All strings | Browse Translate Zen |
| 184 1,437 40,071 |
|
Translated strings | Browse Translate Zen |
| 31 349 9,318 |
|
Strings with any failing checks | Browse Translate Zen |
| 31 349 9,318 |
|
Translated strings with any failing checks | Browse Translate Zen |
| 18 165 4,523 |
|
Failing check: Mismatched full stop | Browse Translate Zen |
| 1 8 206 |
|
Failing check: Mismatched question mark | Browse Translate Zen |
| 1 35 1,007 |
|
Failing check: Mismatched \n | Browse Translate Zen |
| 13 208 4,976 |
|
Failing check: Mismatching line breaks | Browse Translate Zen |
| 3 41 1,193 |
|
Failing check: Consecutive duplicated words | Browse Translate Zen |
Summary
| Project website | code.fineres.com | |
|---|---|---|
| Translation process |
|
|
| 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_ko_KR.properties
|
|
| Last change | April 24, 2025, 8:16 a.m. | |
| Last change made by | Kelsey.Yang | |
| Language | Korean | |
| Language code | ko | |
| Text direction | Left to right | |
| Case sensitivity | Case-insensitive | |
| Number of speakers | 79,278,717 | |
| Number of plurals | 1 | |
| Plural type | None | |
| Plurals | ||
| Plural formula |
0
|
|
8 days ago
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 184 | 1,437 | 40,071 | |||
| Translated | 100% | 184 | 100% | 1,437 | 100% | 40,071 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 16% | 31 | 24% | 349 | 23% | 9,318 |
| 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
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+100%
—
Contributors
—
|
Translation changed |
|
|
Contributor joined |
Contributor joined
11 months ago
|
|
Resource updated |
The “
fine-function/src/main/resources/com/fr/i18n/function/core_ko_KR.properties” file was changed.
a year ago
|
None
String updated in the repository |
|
None
String updated in the repository |
|
|
Translation changed |
|
|
Source string changed |
|
None
Resource updated |
File “
fine-function/src/main/resources/com/fr/i18n/function/core_ko_KR.properties” was added.
a year ago
|
None
String updated in the repository |
|
None
String updated in the repository |
|
| 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 | JSON nested structure file | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
None
Number1,number2,…:1到n个需要找出最大值的参数。
备注:
参数可以是数字、空白单元格、逻辑值或数字的文本表达式。如果数组或引用参数中包含可解析文本值,逻辑值,零值或空白单元格,这些值都将参与计算,而不可解析的文本值忽略不计。如果参数中没有任何数字,MAX将返回0。
示例:MAX(0.1,0,1.2)等于1.2。
매개변수 목록파라미터 리스트의 최대값을 반환합니다.Number1,number2,…: 최대값을 찾는 데 필요한 1~n개의 매개변수입니다.
주목:
인수는 숫자, 빈 셀, 논리값 또는 숫자의 텍스트 표현식일 수 있습니다. 배열 또는 참조 매개변수에 구문 분석 가능한 텍스트 값, 논리 값, 0 값 또는 빈 셀이 포함된 경우 해당 값은 계산에 포함되고 구문 분석할 수 없는 텍스트 값은 무시됩니다. 인수에 숫자가 없으면 MAX는 0을 반환합니다.
예: MAX(0.1,0,1.2)는 1.2와 같습니다.