From daec387a70218ba91c4799c1cb2e54193dc44329 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 17 Oct 2022 22:09:28 +1100 Subject: [PATCH] Update strings for localization --- WordPress/Resources/en.lproj/Localizable.strings | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/WordPress/Resources/en.lproj/Localizable.strings b/WordPress/Resources/en.lproj/Localizable.strings index d54bdf825659..6e11246c0392 100644 --- a/WordPress/Resources/en.lproj/Localizable.strings +++ b/WordPress/Resources/en.lproj/Localizable.strings @@ -3984,11 +3984,14 @@ /* Title displayed on the feature introduction view that announces the updated Stats Insight screen. */ "Insights update" = "Insights update"; +/* Difference label for Insights Overview stat, indicating change from previous period, including percentage value, when the change is 0 or less. Example: 99.9K (5%) */ +"insights.visitorsLineChartCell.differenceLabelNotPosiviteWithPercentage" = "%1$@ (%2$@%%)"; + /* Difference label for Insights Overview stat, indicating change from previous period. Example: +99.9K */ -"insights.visitorsLineChartCell.differenceLabelWithoutPercentage" = "%1$@%2$@"; +"insights.visitorsLineChartCell.differenceLabelPosiviteWithoutPercentage" = "+%@"; /* Difference label for Insights Overview stat, indicating change from previous period, including percentage value. Example: +99.9K (5%) */ -"insights.visitorsLineChartCell.differenceLabelWithPercentage" = "%1$@%2$@ (%3$@%%)"; +"insights.visitorsLineChartCell.differenceLabelPosiviteWithPercentage" = "+%1$@ (%2$@%%)"; /* Button label to install a plugin Confirmation button displayd in alert displayed when user installs their first plugin. */