|
132 | 132 | "annotations": { |
133 | 133 | "descAuthor": "by '{{- author}}'", |
134 | 134 | "descCreator": "created by", |
135 | | - "descList": "{{- count}} note(s) {{- creator}} will be imported into '{{- title}}' {{- author}}", |
136 | | - "descNewer": "Conflict(s): {{- count}} newer note(s)", |
137 | | - "descOlder": "Conflict(s): {{- count}} older note(s)", |
| 135 | + "descList_one": "{{- count}} note {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 136 | + "descList_other": "{{- count}} notes {{- creator}} will be imported into '{{- title}}' {{- author}}", |
| 137 | + "descNewer_one": "Conflict(s): {{- count}} newer note", |
| 138 | + "descNewer_other": "Conflict(s): {{- count}} newer notes", |
| 139 | + "descOlder_one": "Conflict(s): {{- count}} older note", |
| 140 | + "descOlder_other": "Conflict(s): {{- count}} older notes", |
138 | 141 | "descTitle": "Annotations title: ", |
139 | 142 | "importAll": "Import all notes", |
140 | 143 | "importWithoutConflict": "Import only conflict-free notes", |
|
149 | 152 | } |
150 | 153 | }, |
151 | 154 | "deleteAnnotations": "Delete annotations?", |
152 | | - "deleteAnnotationsText": "Are you sure you want to delete {{- count}} note(s)?", |
| 155 | + "deleteAnnotationsText_one": "Are you sure you want to delete {{- count}} note?", |
| 156 | + "deleteAnnotationsText_other": "Are you sure you want to delete {{- count}} notes?", |
153 | 157 | "deleteBookmarks": "Delete bookmarks?", |
154 | | - "deleteBookmarksText": "Are you sure you want to delete {{- count}} bookmark(s)?", |
| 158 | + "deleteBookmarksText_one": "Are you sure you want to delete {{- count}} bookmark?", |
| 159 | + "deleteBookmarksText_other": "Are you sure you want to delete {{- count}} bookmarks?", |
155 | 160 | "deleteFeed": "Delete catalog?", |
156 | 161 | "deletePublication": "Delete publication?", |
157 | 162 | "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)", |
|
758 | 763 | }, |
759 | 764 | "picker": { |
760 | 765 | "search": { |
761 | | - "founds": "{{- count}} match(es)", |
| 766 | + "founds_one": "{{- count}} match", |
| 767 | + "founds_other": "{{- count}} matches", |
762 | 768 | "input": "text to match", |
763 | 769 | "next": "Next", |
764 | 770 | "notFound": "no matches", |
|
0 commit comments