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
# $url (String) - The URL from which the "archive" file was downloaded.
1124
1142
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1125
1143
SourceView--archive-parsing-error-when-obtaining-source = Не ўдалося прааналізаваць архіў па адрасе {$url}: {$parsingErrorMessage}
1144
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1145
+
# the browser.
1146
+
# Variables:
1147
+
# $url (String) - The URL of the JS source file.
1148
+
# $sourceUuid (number) - The UUID of the JS source file.
1149
+
# $errorMessage (String) - The raw internal error message, not localized
1150
+
SourceView--not-in-browser-error-when-obtaining-js-source = Браўзеру не ўдалося атрымаць зыходны файл для {$url} з sourceUuid {$sourceUuid}: {$errorMessage}.
1126
1151
1127
1152
## Toggle buttons in the top right corner of the bottom box
0 commit comments