|
124 | 124 | "annotations": { |
125 | 125 | "descAuthor": "by '{{- author}}'", |
126 | 126 | "descCreator": "created by", |
127 | | - "descList": "{{- count}} note(s) {{- creator}} will be imported into '{{- title}}' {{- author}}", |
128 | | - "descNewer": "Conflict(s): {{- count}} newer note(s)", |
129 | | - "descOlder": "Conflict(s): {{- count}} older note(s)", |
| 127 | + "descList_one": "{{- count}} note {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 128 | + "descList_other": "{{- count}} notes {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 129 | + "descNewer_one": "Conflict(s): {{- count}} newer note", |
| 130 | + "descNewer_other": "Conflict(s): {{- count}} newer notes", |
| 131 | + "descOlder_one": "Conflict(s): {{- count}} older note", |
| 132 | + "descOlder_other": "Conflict(s): {{- count}} older notes", |
130 | 133 | "descTitle": "Annotations title: ", |
131 | 134 | "importAll": "Import all notes", |
132 | 135 | "importWithoutConflict": "Import only conflict-free notes", |
|
135 | 138 | }, |
136 | 139 | "cancel": "Cancel", |
137 | 140 | "deleteAnnotations": "Delete annotations?", |
138 | | - "deleteAnnotationsText": "Are you sure you want to delete {{- count}} note(s)?", |
| 141 | + "deleteAnnotationsText_one": "Are you sure you want to delete {{- count}} note?", |
| 142 | + "deleteAnnotationsText_other": "Are you sure you want to delete {{- count}} notes?", |
139 | 143 | "deleteBookmarks": "Delete bookmarks?", |
140 | | - "deleteBookmarksText": "Are you sure you want to delete {{- count}} bookmark(s)?", |
| 144 | + "deleteBookmarksText_one": "Are you sure you want to delete {{- count}} bookmark?", |
| 145 | + "deleteBookmarksText_other": "Are you sure you want to delete {{- count}} bookmarks?", |
141 | 146 | "deleteFeed": "Delete catalog?", |
142 | 147 | "deletePublication": "Delete publication?", |
143 | 148 | "deletePublicationWithNotes": "Warning: this publication has annotations and/or bookmarks, they will be deleted too! (if you want to keep them, make sure to export the notes before removing the publication)", |
|
743 | 748 | }, |
744 | 749 | "picker": { |
745 | 750 | "search": { |
746 | | - "founds": "{{- count}} match(es)", |
| 751 | + "founds_one": "{{- count}} match", |
| 752 | + "founds_other": "{{- count}} matches", |
747 | 753 | "input": "text to match", |
748 | 754 | "next": "Next", |
749 | 755 | "notFound": "no matches", |
|
0 commit comments