fix double plurals with context

This commit is contained in:
myl7
2022-02-06 20:09:59 +08:00
parent c0353b5455
commit 04e333aa36
5 changed files with 21 additions and 6 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
{
"- showing {{count}} page(s) of {{totalFileNum}} files -——one": "- showing {{count}} page of {{totalFileNum}} files -",
"- showing {{count}} page(s) of {{totalFileNum}} files -——other": "- showing {{count}} pages of {{totalFileNum}} files -",
"- showing {{count}} page(s) ——one": "- showing {{count}} page ",
"- showing {{count}} page(s) ——other": "- showing {{count}} pages ",
"{{count}} item(s)——one": "{{count}} item",
"{{count}} item(s)——other": "{{count}} items",
"Actions": "Actions",
@@ -45,6 +45,10 @@
"Name": "Name",
"No more files": "No more files",
"Nothing here.": "Nothing here.",
"of {{count}} file(s) -——loaded——one": "of {{count}} file -",
"of {{count}} file(s) -——loaded——other": "of {{count}} files -",
"of {{count}} file(s) -——loading——one": "of ... file(s) -",
"of {{count}} file(s) -——loading——other": "of ... file(s) -",
"Oops, that&apos;s a <1>four-oh-four</1>.": "Oops, that&apos;s a <1>four-oh-four</1>.",
"Press <2>F12</2> and open devtools for more details, or seek help at <6>onedrive-vercel-index discussions</6>.": "Press <2>F12</2> and open devtools for more details, or seek help at <6>onedrive-vercel-index discussions</6>.",
"Search ...": "Search ...",
+3 -1
View File
@@ -1,5 +1,5 @@
{
"- showing {{count}} page(s) of {{totalFileNum}} files -——other": "已显示 {{count}} 页,共 {{totalFileNum}} 个文件",
"- showing {{count}} page(s) ——other": "已显示 {{count}} ",
"{{count}} item(s)——other": "{{count}} 个项目",
"Actions": "操作",
"Cancel": "取消",
@@ -43,6 +43,8 @@
"Name": "文件名",
"No more files": "加载完毕",
"Nothing here.": "无内容。",
"of {{count}} file(s) -——loaded——other": "共 {{count}} 个文件",
"of {{count}} file(s) -——loading——other": "共 ... 个文件",
"Oops, that&apos;s a <1>four-oh-four</1>.": "Oops,这里是 <1>404</1> 页面。",
"Press <2>F12</2> and open devtools for more details, or seek help at <6>onedrive-vercel-index discussions</6>.": "请按下 <2>F12</2> 来打开开发者工具窗口以获取详细信息,或是到 <6>onedrive-vercel-index 社区讨论</6> 处寻求帮助。",
"Search ...": "搜索……",