|
121 | 121 | "dialog": { |
122 | 122 | "annotations": { |
123 | 123 | "descAuthor": "of {{- author}}", |
124 | | - "descList": "{{- count}} note(s) from {{- creator}} will be associated with {{- title}} {{- author}}", |
125 | | - "descNewer": "{{- count}} newer version(s) of these notes are already associated with the publication.", |
126 | | - "descOlder": "{{- count}} older version(s) of these notes are already associated with the publication.", |
| 124 | + "descList_one": "{{- count}} note from {{- creator}} will be associated with {{- title}} {{- author}}", |
| 125 | + "descList_other": "{{- count}} notes from {{- creator}} will be associated with {{- title}} {{- author}}", |
| 126 | + "descNewer_one": "{{- count}} newer version of these notes are already associated with the publication.", |
| 127 | + "descNewer_other": "{{- count}} newer versions of these notes are already associated with the publication.", |
| 128 | + "descOlder_one": "{{- count}} older version of these notes are already associated with the publication.", |
| 129 | + "descOlder_other": "{{- count}} older versions of these notes are already associated with the publication.", |
127 | 130 | "descTitle": "Title of the set: ", |
128 | 131 | "importAll": "Import all notes", |
129 | 132 | "importWithoutConflict": "Import notes without conflict", |
130 | 133 | "title": "Do you want to import these notes?" |
131 | 134 | }, |
132 | 135 | "cancel": "Cancel", |
133 | 136 | "deleteAnnotations": "Delete note?", |
134 | | - "deleteAnnotationsText": "Do you want to delete {{- count}} note(s)?", |
| 137 | + "deleteAnnotationsText_one": "Do you want to delete {{- count}} note?", |
| 138 | + "deleteAnnotationsText_other": "Do you want to delete {{- count}} notes?", |
135 | 139 | "deleteFeed": "Delete catalog?", |
136 | 140 | "deletePublication": "Delete publication?", |
137 | 141 | "import": "Confirm import:", |
|
424 | 428 | }, |
425 | 429 | "picker": { |
426 | 430 | "search": { |
427 | | - "founds": "{{- count}} match(es)", |
| 431 | + "founds_one": "{{- count}} match", |
| 432 | + "founds_other": "{{- count}} matches", |
428 | 433 | "input": "text to match", |
429 | 434 | "next": "Next", |
430 | 435 | "notFound": "no matches", |
|
0 commit comments