feat: renamed search placeholder
This commit is contained in:
parent
4df04ed775
commit
e43f45e27b
|
@ -818,7 +818,7 @@ placeholder text for the search form:
|
||||||
例如,这是搜索表单的德语占位符文本:
|
例如,这是搜索表单的德语占位符文本:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[ui_search_placeholder]
|
[ui_search]
|
||||||
other = "Suchen"
|
other = "Suchen"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -577,7 +577,7 @@ other = """本页面中的条目引用了 Kubernetes 外部的供应商。Kubern
|
||||||
[translated_by]
|
[translated_by]
|
||||||
other = "译者"
|
other = "译者"
|
||||||
|
|
||||||
[ui_search_placeholder]
|
[ui_search]
|
||||||
other = "搜索"
|
other = "搜索"
|
||||||
|
|
||||||
[version_check_mustbe]
|
[version_check_mustbe]
|
||||||
|
|
Loading…
Reference in New Issue