mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 22:39:36 +08:00
feat(i18n): add missing pluralization strings for citations and search results
This commit is contained in:
parent
9dcaf84da6
commit
74eb3141cd
@ -1563,6 +1563,7 @@
|
|||||||
"paused": "Chat completion paused"
|
"paused": "Chat completion paused"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"citation": "{{count}} citation(s)",
|
||||||
"citation_one": "{{count}} citation",
|
"citation_one": "{{count}} citation",
|
||||||
"citation_other": "{{count}} citations",
|
"citation_other": "{{count}} citations",
|
||||||
"citations": "References",
|
"citations": "References",
|
||||||
@ -1982,6 +1983,7 @@
|
|||||||
"search": {
|
"search": {
|
||||||
"both": "Name+Content",
|
"both": "Name+Content",
|
||||||
"content": "Content",
|
"content": "Content",
|
||||||
|
"found_results": "Found {{count}} result(s) (Name: {{nameCount}}, Content: {{contentCount}})",
|
||||||
"found_results_one": "Found {{count}} result (Name: {{nameCount}}, Content: {{contentCount}})",
|
"found_results_one": "Found {{count}} result (Name: {{nameCount}}, Content: {{contentCount}})",
|
||||||
"found_results_other": "Found {{count}} results (Name: {{nameCount}}, Content: {{contentCount}})",
|
"found_results_other": "Found {{count}} results (Name: {{nameCount}}, Content: {{contentCount}})",
|
||||||
"more_matches": "more matches",
|
"more_matches": "more matches",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user