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