diff --git a/locale/UpdateString.sh b/locale/UpdateString.sh new file mode 100755 index 00000000..c93b9910 --- /dev/null +++ b/locale/UpdateString.sh @@ -0,0 +1,7 @@ +#!/bin/sh +SCRIPTDIR=`dirname $0` +xgettext --from-code=UTF-8 -k_ -kN_ -o vitals.pot "$SCRIPTDIR"/../*.js "$SCRIPTDIR"/../schemas/*.xml + +for fn in ./*/LC_MESSAGES/*.po; do + msgmerge -U "$fn" vitals.pot +done diff --git a/locale/it/LC_MESSAGES/vitals.po b/locale/it/LC_MESSAGES/vitals.po index e2efa95d..2d9c5258 100644 --- a/locale/it/LC_MESSAGES/vitals.po +++ b/locale/it/LC_MESSAGES/vitals.po @@ -9,7 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2022-04-10 21:29+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-08-16 18:26+0300\n" "PO-Revision-Date: 2022-02-13 23:38+0100\n" "Last-Translator: Jacopo Cassinis \n" "Language-Team: \n" @@ -20,531 +21,429 @@ msgstr "" "X-Generator: Poedit 2.2.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.js:129 +#: ../extension.js:134 msgid "Refresh" msgstr "" -#: extension.js:147 +#: ../extension.js:149 #, fuzzy msgid "System Monitor" msgstr "Sistema" -#: extension.js:155 +#: ../extension.js:157 ../prefs.js:102 #, fuzzy msgid "Preferences" msgstr "Preferenze rete" -#: prefs.ui:42 schemas/org.gnome.shell.extensions.vitals.gschema.xml:81 -msgid "Include public IP address" -msgstr "Includi l'indirizzo IP pubblico" +#: ../extension.js:193 +msgid "No Data" +msgstr "" -#: prefs.ui:70 -msgid "Format" -msgstr "Formato" +#: ../sensors.js:201 +#, javascript-format +msgid "Core %d" +msgstr "Core %d" -#: prefs.ui:78 -msgid "Bytes" -msgstr "" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:6 +#, fuzzy +msgid "Sensors to show in panel" +msgstr "Posizione sul pannello" -#: prefs.ui:79 -msgid "Bits" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:7 +msgid "List of sensors to be shown in the panel" msgstr "" -#: prefs.ui:121 -msgid "General" -msgstr "Generale" - -#: prefs.ui:149 schemas/org.gnome.shell.extensions.vitals.gschema.xml:11 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:11 msgid "Seconds between updates" msgstr "Secondi tra gli aggiornamenti" -#: prefs.ui:184 schemas/org.gnome.shell.extensions.vitals.gschema.xml:16 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:12 +msgid "Delay between sensor polling" +msgstr "" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:16 msgid "Position in panel" msgstr "Posizione sul pannello" -#: prefs.ui:193 -msgid "Left" -msgstr "Sinistra" - -#: prefs.ui:194 -msgid "Center" -msgstr "Centro" - -#: prefs.ui:195 -msgid "Right" -msgstr "Destra" - -#: prefs.ui:196 -#, fuzzy -msgid "Far Left" -msgstr "Sinistra" - -#: prefs.ui:197 -#, fuzzy -msgid "Far Right" -msgstr "Destra" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:17 +msgid "Position in Panel ('left', 'center', 'right')" +msgstr "" -#: prefs.ui:220 schemas/org.gnome.shell.extensions.vitals.gschema.xml:21 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:21 msgid "Use higher precision" msgstr "Utilizza una maggiore precisione" -#: prefs.ui:247 schemas/org.gnome.shell.extensions.vitals.gschema.xml:26 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:22 +msgid "Show one extra digit after decimal" +msgstr "" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:26 msgid "Alphabetize sensors" msgstr "Ordine alfabetico per i sensori" -#: prefs.ui:274 schemas/org.gnome.shell.extensions.vitals.gschema.xml:31 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:27 +msgid "Display sensors in alphabetical order" +msgstr "" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:31 msgid "Hide zero values" msgstr "Nascondi valori nulli" -#: prefs.ui:301 -msgid "Use fixed widths" -msgstr "" - -#: prefs.ui:328 schemas/org.gnome.shell.extensions.vitals.gschema.xml:121 -msgid "Hide icons in top bar" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:32 +msgid "Hide data from sensors that are invalid" msgstr "" -#: prefs.ui:352 -msgid "About" -msgstr "A proposito" - -#: prefs.ui:367 -msgid "" -"Feature requests or bugs? Please visit GitHub. No warranty, expressed or implied. Donate if you found this " -"useful." -msgstr "" -"Ti piace ciò che vedi? Supporta lo sviluppo di questa estensione via PayPal.\n" -"\n" -"Nessuna garanzia, espressa o implicita. Suggerimenti o errori da segnalare? " -"Visita la pagina del progetto su GitHub." - -#: prefs.ui:394 -msgid "Sensors" -msgstr "Sensori" - -#: prefs.ui:422 schemas/org.gnome.shell.extensions.vitals.gschema.xml:36 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:36 msgid "Monitor temperature" msgstr "Sensori termici" -#: prefs.ui:473 schemas/org.gnome.shell.extensions.vitals.gschema.xml:46 -msgid "Monitor voltage" -msgstr "Monitora la tensione" - -#: prefs.ui:501 schemas/org.gnome.shell.extensions.vitals.gschema.xml:51 -msgid "Monitor fan" -msgstr "Monitora le ventole" - -#: prefs.ui:529 schemas/org.gnome.shell.extensions.vitals.gschema.xml:56 -msgid "Monitor memory" -msgstr "Monitora la memoria" - -#: prefs.ui:580 schemas/org.gnome.shell.extensions.vitals.gschema.xml:61 -msgid "Monitor processor" -msgstr "Monitora il processore" - -#: prefs.ui:608 schemas/org.gnome.shell.extensions.vitals.gschema.xml:66 -msgid "Monitor system" -msgstr "Monitora il sistema" - -#: prefs.ui:636 schemas/org.gnome.shell.extensions.vitals.gschema.xml:76 -msgid "Monitor network" -msgstr "Monitora la rete" - -#: prefs.ui:687 schemas/org.gnome.shell.extensions.vitals.gschema.xml:71 -msgid "Monitor storage" -msgstr "Monitora l'archiviazione" - -#: prefs.ui:738 schemas/org.gnome.shell.extensions.vitals.gschema.xml:96 -#, fuzzy -msgid "Monitor battery" -msgstr "Monitora la memoria" - -#: prefs.ui:817 -msgid "Path" -msgstr "Percorso" - -#: prefs.ui:849 prefs.ui:958 -msgid "Measurement" -msgstr "" - -#: prefs.ui:903 -msgid "Unit" -msgstr "Unità" - -#: prefs.ui:1012 -msgid "Display Battery" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:6 -#, fuzzy -msgid "Sensors to show in panel" -msgstr "Posizione sul pannello" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:7 -msgid "List of sensors to be shown in the panel" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:12 -msgid "Delay between sensor polling" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:17 -msgid "Position in Panel ('left', 'center', 'right')" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:22 -msgid "Show one extra digit after decimal" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:27 -msgid "Display sensors in alphabetical order" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:32 -msgid "Hide data from sensors that are invalid" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:37 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:37 msgid "Display temperature of various components" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:41 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:41 #, fuzzy msgid "Temperature unit" msgstr "Temperatura" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:42 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:42 msgid "" "The unit ('centigrade' or 'fahrenheit') the extension should display the " "temperature in" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:47 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:46 +msgid "Monitor voltage" +msgstr "Monitora la tensione" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:47 msgid "Display voltage of various components" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:52 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:51 +msgid "Monitor fan" +msgstr "Monitora le ventole" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:52 msgid "Display fan rotation per minute" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:57 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:56 +msgid "Monitor memory" +msgstr "Monitora la memoria" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:57 msgid "Display memory information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:62 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:61 +msgid "Monitor processor" +msgstr "Monitora il processore" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:62 msgid "Display processor information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:67 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:66 +msgid "Monitor system" +msgstr "Monitora il sistema" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:67 msgid "Display system information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:72 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:71 +msgid "Monitor storage" +msgstr "Monitora l'archiviazione" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:72 msgid "Display storage information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:77 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:76 +msgid "Monitor network" +msgstr "Monitora la rete" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:77 msgid "Display network information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:82 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:81 +msgid "Include public IP address" +msgstr "Includi l'indirizzo IP pubblico" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:82 msgid "Display public IP address of internet connection" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:86 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:86 msgid "Network speed format" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:87 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:87 msgid "Should speed display in bits or bytes?" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:91 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:91 #, fuzzy msgid "Storage path" msgstr "Archiviazione" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:92 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:92 msgid "Storage path for monitoring" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:97 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:96 +#, fuzzy +msgid "Monitor battery" +msgstr "Monitora la memoria" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:97 #, fuzzy msgid "Monitor battery health" msgstr "Sensori termici" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:101 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:101 msgid "Memory measurement" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:102 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:102 msgid "Can use gigabyte or gibibyte for memory" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:106 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:106 #, fuzzy msgid "Storage measurement" msgstr "Preferenze archiviazione" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:107 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:107 msgid "Can use gigabyte or gibibyte for storage" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:111 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:111 msgid "Battery slot to monitor" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:112 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:112 msgid "Which numerical battery slot should vitals monitor" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:116 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:116 msgid "Use fixed widths in top bar" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:117 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:117 msgid "Keep sensors in top bar from jumping around" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:122 -msgid "Keep top bar clean by only showing sensor values" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:121 +msgid "Hide icons in top bar" msgstr "" -#: sensors.js:42 -#, fuzzy -msgid "Temperature" -msgstr "Temperatura" - -#: sensors.js:43 sensors.js:307 sensors.js:337 -msgid "Voltage" -msgstr "Tensione" - -#: sensors.js:44 -msgid "Fan" -msgstr "Ventola" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:122 +msgid "Keep top bar clean by only showing sensor values" +msgstr "" -#: sensors.js:45 -msgid "Memory" -msgstr "Memoria" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:126 +msgid "Make the menu centered" +msgstr "" -#: sensors.js:46 -msgid "Processor" -msgstr "Processore" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:127 +msgid "Center the menu to the icon regardless of the position in the panel" +msgstr "" -#: sensors.js:47 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:131 #, fuzzy -msgid "System" +msgid "System Monitor command" msgstr "Sistema" -#: sensors.js:48 -msgid "Network" -msgstr "Rete" - -#: sensors.js:49 -#, fuzzy -msgid "Storage" -msgstr "Archiviazione" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:132 +msgid "The command run when system monitor button is clicked" +msgstr "" -#: sensors.js:76 -msgid "Public IP" -msgstr "IP Pubblico" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:136 +msgid "Include processor static information" +msgstr "" -#: sensors.js:144 -msgid "Usage" -msgstr "Utilizzo" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:137 +msgid "Display processor static information that doesn't change" +msgstr "" -#: sensors.js:145 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:141 #, fuzzy -msgid "memory" -msgstr "Memoria" +msgid "Monitor GPU" +msgstr "Monitora le ventole" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:142 +msgid "Display GPU information (requires the nvidia-smi tool)" +msgstr "" -#: sensors.js:146 -msgid "Physical" -msgstr "Fisica" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:146 +msgid "Include GPU static information" +msgstr "" -#: sensors.js:147 -msgid "Available" -msgstr "Disponibile" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:147 +msgid "Display GPU static information that doesn't change" +msgstr "" -#: sensors.js:148 -msgid "Allocated" -msgstr "Allocata" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:151 +msgid "Icon styles" +msgstr "" -#: sensors.js:149 -msgid "Swap" -msgstr "Scambio" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:152 +msgid "Set the style for the displayed sensor icons ('original', 'updated')" +msgstr "" -#: sensors.js:189 -msgid "Average" -msgstr "Media" +#~ msgid "Format" +#~ msgstr "Formato" -#: sensors.js:190 -#, fuzzy -msgid "processor" -msgstr "Processore" +#~ msgid "General" +#~ msgstr "Generale" -#: sensors.js:192 -#, javascript-format -msgid "Core %d" -msgstr "Core %d" +#~ msgid "Left" +#~ msgstr "Sinistra" -#: sensors.js:236 -msgid "Frequency" -msgstr "Frequenza" +#~ msgid "Center" +#~ msgstr "Centro" -#: sensors.js:237 -msgid "Boost" -msgstr "" +#~ msgid "Right" +#~ msgstr "Destra" -#: sensors.js:238 -msgid "Vendor" -msgstr "" +#, fuzzy +#~ msgid "Far Left" +#~ msgstr "Sinistra" -#: sensors.js:239 -msgid "Bogomips" -msgstr "" +#, fuzzy +#~ msgid "Far Right" +#~ msgstr "Destra" + +#~ msgid "About" +#~ msgstr "A proposito" + +#~ msgid "" +#~ "Feature requests or bugs? Please visit GitHub. No warranty, expressed or implied. " +#~ "Donate if you found " +#~ "this useful." +#~ msgstr "" +#~ "Ti piace ciò che vedi? Supporta lo sviluppo di questa estensione via PayPal.\n" +#~ "\n" +#~ "Nessuna garanzia, espressa o implicita. Suggerimenti o errori da " +#~ "segnalare? Visita la pagina del progetto su GitHub." + +#~ msgid "Sensors" +#~ msgstr "Sensori" + +#~ msgid "Path" +#~ msgstr "Percorso" + +#~ msgid "Unit" +#~ msgstr "Unità" -#: sensors.js:240 -msgid "Sockets" -msgstr "" +#, fuzzy +#~ msgid "Temperature" +#~ msgstr "Temperatura" -#: sensors.js:241 -msgid "Cache" -msgstr "" +#~ msgid "Voltage" +#~ msgstr "Tensione" -#: sensors.js:250 -msgid "Open Files" -msgstr "" +#~ msgid "Fan" +#~ msgstr "Ventola" -#: sensors.js:258 -msgid "Load 1m" -msgstr "Carico (1 min)" +#~ msgid "Memory" +#~ msgstr "Memoria" -#: sensors.js:259 -#, fuzzy -msgid "system" -msgstr "Monitora il sistema" +#~ msgid "Processor" +#~ msgstr "Processore" -#: sensors.js:260 -msgid "Load 5m" -msgstr "Carico (5 min)" +#, fuzzy +#~ msgid "System" +#~ msgstr "Sistema" -#: sensors.js:261 -msgid "Load 15m" -msgstr "Carico (15 min)" +#~ msgid "Network" +#~ msgstr "Rete" -#: sensors.js:262 -msgid "Threads Active" -msgstr "Thread Attivi" +#, fuzzy +#~ msgid "Storage" +#~ msgstr "Archiviazione" -#: sensors.js:263 -msgid "Threads Total" -msgstr "Thread Totali" +#~ msgid "Public IP" +#~ msgstr "IP Pubblico" -#: sensors.js:269 -msgid "Uptime" -msgstr "" +#~ msgid "Usage" +#~ msgstr "Utilizzo" -#: sensors.js:273 #, fuzzy -msgid "Process Time" -msgstr "Processore" +#~ msgid "memory" +#~ msgstr "Memoria" -#: sensors.js:290 -msgid "State" -msgstr "" +#~ msgid "Physical" +#~ msgstr "Fisica" -#: sensors.js:295 -msgid "Cycles" -msgstr "" - -#: sensors.js:300 sensors.js:330 -msgid "Energy (full)" -msgstr "" +#~ msgid "Available" +#~ msgstr "Disponibile" -#: sensors.js:302 sensors.js:332 -msgid "Capacity" -msgstr "" +#~ msgid "Allocated" +#~ msgstr "Allocata" -#: sensors.js:303 sensors.js:333 -msgid "Energy (design)" -msgstr "" +#~ msgid "Swap" +#~ msgstr "Scambio" -#: sensors.js:311 sensors.js:340 -msgid "Rate" -msgstr "" +#~ msgid "Average" +#~ msgstr "Media" -#: sensors.js:312 sensors.js:341 #, fuzzy -msgid "battery" -msgstr "Monitora la memoria" +#~ msgid "processor" +#~ msgstr "Processore" -#: sensors.js:316 sensors.js:344 -msgid "Energy (now)" -msgstr "" +#~ msgid "Frequency" +#~ msgstr "Frequenza" -#: sensors.js:322 sensors.js:350 -msgid "Percentage" -msgstr "" +#~ msgid "Load 1m" +#~ msgstr "Carico (1 min)" -#: sensors.js:411 -msgid "WiFi Link Quality" -msgstr "" +#, fuzzy +#~ msgid "system" +#~ msgstr "Monitora il sistema" -#: sensors.js:412 -msgid "WiFi Signal Level" -msgstr "" +#~ msgid "Load 5m" +#~ msgstr "Carico (5 min)" -#: sensors.js:432 -msgid "ARC Target" -msgstr "" +#~ msgid "Load 15m" +#~ msgstr "Carico (15 min)" -#: sensors.js:433 -msgid "ARC Maximum" -msgstr "" +#~ msgid "Threads Active" +#~ msgstr "Thread Attivi" -#: sensors.js:434 -msgid "ARC Current" -msgstr "" +#~ msgid "Threads Total" +#~ msgstr "Thread Totali" -#: sensors.js:445 #, fuzzy -msgid "Read total" -msgstr "Thread Totali" - -#: sensors.js:446 -msgid "Write total" -msgstr "" +#~ msgid "Process Time" +#~ msgstr "Processore" -#: sensors.js:447 -msgid "Read rate" -msgstr "" +#, fuzzy +#~ msgid "battery" +#~ msgstr "Monitora la memoria" -#: sensors.js:448 -msgid "Write rate" -msgstr "" +#, fuzzy +#~ msgid "Read total" +#~ msgstr "Thread Totali" -#: sensors.js:467 -msgid "Total" -msgstr "Totale" +#~ msgid "Total" +#~ msgstr "Totale" -#: sensors.js:468 -msgid "Used" -msgstr "Occupato" +#~ msgid "Used" +#~ msgstr "Occupato" -#: sensors.js:469 -msgid "Reserved" -msgstr "Riservato" +#~ msgid "Reserved" +#~ msgstr "Riservato" -#: sensors.js:470 -msgid "Free" -msgstr "Libero" +#~ msgid "Free" +#~ msgstr "Libero" -#: sensors.js:471 #, fuzzy -msgid "storage" -msgstr "Monitora l'archiviazione" +#~ msgid "storage" +#~ msgstr "Monitora l'archiviazione" diff --git a/locale/ru/LC_MESSAGES/vitals.mo b/locale/ru/LC_MESSAGES/vitals.mo index 6a4f3955..1f456d50 100644 Binary files a/locale/ru/LC_MESSAGES/vitals.mo and b/locale/ru/LC_MESSAGES/vitals.mo differ diff --git a/locale/ru/LC_MESSAGES/vitals.po b/locale/ru/LC_MESSAGES/vitals.po index 42250615..0222b55a 100644 --- a/locale/ru/LC_MESSAGES/vitals.po +++ b/locale/ru/LC_MESSAGES/vitals.po @@ -1,18 +1,19 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2022-04-10 21:29+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-08-16 18:26+0300\n" "PO-Revision-Date: \n" -"Last-Translator: \n" +"Last-Translator: Fraxinus Acer\n" "Language-Team: \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "POT-Revision-Date: 2018-12-29 10:26+0100\n" -"X-Generator: Poedit 3.1.1\n" +"X-Generator: Poedit 3.6\n" "X-Poedit-Basepath: ..\n" "X-Poedit-SearchPath-0: values.js\n" "X-Poedit-SearchPath-1: sensors.js\n" @@ -22,195 +23,88 @@ msgstr "" "X-Poedit-SearchPath-5: extension.js\n" "X-Poedit-SearchPath-6: schemas/prefs.ui\n" -#: extension.js:129 +#: ../extension.js:134 msgid "Refresh" msgstr "Обновить" -#: extension.js:147 +#: ../extension.js:149 msgid "System Monitor" msgstr "Системный монитор" -#: extension.js:155 +#: ../extension.js:157 ../prefs.js:102 msgid "Preferences" msgstr "Параметры" -#: prefs.ui:42 schemas/org.gnome.shell.extensions.vitals.gschema.xml:81 -msgid "Include public IP address" -msgstr "Включить публичный IP-адрес" - -#: prefs.ui:70 -msgid "Format" -msgstr "Формат" +#: ../extension.js:193 +msgid "No Data" +msgstr "Нет данных" -#: prefs.ui:78 -msgid "Bytes" -msgstr "Байты" +#: ../sensors.js:201 +#, javascript-format +msgid "Core %d" +msgstr "Ядро %d" -#: prefs.ui:79 -msgid "Bits" -msgstr "Биты" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:6 +msgid "Sensors to show in panel" +msgstr "Сенсоры, отображаемые на панели" -#: prefs.ui:121 -msgid "General" -msgstr "Основное" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:7 +msgid "List of sensors to be shown in the panel" +msgstr "Список сенсоров, которые будут отображаться на панели" -#: prefs.ui:149 schemas/org.gnome.shell.extensions.vitals.gschema.xml:11 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:11 msgid "Seconds between updates" msgstr "Секунды между обновлениями" -#: prefs.ui:184 schemas/org.gnome.shell.extensions.vitals.gschema.xml:16 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:12 +msgid "Delay between sensor polling" +msgstr "Задержка между опросом сенсоров" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:16 msgid "Position in panel" msgstr "Позиция на панели" -#: prefs.ui:193 -msgid "Left" -msgstr "Слева" - -#: prefs.ui:194 -msgid "Center" -msgstr "По центру" - -#: prefs.ui:195 -msgid "Right" -msgstr "Справа" - -#: prefs.ui:196 -msgid "Far Left" -msgstr "Далеко слева" - -#: prefs.ui:197 -msgid "Far Right" -msgstr "Далеко справа" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:17 +msgid "Position in Panel ('left', 'center', 'right')" +msgstr "Положение на панели ('слева', 'по центру', 'справа')" -#: prefs.ui:220 schemas/org.gnome.shell.extensions.vitals.gschema.xml:21 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:21 msgid "Use higher precision" msgstr "Использовать более высокую точность" -#: prefs.ui:247 schemas/org.gnome.shell.extensions.vitals.gschema.xml:26 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:22 +msgid "Show one extra digit after decimal" +msgstr "Показать одну дополнительную цифру после запятой" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:26 msgid "Alphabetize sensors" msgstr "Располагать в алфавитном порядке" -#: prefs.ui:274 schemas/org.gnome.shell.extensions.vitals.gschema.xml:31 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:27 +msgid "Display sensors in alphabetical order" +msgstr "Отображать сенсоры в алфавитном порядке" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:31 msgid "Hide zero values" msgstr "Скрывать нулевые значения" -#: prefs.ui:301 -msgid "Use fixed widths" -msgstr "Использовать фиксированную ширину" - -#: prefs.ui:328 schemas/org.gnome.shell.extensions.vitals.gschema.xml:121 -msgid "Hide icons in top bar" -msgstr "Скрывать иконки в верхней панели" - -#: prefs.ui:352 -msgid "About" -msgstr "О Расширении" - -#: prefs.ui:367 -msgid "" -"Feature requests or bugs? Please visit GitHub. No warranty, expressed or implied. Donate if you found this " -"useful." -msgstr "" -"Запросы функций или баги? Пожалуйста, посетите GitHub. Без гарантий, явных или " -"подразумеваемых. Пожертвуйте, если вы нашли это полезным." - -#: prefs.ui:394 -msgid "Sensors" -msgstr "Сенсоры" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:32 +msgid "Hide data from sensors that are invalid" +msgstr "Скрывать данные от сенсоров, которые недействительны" -#: prefs.ui:422 schemas/org.gnome.shell.extensions.vitals.gschema.xml:36 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:36 msgid "Monitor temperature" msgstr "Мониторинг температуры" -#: prefs.ui:473 schemas/org.gnome.shell.extensions.vitals.gschema.xml:46 -msgid "Monitor voltage" -msgstr "Мониторинг напряжения" - -#: prefs.ui:501 schemas/org.gnome.shell.extensions.vitals.gschema.xml:51 -msgid "Monitor fan" -msgstr "Мониторинг вентилятора" - -#: prefs.ui:529 schemas/org.gnome.shell.extensions.vitals.gschema.xml:56 -msgid "Monitor memory" -msgstr "Мониторинг памяти" - -#: prefs.ui:580 schemas/org.gnome.shell.extensions.vitals.gschema.xml:61 -msgid "Monitor processor" -msgstr "Мониторинг процессора" - -#: prefs.ui:608 schemas/org.gnome.shell.extensions.vitals.gschema.xml:66 -msgid "Monitor system" -msgstr "Мониторинг системы" - -#: prefs.ui:636 schemas/org.gnome.shell.extensions.vitals.gschema.xml:76 -msgid "Monitor network" -msgstr "Мониторинг сети" - -#: prefs.ui:687 schemas/org.gnome.shell.extensions.vitals.gschema.xml:71 -msgid "Monitor storage" -msgstr "Мониторинг хранилища" - -#: prefs.ui:738 schemas/org.gnome.shell.extensions.vitals.gschema.xml:96 -msgid "Monitor battery" -msgstr "Мониторинг батареи" - -#: prefs.ui:817 -msgid "Path" -msgstr "Путь" - -#: prefs.ui:849 prefs.ui:958 -msgid "Measurement" -msgstr "Измерение" - -#: prefs.ui:903 -msgid "Unit" -msgstr "Единица" - -#: prefs.ui:1012 -msgid "Display Battery" -msgstr "Отображать батарею" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:6 -msgid "Sensors to show in panel" -msgstr "Сенсоры, отображаемые на панели" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:7 -msgid "List of sensors to be shown in the panel" -msgstr "Список сенсоров, которые будут отображаться на панели" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:12 -msgid "Delay between sensor polling" -msgstr "Задержка между опросом сенсоров" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:17 -msgid "Position in Panel ('left', 'center', 'right')" -msgstr "Положение на панели ('слева', 'по центру', 'справа')" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:22 -msgid "Show one extra digit after decimal" -msgstr "Показать одну дополнительную цифру после запятой" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:27 -msgid "Display sensors in alphabetical order" -msgstr "Отображать сенсоры в алфавитном порядке" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:32 -msgid "Hide data from sensors that are invalid" -msgstr "Скрывать данные от сенсоров, которые недействительны" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:37 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:37 msgid "Display temperature of various components" msgstr "Отображать температуры различных компонентов" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:41 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:41 msgid "Temperature unit" msgstr "Единица температуры" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:42 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:42 msgid "" "The unit ('centigrade' or 'fahrenheit') the extension should display the " "temperature in" @@ -218,315 +112,408 @@ msgstr "" "Единица измерения ('цельсий' или 'фаренгейт') в котором расширение должно " "отображать температуру" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:47 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:46 +msgid "Monitor voltage" +msgstr "Мониторинг напряжения" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:47 msgid "Display voltage of various components" msgstr "Отображать напряжения различных компонентов" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:52 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:51 +msgid "Monitor fan" +msgstr "Мониторинг вентилятора" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:52 msgid "Display fan rotation per minute" msgstr "Отображать обороты вентилятора в минуту" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:57 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:56 +msgid "Monitor memory" +msgstr "Мониторинг памяти" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:57 msgid "Display memory information" msgstr "Отображать информацию о памяти" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:62 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:61 +msgid "Monitor processor" +msgstr "Мониторинг процессора" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:62 msgid "Display processor information" msgstr "Отображать информацию о процессоре" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:67 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:66 +msgid "Monitor system" +msgstr "Мониторинг системы" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:67 msgid "Display system information" msgstr "Отображать информацию о системе" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:72 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:71 +msgid "Monitor storage" +msgstr "Мониторинг хранилища" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:72 msgid "Display storage information" msgstr "Отображать информацию о хранилище" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:77 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:76 +msgid "Monitor network" +msgstr "Мониторинг сети" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:77 msgid "Display network information" msgstr "Отображать информацию о сети" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:82 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:81 +msgid "Include public IP address" +msgstr "Включить публичный IP-адрес" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:82 msgid "Display public IP address of internet connection" msgstr "Отображать публичный IP-адрес интернет соединения" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:86 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:86 msgid "Network speed format" msgstr "Формат скорости сети" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:87 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:87 msgid "Should speed display in bits or bytes?" msgstr "Должна ли скорость отображаться в битах или байтах?" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:91 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:91 msgid "Storage path" msgstr "Путь хранилища" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:92 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:92 msgid "Storage path for monitoring" msgstr "Путь хранилища для мониторинга" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:97 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:96 +msgid "Monitor battery" +msgstr "Мониторинг батареи" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:97 msgid "Monitor battery health" msgstr "Мониторинг здоровья батареи" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:101 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:101 msgid "Memory measurement" msgstr "Измерение памяти" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:102 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:102 msgid "Can use gigabyte or gibibyte for memory" msgstr "Может использовать гигабайт или гибибит для памяти" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:106 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:106 msgid "Storage measurement" msgstr "Измерение хранилища" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:107 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:107 msgid "Can use gigabyte or gibibyte for storage" msgstr "Может использовать гигабайт или гибибит для хранилища" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:111 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:111 msgid "Battery slot to monitor" msgstr "Слот батареи для мониторинга" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:112 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:112 msgid "Which numerical battery slot should vitals monitor" msgstr "Какой числовой слот батареи следует мониторить vitals" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:116 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:116 msgid "Use fixed widths in top bar" msgstr "Использовать фиксированную ширину в верхней панели" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:117 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:117 msgid "Keep sensors in top bar from jumping around" msgstr "Не позволяйте датчикам в верхней панели прыгать" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:122 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:121 +msgid "Hide icons in top bar" +msgstr "Скрывать иконки в верхней панели" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:122 msgid "Keep top bar clean by only showing sensor values" msgstr "Держать верхнюю панель чистой, показывая только значения датчиков" -#: sensors.js:42 -msgid "Temperature" -msgstr "Температура" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:126 +msgid "Make the menu centered" +msgstr "Расположить меню по центру" -#: sensors.js:43 sensors.js:307 sensors.js:337 -msgid "Voltage" -msgstr "Напряжение" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:127 +msgid "Center the menu to the icon regardless of the position in the panel" +msgstr "Центрировать меню по значку независимо от его положения на панели" -#: sensors.js:44 -msgid "Fan" -msgstr "Вентилятор" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:131 +msgid "System Monitor command" +msgstr "Команда системного монитора" -#: sensors.js:45 -msgid "Memory" -msgstr "Память" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:132 +msgid "The command run when system monitor button is clicked" +msgstr "Команда запускается при нажатии кнопки системного монитора" -#: sensors.js:46 -msgid "Processor" -msgstr "Процессор" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:136 +msgid "Include processor static information" +msgstr "Включать статическую информацию о процессоре" -#: sensors.js:47 -msgid "System" -msgstr "Система" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:137 +msgid "Display processor static information that doesn't change" +msgstr "Отображать статическую информацию процессора, которая не меняется" -#: sensors.js:48 -msgid "Network" -msgstr "Сеть" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:141 +msgid "Monitor GPU" +msgstr "Мониторинг GPU" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:142 +msgid "Display GPU information (requires the nvidia-smi tool)" +msgstr "" +"Отображение информации о графическом процессоре (требуется инструмент nvidia-" +"smi)" -#: sensors.js:49 -msgid "Storage" -msgstr "Хранилище" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:146 +msgid "Include GPU static information" +msgstr "Включать статическую информацию о GPU" -#: sensors.js:76 -msgid "Public IP" -msgstr "Публичный IP-адрес" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:147 +msgid "Display GPU static information that doesn't change" +msgstr "" +"Отображать статическую информацию о графическом процессоре, которая не " +"меняется" -#: sensors.js:144 -msgid "Usage" -msgstr "Использование" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:151 +msgid "Icon styles" +msgstr "Стиль значков" -#: sensors.js:145 -msgid "memory" -msgstr "Память" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:152 +msgid "Set the style for the displayed sensor icons ('original', 'updated')" +msgstr "" +"Установите стиль для отображаемых значков датчиков (\"оригинальный\", " +"\"обновленный\")." -#: sensors.js:146 -msgid "Physical" -msgstr "Физическая" +#~ msgid "Format" +#~ msgstr "Формат" -#: sensors.js:147 -msgid "Available" -msgstr "Доступно" +#~ msgid "Bytes" +#~ msgstr "Байты" -#: sensors.js:148 -msgid "Allocated" -msgstr "Использовано" +#~ msgid "Bits" +#~ msgstr "Биты" -#: sensors.js:149 -msgid "Swap" -msgstr "Своп" +#~ msgid "General" +#~ msgstr "Основное" -#: sensors.js:189 -msgid "Average" -msgstr "В среднем" +#~ msgid "Left" +#~ msgstr "Слева" -#: sensors.js:190 -msgid "processor" -msgstr "Процессор" +#~ msgid "Center" +#~ msgstr "По центру" -#: sensors.js:192 -#, javascript-format -msgid "Core %d" -msgstr "Ядро %d" +#~ msgid "Right" +#~ msgstr "Справа" + +#~ msgid "Far Left" +#~ msgstr "Далеко слева" + +#~ msgid "Far Right" +#~ msgstr "Далеко справа" + +#~ msgid "Use fixed widths" +#~ msgstr "Использовать фиксированную ширину" + +#~ msgid "About" +#~ msgstr "О Расширении" + +#~ msgid "" +#~ "Feature requests or bugs? Please visit GitHub. No warranty, expressed or implied. " +#~ "Donate if you found " +#~ "this useful." +#~ msgstr "" +#~ "Запросы функций или баги? Пожалуйста, посетите GitHub. Без гарантий, явных или " +#~ "подразумеваемых. Пожертвуйте, если вы нашли это полезным." + +#~ msgid "Sensors" +#~ msgstr "Сенсоры" + +#~ msgid "Path" +#~ msgstr "Путь" + +#~ msgid "Measurement" +#~ msgstr "Измерение" + +#~ msgid "Unit" +#~ msgstr "Единица" + +#~ msgid "Display Battery" +#~ msgstr "Отображать батарею" + +#~ msgid "Temperature" +#~ msgstr "Температура" + +#~ msgid "Voltage" +#~ msgstr "Напряжение" + +#~ msgid "Fan" +#~ msgstr "Вентилятор" + +#~ msgid "Memory" +#~ msgstr "Память" + +#~ msgid "Processor" +#~ msgstr "Процессор" + +#~ msgid "System" +#~ msgstr "Система" + +#~ msgid "Network" +#~ msgstr "Сеть" + +#~ msgid "Storage" +#~ msgstr "Хранилище" + +#~ msgid "Public IP" +#~ msgstr "Публичный IP-адрес" + +#~ msgid "Usage" +#~ msgstr "Использование" + +#~ msgid "memory" +#~ msgstr "Память" + +#~ msgid "Physical" +#~ msgstr "Физическая" + +#~ msgid "Available" +#~ msgstr "Доступно" + +#~ msgid "Allocated" +#~ msgstr "Использовано" + +#~ msgid "Swap" +#~ msgstr "Своп" + +#~ msgid "Average" +#~ msgstr "В среднем" + +#~ msgid "processor" +#~ msgstr "Процессор" -#: sensors.js:236 -msgid "Frequency" -msgstr "Частота" +#~ msgid "Frequency" +#~ msgstr "Частота" -#: sensors.js:237 -msgid "Boost" -msgstr "Разгон" +#~ msgid "Boost" +#~ msgstr "Разгон" -#: sensors.js:238 -msgid "Vendor" -msgstr "Производитель" +#~ msgid "Vendor" +#~ msgstr "Производитель" -#: sensors.js:239 -msgid "Bogomips" -msgstr "Bogomips" +#~ msgid "Bogomips" +#~ msgstr "Bogomips" -#: sensors.js:240 -msgid "Sockets" -msgstr "Сокеты" +#~ msgid "Sockets" +#~ msgstr "Сокеты" -#: sensors.js:241 -msgid "Cache" -msgstr "Кэш" +#~ msgid "Cache" +#~ msgstr "Кэш" -#: sensors.js:250 -msgid "Open Files" -msgstr "Открыть Файлы" +#~ msgid "Open Files" +#~ msgstr "Открыть Файлы" -#: sensors.js:258 -msgid "Load 1m" -msgstr "Нагрузка 1мин" +#~ msgid "Load 1m" +#~ msgstr "Нагрузка 1мин" -#: sensors.js:259 -msgid "system" -msgstr "Система" +#~ msgid "system" +#~ msgstr "Система" -#: sensors.js:260 -msgid "Load 5m" -msgstr "Нагрузка 5мин" +#~ msgid "Load 5m" +#~ msgstr "Нагрузка 5мин" -#: sensors.js:261 -msgid "Load 15m" -msgstr "Нагрузка 15мин" +#~ msgid "Load 15m" +#~ msgstr "Нагрузка 15мин" -#: sensors.js:262 -msgid "Threads Active" -msgstr "Активные потоки" +#~ msgid "Threads Active" +#~ msgstr "Активные потоки" -#: sensors.js:263 -msgid "Threads Total" -msgstr "Всего потоков" +#~ msgid "Threads Total" +#~ msgstr "Всего потоков" -#: sensors.js:269 -msgid "Uptime" -msgstr "Время работы" +#~ msgid "Uptime" +#~ msgstr "Время работы" -#: sensors.js:273 -msgid "Process Time" -msgstr "Время процесса" +#~ msgid "Process Time" +#~ msgstr "Время процесса" -#: sensors.js:290 -msgid "State" -msgstr "Состояние" +#~ msgid "State" +#~ msgstr "Состояние" -#: sensors.js:295 -msgid "Cycles" -msgstr "Циклы" +#~ msgid "Cycles" +#~ msgstr "Циклы" -#: sensors.js:300 sensors.js:330 -msgid "Energy (full)" -msgstr "Энергия (полный)" +#~ msgid "Energy (full)" +#~ msgstr "Энергия (полный)" -#: sensors.js:302 sensors.js:332 -msgid "Capacity" -msgstr "Ёмкость" +#~ msgid "Capacity" +#~ msgstr "Ёмкость" -#: sensors.js:303 sensors.js:333 -msgid "Energy (design)" -msgstr "Энергия (изначальная)" +#~ msgid "Energy (design)" +#~ msgstr "Энергия (изначальная)" -#: sensors.js:311 sensors.js:340 -msgid "Rate" -msgstr "Показатель" +#~ msgid "Rate" +#~ msgstr "Показатель" -#: sensors.js:312 sensors.js:341 -msgid "battery" -msgstr "Батарея" +#~ msgid "battery" +#~ msgstr "Батарея" -#: sensors.js:316 sensors.js:344 -msgid "Energy (now)" -msgstr "Энергия (сейчас)" +#~ msgid "Energy (now)" +#~ msgstr "Энергия (сейчас)" -#: sensors.js:322 sensors.js:350 -msgid "Percentage" -msgstr "Процент" +#~ msgid "Percentage" +#~ msgstr "Процент" -#: sensors.js:411 -msgid "WiFi Link Quality" -msgstr "Качество соединения WiFi" +#~ msgid "WiFi Link Quality" +#~ msgstr "Качество соединения WiFi" -#: sensors.js:412 -msgid "WiFi Signal Level" -msgstr "Уровень сигнала WiFi" +#~ msgid "WiFi Signal Level" +#~ msgstr "Уровень сигнала WiFi" -#: sensors.js:432 -msgid "ARC Target" -msgstr "Цель ARC" +#~ msgid "ARC Target" +#~ msgstr "Цель ARC" -#: sensors.js:433 -msgid "ARC Maximum" -msgstr "Максимум ARC" +#~ msgid "ARC Maximum" +#~ msgstr "Максимум ARC" -#: sensors.js:434 -msgid "ARC Current" -msgstr "Текущий ARC" +#~ msgid "ARC Current" +#~ msgstr "Текущий ARC" -#: sensors.js:445 -msgid "Read total" -msgstr "Чтение всего" +#~ msgid "Read total" +#~ msgstr "Чтение всего" -#: sensors.js:446 -msgid "Write total" -msgstr "Запись всего" +#~ msgid "Write total" +#~ msgstr "Запись всего" -#: sensors.js:447 -msgid "Read rate" -msgstr "Показатель чтения" +#~ msgid "Read rate" +#~ msgstr "Показатель чтения" -#: sensors.js:448 -msgid "Write rate" -msgstr "Показатель записи" +#~ msgid "Write rate" +#~ msgstr "Показатель записи" -#: sensors.js:467 -msgid "Total" -msgstr "Всего" +#~ msgid "Total" +#~ msgstr "Всего" -#: sensors.js:468 -msgid "Used" -msgstr "Использовано" +#~ msgid "Used" +#~ msgstr "Использовано" -#: sensors.js:469 -msgid "Reserved" -msgstr "Зарезервиравано" +#~ msgid "Reserved" +#~ msgstr "Зарезервиравано" -#: sensors.js:470 -msgid "Free" -msgstr "Свободно" +#~ msgid "Free" +#~ msgstr "Свободно" -#: sensors.js:471 -msgid "storage" -msgstr "Хранилище" +#~ msgid "storage" +#~ msgstr "Хранилище" diff --git a/locale/vitals.pot b/locale/vitals.pot index 8df0908a..b973cea4 100644 --- a/locale/vitals.pot +++ b/locale/vitals.pot @@ -1,752 +1,281 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: 2023-10-22 21:04+0200\n" -"PO-Revision-Date: \n" -"Last-Translator: Chris Monahan \n" -"Language-Team: \n" -"Language: en\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-08-16 18:26+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"POT-Revision-Date: 2018-12-29 10:26+0100\n" -"X-Generator: Poedit 3.4\n" -"X-Poedit-Basepath: ..\n" -"X-Poedit-KeywordsList: _returnValue:2\n" -"X-Poedit-SearchPath-0: values.js\n" -"X-Poedit-SearchPath-1: sensors.js\n" -"X-Poedit-SearchPath-2: prefs.js\n" -"X-Poedit-SearchPath-3: menuItem.js\n" -"X-Poedit-SearchPath-4: extension.js\n" -"X-Poedit-SearchPath-5: schemas/org.gnome.shell.extensions." -"vitals.gschema.xml\n" -"X-Poedit-SearchPath-6: prefs.ui\n" - -#: extension.js:109 -msgid "Batteries" -msgstr "" - -#: extension.js:133 -msgid "No Data" -msgstr "" -#: extension.js:159 +#: ../extension.js:134 msgid "Refresh" msgstr "" -#: extension.js:174 +#: ../extension.js:149 msgid "System Monitor" msgstr "" -#: extension.js:182 prefs.js:106 +#: ../extension.js:157 ../prefs.js:102 msgid "Preferences" msgstr "" -#: prefs.ui:42 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:81 -msgid "Include public IP address" -msgstr "" - -#: prefs.ui:70 -msgid "Format" +#: ../extension.js:193 +msgid "No Data" msgstr "" -#: prefs.ui:78 -msgid "Bytes" +#: ../sensors.js:201 +#, javascript-format +msgid "Core %d" msgstr "" -#: prefs.ui:79 -msgid "Bits" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:6 +msgid "Sensors to show in panel" msgstr "" -#: prefs.ui:121 -msgid "General" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:7 +msgid "List of sensors to be shown in the panel" msgstr "" -#: prefs.ui:149 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:11 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:11 msgid "Seconds between updates" msgstr "" -#: prefs.ui:184 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:16 -msgid "Position in panel" -msgstr "" - -#: prefs.ui:193 -msgid "Left" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:12 +msgid "Delay between sensor polling" msgstr "" -#: prefs.ui:194 -msgid "Center" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:16 +msgid "Position in panel" msgstr "" -#: prefs.ui:195 -msgid "Right" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:17 +msgid "Position in Panel ('left', 'center', 'right')" msgstr "" -#: prefs.ui:196 -msgid "Far Left" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:21 +msgid "Use higher precision" msgstr "" -#: prefs.ui:197 -msgid "Far Right" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:22 +msgid "Show one extra digit after decimal" msgstr "" -#: prefs.ui:220 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:21 -msgid "Use higher precision" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:26 +msgid "Alphabetize sensors" msgstr "" -#: prefs.ui:247 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:26 -msgid "Alphabetize sensors" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:27 +msgid "Display sensors in alphabetical order" msgstr "" -#: prefs.ui:274 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:31 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:31 msgid "Hide zero values" msgstr "" -#: prefs.ui:301 -msgid "Use fixed widths" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:32 +msgid "Hide data from sensors that are invalid" msgstr "" -#: prefs.ui:328 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:171 -msgid "Hide icons in top bar" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:36 +msgid "Monitor temperature" msgstr "" -#: prefs.ui:355 -msgid "Menu always centered" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:37 +msgid "Display temperature of various components" msgstr "" -#: prefs.ui:379 -msgid "About" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:41 +msgid "Temperature unit" msgstr "" -#: prefs.ui:394 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:42 msgid "" -"Feature requests or bugs? Please visit GitHub. No warranty, " -"expressed or implied. Donate if you found this useful." -msgstr "" - -#: prefs.ui:421 -msgid "Sensors" +"The unit ('centigrade' or 'fahrenheit') the extension should display the " +"temperature in" msgstr "" -#: prefs.ui:449 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:36 -msgid "Monitor temperature" -msgstr "" - -#: prefs.ui:500 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:46 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:46 msgid "Monitor voltage" msgstr "" -#: prefs.ui:528 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:51 -msgid "Monitor fan" -msgstr "" - -#: prefs.ui:556 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:56 -msgid "Monitor memory" -msgstr "" - -#: prefs.ui:607 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:61 -msgid "Monitor processor" -msgstr "" - -#: prefs.ui:658 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:66 -msgid "Monitor system" -msgstr "" - -#: prefs.ui:709 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:76 -msgid "Monitor network" -msgstr "" - -#: prefs.ui:760 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:71 -msgid "Monitor storage" -msgstr "" - -#: prefs.ui:811 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:96 -msgid "Monitor battery" -msgstr "" - -#: prefs.ui:890 -msgid "Path" -msgstr "" - -#: prefs.ui:922 prefs.ui:1031 -msgid "Measurement" -msgstr "" - -#: prefs.ui:930 prefs.ui:1039 -msgid "Binary" -msgstr "" - -#: prefs.ui:931 prefs.ui:1040 -msgid "Decimal" -msgstr "" - -#: prefs.ui:976 -msgid "Unit" -msgstr "" - -#: prefs.ui:985 -msgid "°C" -msgstr "" - -#: prefs.ui:986 -msgid "°F" -msgstr "" - -#: prefs.ui:1086 -msgid "Monitor BAT0" -msgstr "" - -#: prefs.ui:1116 -msgid "Monitor BAT1" -msgstr "" - -#: prefs.ui:1146 -msgid "Monitor BAT2" -msgstr "" - -#: prefs.ui:1176 -msgid "Monitor CMB0" -msgstr "" - -#: prefs.ui:1206 -msgid "Monitor macsmc-battery" -msgstr "" - -#: prefs.ui:1247 -msgid "Calculate Combined Values" -msgstr "" - -#: prefs.ui:1277 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:141 -msgid "Include BAT0" -msgstr "" - -#: prefs.ui:1307 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:146 -msgid "Include BAT1" -msgstr "" - -#: prefs.ui:1337 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:151 -msgid "Include BAT2" -msgstr "" - -#: prefs.ui:1367 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:156 -msgid "Include CMB0" -msgstr "" - -#: prefs.ui:1397 -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:161 -msgid "Include macsmc-battery" -msgstr "" - -#: prefs.ui:1446 -msgid "Monitor command" -msgstr "" - -#: prefs.ui:1498 -msgid "Include static info" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:6 -msgid "Sensors to show in panel" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:7 -msgid "List of sensors to be shown in the panel" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:12 -msgid "Delay between sensor polling" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:17 -msgid "Position in Panel ('left', 'center', 'right')" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:47 +msgid "Display voltage of various components" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:22 -msgid "Show one extra digit after decimal" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:51 +msgid "Monitor fan" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:27 -msgid "Display sensors in alphabetical order" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:52 +msgid "Display fan rotation per minute" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:32 -msgid "Hide data from sensors that are invalid" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:56 +msgid "Monitor memory" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:37 -msgid "Display temperature of various components" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:57 +msgid "Display memory information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:41 -msgid "Temperature unit" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:61 +msgid "Monitor processor" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:42 -msgid "" -"The unit ('centigrade' or 'fahrenheit') the extension should " -"display the temperature in" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:62 +msgid "Display processor information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:47 -msgid "Display voltage of various components" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:66 +msgid "Monitor system" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:52 -msgid "Display fan rotation per minute" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:67 +msgid "Display system information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:57 -msgid "Display memory information" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:71 +msgid "Monitor storage" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:62 -msgid "Display processor information" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:72 +msgid "Display storage information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:67 -msgid "Display system information" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:76 +msgid "Monitor network" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:72 -msgid "Display storage information" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:77 +msgid "Display network information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:77 -msgid "Display network information" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:81 +msgid "Include public IP address" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:82 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:82 msgid "Display public IP address of internet connection" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:86 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:86 msgid "Network speed format" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:87 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:87 msgid "Should speed display in bits or bytes?" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:91 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:91 msgid "Storage path" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:92 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:92 msgid "Storage path for monitoring" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:97 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:96 +msgid "Monitor battery" +msgstr "" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:97 msgid "Monitor battery health" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:101 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:101 msgid "Memory measurement" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:102 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:102 msgid "Can use gigabyte or gibibyte for memory" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:106 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:106 msgid "Storage measurement" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:107 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:107 msgid "Can use gigabyte or gibibyte for storage" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:111 -msgid "Display battery BAT0" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:112 -msgid "Should battery 'BAT0' be displayed?" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:116 -msgid "Display battery BAT1" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:117 -msgid "Should battery 'BAT1' be displayed?" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:121 -msgid "Display battery BAT2" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:122 -msgid "Should battery 'BAT2' be displayed?" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:126 -msgid "Display battery CMB0" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:111 +msgid "Battery slot to monitor" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:127 -msgid "Should battery 'CMB0' be displayed?" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:112 +msgid "Which numerical battery slot should vitals monitor" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:131 -msgid "Display battery macsmc-battery" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:132 -msgid "Should battery 'macsmc-battery' be displayed?" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:136 -msgid "Display combined battery data" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:137 -msgid "Display combined values for selected batteries" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:142 -msgid "Include 'BAT0' when calculating combined Battery" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:147 -msgid "Include 'BAT1' when calculating combined Battery" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:152 -msgid "Include 'BAT2' when calculating combined Battery" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:157 -msgid "Include 'CMB0' when calculating combined Battery" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:162 -msgid "Include 'macsmc-battery' when calculating combined Battery" -msgstr "" - -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:166 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:116 msgid "Use fixed widths in top bar" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:167 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:117 msgid "Keep sensors in top bar from jumping around" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:172 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:121 +msgid "Hide icons in top bar" +msgstr "" + +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:122 msgid "Keep top bar clean by only showing sensor values" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:176 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:126 msgid "Make the menu centered" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:177 -msgid "" -"Center the menu to the icon regardless of the position in the " -"panel" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:127 +msgid "Center the menu to the icon regardless of the position in the panel" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:181 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:131 msgid "System Monitor command" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:182 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:132 msgid "The command run when system monitor button is clicked" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:186 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:136 msgid "Include processor static information" msgstr "" -#: schemas/org.gnome.shell.extensions.vitals.gschema.xml:187 +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:137 msgid "Display processor static information that doesn't change" msgstr "" -#: sensors.js:65 -msgid "Public IP" -msgstr "" - -#: sensors.js:133 sensors.js:181 -msgid "Usage" -msgstr "" - -#: sensors.js:134 -msgid "memory" -msgstr "" - -#: sensors.js:135 -msgid "Physical" -msgstr "" - -#: sensors.js:136 -msgid "Available" -msgstr "" - -#: sensors.js:137 -msgid "Allocated" -msgstr "" - -#: sensors.js:138 -msgid "Cached" -msgstr "" - -#: sensors.js:139 sensors.js:355 -msgid "Free" -msgstr "" - -#: sensors.js:140 -msgid "Swap" -msgstr "" - -#: sensors.js:248 -msgid "Average" -msgstr "" - -#: sensors.js:180 -msgid "processor" -msgstr "" - -#: sensors.js:183 -#, javascript-format -msgid "Core %d" -msgstr "" - -#: sensors.js:213 sensors.js:222 -msgid "Frequency" -msgstr "" - -#: sensors.js:231 -msgid "Open Files" -msgstr "" - -#: sensors.js:238 -msgid "Load 1m" -msgstr "" - -#: sensors.js:239 -msgid "system" -msgstr "" - -#: sensors.js:240 -msgid "Load 5m" -msgstr "" - -#: sensors.js:241 -msgid "Load 15m" -msgstr "" - -#: sensors.js:242 -msgid "Threads Active" -msgstr "" - -#: sensors.js:243 -msgid "Threads Total" -msgstr "" - -#: sensors.js:248 -msgid "Uptime" -msgstr "" - -#: sensors.js:252 -msgid "Process Time" -msgstr "" - -#: sensors.js:302 -msgid "WiFi Link Quality" -msgstr "" - -#: sensors.js:303 -msgid "WiFi Signal Level" -msgstr "" - -#: sensors.js:318 -msgid "ARC Target" -msgstr "" - -#: sensors.js:319 -msgid "ARC Maximum" -msgstr "" - -#: sensors.js:320 -msgid "ARC Current" -msgstr "" - -#: sensors.js:330 -msgid "Read total" -msgstr "" - -#: sensors.js:331 -msgid "Write total" -msgstr "" - -#: sensors.js:332 -msgid "Read rate" -msgstr "" - -#: sensors.js:333 -msgid "Write rate" -msgstr "" - -#: sensors.js:352 -msgid "Total" -msgstr "" - -#: sensors.js:353 -msgid "Used" -msgstr "" - -#: sensors.js:354 -msgid "Reserved" -msgstr "" - -#: sensors.js:356 -msgid "storage" -msgstr "" - -#: sensors.js:393 -msgid "Label" -msgstr "" - -#: sensors.js:404 sensors.js:529 -msgid "State" -msgstr "" - -#: sensors.js:409 sensors.js:519 -msgid "Cycles" -msgstr "" - -#: sensors.js:414 -msgid "Voltage" -msgstr "" - -#: sensors.js:418 -msgid "Level" -msgstr "" - -#: sensors.js:422 sensors.js:553 -msgid "Percentage" -msgstr "" - -#: sensors.js:432 sensors.js:527 -msgid "Rate" -msgstr "" - -#: sensors.js:442 sensors.js:535 -msgid "Energy (full)" -msgstr "" - -#: sensors.js:451 sensors.js:541 -msgid "Energy (design)" -msgstr "" - -#: sensors.js:455 -msgid "Capacity" -msgstr "" - -#: sensors.js:464 sensors.js:547 -msgid "Energy (now)" -msgstr "" - -#: sensors.js:501 sensors.js:504 sensors.js:588 sensors.js:591 -msgid "Time left" -msgstr "" - -#: sensors.js:677 -msgid "Vendor" -msgstr "" - -#: sensors.js:678 -msgid "Bogomips" -msgstr "" - -#: sensors.js:679 -msgid "Sockets" -msgstr "" - -#: sensors.js:680 -msgid "Cache" -msgstr "" - -#: sensors.js:685 -msgid "Kernel" -msgstr "" - - -#: prefs.js:98 -msgid "Temperature" -msgstr "" - -#: prefs.js:98 -msgid "Network" -msgstr "" - -#: prefs.js:98 -msgid "Storage" -msgstr "" - -#: prefs.js:98 -msgid "Memory" -msgstr "" - -#: prefs.js:98 -msgid "Battery" -msgstr "" - -#: extension.js:112 -msgid "Battery 1" -msgstr "" - -#: extension.js:112 -msgid "Battery 2" -msgstr "" - -#: extension.js:112 -msgid "Battery 3" -msgstr "" - -#: extension.js:112 -msgid "Battery 4" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:141 +msgid "Monitor GPU" msgstr "" -#: extension.js:112 -msgid "Battery 5" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:142 +msgid "Display GPU information (requires the nvidia-smi tool)" msgstr "" -#: extension.js:115 -msgid "Battery (hidden)" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:146 +msgid "Include GPU static information" msgstr "" -#: prefs.js:98 -msgid "System" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:147 +msgid "Display GPU static information that doesn't change" msgstr "" -#: prefs.js:98 -msgid "Processor" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:151 +msgid "Icon styles" msgstr "" -#: sensors.js:759 -msgid "Fan" +#: ../schemas/org.gnome.shell.extensions.vitals.gschema.xml:152 +msgid "Set the style for the displayed sensor icons ('original', 'updated')" msgstr ""