Files
community-plugins/gamer-mode/translations/en.json
T
2026-07-31 22:36:53 -04:00

112 lines
3.4 KiB
JSON

{
"cleanup": {
"failed": "That did not work. See the log.",
"pagecache": "Drop page cache",
"pagecache_done": "Page cache dropped.",
"running": "Working...",
"shaders": "Clear shader caches",
"shaders_confirm": "Delete {size}?",
"shaders_done": "Cleared {size} of shader cache.",
"shaders_none": "No shader caches found.",
"swap": "Reclaim swap",
"swap_done": "Swap reclaimed into RAM.",
"swap_empty": "Nothing is swapped out.",
"swap_no_room": "Not enough free RAM to hold what is swapped out.",
"swap_unknown": "Swap usage could not be read.",
"title": "Maintenance"
},
"notify": {
"disabled_title": "Gamer mode disabled",
"enabled_title": "Gamer mode enabled",
"nothing_restored": "Nothing needed restarting.",
"nothing_suspended": "No background targets were running.",
"restored_count": {
"one": "Restored 1 target.",
"other": "Restored {count} targets."
},
"session_failed": "The session file could not be written, so nothing was suspended.",
"session_failed_title": "Gamer mode could not start",
"suspended_count": {
"one": "Suspended 1 target.",
"other": "Suspended {count} targets."
}
},
"panel": {
"close": "Close",
"disable": "Disable",
"enable": "Enable",
"frozen": "frozen",
"gpu_unsupported": "GPU metrics unsupported",
"load": "Load",
"metrics_unavailable": "System metrics unavailable",
"mode_profile": "Suspend profile",
"network": "Net",
"nothing_suspended": "Nothing suspended",
"performance": "Performance",
"power": {
"balanced": "Balanced",
"performance": "Performance",
"power-saver": "Power saver"
},
"power_profile": "Power profile",
"power_unavailable": "powerprofilesctl unavailable",
"profiles": {
"heavy": "Heavy",
"light": "Light"
},
"settings": "Settings",
"state_off": "Off",
"state_on": "Running",
"stopped": "stopped",
"suspended": "Suspended",
"title": "gamer-mode",
"working": "Working..."
},
"settings": {
"auto_performance": {
"description": "Switch power profile to performance while gamer mode is on.",
"label": "Auto performance profile"
},
"click_action": {
"description": "What left-clicking the bar icon does. Right-click always toggles gamer mode.",
"label": "Left-click action",
"options": {
"open_panel": "Open panel",
"toggle": "Toggle gamer mode"
}
},
"glyph": {
"description": "Glyph shown on the bar.",
"label": "Bar icon"
},
"poll_interval": {
"description": "Seconds between metric updates.",
"label": "Poll interval",
"options": {
"2": "2s",
"3": "3s",
"5": "5s"
}
},
"profile": {
"description": "How aggressive the suspend list is.",
"label": "Gamer mode profile",
"options": {
"heavy": "Heavy",
"light": "Light"
}
},
"show_temps": {
"description": "Include CPU/GPU temperatures in tooltip and panel.",
"label": "Show temperatures"
},
"targets": {
"description": "Advanced: JSON array of {match, kind, profiles}. Kind: process, user-service, system-service, container.",
"label": "Suspend targets (JSON)"
}
},
"widget": {
"tooltip_loading": "Gamer Mode: loading metrics..."
}
}