|
123 | 123 | "annotations": { |
124 | 124 | "descAuthor": "by '{{- author}}'", |
125 | 125 | "descCreator": "created by", |
126 | | - "descList": "{{- count}} note(s) {{- creator}} will be imported into '{{- title}}' {{- author}}", |
127 | | - "descNewer": "Conflict(s): {{- count}} newer note(s)", |
128 | | - "descOlder": "Conflict(s): {{- count}} older note(s)", |
| 126 | + "descList_one": "{{- count}} note {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 127 | + "descList_other": "{{- count}} notes {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 128 | + "descNewer_one": "Conflict(s): {{- count}} newer note", |
| 129 | + "descNewer_other": "Conflict(s): {{- count}} newer notes", |
| 130 | + "descOlder_one": "Conflict(s): {{- count}} older note", |
| 131 | + "descOlder_other": "Conflict(s): {{- count}} older notes", |
129 | 132 | "descTitle": "Annotations title: ", |
130 | 133 | "importAll": "Import all notes", |
131 | 134 | "importWithoutConflict": "Import only conflict-free notes", |
|
134 | 137 | }, |
135 | 138 | "cancel": "Cancel", |
136 | 139 | "deleteAnnotations": "Delete annotations?", |
137 | | - "deleteAnnotationsText": "Are you sure you want to delete {{- count}} note(s)?", |
| 140 | + "deleteAnnotationsText_one": "Are you sure you want to delete {{- count}} note?", |
| 141 | + "deleteAnnotationsText_other": "Are you sure you want to delete {{- count}} notes?", |
138 | 142 | "deleteBookmarks": "Delete bookmarks?", |
139 | | - "deleteBookmarksText": "Are you sure you want to delete {{- count}} bookmark(s)?", |
| 143 | + "deleteBookmarksText_one": "Are you sure you want to delete {{- count}} bookmark?", |
| 144 | + "deleteBookmarksText_other": "Are you sure you want to delete {{- count}} bookmarks?", |
140 | 145 | "deleteFeed": "Delete catalog?", |
141 | 146 | "deletePublication": "Delete publication?", |
142 | 147 | "import": "Confirm import:", |
|
440 | 445 | }, |
441 | 446 | "picker": { |
442 | 447 | "search": { |
443 | | - "founds": "{{- count}} match(es)", |
| 448 | + "founds_one": "{{- count}} match", |
| 449 | + "founds_other": "{{- count}} matches", |
444 | 450 | "input": "text to match", |
445 | 451 | "next": "Next", |
446 | 452 | "notFound": "no matches", |
|
0 commit comments