Pontoon: Update Hindi (hi-IN) localization of Firefox
Co-authored-by: Ritesh Raj <ritesh07raj@gmail.com>
--- a/toolkit/toolkit/about/aboutProcesses.ftl
+++ b/toolkit/toolkit/about/aboutProcesses.ftl
@@ -11,45 +11,54 @@ about-processes-shutdown-tab =
## Column headers
about-processes-column-name = नाम
about-processes-column-cpu-total = CPU
## Process names
## Variables:
## $pid (String) The process id of this process, assigned by the OS.
-## $origin (String) The domain name for this process.
-## $type (String) The raw type for this process. Used for unknown processes.
-
-## Process names
-## Variables:
-## $pid (String) The process id of this process, assigned by the OS.
+about-processes-browser-process = { -brand-short-name } ({ $pid })
+about-processes-file-process = फाइल ({ $pid })
+about-processes-extension-process = एक्सटेंशन ({ $pid })
+about-processes-gpu-process = GPU ({ $pid })
+about-processes-vr-process = VR ({ $pid })
+about-processes-rdd-process = डेटा डिकोडर ({ $pid })
+about-processes-socket-process = नेटवर्क ({ $pid })
+# Unknown process names
+# Variables:
+# $pid (String) The process id of this process, assigned by the OS.
+# $type (String) The raw type for this process.
+about-processes-unknown-process = अन्य: { $type } ({ $pid })
## Isolated process names
## Variables:
## $pid (String) The process id of this process, assigned by the OS.
## $origin (String) The domain name for this process.
+about-processes-web-isolated-process = { $origin } ({ $pid })
+
## Details within processes
# Tab
# Variables:
# $name (String) The name of the tab (typically the title of the page, might be the url while the page is loading).
about-processes-tab-name = टैब: { $name }
## Displaying CPU (percentage and total)
## Variables:
## $percent (Number) The percentage of CPU used by the process or thread.
## Always > 0, generally <= 200.
## $total (Number) The amount of time used by the process or thread since
## its start.
## $unit (String) The unit in which to display $total. See the definitions
## of `duration-unit-*`.
+
## Displaying Memory (total and delta)
## Variables:
## $total (Number) The amount of memory currently used by the process.
## $totalUnit (String) The unit in which to display $total. See the definitions
## of `memory-unit-*`.
## $delta (Number) The absolute value of the amount of memory added recently.
## $deltaSign (String) Either "+" if the amount of memory has increased
## or "-" if it has decreased.