Skip to content

Commit

Permalink
Update po files
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Sep 7, 2024
1 parent 38d0093 commit 7fa2d2e
Show file tree
Hide file tree
Showing 14 changed files with 2,989 additions and 1,330 deletions.
147 changes: 94 additions & 53 deletions po/com.github.stsdc.monitor.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.stsdc.monitor\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-19 14:24+0400\n"
"POT-Creation-Date: 2024-09-07 10:42+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,18 +17,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/MainWindow.vala:26 src/Widgets/Headerbar/Headerbar.vala:14
#: src/MainWindow.vala:27 src/Widgets/Headerbar/Headerbar.vala:14
msgid "Monitor"
msgstr ""

#: src/MainWindow.vala:37
#: src/MainWindow.vala:39
msgid "Processes"
msgstr ""

#: src/MainWindow.vala:38
#: src/MainWindow.vala:40
msgid "System"
msgstr ""

#: src/MainWindow.vala:43
msgid "Containers"
msgstr ""

#: src/Utils.vala:2
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:35
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:38
Expand Down Expand Up @@ -57,7 +61,7 @@ msgstr ""

#: src/Utils.vala:92
#: src/Views/ProcessView/ProcessTreeView/CPUProcessTreeView.vala:128
#: src/Widgets/Statusbar/Statusbar.vala:82
#: src/Widgets/Statusbar/Statusbar.vala:98
msgid "GiB"
msgstr ""

Expand Down Expand Up @@ -98,32 +102,32 @@ msgstr ""
msgid "THR"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:112
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:113
msgid "The app is waiting in an uninterruptible disk sleep"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:114
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:115
msgid "Idle kernel thread"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:116
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:117
msgid "The process is running or runnable (on run queue)"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:118
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:119
msgid ""
"The process is in an interruptible sleep; waiting for an event to complete"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:120
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:121
msgid "The process is stopped by a job control signal"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:122
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:123
msgid "The process is stopped stopped by a debugger during the tracing"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:124
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoHeader.vala:125
msgid "The app is terminated but not reaped by its parent"
msgstr ""

Expand All @@ -147,27 +151,27 @@ msgstr ""
msgid "Cancelled write"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:78
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:90
msgid "End Process"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:80
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:92
msgid "End selected process"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:84
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:96
msgid "Kill Process"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:85
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:97
msgid "Kill selected process"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:95
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:107
msgid "Confirm kill of the process?"
msgstr ""

#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:102
#: src/Views/ProcessView/ProcessInfoView/ProcessInfoView.vala:114
msgid "Confirm end of the process?"
msgstr ""

Expand All @@ -180,13 +184,13 @@ msgid "Process Name"
msgstr ""

#: src/Views/ProcessView/ProcessTreeView/CPUProcessTreeView.vala:40
#: src/Widgets/Statusbar/Statusbar.vala:8
#: src/Widgets/Statusbar/Statusbar.vala:10
msgid "CPU"
msgstr ""

#: src/Views/ProcessView/ProcessTreeView/CPUProcessTreeView.vala:51
#: src/Views/SystemView/SystemMemoryView.vala:13
#: src/Widgets/Statusbar/Statusbar.vala:11
#: src/Widgets/Statusbar/Statusbar.vala:14
msgid "Memory"
msgstr ""

Expand All @@ -202,19 +206,47 @@ msgstr ""

#. status: "Spinning",
#. header: "General Preferences",
#: src/Views/PreferencesView/PreferencesGeneralPage.vala:18
#: src/Views/PreferencesView/PreferencesGeneralPage.vala:22
#: src/Views/SystemView/SystemCPUInfoPopover.vala:21
msgid "General"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:23
#: src/Views/PreferencesView/PreferencesGeneralPage.vala:27
msgid "Start in background:"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:32
#: src/Views/PreferencesView/PreferencesGeneralPage.vala:36
msgid "Draw smooth lines on CPU chart (requires restart):"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:44
msgid "Update every (requires restart):"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:54
msgid "1s"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:55
msgid "2s"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:56
msgid "3s"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:57
msgid "4s"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:58
msgid "5s"
msgstr ""

#: src/Views/PreferencesView/PreferencesGeneralPage.vala:60
msgid "Show containers tab (requires restart):"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:12
msgid "Show indicator in Wingpanel"
msgstr ""
Expand All @@ -229,42 +261,50 @@ msgid "Display CPU percentage"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:37
msgid "Display RAM percentage"
msgid "Display CPU frequency"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:50
msgid "Display CPU temperature"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:49
msgid "Display temperature"
#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:62
msgid "Display RAM percentage"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:61
#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:74
msgid "Display network upload"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:73
#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:86
msgid "Display network download"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:103
msgid "Enabled"
#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:98
msgid "Display GPU percentage"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:108
msgid "Disabled"
#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:110
msgid "Display VRAM percentage"
msgstr ""

#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:122
msgid "Display GPU temperature"
msgstr ""

#: src/Views/SystemView/SystemCPUView.vala:18
msgid "Utilization"
#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:188
msgid "Enabled"
msgstr ""

#: src/Views/SystemView/SystemCPUView.vala:20
msgid "Show detailed info"
#: src/Views/PreferencesView/PreferencesIndicatorPage.vala:193
msgid "Disabled"
msgstr ""

#: src/Views/SystemView/SystemCPUView.vala:22
#: src/Views/SystemView/SystemCPUView.vala:17
msgid "Frequency"
msgstr ""

#: src/Views/SystemView/SystemCPUView.vala:26
#: src/Views/SystemView/SystemCPUView.vala:21
msgid "Temperature"
msgstr ""

Expand All @@ -274,18 +314,18 @@ msgstr ""
#. cpu_temperature_chart.update (temperature_index, int.parse (temperature.input) / 1000);
#. temperature_index++;
#. }]
#: src/Views/SystemView/SystemCPUView.vala:88
#: src/Views/SystemView/SystemCPUView.vala:80
#: src/Views/SystemView/SystemGPUView.vala:79
msgid "℃"
msgstr ""

#: src/Views/SystemView/SystemCPUView.vala:134
#: src/Widgets/Statusbar/Statusbar.vala:71
#: src/Views/SystemView/SystemCPUView.vala:126
#: src/Widgets/Statusbar/Statusbar.vala:84
msgid "GHz"
msgstr ""

#: src/Views/SystemView/SystemCPUView.vala:161
msgid "Threads"
#: src/Views/SystemView/SystemCPUView.vala:153
msgid "THREADS"
msgstr ""

#: src/Views/SystemView/SystemCPUInfoPopover.vala:22
Expand Down Expand Up @@ -408,26 +448,27 @@ msgstr ""
msgid "Type process name or PID to search"
msgstr ""

#: src/Widgets/Statusbar/Statusbar.vala:14
#: src/Widgets/Statusbar/Statusbar.vala:18
msgid "Swap"
msgstr ""

#: src/Widgets/Statusbar/Statusbar.vala:16
#: src/Widgets/Statusbar/Statusbar.vala:22
#: src/Widgets/Statusbar/Statusbar.vala:29
msgid "Calculating…"
msgid "GPU"
msgstr ""

#: src/Widgets/Statusbar/Statusbar.vala:37
msgid "Peace"
#: src/Widgets/Statusbar/Statusbar.vala:25
#: src/Widgets/Statusbar/Statusbar.vala:31
#: src/Widgets/Statusbar/Statusbar.vala:38
#: src/Widgets/Statusbar/Statusbar.vala:45
msgid "Calculating…"
msgstr ""

#: src/Widgets/Statusbar/Statusbar.vala:39
msgid "Check on Github"
#: src/Widgets/Statusbar/Statusbar.vala:52
msgid "🇺🇦"
msgstr ""

#: src/Widgets/Statusbar/Statusbar.vala:40
msgid "Donate 💸"
#: src/Widgets/Statusbar/Statusbar.vala:53
msgid "Check on Github"
msgstr ""

#: src/Widgets/WidgetResource/WidgetResource.vala:11
Expand Down
Loading

0 comments on commit 7fa2d2e

Please sign in to comment.