mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
367 lines
12 KiB
Plaintext
367 lines
12 KiB
Plaintext
//
|
|
// Localizable.strings
|
|
// Stats
|
|
//
|
|
// Created by Serhiy Mytrovtsiy on 27/08/2020.
|
|
// Using Swift 5.0.
|
|
// Running on macOS 10.15.
|
|
//
|
|
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
|
//
|
|
|
|
// Modules
|
|
"CPU" = "CPU";
|
|
"Open CPU settings" = "Åpne CPU-innstillinger";
|
|
"GPU" = "GPU";
|
|
"Open GPU settings" = "Åpne GPU-innstillinger";
|
|
"RAM" = "Minne";
|
|
"Open RAM settings" = "Åpne minneinnstillinger";
|
|
"Disk" = "Disk";
|
|
"Open Disk settings" = "Åpne diskinnstillinger";
|
|
"Sensors" = "Sensors";
|
|
"Open Sensors settings" = "Åpne sensorinnstillinger";
|
|
"Network" = "Network";
|
|
"Open Network settings" = "Åpne nettverksinnstillinger";
|
|
"Battery" = "Battery";
|
|
"Open Battery settings" = "Åpne batteriinnstillinger";
|
|
"Bluetooth" = "Bluetooth";
|
|
"Open Bluetooth settings" = "Åpne bluetooth-innstillinger";
|
|
|
|
// Words
|
|
"Unknown" = "Ukjent";
|
|
"Version" = "Versjon";
|
|
"Processor" = "Prosessor";
|
|
"Memory" = "Minne";
|
|
"Graphics" = "Grafikk";
|
|
"Close" = "Lukk";
|
|
"Download" = "Nedlasting";
|
|
"Install" = "Installer";
|
|
"Cancel" = "Avbryt";
|
|
"Unavailable" = "Utilgjengelig";
|
|
"Yes" = "Ja";
|
|
"No" = "Nei";
|
|
"Automatic" = "Automatisk";
|
|
"Manual" = "Manuell";
|
|
"None" = "Ingen";
|
|
"Dots" = "Prikker";
|
|
"Arrows" = "Piler";
|
|
"Characters" = "Tegn";
|
|
"Short" = "Kort";
|
|
"Long" = "Lang";
|
|
"Statistics" = "Statistikk";
|
|
"Max" = "Maks";
|
|
"Min" = "Min";
|
|
"Reset" = "Nullstill";
|
|
"Alignment" = "Justering";
|
|
"Left alignment" = "Venstre";
|
|
"Center alignment" = "Sentrum";
|
|
"Right alignment" = "Høyre";
|
|
"Dashboard" = "Dashboard";
|
|
"Enabled" = "Enabled";
|
|
"Disabled" = "Disabled";
|
|
"Silent" = "Silent";
|
|
"Units" = "Units";
|
|
"Fans" = "Fans";
|
|
"Scaling" = "Scaling";
|
|
"Linear" = "Linear";
|
|
"Square" = "Square";
|
|
"Cube" = "Cube";
|
|
"Logarithmic" = "Logarithmic";
|
|
"Cores" = "Cores";
|
|
|
|
// Setup
|
|
"Stats Setup" = "Stats Setup";
|
|
"Previous" = "Previous";
|
|
"Previous page" = "Previous page";
|
|
"Next" = "Next";
|
|
"Next page" = "Next page";
|
|
"Finish" = "Finish";
|
|
"Finish setup" = "Finish setup";
|
|
"Welcome to Stats" = "Welcome to Stats";
|
|
"welcome_message" = "Thanks for using Stats, a free open source macOS system monitor for your menu bar.";
|
|
"Start the application automatically when starting your Mac" = "Start the application automatically when starting your Mac";
|
|
"Do not start the application automatically when starting your Mac" = "Do not start the application automatically when starting your Mac";
|
|
"Do everything silently in the background (recommended)" = "Do everything silently in the background (recommended)";
|
|
"Check for a new version on startup" = "Check for a new version on startup";
|
|
"Check for a new version every day (once a day)" = "Check for a new version every day (once a day)";
|
|
"Check for a new version every week (once a week)" = "Check for a new version every week (once a week)";
|
|
"Check for a new version every month (once a month)" = "Check for a new version every month (once a month)";
|
|
"Never check for updates (not recommended)" = "Never check for updates (not recommended)";
|
|
"The configuration is completed" = "The configuration is completed";
|
|
"finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always be. \n If you enjoy it you can support a project, it's always appreciated!";
|
|
|
|
// Alerts
|
|
"New version available" = "Ny versjon tilgjengelig";
|
|
"Click to install the new version of Stats" = "Klikk for å installere ny versjon av Stats";
|
|
"Successfully updated" = "Oppdateringen var vellykket";
|
|
"Stats was updated to v" = "Stats ble oppdatert til v%0";
|
|
"Reset settings text" = "All application settings will be reset and the application will be restarted. Are you sure you want to do this?";
|
|
|
|
// Settings
|
|
"Open Activity Monitor" = "Åpne Aktivitetsmonitor";
|
|
"Report a bug" = "Meld en feil";
|
|
"Support the application" = "Støtt programmet";
|
|
"Close application" = "Lukk programmet";
|
|
"Open application settings" = "Åpne programinnstillinger";
|
|
"Open dashboard" = "Open dashboard";
|
|
|
|
// Application settings
|
|
"Update application" = "Oppdater programmet";
|
|
"Check for updates" = "Se etter oppdateringer";
|
|
"At start" = "Ved oppstart";
|
|
"Once per day" = "Daglig";
|
|
"Once per week" = "Ukentlig";
|
|
"Once per month" = "Månedlig";
|
|
"Never" = "Aldri";
|
|
"Check for update" = "Se etter oppdatering";
|
|
"Show icon in dock" = "Vis ikon i dock";
|
|
"Start at login" = "Start ved innlogging";
|
|
"Build number" = "Build number";
|
|
"Reset settings" = "Reset settings";
|
|
"Pause the Stats" = "Pause the Stats";
|
|
"Resume the Stats" = "Resume the Stats";
|
|
|
|
// Dashboard
|
|
"Serial number" = "Serienummer";
|
|
"Uptime" = "Oppetid";
|
|
"Number of cores" = "%0 cores";
|
|
"Number of threads" = "%0 threads";
|
|
"Number of e-cores" = "%0 efficiency cores";
|
|
"Number of p-cores" = "%0 performance cores";
|
|
|
|
// Update
|
|
"The latest version of Stats installed" = "Du har den nyeste versjonen av Stats";
|
|
"Downloading..." = "Laster ned...";
|
|
"Current version: " = "Nåværende versjon: ";
|
|
"Latest version: " = "Nyeste version: ";
|
|
|
|
// Widgets
|
|
"Color" = "Farge";
|
|
"Label" = "Merkelapp";
|
|
"Box" = "Boks";
|
|
"Frame" = "Ramme";
|
|
"Value" = "Verdi";
|
|
"Colorize" = "Fargelegg";
|
|
"Colorize value" = "Fargelegg verdi";
|
|
"Additional information" = "Tilleggsinformasjon";
|
|
"Reverse values order" = "Reverser rekkefølge på verdier";
|
|
"Base" = "Base";
|
|
"Display mode" = "Visningsmodus";
|
|
"One row" = "En rad";
|
|
"Two rows" = "To rader";
|
|
"Mini widget" = "Mini";
|
|
"Line chart widget" = "Linjediagram";
|
|
"Bar chart widget" = "Søylediagram";
|
|
"Pie chart widget" = "Kakediagram";
|
|
"Network chart widget" = "Linjediagram";
|
|
"Speed widget" = "Tall";
|
|
"Battery widget" = "Batteri";
|
|
"Text widget" = "Tekst";
|
|
"Memory widget" = "Tall";
|
|
"Static width" = "Statisk bredde";
|
|
"Tachometer widget" = "Tachometer";
|
|
"State widget" = "State widget";
|
|
"Show symbols" = "Show symbols";
|
|
"Label widget" = "Label";
|
|
"Number of reads in the chart" = "Number of reads in the chart";
|
|
"Color of download" = "Color of download";
|
|
"Color of upload" = "Color of upload";
|
|
"Merge widgets" = "Merge widgets";
|
|
|
|
// Module Kit
|
|
"Open module settings" = "Åpne modulinnstillinger";
|
|
"Select widget" = "Velg %0-visning";
|
|
"Open widget settings" = "Åpne widgetinnstillinger";
|
|
"Update interval" = "Oppdateringsintervall";
|
|
"Usage history" = "Brukshistorikk";
|
|
"Details" = "Detaljer";
|
|
"Top processes" = "Topp-prosesser";
|
|
"Pictogram" = "Piktogram";
|
|
"Module settings" = "Module settings";
|
|
"Widget settings" = "Widget settings";
|
|
|
|
// Modules
|
|
"Number of top processes" = "Antall topp-prosesser";
|
|
"Update interval for top processes" = "Oppdateringsintervall for topp-prosesser";
|
|
"Notification level" = "Notification level";
|
|
|
|
// CPU
|
|
"CPU usage" = "CPU-bruk";
|
|
"CPU temperature" = "CPU-temperatur";
|
|
"CPU frequency" = "CPU-frekvens";
|
|
"System" = "System";
|
|
"User" = "Bruker";
|
|
"Idle" = "Ledig";
|
|
"Show usage per core" = "Vis bruk per kjerne";
|
|
"Show hyper-threading cores" = "Vis hyper-threading-kjerner";
|
|
"Split the value (System/User)" = "Del verdien (System/Bruker)";
|
|
"Scheduler limit" = "Grense for tidsplanlegger";
|
|
"Speed limit" = "Fartsgrense";
|
|
"Average load" = "Gjennomsnittsbelastning";
|
|
"1 minute" = "1 minutt";
|
|
"5 minutes" = "5 minutter";
|
|
"15 minutes" = "15 minutter";
|
|
"CPU usage threshold" = "CPU usage threshold";
|
|
"CPU usage is" = "CPU usage is %0";
|
|
"Efficiency cores" = "Efficiency cores";
|
|
"Performance cores" = "Performance cores";
|
|
|
|
// GPU
|
|
"GPU to show" = "GPU å vise";
|
|
"Show GPU type" = "Vis GPU-type";
|
|
"GPU enabled" = "GPU i bruk";
|
|
"GPU disabled" = "GPU ikke i bruk";
|
|
"GPU temperature" = "GPU-temperatur";
|
|
"GPU utilization" = "GPU-bruk";
|
|
"Vendor" = "Produsent";
|
|
"Model" = "Modell";
|
|
"Status" = "Status";
|
|
"Active" = "Aktiv";
|
|
"Non active" = "Inaktiv";
|
|
"Fan speed" = "Viftehastighet";
|
|
"Core clock" = "Kjerneklokke";
|
|
"Memory clock" = "Minneklokke";
|
|
"Utilization" = "Bruk";
|
|
"Render utilization" = "Render utilization";
|
|
"Tiler utilization" = "Tiler utilization";
|
|
"GPU usage threshold" = "GPU usage threshold";
|
|
"GPU usage is" = "GPU usage is %0";
|
|
|
|
// RAM
|
|
"Memory usage" = "Minnebruk";
|
|
"Memory pressure" = "Minnebelastning";
|
|
"Total" = "Totalt";
|
|
"Used" = "Brukt";
|
|
"App" = "Programmer";
|
|
"Wired" = "Opptatt";
|
|
"Compressed" = "Komprimert";
|
|
"Free" = "Ledig";
|
|
"Swap" = "Swap";
|
|
"Split the value (App/Wired/Compressed)" = "Del verdien (Programmer/Opptatt/Komprimert)";
|
|
"RAM utilization threshold" = "RAM utilization threshold";
|
|
"RAM utilization is" = "RAM utilization is %0";
|
|
|
|
// Disk
|
|
"Show removable disks" = "Vis utløsbare disker";
|
|
"Used disk memory" = "Brukte %0 fra %1";
|
|
"Free disk memory" = "Ledig %0 fra %1";
|
|
"Disk to show" = "Disker å vise";
|
|
"Open disk" = "Åpne disken";
|
|
"Switch view" = "Bytt visning";
|
|
"Disk utilization threshold" = "Disk utilization threshold";
|
|
"Disk utilization is" = "Disk utilization is %0";
|
|
|
|
// Sensors
|
|
"Temperature unit" = "Temperaturenhet";
|
|
"Celsius" = "Celsius";
|
|
"Fahrenheit" = "Fahrenheit";
|
|
"Save the fan speed" = "Lagre viftehastighet";
|
|
"Fan" = "Fan";
|
|
"HID sensors" = "HID sensors";
|
|
"Synchronize fan's control" = "Synchronize fan's control";
|
|
"Current" = "Current";
|
|
"Energy" = "Energy";
|
|
|
|
// Network
|
|
"Uploading" = "Opplasting";
|
|
"Downloading" = "Nedlasting";
|
|
"Public IP" = "Offentlig IP";
|
|
"Local IP" = "Lokal IP";
|
|
"Interface" = "Grensesnitt";
|
|
"Physical address" = "Fysisk addresse";
|
|
"Refresh" = "Refresh";
|
|
"Click to copy public IP address" = "Klikk for å kopiere offentlig IP-adresse";
|
|
"Click to copy local IP address" = "Klikk for å kopiere lokal IP-adresse";
|
|
"Click to copy wifi name" = "Klikk for å kopiere nettverksnavn";
|
|
"Click to copy mac address" = "Klikk for å kopiere MAC-adresse";
|
|
"No connection" = "Ingen forbindelse";
|
|
"Network interface" = "Nettverksgrensesnitt";
|
|
"Total download" = "Totalt lastet ned";
|
|
"Total upload" = "Totalt lastet opp";
|
|
"Reader type" = "Lesertype";
|
|
"Interface based" = "Grensesnitt";
|
|
"Processes based" = "Prosess";
|
|
"Reset data usage" = "Reset data usage";
|
|
"VPN mode" = "VPN mode";
|
|
"Standard" = "Standard";
|
|
"Security" = "Security";
|
|
"Channel" = "Channel";
|
|
"Common scale" = "Common scale";
|
|
"Autodetection" = "Autodetection";
|
|
"Widget activation threshold" = "Widget activation threshold";
|
|
"Internet connection" = "Internet connection";
|
|
"Active state color" = "Active state color";
|
|
"Nonactive state color" = "Nonactive state color";
|
|
|
|
// Battery
|
|
"Level" = "Nivå";
|
|
"Source" = "Kilde";
|
|
"AC Power" = "Strømforsyning";
|
|
"Battery Power" = "Batteri";
|
|
"Time" = "Tid";
|
|
"Health" = "Helse";
|
|
"Amperage" = "Strømstyrke";
|
|
"Voltage" = "Spenning";
|
|
"Cycles" = "Sykluser";
|
|
"Temperature" = "Temperatur";
|
|
"Power adapter" = "Strømadapter";
|
|
"Power" = "Strøm";
|
|
"Is charging" = "Lader";
|
|
"Time to discharge" = "Tid på å bruke opp";
|
|
"Time to charge" = "Tid på å lade";
|
|
"Calculating" = "Kalkulerer";
|
|
"Fully charged" = "Fullstendig ladet";
|
|
"Not connected" = "Ikke koblet til";
|
|
"Low level notification" = "Varsling ved lavt nivå";
|
|
"High level notification" = "Varsling ved høyt nivå";
|
|
"Low battery" = "Lavt batterinivå";
|
|
"High battery" = "Høyt batterinivå";
|
|
"Battery remaining" = "%0% igjen";
|
|
"Battery remaining to full charge" = "%0% til fulladet";
|
|
"Percentage" = "Prosent";
|
|
"Percentage and time" = "Prosent og tid";
|
|
"Time and percentage" = "Tid og prosent";
|
|
"Time format" = "Tidsformat";
|
|
"Hide additional information when full" = "Skjul ekstra information når fulladet";
|
|
"Last charge" = "Siste lading";
|
|
"Capacity" = "Capacity";
|
|
"maximum / designed" = "maximum / designed";
|
|
"Low power mode" = "Low power mode";
|
|
"Percentage inside the icon" = "Percentage inside the icon";
|
|
|
|
// Bluetooth
|
|
"Battery to show" = "Battery å vise";
|
|
"No Bluetooth devices are available" = "No Bluetooth devices are available";
|
|
|
|
// Colors
|
|
"Based on utilization" = "Basert på bruk";
|
|
"Based on pressure" = "Basert på trykk";
|
|
"System accent" = "Systemaksent";
|
|
"Monochrome accent" = "Ensfarget aksent";
|
|
"Clear" = "Blank";
|
|
"White" = "Hvit";
|
|
"Black" = "Svart";
|
|
"Gray" = "Grå";
|
|
"Second gray" = "Grå 2";
|
|
"Dark gray" = "Mørkegrå";
|
|
"Light gray" = "Lysegrå";
|
|
"Red" = "Rød";
|
|
"Second red" = "Rød 2";
|
|
"Green" = "Grønn";
|
|
"Second green" = "Grønn 2";
|
|
"Blue" = "Blå";
|
|
"Second blue" = "Blå 2";
|
|
"Yellow" = "Gul";
|
|
"Second yellow" = "Gul 2";
|
|
"Orange" = "Oransje";
|
|
"Second orange" = "Oransje 2";
|
|
"Purple" = "Lilla";
|
|
"Second purple" = "Lilla 2";
|
|
"Brown" = "Brun";
|
|
"Second brown" = "Brun 2";
|
|
"Cyan" = "Turkis";
|
|
"Magenta" = "Magenta";
|
|
"Pink" = "Rosa";
|
|
"Teal" = "Blågrønn";
|
|
"Indigo" = "Indigo";
|