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
@@ -5747,8 +5747,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
5747
5747
/* Title shown on the dashboard when it fails to load */
5748
5748
"Some data wasn't loaded" = "لم يتم تحميل بعض البيانات";
5749
5749
5750
-
/* A generic error message
5751
-
Title for a label that appears when the scan failed
5750
+
/* Title for a label that appears when the scan failed
5752
5751
Title for the error view when the scan start has failed */
5753
5752
"Something went wrong" = "حدث خطأ ما";
5754
5753
@@ -10182,6 +10181,15 @@ Example: given a notice format "Following %@" and empty site name, this will be
10182
10181
/* Context menu action */
10183
10182
"reader.postContextMenu.viewInBrowser" = "عرض في المتصفح";
10184
10183
10184
+
/* Reader post details view placeholder when blog name not avail */
10185
+
"reader.postDetails.blog" = "المدونة";
10186
+
10187
+
/* Reader post details view */
10188
+
"reader.postDetails.viewModeDescription" = "مالك هذا الموقع هو وحده من يسمح لنا بعرض موجز مختصر عن محتوياته. لعرض التدوينة بالكامل، سيتعين عليك زيارة موقعه.";
10189
+
10190
+
/* Reader post details view */
10191
+
"reader.postDetails.viewMoreOn" = "تفضل بزيارة %@ للاطلاع على التدوينة الكاملة";
10192
+
10185
10193
/* Name for the Candy color theme, used in the Reader's reading preferences. */
10186
10194
"reader.preferences.color.candy" = "حلوى";
10187
10195
@@ -10677,6 +10685,9 @@ Feel free to replace it with other bracket types that you think looks better for
10677
10685
/* Accessibility hint for actions when displaying media items. */
@@ -5747,8 +5747,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
5747
5747
/* Title shown on the dashboard when it fails to load */
5748
5748
"Some data wasn't loaded" = "Einige Daten wurden nicht geladen";
5749
5749
5750
-
/* A generic error message
5751
-
Title for a label that appears when the scan failed
5750
+
/* Title for a label that appears when the scan failed
5752
5751
Title for the error view when the scan start has failed */
5753
5752
"Something went wrong" = "Etwas ist schiefgelaufen";
5754
5753
@@ -7908,6 +7907,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
7908
7907
/* Description for the prompt to upgrade to Application Passwords. The first argument is the name of the feature that requires Application Passwords. */
7909
7908
"applicationPasswordRequired.description" = "Anwendungspasswörter sind eine noch sicherere Methode, auf deine selbst gehostete Website zuzugreifen und Funktionen wie %@ zu nutzen.";
/* Reader Discover header view details label. The text has a Markdown URL: [interests](/interests). Only the text in the square brackets needs to be translated: [<translate_this>](/interests). */
10011
10028
"reader.discover.header.title" = "Entdecke beliebte Blogs, von denen wir glauben, dass du sie basierend auf deinen [Interessen](\/interests) inspirierend, informativ und unterhaltsam finden wirst.";
10012
10029
10030
+
/* Used in multiple contexts, usually as a screen title */
/* Reader post details view placeholder when blog name not avail */
10191
+
"reader.postDetails.blog" = "Blog";
10192
+
10193
+
/* Reader post details view */
10194
+
"reader.postDetails.viewModeDescription" = "Der Eigentümer dieser Website erlaubt uns nur, eine kurze Zusammenfassung seiner Inhalte anzuzeigen. Um den gesamten Beitrag anzuzeigen, musst du seine Website besuchen.";
10195
+
10196
+
/* Reader post details view */
10197
+
"reader.postDetails.viewMoreOn" = "Den vollständigen Beitrag findest du unter %@";
10198
+
10131
10199
/* Name for the Candy color theme, used in the Reader's reading preferences. */
10132
10200
"reader.preferences.color.candy" = "Candy";
10133
10201
@@ -10212,6 +10280,9 @@ Feel free to replace it with other bracket types that you think looks better for
10212
10280
/* Used in multiple contexts, usually as a screen title */
10213
10281
"reader.recent.title" = "Neueste";
10214
10282
10283
+
/* Used in multiple contexts, usually as a screen title */
10284
+
"reader.saved.title" = "Gespeichert";
10285
+
10215
10286
/* Notification title for when saved post is removed */
/* Accessibility hint for media item preview for user's viewing an item in their media library */
10624
10701
"siteMediaItem.contentViewAccessibilityHint" = "Tippen, um Medien im Vollbildmodus anzuzeigen";
10625
10702
@@ -11166,28 +11243,82 @@ Feel free to replace it with other bracket types that you think looks better for
11166
11243
/* The help message for reassigning content to a user after deletion. */
11167
11244
"userDetails.alert.attributeContentToUserHelpMessage" = "Der Autor der Seiten und Beiträge, die dem gelöschten Benutzer zugeordnet waren, wird durch den Benutzer ausgetauscht, den du im Dropdown-Menü auswählst.";
11168
11245
11246
+
/* The label that appears in the alert that appears when deleting a user */
/* The message in the alert that appears when deleting a user. The first argument is the display name of the user to which content will be attributed */
11173
11262
"userDetails.alert.deleteUserConfirmationMessage" = "Bist du sicher, dass du diesen Benutzer löschen und alle Inhalte %@ zuweisen möchtest?";
11174
11263
11175
11264
/* The title of the alert that appears when deleting a user
11176
11265
The title of the confirmation alert that appears when deleting a user */
11177
11266
"userDetails.alert.deleteUserConfirmationTitle" = "Bestätigung des Löschvorgangs";
11178
11267
11268
+
/* The message in the alert that appears when deleting a user */
11269
+
"userDetails.alert.deleteUserErrorAlertMessage" = "Beim Löschen des Benutzers ist ein Fehler aufgetreten.";
11270
+
11271
+
/* The title of the OK button in the alert that appears when deleting a user */
0 commit comments