diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 8 | ||||
| -rw-r--r-- | src/i18n/fr.json | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index d1d48e5..7bd1f2f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -95,10 +95,6 @@ "defaultMessage": "Failed to load.", "description": "BlogPage: failed to load text" }, - "CSimmh": { - "defaultMessage": "{articlesCount, plural, =0 {# articles} one {# article} other {# articles}} out of a total of {total}", - "description": "PaginationCursor: loaded articles count message" - }, "CT3ydM": { "defaultMessage": "{date} at {time}", "description": "Comment: publication date" @@ -403,6 +399,10 @@ "defaultMessage": "Back to top", "description": "Footer: Back to top button" }, + "du4MLN": { + "defaultMessage": "{articlesCount, plural, =0 {# loaded articles} one {# loaded article} other {# loaded articles}} out of a total of {total}", + "description": "PaginationCursor: loaded articles count message" + }, "e9L59q": { "defaultMessage": "No comments yet.", "description": "CommentsList: No comment message" diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 85cfb3d..a826053 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -95,10 +95,6 @@ "defaultMessage": "Échec du chargement.", "description": "BlogPage: failed to load text" }, - "CSimmh": { - "defaultMessage": "{articlesCount, plural, =0 {# article} one {# article} other {# articles}} sur un total de {total}", - "description": "PaginationCursor: loaded articles count message" - }, "CT3ydM": { "defaultMessage": "{date} à {time}", "description": "Comment: publication date" @@ -188,7 +184,7 @@ "description": "Icons: Sun icon (light theme)" }, "Kqq2cm": { - "defaultMessage": "En charger plus ?", + "defaultMessage": "En afficher plus ?", "description": "BlogPage: load more text" }, "Mj2BQf": { @@ -403,6 +399,10 @@ "defaultMessage": "Retour en haut", "description": "Footer: Back to top button" }, + "du4MLN": { + "defaultMessage": "{articlesCount, plural, =0 {# article chargé} one {# article chargé} other {# articles chargés}} sur un total de {total}", + "description": "PaginationCursor: loaded articles count message" + }, "e9L59q": { "defaultMessage": "Aucun commentaire.", "description": "CommentsList: No comment message" |
