You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2464,23 +2464,16 @@ translators: Block name. %s: The localized block name */
2464
2464
/* Accessibility label for button to dismiss a bottom sheet
2465
2465
Accessibility label for the transparent space above the login dialog which acts as a button to dismiss the dialog.
2466
2466
Accessibility label for the transparent space above the signup dialog which acts as a button to dismiss the dialog.
2467
-
Action shown in a bottom notice to dismiss it.
2468
2467
Action to show on alert when view asset fails.
2469
2468
Button label that dismisses the qr log in flow and returns the user back to the previous screen
2470
2469
Customize Insights button title
2471
2470
Dismiss a view. Verb
2472
-
Dismiss button title
2473
2471
Dismiss button title.
2474
-
Dismiss the AlertView
2475
2472
Share extension error dialog cancel button label.
2476
2473
Spoken accessibility label
2477
-
The title of a button to close the classic editor deprecation notice alert dialog.
2478
2474
Title for button that will dismiss the Grow Your Audience card.
2479
2475
User action to dismiss featured media options.
2480
-
User action to dismiss media options.
2481
-
Verb. Button title. Tapping dismisses a prmopt.
2482
-
Verb. Dismisses the blogging prompt notification.
2483
-
Verb. User action to dismiss error alert when failing to load media item. */
2476
+
User action to dismiss media options. */
2484
2477
"Dismiss" = "تجاهل";
2485
2478
2486
2479
/* Accessibility description for the %@ step of Quick Start. Tapping this dismisses the checklist for that particular step. */
@@ -4130,8 +4123,17 @@ translators: Block name. %s: The localized block name */
4130
4123
User's Last Name */
4131
4124
"Last Name" = "اسم العائلة";
4132
4125
4126
+
/* Content of a weekly roundup push notification containing stats about the user's site. The % markers are placeholders and will be replaced by the appropriate number of views and comments. The numbers indicate the order, so they can be rearranged if necessary – 1 is views, 2 is comments. */
4127
+
"Last week you had %1$@ views and %2$@ comments." = "كانت لديك الأسبوع الماضي %1$@ من المشاهدات و%2$@ من التعليقات.";
4128
+
4129
+
/* Content of a weekly roundup push notification containing stats about the user's site. The % markers are placeholders and will be replaced by the appropriate number of views and likes. The numbers indicate the order, so they can be rearranged if necessary – 1 is views, 2 is likes. */
4130
+
"Last week you had %1$@ views and %2$@ likes." = "كانت لديك الأسبوع الماضي %1$@ من المشاهدات و%2$@ من الإعجابات.";
4131
+
4133
4132
/* Content of a weekly roundup push notification containing stats about the user's site. The % markers are placeholders and will be replaced by the appropriate number of views, comments, and likes. The numbers indicate the order, so they can be rearranged if necessary – 1 is views, 2 is comments, 3 is likes. */
4134
-
"Last week you had %1$d views, %2$d comments and %3$d likes." = "كان لديك الأسبوع الماضي %1$d من المشاهدات، و%2$d من التعليقات، و%3$d من الإعجابات.";
4133
+
"Last week you had %1$@ views, %2$@ comments and %3$@ likes." = "كانت لديك الأسبوع الماضي %1$@ من المشاهدات و%2$@ من التعليقات و%3$@ من الإعجابات.";
4134
+
4135
+
/* Content of a weekly roundup push notification containing stats about the user's site. The % marker is a placeholder and will be replaced by the appropriate number of views */
4136
+
"Last week you had %@ views." = "كانت لديك الأسبوع الماضي %@ من المشاهدات.";
4135
4137
4136
4138
/* Insights latest post summary header */
4137
4139
"Latest Post Summary" = "ملخص آخر مقالة";
@@ -9762,6 +9764,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
9762
9764
/* Age between dates equaling one year. */
9763
9765
"a year" = "سنة";
9764
9766
9767
+
/* Dismiss button title */
9768
+
"activityList.dismiss.title" = "تجاهُل";
9769
+
9765
9770
/* Age between dates equaling one hour. */
9766
9771
"an hour" = "ساعة";
9767
9772
@@ -9771,6 +9776,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
/* Word separating the current index from the total amount. I.e.: 7 of 9 */
9870
9902
"of" = "من";
9871
9903
@@ -9932,6 +9964,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
9932
9964
/* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */
9933
9965
"stats.insights.mostPopularTime.noData" = "لا يوجد نشاط كافٍ. تحقَّق من هذا مرة أخرى لاحقًا عندما يكون لدى موقعك مزيد من الزائرين!";
9934
9966
9967
+
/* Dismiss the AlertView */
9968
+
"stockPhotos.strings.dismiss" = "تجاهُل";
9969
+
9970
+
/* Section title for prominent suggestions */
9971
+
"suggestions.section.prominent" = "في هذه المحادثة";
9972
+
9973
+
/* Section title for regular suggestions */
9974
+
"suggestions.section.regular" = "أعضاء الموقع";
9975
+
9935
9976
/* Header of delete screen section listing things that will be deleted. */
9936
9977
"these items will be deleted:" = "سيتم حذف هذه العناصر:";
9937
9978
@@ -9956,6 +9997,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
9956
9997
/* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */
9957
9998
"visit our documentation page" = "زيارة صفحة الوثائق الخاصة بنا";
9958
9999
10000
+
/* Verb. Dismiss the web view screen. */
10001
+
"webKit.button.dismiss" = "تجاهُل";
10002
+
9959
10003
/* Title of best views ever label in all time widget */
9960
10004
"widget.alltime.bestviews.label" = "أفضل المشاهدات على الإطلاق";
@@ -1419,6 +1419,9 @@ translators: Block name. %s: The localized block name */
1419
1419
/* Overlay message displayed while checking if site has premium purchases */
1420
1420
"Checking purchases…" = "Kontrola nákupů...";
1421
1421
1422
+
/* Title of button that asks the users if they'd like to focus on checking their sites stats */
1423
+
"Checking stats" = "Kontrola statistik";
1424
+
1422
1425
/* Screen reader text expressing the menu item is a child of another menu item. Argument is a name for another menu item. */
1423
1426
"Child of %@" = "Dítě %@";
1424
1427
@@ -2362,23 +2365,16 @@ translators: Block name. %s: The localized block name */
2362
2365
/* Accessibility label for button to dismiss a bottom sheet
2363
2366
Accessibility label for the transparent space above the login dialog which acts as a button to dismiss the dialog.
2364
2367
Accessibility label for the transparent space above the signup dialog which acts as a button to dismiss the dialog.
2365
-
Action shown in a bottom notice to dismiss it.
2366
2368
Action to show on alert when view asset fails.
2367
2369
Button label that dismisses the qr log in flow and returns the user back to the previous screen
2368
2370
Customize Insights button title
2369
2371
Dismiss a view. Verb
2370
-
Dismiss button title
2371
2372
Dismiss button title.
2372
-
Dismiss the AlertView
2373
2373
Share extension error dialog cancel button label.
2374
2374
Spoken accessibility label
2375
-
The title of a button to close the classic editor deprecation notice alert dialog.
2376
2375
Title for button that will dismiss the Grow Your Audience card.
2377
2376
User action to dismiss featured media options.
2378
-
User action to dismiss media options.
2379
-
Verb. Button title. Tapping dismisses a prmopt.
2380
-
Verb. Dismisses the blogging prompt notification.
2381
-
Verb. User action to dismiss error alert when failing to load media item. */
2377
+
User action to dismiss media options. */
2382
2378
"Dismiss" = "Skrýt";
2383
2379
2384
2380
/* Accessibility description for the %@ step of Quick Start. Tapping this dismisses the checklist for that particular step. */
@@ -3957,7 +3953,7 @@ translators: Block name. %s: The localized block name */
3957
3953
"Last Name" = "Příjmení";
3958
3954
3959
3955
/* Content of a weekly roundup push notification containing stats about the user's site. The % markers are placeholders and will be replaced by the appropriate number of views, comments, and likes. The numbers indicate the order, so they can be rearranged if necessary – 1 is views, 2 is comments, 3 is likes. */
3960
-
"Last week you had %1$d views, %2$d comments and %3$d likes." = "Minulý týden jste měli %1$d zobrazení, %2$d komentářů a %3$d lajků.";
3956
+
"Last week you had %1$@ views, %2$@ comments and %3$@ likes." = "Minulý týden jste měli %1$@ zobrazení, %2$@ komentářů a %3$@ lajků.";
3961
3957
3962
3958
/* Insights latest post summary header */
3963
3959
"Latest Post Summary" = "Přehled posledních příspěvků";
0 commit comments