Skip to content

Commit

Permalink
i18n: use plural forms in English translation
Browse files Browse the repository at this point in the history
  • Loading branch information
naglis committed Jan 1, 2025
1 parent 89f5484 commit ac24c56
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/resources/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,21 @@
"dialog": {
"annotations": {
"descAuthor": "of {{- author}}",
"descList": "{{- count}} note(s) from {{- creator}} will be associated with {{- title}} {{- author}}",
"descNewer": "{{- count}} newer versions of these notes are already associated with the publication.",
"descOlder": "{{- count}} older versions of these notes are already associated with the publication.",
"descList_one": "{{- count}} note from {{- creator}} will be associated with {{- title}} {{- author}}",
"descList_other": "{{- count}} notes from {{- creator}} will be associated with {{- title}} {{- author}}",
"descNewer_one": "{{- count}} newer version of these notes are already associated with the publication.",
"descNewer_other": "{{- count}} newer versions of these notes are already associated with the publication.",
"descOlder_one": "{{- count}} older version of these notes are already associated with the publication.",
"descOlder_other": "{{- count}} older versions of these notes are already associated with the publication.",
"descTitle": "Annotation Set Title: ",
"importAll": "Import all notes",
"importWithoutConflict": "Import notes without conflict",
"title": "Do you want to import these notes ?"
},
"cancel": "Cancel",
"deleteAnnotations": "Delete annotations?",
"deleteAnnotationsText": "Do you want to delete {{- count}} annotation(s)?",
"deleteAnnotationsText_one": "Do you want to delete {{- count}} annotation?",
"deleteAnnotationsText_other": "Do you want to delete {{- count}} annotations?",
"deleteFeed": "Delete catalog?",
"deletePublication": "Delete publication?",
"import": "Confirm import:",
Expand Down Expand Up @@ -426,7 +430,8 @@
},
"picker": {
"search": {
"founds": "{{- count}} match(es)",
"founds_one": "{{- count}} match",
"founds_other": "{{- count}} matches",
"input": "text to match",
"next": "Next",
"notFound": "no matches",
Expand Down

0 comments on commit ac24c56

Please sign in to comment.