Skip to content

Commit b36bb10

Browse files
authored
Merge pull request #936 from AppQuality/fix-insights-counter
🔄 chore(translation.json): update user analysis count label in en and it locales
2 parents fdd5bbe + 0f63148 commit b36bb10

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/locales/en/translation.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,7 @@
445445
"__CAMPAIGN_WIDGET_UX_PROGRESS_TOTAL_LABEL_one": "out of <bold>{{total}} total observation </bold> ",
446446
"__CAMPAIGN_WIDGET_UX_PROGRESS_TOTAL_LABEL_other": "out of <bold>{{total}} total observations </bold> ",
447447
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS": "Keep track of the videos analyzed by you or your team compared to the total videos uploaded by users.",
448-
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_COUNT_LABEL_one": "video",
449-
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_COUNT_LABEL_other": "videos",
448+
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_COUNT_LABEL": "videos",
450449
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_TOTAL_LABEL_one": "out of <bold>{{total}} total videos </bold> ",
451450
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_TOTAL_LABEL_other": "out of <bold>{{total}} total videos </bold> ",
452451
"__CAMPAIGNS_TABLE_COLUMN_CAMPAIGN_TYPE": "Campaign Type",
@@ -810,7 +809,7 @@
810809
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_NO_INSIGHTS": "Start building your insights.",
811810
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_NO_INSIGHTS_DESCRIPTION": "Select observations from the themes you find most interesting and shape your insights.",
812811
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_PUBLISHED_INSIGHTS": "Published insights",
813-
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_PUBLISHED_INSIGHTS_COUNTER": "<0>{{published}}</0> out of <2>{{total}}</2>",
812+
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_PUBLISHED_INSIGHTS_COUNTER": "<0>{{published}}</0> out of <4>{{total}}</4>",
814813
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_TITLE": "Insight",
815814
"__INSIGHTS_PAGE_NAVIGATION_LABEL": "Navigate to:",
816815
"__INSIGHTS_PAGE_OPEN_DRAWER_BUTTON": "Here you will find your insights",

src/locales/it/translation.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,7 @@
471471
"__CAMPAIGN_WIDGET_UX_PROGRESS_TOTAL_LABEL_many": "su <bold>{{total}} osservazioni totali</bold>",
472472
"__CAMPAIGN_WIDGET_UX_PROGRESS_TOTAL_LABEL_other": "su <bold>{{total}} osservazioni totali</bold>",
473473
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS": "Monitora i video analizzati da te o dal tuo team rispetto al totale dei video caricati dagli utenti",
474-
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_COUNT_LABEL_one": "video",
475-
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_COUNT_LABEL_many": "video",
476-
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_COUNT_LABEL_other": "video",
474+
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_COUNT_LABEL": "videos",
477475
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_TOTAL_LABEL_one": "Su <bold>{{total}} video totale </bold> ",
478476
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_TOTAL_LABEL_many": "Su <bold>{{total}} video totali </bold> ",
479477
"__CAMPAIGN_WIDGET_UX_USER_ANALYSIS_TOTAL_LABEL_other": "Su <bold>{{total}} video totali </bold> ",
@@ -840,7 +838,7 @@
840838
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_NO_INSIGHTS": "",
841839
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_NO_INSIGHTS_DESCRIPTION": "",
842840
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_PUBLISHED_INSIGHTS": "Published insights",
843-
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_PUBLISHED_INSIGHTS_COUNTER": "<0>{{published}}</0> out of <2>{{total}}</2>",
841+
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_PUBLISHED_INSIGHTS_COUNTER": "<0>{{published}}</0> out of <4>{{total}}</4>",
844842
"__INSIGHTS_PAGE_INSIGHTS_DRAWER_TITLE": "",
845843
"__INSIGHTS_PAGE_NAVIGATION_LABEL": "Naviga in:",
846844
"__INSIGHTS_PAGE_OPEN_DRAWER_BUTTON": "",

0 commit comments

Comments
 (0)