|
122 | 122 | "annotations": { |
123 | 123 | "descAuthor": "by '{{- author}}'", |
124 | 124 | "descCreator": "created by", |
125 | | - "descList": "{{- count}} note(s) {{- creator}} will be imported into '{{- title}}' {{- author}}", |
126 | | - "descNewer": "Conflict(s): {{- count}} newer note(s)", |
127 | | - "descOlder": "Conflict(s): {{- count}} older notes(s)", |
| 125 | + "descList_one": "{{- count}} note {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 126 | + "descList_other": "{{- count}} notes {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 127 | + "descNewer_one": "Conflict(s): {{- count}} newer note", |
| 128 | + "descNewer_other": "Conflict(s): {{- count}} newer notes", |
| 129 | + "descOlder_one": "Conflict(s): {{- count}} older note", |
| 130 | + "descOlder_other": "Conflict(s): {{- count}} older notes", |
128 | 131 | "descTitle": "Annotations title: ", |
129 | 132 | "importAll": "Import all notes", |
130 | 133 | "importWithoutConflict": "Import only conflict-free notes", |
|
133 | 136 | }, |
134 | 137 | "cancel": "Cancel", |
135 | 138 | "deleteAnnotations": "Delete annotations?", |
136 | | - "deleteAnnotationsText": "Are you sure you want to delete {{- count}} note(s)?", |
| 139 | + "deleteAnnotationsText_one": "Are you sure you want to delete {{- count}} note?", |
| 140 | + "deleteAnnotationsText_other": "Are you sure you want to delete {{- count}} notes?", |
137 | 141 | "deleteFeed": "Delete catalog?", |
138 | 142 | "deletePublication": "Delete publication?", |
139 | 143 | "import": "Confirm import:", |
|
426 | 430 | }, |
427 | 431 | "picker": { |
428 | 432 | "search": { |
429 | | - "founds": "{{- count}} match(es)", |
| 433 | + "founds_one": "{{- count}} match", |
| 434 | + "founds_other": "{{- count}} matches", |
430 | 435 | "input": "text to match", |
431 | 436 | "next": "Next", |
432 | 437 | "notFound": "no matches", |
|
0 commit comments