Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
CLI Apache-2.0 | 20% | 18,816 | 159,727 | 1,041,501 | 14,132 | 3,001 | 29 | 19 | |
|
|||||||||
Glossary Glossary Apache-2.0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
Project website | linuxcontainers.org/incus | |
---|---|---|
Project maintainers | stgraber |
36 minutes ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 23,569 | 193,817 | 1,259,739 | |||
Source | 1,813 | 14,909 | 96,903 | |||
Translated | 20% | 4,753 | 17% | 34,090 | 17% | 218,238 |
Needs editing | 19% | 4,684 | 16% | 31,850 | 17% | 216,983 |
Read-only | 7% | 1,813 | 7% | 14,909 | 7% | 96,903 |
Failing checks | 12% | 3,001 | 15% | 30,282 | 16% | 201,780 |
Strings with suggestions | 1% | 29 | 1% | 128 | 1% | 895 |
Untranslated strings | 59% | 14,132 | 65% | 127,877 | 65% | 824,518 |
Quick numbers
and previous 30 days
Trends of last 30 days
+1%
Hosted words
+100%
+2%
Hosted strings
+100%
+1%
Translated
+19%
−50%
Contributors
+100%
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
Loge
Translation changed |
|
### Any line starting with a '# will be ignored.
###
### A network forward consists of a default target address and optional set of port forwards for a listen address.
###
### An example would look like:
### listen_address: 192.0.2.1
### config:
### target_address: 198.51.100.2
### description: test desc
### ports:
### - description: port forward
### protocol: tcp
### listen_port: 80,81,8080-8090
### target_address: 198.51.100.3
### target_port: 80,81,8080-8090
### location: server01
###
### Note that the listen_address and location cannot be changed.
### 任何以“#”开头的行都会被忽略。
###
### 网络转发策略由监听地址的一个默认
的目标地址和一组可选的监听地址端口转发集构成。###
### 例如:
### listen_address: 192.0.2.1
### config:
### target_address: 198.51.100.2
### description: test desc
### ports:
### - description: port forward
### protocol: tcp
### listen_port: 80,81,8080-8090
### target_address: 198.51.100.3
### target_port: 80,81,8080-8090
### location: server01
###
### 注意,监听地址(listen_address)和位置(location)不能修改。