From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- l10n-tg/mobile/android/chrome/browser.properties | 1 + l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'l10n-tg/mobile/android') diff --git a/l10n-tg/mobile/android/chrome/browser.properties b/l10n-tg/mobile/android/chrome/browser.properties index 86bd907479..8a0cceb282 100644 --- a/l10n-tg/mobile/android/chrome/browser.properties +++ b/l10n-tg/mobile/android/chrome/browser.properties @@ -4,6 +4,7 @@ # Web Console API (in GeckoViewConsole.jsm) stacktrace.anonymousFunction=<беном> +stacktrace.outputMessage=Пайгирии даста аз %S, вазифаи %S, хати %S. timer.start=%S: вақтсанҷ оғоз шуд # LOCALIZATION NOTE (timer.end): diff --git a/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl b/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl index dd4a1c5bfc..cbb18a288d 100644 --- a/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl +++ b/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl @@ -7,6 +7,11 @@ console-stacktrace-anonymous-function = <беном> # Variables: +# $filename (String): Source file name +# $functionName (String): JavaScript function name +# $lineNumber (String): The line number of the stacktrace call +console-stacktrace = Пайгирии даста аз { $filename }, вазифаи { $functionName }, хати { $lineNumber }. +# Variables: # $name (String): user-defined name for the timer console-timer-start = { $name }: вақтсанҷ оғоз шуд # This string is used to display the result of the console.timeEnd() call. -- cgit v1.2.3