I18n: Add translation strings for new feature (fr/en)

This commit is contained in:
Samantaz Fox 2023-07-28 08:11:15 +02:00 committed by syeopite
parent 9ef387490f
commit d3804ece11
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
{ {
"generic_channels_count": "{{count}} channel",
"generic_channels_count_plural": "{{count}} channels",
"generic_views_count": "{{count}} view", "generic_views_count": "{{count}} view",
"generic_views_count_plural": "{{count}} views", "generic_views_count_plural": "{{count}} views",
"generic_videos_count": "{{count}} video", "generic_videos_count": "{{count}} video",

View File

@ -1,4 +1,6 @@
{ {
"generic_channels_count": "{{count}} chaîne",
"generic_channels_count_plural": "{{count}} chaînes",
"generic_views_count": "{{count}} vue", "generic_views_count": "{{count}} vue",
"generic_views_count_plural": "{{count}} vues", "generic_views_count_plural": "{{count}} vues",
"generic_videos_count": "{{count}} vidéo", "generic_videos_count": "{{count}} vidéo",