Skip to content

Commit 3333390

Browse files
committed
Update strings for localization
This is a followup to the changes from fa20a3f See discussion at #20000 (comment)
1 parent fa20a3f commit 3333390

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

WordPress/Resources/en.lproj/Localizable.strings

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7754,10 +7754,12 @@
77547754
/* Accessibility label used for distinguishing Views and Visitors in the Stats → Insights Views Visitors Line chart. */
77557755
"stats.insights.accessibility.label.viewsVisitorsPreviousDays" = "Previous 7-days";
77567756

7757-
/* Label shown on some metrics in the Stats Insights section, such as Comments count. The placeholders will be populated with a change and a percentage – e.g. '-17 (40%) lower than the previous 7-days'. The *s mark the numerical values, which will be highlighted differently from the rest of the text.
7758-
Label shown on some metrics in the Stats Insights section, such as Comments count. The placeholders will be populated with a change and a percentage – e.g. '+17 (40%) higher than the previous 7-days'. The *s mark the numerical values, which will be highlighted differently from the rest of the text. */
7757+
/* Label shown on some metrics in the Stats Insights section, such as Comments count. The placeholders will be populated with a change and a percentage – e.g. '+17 (40%) higher than the previous 7-days'. The *s mark the numerical values, which will be highlighted differently from the rest of the text. */
77597758
"stats.insights.label.totalLikes.higher" = "*%1$@%2$@ (%3$@%%)* higher than the previous 7-days";
77607759

7760+
/* Label shown on some metrics in the Stats Insights section, such as Comments count. The placeholders will be populated with a change and a percentage – e.g. '-17 (40%) lower than the previous 7-days'. The *s mark the numerical values, which will be highlighted differently from the rest of the text. */
7761+
"stats.insights.label.totalLikes.lower" = "*%1$@%2$@ (%3$@%%)* lower than the previous 7-days";
7762+
77617763
/* Label shown in Stats Insights when a metric is showing the same level as the previous 7 days */
77627764
"stats.insights.label.totalLikes.same" = "The same as the previous 7-days";
77637765

0 commit comments

Comments
 (0)