mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Merge remote-tracking branch 'upstream/main' into fix-search-focus-loss
This commit is contained in:
@@ -10,7 +10,6 @@ exec-once = gnome-keyring-daemon --start --components=secrets
|
||||
exec-once = hypridle
|
||||
exec-once = dbus-update-activation-environment --all
|
||||
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
||||
exec-once = hyprpm reload
|
||||
|
||||
# Audio
|
||||
exec-once = easyeffects --gapplication-service
|
||||
|
||||
@@ -5,8 +5,11 @@ $qsConfig = ii
|
||||
exec = hyprctl dispatch submap global # DO NOT REMOVE THIS OR YOU WON'T BE ABLE TO USE ANY KEYBIND
|
||||
submap = global # This is required for catchall to work
|
||||
|
||||
# Defaults
|
||||
# Environment variables
|
||||
source=hyprland/env.conf
|
||||
source=custom/env.conf
|
||||
|
||||
# Defaults
|
||||
source=hyprland/execs.conf
|
||||
source=hyprland/general.conf
|
||||
source=hyprland/rules.conf
|
||||
@@ -14,7 +17,6 @@ source=hyprland/colors.conf
|
||||
source=hyprland/keybinds.conf
|
||||
|
||||
# Custom
|
||||
source=custom/env.conf
|
||||
source=custom/execs.conf
|
||||
source=custom/general.conf
|
||||
source=custom/rules.conf
|
||||
|
||||
@@ -8,7 +8,6 @@ exec-once = gnome-keyring-daemon --start --components=secrets
|
||||
exec-once = hypridle
|
||||
exec-once = dbus-update-activation-environment --all
|
||||
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
||||
exec-once = hyprpm reload
|
||||
|
||||
# Audio
|
||||
exec-once = easyeffects --hide-window --service-mode
|
||||
|
||||
@@ -127,6 +127,7 @@ layerrule = match:namespace osk[0-9]*, blur on
|
||||
layerrule = match:namespace osk[0-9]*, ignore_alpha 0.6
|
||||
|
||||
# Quickshell
|
||||
# Quickshell: illogical-impulse
|
||||
layerrule = match:namespace quickshell:.*, blur_popups on
|
||||
layerrule = match:namespace quickshell:.*, blur on
|
||||
layerrule = match:namespace quickshell:.*, ignore_alpha 0.79
|
||||
@@ -154,6 +155,8 @@ layerrule = match:namespace quickshell:session, ignore_alpha 0
|
||||
layerrule = match:namespace quickshell:sidebarRight, animation slide right
|
||||
layerrule = match:namespace quickshell:sidebarLeft, animation slide left
|
||||
layerrule = match:namespace quickshell:verticalBar, animation slide
|
||||
layerrule = match:namespace quickshell:osk, order -1
|
||||
# Quickshell: waffles
|
||||
layerrule = match:namespace quickshell:wallpaperSelector, animation slide top
|
||||
layerrule = match:namespace quickshell:wNotificationCenter, no_anim on
|
||||
layerrule = match:namespace quickshell:wOnScreenDisplay, no_anim on
|
||||
|
||||
@@ -80,19 +80,21 @@ Item { // Bar content region
|
||||
RowLayout {
|
||||
id: leftSectionRowLayout
|
||||
anchors.fill: parent
|
||||
spacing: 10
|
||||
spacing: 0
|
||||
|
||||
LeftSidebarButton { // Left sidebar button
|
||||
id: leftSidebarButton
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.leftMargin: Appearance.rounding.screenRounding
|
||||
colBackground: barLeftSideMouseArea.hovered ? Appearance.colors.colLayer1Hover : ColorUtils.transparentize(Appearance.colors.colLayer1Hover, 1)
|
||||
}
|
||||
|
||||
ActiveWindow {
|
||||
visible: root.useShortenedForm === 0
|
||||
Layout.leftMargin: 10 + (leftSidebarButton.visible ? 0 : Appearance.rounding.screenRounding)
|
||||
Layout.rightMargin: Appearance.rounding.screenRounding
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
visible: root.useShortenedForm === 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,11 @@ RippleButton {
|
||||
|
||||
property bool showPing: false
|
||||
|
||||
property bool aiChatEnabled: Config.options.policies.ai !== 0
|
||||
property bool translatorEnabled: Config.options.sidebar.translator.enable
|
||||
property bool animeEnabled: Config.options.policies.weeb !== 0
|
||||
visible: aiChatEnabled || translatorEnabled || animeEnabled
|
||||
|
||||
property real buttonPadding: 5
|
||||
implicitWidth: distroIcon.width + buttonPadding * 2
|
||||
implicitHeight: distroIcon.height + buttonPadding * 2
|
||||
|
||||
@@ -100,5 +100,16 @@ StyledPopup {
|
||||
value: Weather.data.sunset
|
||||
}
|
||||
}
|
||||
|
||||
// Footer: last refresh
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: Translation.tr("Last refresh: %1").arg(Weather.data.lastRefresh)
|
||||
font {
|
||||
weight: Font.Medium
|
||||
pixelSize: Appearance.font.pixelSize.smaller
|
||||
}
|
||||
color: Appearance.colors.colOnSurfaceVariant
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -133,7 +133,7 @@ Item {
|
||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||
}
|
||||
clip: true
|
||||
color: Appearance.colors.colSurfaceContainer
|
||||
color: Appearance.m3colors.m3surfaceContainer
|
||||
radius: Appearance.rounding.normal
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: Appearance.sizes.elevationMargin
|
||||
|
||||
@@ -16,7 +16,6 @@ LockScreen {
|
||||
}
|
||||
|
||||
// Push everything down
|
||||
property var lastWorkspaceId: 1
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
delegate: Scope {
|
||||
@@ -25,13 +24,16 @@ LockScreen {
|
||||
property string targetMonitorName: modelData.name
|
||||
property int verticalMovementDistance: modelData.height
|
||||
property int horizontalSqueeze: modelData.width * 0.2
|
||||
property int lastWorkspaceId
|
||||
onShouldPushChanged: {
|
||||
if (shouldPush) {
|
||||
root.lastWorkspaceId = HyprlandData.activeWorkspace.id;
|
||||
// Save workspace
|
||||
print(targetMonitorName)
|
||||
lastWorkspaceId = HyprlandData.monitors.find(m => m.name == targetMonitorName).activeWorkspace.id
|
||||
// Set anim to vertical and move to very very big workspace for a sliding up effect
|
||||
Quickshell.execDetached(["hyprctl", "--batch", "keyword animation workspaces,1,7,menu_decel,slidevert; dispatch workspace 2147483647"]);
|
||||
Quickshell.execDetached(["hyprctl", "--batch", `keyword animation workspaces,1,7,menu_decel,slidevert; dispatch workspace ${2147483647 - lastWorkspaceId}`]);
|
||||
} else {
|
||||
Quickshell.execDetached(["hyprctl", "--batch", `dispatch workspace ${root.lastWorkspaceId}; reload`]);
|
||||
Quickshell.execDetached(["hyprctl", "--batch", `dispatch workspace ${lastWorkspaceId}; reload`]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,6 +136,8 @@ MouseArea {
|
||||
// Style
|
||||
clip: true
|
||||
font.pixelSize: Appearance.font.pixelSize.small
|
||||
selectedTextColor: materialShapeChars ? "transparent" : Appearance.colors.colOnSecondaryContainer
|
||||
selectionColor: materialShapeChars ? "transparent" : Appearance.colors.colSecondaryContainer
|
||||
|
||||
// Password
|
||||
enabled: !root.context.unlockInProgress
|
||||
@@ -195,6 +197,9 @@ MouseArea {
|
||||
}
|
||||
sourceComponent: PasswordChars {
|
||||
length: root.context.currentText.length
|
||||
selectionStart: passwordBox.selectionStart
|
||||
selectionEnd: passwordBox.selectionEnd
|
||||
cursorPosition: passwordBox.cursorPosition
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -215,7 +220,7 @@ MouseArea {
|
||||
iconSize: 24
|
||||
text: {
|
||||
if (root.context.targetAction === LockContext.ActionEnum.Unlock) {
|
||||
return root.ctrlHeld ? "emoji_food_beverage" : "arrow_right_alt";
|
||||
return root.ctrlHeld ? "coffee" : "arrow_right_alt";
|
||||
} else if (root.context.targetAction === LockContext.ActionEnum.Poweroff) {
|
||||
return "power_settings_new";
|
||||
} else if (root.context.targetAction === LockContext.ActionEnum.Reboot) {
|
||||
|
||||
@@ -9,29 +9,62 @@ import Quickshell
|
||||
|
||||
StyledFlickable {
|
||||
id: root
|
||||
|
||||
required property int length
|
||||
property int selectionStart
|
||||
property int selectionEnd
|
||||
property int cursorPosition
|
||||
|
||||
property color color: Appearance.colors.colPrimary
|
||||
property color selectedTextColor: Appearance.colors.colOnSecondaryContainer
|
||||
property color selectionColor: Appearance.colors.colSecondaryContainer
|
||||
|
||||
property int charSize: 20
|
||||
|
||||
contentWidth: dotsRow.implicitWidth
|
||||
contentX: (Math.max(contentWidth - width, 0))
|
||||
Behavior on contentX {
|
||||
animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(this)
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: cursor
|
||||
anchors {
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
leftMargin: root.charSize * root.cursorPosition
|
||||
}
|
||||
color: root.color
|
||||
implicitWidth: 2
|
||||
implicitHeight: root.charSize
|
||||
Behavior on anchors.leftMargin {
|
||||
animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(cursor)
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
id: dotsRow
|
||||
anchors {
|
||||
left: parent.left
|
||||
verticalCenter: parent.verticalCenter
|
||||
leftMargin: 4
|
||||
leftMargin: 4 - 5 // -5 to account for spacing being simulated by char item width
|
||||
}
|
||||
spacing: 10
|
||||
spacing: 0
|
||||
|
||||
Repeater {
|
||||
model: ScriptModel {
|
||||
model: ScriptModel { // TODO: use proper custom object model to insert new char at the correct pos
|
||||
values: Array(root.length)
|
||||
}
|
||||
delegate: Item {
|
||||
|
||||
delegate: Rectangle {
|
||||
id: charItem
|
||||
required property int index
|
||||
implicitWidth: 10
|
||||
implicitHeight: 10
|
||||
implicitWidth: root.charSize
|
||||
implicitHeight: root.charSize
|
||||
property bool selected: index >= root.selectionStart && index < root.selectionEnd
|
||||
|
||||
color: ColorUtils.transparentize(root.selectionColor, selected ? 0 : 1)
|
||||
|
||||
MaterialShape {
|
||||
id: materialShape
|
||||
anchors.centerIn: parent
|
||||
@@ -46,7 +79,7 @@ StyledFlickable {
|
||||
]
|
||||
shape: charShapes[charItem.index % charShapes.length]
|
||||
// Animate on appearance
|
||||
color: Appearance.colors.colPrimary
|
||||
color: charItem.selected ? root.selectedTextColor : root.color
|
||||
implicitSize: 0
|
||||
opacity: 0
|
||||
scale: 0.5
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
pragma ComponentBehavior: Bound
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import qs
|
||||
import qs.services
|
||||
import qs.modules.common
|
||||
import qs.modules.common.widgets
|
||||
import qs.modules.common.functions
|
||||
import Qt5Compat.GraphicalEffects
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import Quickshell.Hyprland
|
||||
|
||||
RowLayout {
|
||||
id: root
|
||||
@@ -92,6 +89,16 @@ RowLayout {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Keys.onPressed: event => {
|
||||
if (event.key === Qt.Key_Tab) {
|
||||
if (LauncherSearch.results.length === 0) return;
|
||||
const tabbedText = LauncherSearch.results[0].name;
|
||||
LauncherSearch.query = tabbedText;
|
||||
searchInput.text = tabbedText;
|
||||
event.accepted = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
IconToolbarButton {
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
pragma ComponentBehavior: Bound
|
||||
|
||||
import Qt.labs.synchronizer
|
||||
import Qt5Compat.GraphicalEffects
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
|
||||
import qs
|
||||
import qs.services
|
||||
import qs.modules.common
|
||||
import qs.modules.common.widgets
|
||||
import qs.modules.common.functions
|
||||
import Qt.labs.synchronizer
|
||||
import Qt5Compat.GraphicalEffects
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
|
||||
Item { // Wrapper
|
||||
id: root
|
||||
@@ -205,12 +206,25 @@ Item { // Wrapper
|
||||
}
|
||||
|
||||
delegate: SearchItem {
|
||||
id: searchItem
|
||||
// The selectable item for each search result
|
||||
required property var modelData
|
||||
anchors.left: parent?.left
|
||||
anchors.right: parent?.right
|
||||
entry: modelData
|
||||
query: StringUtils.cleanOnePrefix(root.searchingText, [Config.options.search.prefix.action, Config.options.search.prefix.app, Config.options.search.prefix.clipboard, Config.options.search.prefix.emojis, Config.options.search.prefix.math, Config.options.search.prefix.shellCommand, Config.options.search.prefix.webSearch])
|
||||
|
||||
Keys.onPressed: event => {
|
||||
if (event.key === Qt.Key_Tab) {
|
||||
if (LauncherSearch.results.length === 0)
|
||||
return;
|
||||
const tabbedText = searchItem.modelData.name;
|
||||
LauncherSearch.query = tabbedText;
|
||||
searchBar.searchInput.text = tabbedText;
|
||||
event.accepted = true;
|
||||
root.focusSearchInput();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,112 @@
|
||||
import qs.services
|
||||
import qs.modules.common
|
||||
import qs.modules.common.widgets
|
||||
import QtQuick
|
||||
|
||||
Item {
|
||||
id: root
|
||||
property var action
|
||||
property var selectionMode
|
||||
|
||||
property string description: switch (root.action) {
|
||||
case RegionSelection.SnipAction.Copy:
|
||||
case RegionSelection.SnipAction.Edit:
|
||||
return Translation.tr("Copy region (LMB) or annotate (RMB)");
|
||||
case RegionSelection.SnipAction.Search:
|
||||
return Translation.tr("Search with Google Lens");
|
||||
case RegionSelection.SnipAction.CharRecognition:
|
||||
return Translation.tr("Recognize text");
|
||||
case RegionSelection.SnipAction.Record:
|
||||
case RegionSelection.SnipAction.RecordWithSound:
|
||||
return Translation.tr("Record region");
|
||||
}
|
||||
property string materialSymbol: switch (root.action) {
|
||||
case RegionSelection.SnipAction.Copy:
|
||||
case RegionSelection.SnipAction.Edit:
|
||||
return "content_cut";
|
||||
case RegionSelection.SnipAction.Search:
|
||||
return "image_search";
|
||||
case RegionSelection.SnipAction.CharRecognition:
|
||||
return "document_scanner";
|
||||
case RegionSelection.SnipAction.Record:
|
||||
case RegionSelection.SnipAction.RecordWithSound:
|
||||
return "videocam";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
||||
property bool showDescription: true
|
||||
function hideDescription() {
|
||||
root.showDescription = false
|
||||
}
|
||||
Timer {
|
||||
id: descTimeout
|
||||
interval: 1000
|
||||
running: true
|
||||
onTriggered: {
|
||||
root.hideDescription()
|
||||
}
|
||||
}
|
||||
onActionChanged: {
|
||||
root.showDescription = true
|
||||
descTimeout.restart()
|
||||
}
|
||||
|
||||
property int margins: 8
|
||||
implicitWidth: content.implicitWidth + margins * 2
|
||||
implicitHeight: content.implicitHeight + margins * 2
|
||||
|
||||
Rectangle {
|
||||
id: content
|
||||
anchors.centerIn: parent
|
||||
|
||||
property real padding: 8
|
||||
implicitHeight: 38
|
||||
implicitWidth: root.showDescription ? contentRow.implicitWidth + padding * 2 : implicitHeight
|
||||
clip: true
|
||||
|
||||
topLeftRadius: 6
|
||||
bottomLeftRadius: implicitHeight - topLeftRadius
|
||||
bottomRightRadius: bottomLeftRadius
|
||||
topRightRadius: bottomLeftRadius
|
||||
|
||||
color: Appearance.colors.colPrimary
|
||||
|
||||
Behavior on topLeftRadius {
|
||||
animation: Appearance.animation.elementMove.numberAnimation.createObject(this)
|
||||
}
|
||||
Behavior on implicitWidth {
|
||||
animation: Appearance.animation.elementMove.numberAnimation.createObject(this)
|
||||
}
|
||||
|
||||
Row {
|
||||
id: contentRow
|
||||
anchors {
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
leftMargin: content.padding
|
||||
}
|
||||
spacing: 12
|
||||
|
||||
MaterialSymbol {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
iconSize: 22
|
||||
color: Appearance.colors.colOnPrimary
|
||||
animateChange: true
|
||||
text: root.materialSymbol
|
||||
}
|
||||
|
||||
FadeLoader {
|
||||
id: descriptionLoader
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
shown: root.showDescription
|
||||
sourceComponent: StyledText {
|
||||
color: Appearance.colors.colOnPrimary
|
||||
text: root.description
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 6
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,48 +23,6 @@ Toolbar {
|
||||
// Signals
|
||||
signal dismiss()
|
||||
|
||||
MaterialShape {
|
||||
Layout.fillHeight: true
|
||||
Layout.leftMargin: 2
|
||||
Layout.rightMargin: 2
|
||||
implicitSize: 36 // Intentionally smaller because this one is brighter than others
|
||||
shape: switch (root.action) {
|
||||
case RegionSelection.SnipAction.Copy:
|
||||
case RegionSelection.SnipAction.Edit:
|
||||
return MaterialShape.Shape.Cookie4Sided;
|
||||
case RegionSelection.SnipAction.Search:
|
||||
return MaterialShape.Shape.Pentagon;
|
||||
case RegionSelection.SnipAction.CharRecognition:
|
||||
return MaterialShape.Shape.Sunny;
|
||||
case RegionSelection.SnipAction.Record:
|
||||
case RegionSelection.SnipAction.RecordWithSound:
|
||||
return MaterialShape.Shape.Gem;
|
||||
default:
|
||||
return MaterialShape.Shape.Cookie12Sided;
|
||||
}
|
||||
color: Appearance.colors.colPrimary
|
||||
MaterialSymbol {
|
||||
anchors.centerIn: parent
|
||||
iconSize: 22
|
||||
color: Appearance.colors.colOnPrimary
|
||||
animateChange: true
|
||||
text: switch (root.action) {
|
||||
case RegionSelection.SnipAction.Copy:
|
||||
case RegionSelection.SnipAction.Edit:
|
||||
return "content_cut";
|
||||
case RegionSelection.SnipAction.Search:
|
||||
return "image_search";
|
||||
case RegionSelection.SnipAction.CharRecognition:
|
||||
return "document_scanner";
|
||||
case RegionSelection.SnipAction.Record:
|
||||
case RegionSelection.SnipAction.RecordWithSound:
|
||||
return "videocam";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ToolbarTabBar {
|
||||
id: tabBar
|
||||
tabButtonList: [
|
||||
@@ -76,5 +34,4 @@ Toolbar {
|
||||
root.selectionMode = currentIndex === 0 ? RegionSelection.SelectionMode.RectCorners : RegionSelection.SelectionMode.Circle;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+29
-11
@@ -33,22 +33,40 @@ Item {
|
||||
}
|
||||
|
||||
// Selection border
|
||||
Rectangle {
|
||||
// Rectangle {
|
||||
// id: selectionBorder
|
||||
// z: 1
|
||||
// anchors {
|
||||
// left: parent.left
|
||||
// top: parent.top
|
||||
// leftMargin: root.regionX
|
||||
// topMargin: root.regionY
|
||||
// }
|
||||
// width: root.regionWidth
|
||||
// height: root.regionHeight
|
||||
// color: "transparent"
|
||||
// border.color: root.color
|
||||
// border.width: 2
|
||||
// // radius: root.standardRounding
|
||||
// radius: 0 // TODO: figure out how to make the overlay thing work with rounding
|
||||
// }
|
||||
|
||||
DashedBorder {
|
||||
id: selectionBorder
|
||||
z: 1
|
||||
z: 9
|
||||
anchors {
|
||||
left: parent.left
|
||||
top: parent.top
|
||||
leftMargin: root.regionX
|
||||
topMargin: root.regionY
|
||||
leftMargin: Math.round(root.regionX) - borderWidth
|
||||
topMargin: Math.round(root.regionY) - borderWidth
|
||||
}
|
||||
width: root.regionWidth
|
||||
height: root.regionHeight
|
||||
color: "transparent"
|
||||
border.color: root.color
|
||||
border.width: 2
|
||||
// radius: root.standardRounding
|
||||
radius: 0 // TODO: figure out how to make the overlay thing work with rounding
|
||||
width: Math.round(root.regionWidth) + borderWidth * 2
|
||||
height: Math.round(root.regionHeight) + borderWidth * 2
|
||||
|
||||
color: root.color
|
||||
dashLength: 6
|
||||
gapLength: 3
|
||||
borderWidth: 1
|
||||
}
|
||||
|
||||
StyledText {
|
||||
|
||||
@@ -35,7 +35,7 @@ PanelWindow {
|
||||
signal dismiss()
|
||||
|
||||
property string screenshotDir: Directories.screenshotTemp
|
||||
property color overlayColor: "#88111111"
|
||||
property color overlayColor: ColorUtils.transparentize("#000000", 0.4)
|
||||
property color brightText: Appearance.m3colors.darkmode ? Appearance.colors.colOnLayer0 : Appearance.colors.colLayer0
|
||||
property color brightSecondary: Appearance.m3colors.darkmode ? Appearance.colors.colSecondary : Appearance.colors.colOnSecondary
|
||||
property color brightTertiary: Appearance.m3colors.darkmode ? Appearance.colors.colTertiary : Qt.lighter(Appearance.colors.colPrimary)
|
||||
@@ -375,6 +375,14 @@ PanelWindow {
|
||||
}
|
||||
}
|
||||
|
||||
CursorGuide {
|
||||
z: 9999
|
||||
x: root.dragging ? root.regionX + root.regionWidth : mouseArea.mouseX
|
||||
y: root.dragging ? root.regionY + root.regionHeight : mouseArea.mouseY
|
||||
action: root.action
|
||||
selectionMode: root.selectionMode
|
||||
}
|
||||
|
||||
// Window regions
|
||||
Repeater {
|
||||
model: ScriptModel {
|
||||
@@ -447,7 +455,7 @@ PanelWindow {
|
||||
// Controls
|
||||
Row {
|
||||
id: regionSelectionControls
|
||||
z: 9999
|
||||
z: 10
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.bottom
|
||||
|
||||
@@ -48,6 +48,7 @@ Item {
|
||||
spacing: sidebarPadding
|
||||
|
||||
Toolbar {
|
||||
visible: tabButtonList.length > 0
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
enableShadow: false
|
||||
ToolbarTabBar {
|
||||
@@ -83,9 +84,10 @@ Item {
|
||||
}
|
||||
|
||||
contentChildren: [
|
||||
...((root.aiChatEnabled || (!root.translatorEnabled && !root.animeEnabled)) ? [aiChat.createObject()] : []),
|
||||
...(root.aiChatEnabled ? [aiChat.createObject()] : []),
|
||||
...(root.translatorEnabled ? [translator.createObject()] : []),
|
||||
...(root.animeEnabled ? [anime.createObject()] : [])
|
||||
...((root.tabButtonList.length === 0 || (!root.aiChatEnabled && !root.translatorEnabled && root.animeCloset)) ? [placeholder.createObject()] : []),
|
||||
...(root.animeEnabled ? [anime.createObject()] : []),
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -102,6 +104,15 @@ Item {
|
||||
id: anime
|
||||
Anime {}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: placeholder
|
||||
Item {
|
||||
StyledText {
|
||||
anchors.centerIn: parent
|
||||
text: root.animeCloset ? Translation.tr("Nothing") : Translation.tr("Enjoy your empty sidebar...")
|
||||
color: Appearance.colors.colSubtext
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -138,7 +138,7 @@ Rectangle {
|
||||
|
||||
anchors.fill: parent
|
||||
// implicitHeight: tabStack.implicitHeight
|
||||
spacing: 10
|
||||
spacing: 20
|
||||
|
||||
// Navigation rail
|
||||
Item {
|
||||
@@ -146,7 +146,7 @@ Rectangle {
|
||||
Layout.fillWidth: false
|
||||
Layout.leftMargin: 10
|
||||
Layout.topMargin: 10
|
||||
width: tabBar.width
|
||||
implicitWidth: tabBar.implicitWidth
|
||||
// Navigation rail buttons
|
||||
NavigationRailTabArray {
|
||||
id: tabBar
|
||||
|
||||
@@ -73,7 +73,7 @@ MouseArea {
|
||||
target: Wallpapers
|
||||
function onThumbnailGenerated(directory) {
|
||||
if (thumbnailImage.status !== Image.Error) return;
|
||||
if (FileUtils.parentDirectory(thumbnailImage.sourcePath) !== directory) return;
|
||||
if (FileUtils.parentDirectory(thumbnailImage.sourcePath) !== FileUtils.trimFileProtocol(directory)) return;
|
||||
thumbnailImage.source = "";
|
||||
thumbnailImage.source = thumbnailImage.thumbnailPath;
|
||||
}
|
||||
|
||||
@@ -141,7 +141,7 @@ ContentPage {
|
||||
key: "Ctrl"
|
||||
}
|
||||
KeyboardKey {
|
||||
key: ""
|
||||
key: Config.options.cheatsheet.superKey ?? ""
|
||||
}
|
||||
StyledText {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
|
||||
@@ -3,5 +3,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
|
||||
GIO_USE_VFS=local "$SCRIPT_DIR/thumbgen.py" "$@"
|
||||
THUMBGEN_EXIT_CODE=$?
|
||||
deactivate
|
||||
|
||||
exit $THUMBGEN_EXIT_CODE
|
||||
|
||||
@@ -148,14 +148,12 @@ Singleton {
|
||||
const brightnessValue = Math.max(monitor.multipliedBrightness, 0);
|
||||
if (isDdc) {
|
||||
const rawValueRounded = Math.max(Math.floor(brightnessValue * monitor.rawMaxBrightness), 1);
|
||||
setProc.command = ["ddcutil", "-b", busNum, "setvcp", "10", rawValueRounded];
|
||||
setProc.startDetached();
|
||||
setProc.exec(["ddcutil", "-b", busNum, "setvcp", "10", rawValueRounded]);
|
||||
} else {
|
||||
const valuePercentNumber = Math.floor(brightnessValue * 100);
|
||||
let valuePercent = `${valuePercentNumber}%`;
|
||||
if (valuePercentNumber == 0) valuePercent = "1"; // Prevent fully black
|
||||
setProc.command = ["brightnessctl", "--class", "backlight", "s", valuePercent, "--quiet"];
|
||||
setProc.startDetached();
|
||||
setProc.exec(["brightnessctl", "--class", "backlight", "s", valuePercent, "--quiet"])
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -89,9 +89,10 @@ Singleton {
|
||||
network.askingPassword = false;
|
||||
changePasswordProc.exec({
|
||||
"environment": {
|
||||
"PASSWORD": password
|
||||
"PASSWORD": password,
|
||||
"SSID": network.ssid
|
||||
},
|
||||
"command": ["bash", "-c", `nmcli connection modify ${network.ssid} wifi-sec.psk "$PASSWORD"`]
|
||||
"command": ["bash", "-c", 'nmcli connection modify "$SSID" wifi-sec.psk "$PASSWORD"']
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +42,8 @@ Singleton {
|
||||
visib: 0,
|
||||
press: 0,
|
||||
temp: 0,
|
||||
tempFeelsLike: 0
|
||||
tempFeelsLike: 0,
|
||||
lastRefresh: 0,
|
||||
})
|
||||
|
||||
function refineData(data) {
|
||||
@@ -75,6 +76,7 @@ Singleton {
|
||||
temp.temp += "°C";
|
||||
temp.tempFeelsLike += "°C";
|
||||
}
|
||||
temp.lastRefresh = DateTime.time + " • " + DateTime.date;
|
||||
root.data = temp;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
//@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic
|
||||
//@ pragma Env QT_QUICK_FLICKABLE_WHEEL_DECELERATION=10000
|
||||
|
||||
// Adjust this to make the shell smaller or larger
|
||||
//@ pragma Env QT_SCALE_FACTOR=1
|
||||
// Remove two slashes below and adjust the value to change the UI scale
|
||||
////@ pragma Env QT_SCALE_FACTOR=1
|
||||
|
||||
import "modules/common"
|
||||
import "services"
|
||||
|
||||
@@ -0,0 +1,608 @@
|
||||
{
|
||||
"Material cookie": "Material Cookie",
|
||||
"Style: Blurred": "Stil: Verschwommen",
|
||||
"Unknown device": "Unbekanntes Gerät",
|
||||
"Change any time later with /dark, /light, /wallpaper in the launcher\nIf the shell's colors aren't changing:\n 1. Open the right sidebar with Super+N\n 2. Click \"Reload Hyprland & Quickshell\" in the top-right corner": "Jederzeit später ändern mit /dark, /light, /wallpaper im Launcher\nFalls sich die Shell-Farben nicht ändern:\n 1. Öffne die rechte Seitenleiste mit Super+N\n 2. Klicke auf \"Hyprland & Quickshell neu laden\" in der oberen rechten Ecke",
|
||||
"No pending tasks": "Keine ausstehenden Aufgaben",
|
||||
"Positioning": "Positionierung",
|
||||
"Set temperature (randomness) of the model. Values range between 0 to 2 for Gemini, 0 to 1 for other models. Default is 0.5.": "Temperatur (Zufälligkeit) des Modells einstellen. Wertebereich zwischen 0 und 2 für Gemini, 0 bis 1 für andere Modelle. Standard ist 0,5.",
|
||||
"Critical warning": "Kritische Warnung",
|
||||
"Unknown Artist": "Unbekannter Künstler",
|
||||
"Web search": "Websuche",
|
||||
"Load prompt from %1": "Prompt von %1 laden",
|
||||
"Attach a file. Only works with Gemini.": "Datei anhängen. Funktioniert nur mit Gemini.",
|
||||
"Reboot": "Neustart",
|
||||
"API key:\n\n```txt\n%1\n```": "API-Schlüssel:\n\n```txt\n%1\n```",
|
||||
"Pinned on startup": "Beim Start angeheftet",
|
||||
"Right": "Rechts",
|
||||
"Reboot to firmware settings": "Neustart zu Firmware-Einstellungen",
|
||||
"Automatically hide": "Automatisch ausblenden",
|
||||
"Waiting for response...": "Warte auf Antwort...",
|
||||
"To Do": "Aufgaben",
|
||||
"Full": "Voll",
|
||||
"Select Language": "Sprache auswählen",
|
||||
"Password": "Passwort",
|
||||
"Bluetooth devices": "Bluetooth-Geräte",
|
||||
"Enable": "Aktivieren",
|
||||
"Elements": "Elemente",
|
||||
"Start": "Start",
|
||||
"Random SFW Anime wallpaper from Konachan\nImage is saved to ~/Pictures/Wallpapers": "Zufälliges SFW-Anime-Hintergrundbild von Konachan\nBild wird in ~/Pictures/Wallpapers gespeichert",
|
||||
"The popular one | Best quantity, but quality can vary wildly": "Der beliebte | Beste Menge, aber Qualität kann stark variieren",
|
||||
"System uptime:": "Systemlaufzeit:",
|
||||
"illogical-impulse Welcome": "illogical-impulse Willkommen",
|
||||
"Code saved to file": "Code in Datei gespeichert",
|
||||
"Info": "Info",
|
||||
"Preferred wallpaper zoom (%)": "Bevorzugter Hintergrundbild-Zoom (%)",
|
||||
"Time": "Zeit",
|
||||
"Help & Support": "Hilfe & Support",
|
||||
"Bubble": "Blase",
|
||||
"Large images | God tier quality, no NSFW.": "Große Bilder | Höchste Qualität, kein NSFW.",
|
||||
"Dark": "Dunkel",
|
||||
"Center clock": "Zentrale Uhr",
|
||||
"Search, calculate or run": "Suchen, berechnen oder ausführen",
|
||||
"Region height": "Regionshöhe",
|
||||
"Load chat": "Chat laden",
|
||||
"Gives the model search capabilities (immediately)": "Gibt dem Modell Suchfähigkeiten (sofort)",
|
||||
"Depends on workspace": "Hängt vom Arbeitsbereich ab",
|
||||
"Blurred style": "Verschwommener Stil",
|
||||
"Screenshot tool": "Screenshot-Tool",
|
||||
"Enter password": "Passwort eingeben",
|
||||
"Search the web": "Im Web suchen",
|
||||
"Local only": "Nur lokal",
|
||||
"at": "um",
|
||||
"Math": "Mathematik",
|
||||
"Consider plugging in your device": "Erwäge, dein Gerät anzuschließen",
|
||||
"Workspaces shown": "Angezeigte Arbeitsbereiche",
|
||||
"Place the corners to trigger at the bottom": "Platziere die Ecken zum Auslösen am unteren Rand",
|
||||
"No API key\nSet it with /key YOUR_API_KEY": "Kein API-Schlüssel\nSetze ihn mit /key DEIN_API_SCHLUESSEL",
|
||||
"Auto (System)": "Auto (System)",
|
||||
"Arrow keys to navigate, Enter to select\nEsc or click anywhere to cancel": "Pfeiltasten zum Navigieren, Enter zum Auswählen\nEsc oder irgendwo klicken zum Abbrechen",
|
||||
"Critically low battery": "Kritisch niedrige Batterie",
|
||||
"Open editor": "Editor öffnen",
|
||||
"%1 notifications": "%1 Benachrichtigungen",
|
||||
"Region width": "Regionsbreite",
|
||||
"Max allowed increase": "Maximal erlaubter Anstieg",
|
||||
"Enable translator": "Übersetzer aktivieren",
|
||||
"Constantly rotate": "Ständig rotieren",
|
||||
"Automatically suspends the system when battery is low": "Suspendiert das System automatisch bei niedrigem Batteriestand",
|
||||
"Cannot find a GPS service. Using the fallback method instead.": "GPS-Dienst nicht gefunden. Verwende stattdessen die Fallback-Methode.",
|
||||
"Qt apps": "Qt-Apps",
|
||||
"Color picker": "Farbwähler",
|
||||
"Interface": "Schnittstelle",
|
||||
"Tint app icons": "App-Symbole einfärben",
|
||||
"Select the language for the user interface.\n\"Auto\" will use your system's locale.": "Wähle die Sprache für die Benutzeroberfläche.\n\"Auto\" verwendet deine System-Lokalisierung.",
|
||||
"Show quote": "Zitat anzeigen",
|
||||
"Local Ollama model | %1": "Lokales Ollama-Modell | %1",
|
||||
"Show clock": "Uhr anzeigen",
|
||||
"Usage: <tt>%1superpaste NUM_OF_ENTRIES[i]</tt>\nSupply <tt>i</tt> when you want images\nExamples:\n<tt>%1superpaste 4i</tt> for the last 4 images\n<tt>%1superpaste 7</tt> for the last 7 entries": "Verwendung: <tt>%1superpaste ANZAHL[i]</tt>\nGib <tt>i</tt> an, wenn du Bilder möchtest\nBeispiele:\n<tt>%1superpaste 4i</tt> für die letzten 4 Bilder\n<tt>%1superpaste 7</tt> für die letzten 7 Einträge",
|
||||
"Audio": "Audio",
|
||||
"Corner style": "Eckenstil",
|
||||
"No media": "Keine Medien",
|
||||
"Unknown function call: %1": "Unbekannter Funktionsaufruf: %1",
|
||||
"Online | %1's model | Delivers fast, responsive and well-formatted answers. Disadvantages: not very eager to do stuff; might make up unknown function calls": "Online | %1s Modell | Liefert schnelle, reaktionsschnelle und gut formatierte Antworten. Nachteile: nicht sehr eifrig, Dinge zu tun; könnte unbekannte Funktionsaufrufe erfinden",
|
||||
"Volume": "Lautstärke",
|
||||
"Medium": "Mittel",
|
||||
"Copy code": "Code kopieren",
|
||||
"Exceeded max allowed": "Maximaler Wert überschritten",
|
||||
"Keep right sidebar loaded": "Rechte Seitenleiste geladen halten",
|
||||
"Left": "Links",
|
||||
"High": "Hoch",
|
||||
"Rect": "Rechteck",
|
||||
"Lap": "Runde",
|
||||
"Clear": "Löschen",
|
||||
"Screen snip": "Bildschirmausschnitt",
|
||||
"Reset": "Zurücksetzen",
|
||||
"Back": "Zurück",
|
||||
"Dark/Light toggle": "Dunkel/Hell umschalten",
|
||||
"12h am/pm": "12h am/pm",
|
||||
"Download complete": "Download abgeschlossen",
|
||||
"Enable blur": "Unschärfe aktivieren",
|
||||
"Second hand": "Sekundenzeiger",
|
||||
"Bar & screen": "Leiste & Bildschirm",
|
||||
"Discharging:": "Entladung:",
|
||||
"Up %1": "Hoch %1",
|
||||
"Low": "Niedrig",
|
||||
"Hour hand": "Stundenzeiger",
|
||||
"Clear chat history": "Chat-Verlauf löschen",
|
||||
"Fruit Salad": "Fruchtsalat",
|
||||
"%1 Safe Storage": "%1 Sicherer Speicher",
|
||||
"Hibernate": "Ruhezustand",
|
||||
"Delete": "Löschen",
|
||||
"OK": "OK",
|
||||
"Settings": "Einstellungen",
|
||||
"This is usually safe and needed for your browser and AI sidebar anyway\nMostly useful for those who use lock on startup instead of a display manager that does it (GDM, SDDM, etc.)": "Dies ist normalerweise sicher und wird ohnehin für deinen Browser und die AI-Seitenleiste benötigt\nHauptsächlich nützlich für diejenigen, die eine Sperre beim Start verwenden, anstatt eines Display-Managers, der das übernimmt (GDM, SDDM, etc.)",
|
||||
"Use Hyprlock (instead of Quickshell)": "Hyprlock verwenden (anstatt Quickshell)",
|
||||
"Crosshair code (in Valorant's format)": "Fadenkreuz-Code (im Valorant-Format)",
|
||||
"Silent": "Stumm",
|
||||
"Useless buttons": "Nutzlose Buttons",
|
||||
"Hover to reveal": "Bewegen zum Anzeigen",
|
||||
"Wallpaper & Colors": "Hintergrundbild & Farben",
|
||||
"Auto": "Auto",
|
||||
"Visibility": "Sichtbarkeit",
|
||||
"Shell & utilities": "Shell & Utilities",
|
||||
"Hollow": "Hohl",
|
||||
"illogical-impulse": "illogical-impulse",
|
||||
"Use the system file picker instead\nRight-click to make this the default behavior": "System-Dateiauswahl verwenden\nRechtsklick, um dies zum Standardverhalten zu machen",
|
||||
"On-screen display": "Bildschirmanzeige",
|
||||
"Dotfiles": "Dotfiles",
|
||||
"Search wallpapers": "Hintergrundbilder suchen",
|
||||
"Mic toggle": "Mikrofon umschalten",
|
||||
"Input": "Eingabe",
|
||||
"Also unlock keyring": "Auch Schlüsselbund entsperren",
|
||||
"Configuration": "Konfiguration",
|
||||
"Keep system awake": "System wach halten",
|
||||
"Unknown command:": "Unbekannter Befehl:",
|
||||
"Anime boorus": "Anime-Boorus",
|
||||
"To Do:": "Aufgaben:",
|
||||
"Uses Gemini to categorize the wallpaper then picks a preset based on it.\nYou'll need to set Gemini API key on the left sidebar first.\nImages are downscaled for performance, but just to be safe,\ndo not select wallpapers with sensitive information.": "Verwendet Gemini, um das Hintergrundbild zu kategorisieren und wählt dann ein Preset basierend darauf aus.\nDu musst zuerst den Gemini-API-Schlüssel in der linken Seitenleiste festlegen.\nBilder werden für die Leistung herunterskaliert, aber nur zur Sicherheit,\nwähle keine Hintergrundbilder mit sensiblen Informationen aus.",
|
||||
"Bottom": "Unten",
|
||||
"Clear the current list of images": "Aktuelle Bilderliste löschen",
|
||||
"Sunrise": "Sonnenaufgang",
|
||||
"Show app icons": "App-Symbole anzeigen",
|
||||
"Format": "Format",
|
||||
"Make sure your player has MPRIS support\nor try turning off duplicate player filtering": "Stelle sicher, dass dein Player MPRIS-Unterstützung hat\noder versuche, die doppelte Player-Filterung zu deaktivieren",
|
||||
"Pause": "Pause",
|
||||
"Desktop": "Desktop",
|
||||
"Conflicts with the shell's system tray implementation": "Kollidiert mit der System-Tray-Implementierung der Shell",
|
||||
"Your package manager is running": "Dein Paket-Manager läuft",
|
||||
"Conflicts with the shell's notification implementation": "Kollidiert mit der Benachrichtigungsimplementierung der Shell",
|
||||
"Unknown Album": "Unbekanntes Album",
|
||||
"Pick wallpaper image on your system": "Hintergrundbild auf deinem System auswählen",
|
||||
"Used:": "Verwendet:",
|
||||
"Cheat sheet": "Kurzreferenz",
|
||||
"Clock style": "Uhr-Stil",
|
||||
"No audio source": "Keine Audioquelle",
|
||||
"Paired": "Gepaart",
|
||||
"Documentation": "Dokumentation",
|
||||
"No": "Nein",
|
||||
"Pills": "Pillen",
|
||||
"Thought": "Gedanke",
|
||||
"When this is off you'll have to click": "Wenn dies aus ist, musst du klicken",
|
||||
"Select output device": "Ausgabegerät auswählen",
|
||||
"Logout": "Abmelden",
|
||||
"Tip: Close a window with Super+Q": "Tipp: Fenster mit Super+Q schließen",
|
||||
"Finished tasks will go here": "Fertige Aufgaben werden hier angezeigt",
|
||||
"Terminal: Harmony (%)": "Terminal: Harmonie (%)",
|
||||
"Corner open": "Ecke öffnen",
|
||||
"Shell conflicts killer": "Shell-Konflikt-Killer",
|
||||
"Clean stuff | Excellent quality, no NSFW": "Saubere Sachen | Ausgezeichnete Qualität, kein NSFW",
|
||||
"Scroll to change volume": "Scrollen zum Ändern der Lautstärke",
|
||||
"Wind": "Wind",
|
||||
"API key is set\nChange with /key YOUR_API_KEY": "API-Schlüssel ist gesetzt\nÄndern mit /key DEIN_API_SCHLUESSEL",
|
||||
"Neutral": "Neutral",
|
||||
"12h AM/PM": "12h AM/PM",
|
||||
"Number show delay when pressing Super (ms)": "Anzeigeverzögerung für Zahlen beim Drücken von Super (ms)",
|
||||
"Fill": "Füllen",
|
||||
"Always show numbers": "Zahlen immer anzeigen",
|
||||
"Dot": "Punkt",
|
||||
"Provider set to": "Anbieter gesetzt auf",
|
||||
"Unknown Title": "Unbekannter Titel",
|
||||
"Anime": "Anime",
|
||||
"Refreshing (manually triggered)": "Aktualisiere (manuell ausgelöst)",
|
||||
"Dock": "Dock",
|
||||
"Require password to power off/restart": "Passwort für Ausschalten/Neustart erforderlich",
|
||||
"Line": "Linie",
|
||||
"Weather": "Wetter",
|
||||
"All-rounder | Good quality, decent quantity": "Allrounder | Gute Qualität, anständige Menge",
|
||||
"Scale (%)": "Skalierung (%)",
|
||||
"Copy": "Kopieren",
|
||||
"Usage": "Verwendung",
|
||||
"Type /key to get started with online models\nCtrl+O to expand the sidebar\nCtrl+P to detach sidebar into a window": "Tippe /key, um mit Online-Modellen zu beginnen\nStrg+O, um die Seitenleiste zu erweitern\nStrg+P, um die Seitenleiste in ein Fenster zu lösen",
|
||||
"Set the tool to use for the model.": "Das zu verwendende Tool für das Modell festlegen.",
|
||||
"Disable tools": "Tools deaktivieren",
|
||||
"Connect": "Verbinden",
|
||||
"Allow NSFW": "NSFW erlauben",
|
||||
"Registration failed. Please inspect manually with the <tt>warp-cli</tt> command": "Registrierung fehlgeschlagen. Bitte manuell mit dem Befehl <tt>warp-cli</tt> überprüfen",
|
||||
"Time to full:": "Zeit bis voll:",
|
||||
"Session": "Sitzung",
|
||||
"Services": "Dienste",
|
||||
"Nothing here!": "Nichts hier!",
|
||||
"Overview": "Übersicht",
|
||||
"Random: osu! seasonal": "Zufällig: osu! saisonal",
|
||||
"If you want to somehow use fingerprint unlock...": "Wenn du irgendwie die Fingerabdruck-Entsperrung verwenden möchtest...",
|
||||
"Minute hand": "Minutenzeiger",
|
||||
"Notifications": "Benachrichtigungen",
|
||||
"Enable if you want clocks to show seconds accurately": "Aktivieren, wenn Uhren Sekunden genau anzeigen sollen",
|
||||
"Timer": "Timer",
|
||||
"Quote settings": "Zitat-Einstellungen",
|
||||
"System prompt": "System-Prompt",
|
||||
"Classic": "Klassisch",
|
||||
"Close": "Schließen",
|
||||
"Disconnect": "Trennen",
|
||||
"Go to source (%1)": "Zur Quelle gehen (%1)",
|
||||
"EasyEffects | Right-click to configure": "EasyEffects | Rechtsklick zum Konfigurieren",
|
||||
"Forget": "Vergessen",
|
||||
"Output": "Ausgabe",
|
||||
"Date style": "Datums-Stil",
|
||||
"System": "System",
|
||||
"Usage: %1tool TOOL_NAME": "Verwendung: %1tool TOOL_NAME",
|
||||
"Workspaces": "Arbeitsbereiche",
|
||||
"Calendar": "Kalender",
|
||||
"**Instructions**: Log into Mistral account, go to Keys on the sidebar, click Create new key": "**Anleitung**: Bei Mistral-Konto anmelden, zu Schlüsseln in der Seitenleiste gehen, auf Neuen Schlüssel erstellen klicken",
|
||||
"Volume limit": "Lautstärkegrenze",
|
||||
"Sunset": "Sonnenuntergang",
|
||||
"Dial style": "Zifferblatt-Stil",
|
||||
"Hi there! First things first...": "Hallo! Erst mal das Wichtigste...",
|
||||
"Save chat to %1": "Chat nach %1 speichern",
|
||||
"Security": "Sicherheit",
|
||||
"Total token count\nInput: %1\nOutput: %2": "Gesamte Token-Anzahl\nEingabe: %1\nAusgabe: %2",
|
||||
"Cancel wallpaper selection": "Hintergrundbild-Auswahl abbrechen",
|
||||
"Please charge!\nAutomatic suspend triggers at %1": "Bitte aufladen!\nAutomatische Suspendierung bei %1",
|
||||
"Terminal: Harmonize threshold": "Terminal: Harmonisiere Schwellenwert",
|
||||
"Be patient...": "Geduld...",
|
||||
"Utility buttons": "Utility-Buttons",
|
||||
"Tonal Spot": "Tonal Spot",
|
||||
"Prevents abrupt increments and restricts volume limit": "Verhindert abrupte Erhöhungen und begrenzt die Lautstärkegrenze",
|
||||
"Set the current API provider": "Aktuellen API-Anbieter festlegen",
|
||||
"Connection failed. Please inspect manually with the <tt>warp-cli</tt> command": "Verbindung fehlgeschlagen. Bitte manuell mit dem Befehl <tt>warp-cli</tt> überprüfen",
|
||||
"Networking": "Netzwerk",
|
||||
"Tint icons": "Symbole einfärben",
|
||||
"Low battery": "Niedrige Batterie",
|
||||
"Make icons pinned by default": "Symbole standardmäßig anheften",
|
||||
"Get the next page of results": "Nächste Seite der Ergebnisse abrufen",
|
||||
"Invalid API provider. Supported: \n-": "Ungültiger API-Anbieter. Unterstützt: \n-",
|
||||
"Show \"Locked\" text": "\"Gesperrt\"-Text anzeigen",
|
||||
"**Pricing**: free. Data use policy varies depending on your OpenRouter account settings.\n\n**Instructions**: Log into OpenRouter account, go to Keys on the topright menu, click Create API Key": "**Preis**: kostenlos. Datennutzungsrichtlinie variiert je nach deinen OpenRouter-Kontoeinstellungen.\n\n**Anleitung**: Bei OpenRouter-Konto anmelden, zu Schlüsseln im oberen rechten Menü gehen, auf API-Schlüssel erstellen klicken",
|
||||
"Not visible to model": "Nicht sichtbar für Modell",
|
||||
"Lock screen": "Bildschirm sperren",
|
||||
"Save to Downloads": "In Downloads speichern",
|
||||
"Expressive": "Ausdrucksvoll",
|
||||
"Suspend at": "Suspendieren bei",
|
||||
"Jump to current month": "Zum aktuellen Monat springen",
|
||||
"Bold": "Fett",
|
||||
"Waifus only | Excellent quality, limited quantity": "Nur Waifus | Ausgezeichnete Qualität, begrenzte Menge",
|
||||
"Click to toggle light/dark mode\n(applied when wallpaper is chosen)": "Klicken zum Umschalten zwischen Hell/Dunkel-Modus\n(wird angewendet, wenn Hintergrundbild gewählt wird)",
|
||||
"Visualize region": "Region visualisieren",
|
||||
"Quote": "Zitat",
|
||||
"Sleep": "Schlaf",
|
||||
"Hit \"/\" to search": "Drücke \"/\" zum Suchen",
|
||||
"Hug": "Umarmung",
|
||||
"Report a Bug": "Fehler melden",
|
||||
"Precipitation": "Niederschlag",
|
||||
"Crosshair": "Fadenkreuz",
|
||||
"Model set to %1": "Modell gesetzt auf %1",
|
||||
"Rows": "Zeilen",
|
||||
"Top": "Oben",
|
||||
"Long break": "Lange Pause",
|
||||
"Superpaste": "Superpaste",
|
||||
"Screen round corner": "Bildschirm abgerundete Ecke",
|
||||
"Online | Google's model\nNewer model that's slower than its predecessor but should deliver higher quality answers": "Online | Googles Modell\nNeueres Modell, das langsamer ist als sein Vorgänger, aber höhere Qualität liefern sollte",
|
||||
"Rainbow": "Regenbogen",
|
||||
"Weeb": "Weeb",
|
||||
"Large language models": "Große Sprachmodelle",
|
||||
"Online models disallowed\n\nControlled by `policies.ai` config option": "Online-Modelle nicht erlaubt\n\nKontrolliert durch `policies.ai` Konfigurationsoption",
|
||||
"Policies": "Richtlinien",
|
||||
"Temperature must be between 0 and 2": "Temperatur muss zwischen 0 und 2 liegen",
|
||||
"Automatic suspend": "Automatische Suspendierung",
|
||||
"Extra wallpaper zoom (%)": "Zusätzlicher Hintergrundbild-Zoom (%)",
|
||||
"GitHub": "GitHub",
|
||||
"%1 | Right-click to configure": "%1 | Rechtsklick zum Konfigurieren",
|
||||
"**Pricing**: Free tier available with limited rates. See https://docs.github.com/en/billing/concepts/product-billing/github-models\n\n**Instructions**: Generate a GitHub personal access token with Models permission, then set as API key here\n\n**Note**: To use this you will have to set the temperature parameter to 1": "**Preis**: Kostenloser Tarif mit begrenzten Raten verfügbar. Siehe https://docs.github.com/en/billing/concepts/product-billing/github-models\n\n**Anleitung**: Erstelle einen GitHub Personal Access Token mit Models-Berechtigung, dann hier als API-Schlüssel festlegen\n\n**Hinweis**: Um dies zu verwenden, musst du den Temperatur-Parameter auf 1 setzen",
|
||||
"Edit directory": "Verzeichnis bearbeiten",
|
||||
"Action": "Aktion",
|
||||
"Search": "Suchen",
|
||||
"Tip: right-clicking a group\nalso expands it": "Tipp: Rechtsklick auf eine Gruppe\nerweitert sie ebenfalls",
|
||||
"Bar": "Leiste",
|
||||
"Show regions of potential interest": "Regionen von potenziellem Interesse anzeigen",
|
||||
"Clipboard": "Zwischenablage",
|
||||
"Stopwatch": "Stoppuhr",
|
||||
"Enter text to translate...": "Text zum Übersetzen eingeben...",
|
||||
"App": "App",
|
||||
"Sides": "Seiten",
|
||||
"No active player": "Kein aktiver Player",
|
||||
"Not all options are available in this app. You should also check the config file by hitting the \"Config file\" button on the topleft corner or opening %1 manually.": "Nicht alle Optionen sind in dieser App verfügbar. Du solltest auch die Konfigurationsdatei überprüfen, indem du auf den \"Konfigurationsdatei\"-Button in der oberen linken Ecke klickst oder %1 manuell öffnest.",
|
||||
"There might be a download in progress": "Möglicherweise läuft gerade ein Download",
|
||||
"Math result": "Mathematik-Ergebnis",
|
||||
"Fidelity": "Wiedergabetreue",
|
||||
"Prefixes": "Präfixe",
|
||||
"Terminal": "Terminal",
|
||||
"Incorrect password": "Falsches Passwort",
|
||||
"Line-separated": "Zeilengetrennt",
|
||||
"Always": "Immer",
|
||||
"☕ Break: %1 minutes": "☕ Pause: %1 Minuten",
|
||||
"Depends on sidebars": "Hängt von Seitenleisten ab",
|
||||
"Tool set to: %1": "Tool gesetzt auf: %1",
|
||||
"Save chat": "Chat speichern",
|
||||
"Crosshair overlay": "Fadenkreuz-Overlay",
|
||||
"Keybinds": "Tastenkürzel",
|
||||
"Launch": "Starten",
|
||||
"Could be better if you make a ton of typos,\nbut results can be weird and might not work with acronyms\n(e.g. \"GIMP\" might not give you the paint program)": "Könnte besser sein, wenn du viele Tippfehler machst,\naber Ergebnisse können seltsam sein und funktionieren möglicherweise nicht mit Akronymen\n(z.B. könnte \"GIMP\" dir nicht das Malprogramm geben)",
|
||||
"Choose model": "Modell wählen",
|
||||
"Base URL": "Basis-URL",
|
||||
"Float": "Schweben",
|
||||
"Wallpaper parallax": "Hintergrundbild-Parallaxe",
|
||||
"Invalid arguments. Must provide `command`.": "Ungültige Argumente. Muss `command` bereitstellen.",
|
||||
"Fully charged": "Vollständig geladen",
|
||||
"Earbang protection": "Ohrschutz",
|
||||
"Low warning": "Niedrige Warnung",
|
||||
"Advanced": "Erweitert",
|
||||
"Scroll to change brightness": "Scrollen zum Ändern der Helligkeit",
|
||||
"Loaded the following system prompt\n\n---\n\n%1": "Folgenden System-Prompt geladen\n\n---\n\n%1",
|
||||
"Show next time": "Nächstes Mal anzeigen",
|
||||
"Current tool: %1\nSet it with %2tool TOOL": "Aktuelles Tool: %1\nSetze es mit %2tool TOOL",
|
||||
"Unread indicator: show count": "Ungelesen-Indikator: Anzahl anzeigen",
|
||||
"Press Super+G to toggle appearance": "Drücke Super+G zum Umschalten des Erscheinungsbilds",
|
||||
"That didn't work. Tips:\n- Check your tags and NSFW settings\n- If you don't have a tag in mind, type a page number": "Das hat nicht funktioniert. Tipps:\n- Überprüfe deine Tags und NSFW-Einstellungen\n- Wenn du keinen Tag im Kopf hast, tippe eine Seitennummer",
|
||||
"Dots": "Dots",
|
||||
"Cloudflare WARP (1.1.1.1)": "Cloudflare WARP (1.1.1.1)",
|
||||
"Volume mixer": "Lautstärkemixer",
|
||||
"Config file": "Konfigurationsdatei",
|
||||
"API key set for %1": "API-Schlüssel gesetzt für %1",
|
||||
"Online via %1 | %2's model": "Online über %1 | %2s Modell",
|
||||
"Shell command": "Shell-Befehl",
|
||||
"Such regions could be images or parts of the screen that have some containment.\nMight not always be accurate.\nThis is done with an image processing algorithm run locally and no AI is used.": "Solche Regionen könnten Bilder oder Teile des Bildschirms sein, die eine gewisse Eingrenzung haben.\nMöglicherweise nicht immer genau.\nDies wird mit einem lokal ausgeführten Bildverarbeitungsalgorithmus durchgeführt und keine KI wird verwendet.",
|
||||
"Reload Hyprland & Quickshell": "Hyprland & Quickshell neu laden",
|
||||
"Resources": "Ressourcen",
|
||||
"Brightness": "Helligkeit",
|
||||
"Unknown": "Unbekannt",
|
||||
"Polling interval (ms)": "Abfrageintervall (ms)",
|
||||
"Lock": "Sperren",
|
||||
"Thinking": "Denken",
|
||||
"Approve": "Genehmigen",
|
||||
"Unfinished": "Unvollständig",
|
||||
"Random: Konachan": "Zufällig: Konachan",
|
||||
"Connected": "Verbunden",
|
||||
"Wallpaper safety enforced": "Hintergrundbild-Sicherheit erzwungen",
|
||||
"Invalid arguments. Must provide `key` and `value`.": "Ungültige Argumente. Muss `key` und `value` bereitstellen.",
|
||||
"24h": "24h",
|
||||
"Allows you to open sidebars by clicking or hovering screen corners regardless of bar position": "Ermöglicht es, Seitenleisten durch Klicken oder Bewegen über Bildschirmecken zu öffnen, unabhängig von der Leistenposition",
|
||||
"Bar style": "Leisten-Stil",
|
||||
"Load:": "Last:",
|
||||
"Open file link": "Dateilink öffnen",
|
||||
"Ignored if terminal theming is not enabled": "Ignoriert, wenn Terminal-Theming nicht aktiviert ist",
|
||||
"Shutdown": "Herunterfahren",
|
||||
"Hour marks": "Stundenmarkierungen",
|
||||
"Random osu! seasonal background\nImage is saved to ~/Pictures/Wallpapers": "Zufälliger osu! saisonaler Hintergrund\nBild wird in ~/Pictures/Wallpapers gespeichert",
|
||||
"Online | Google's model\nFast, can perform searches for up-to-date information": "Online | Googles Modell\nSchnell, kann Suchen nach aktuellen Informationen durchführen",
|
||||
"Current model: %1\nSet it with %2model MODEL": "Aktuelles Modell: %1\nSetze es mit %2model MODELL",
|
||||
"Select input device": "Eingabegerät auswählen",
|
||||
"Connect to Wi-Fi": "Mit WLAN verbinden",
|
||||
"... and %1 more": "... und %1 weitere",
|
||||
"Cookie clock settings": "Cookie-Uhr-Einstellungen",
|
||||
"Brightness and volume": "Helligkeit und Lautstärke",
|
||||
"Choose file": "Datei wählen",
|
||||
"Invalid model. Supported: \n```": "Ungültiges Modell. Unterstützt: \n```",
|
||||
"Task Manager": "Task-Manager",
|
||||
"Charging:": "Lädt:",
|
||||
"Illegal increment": "Ungültige Erhöhung",
|
||||
"Total:": "Gesamt:",
|
||||
"or": "oder",
|
||||
"Battery": "Batterie",
|
||||
"Timeout duration (if not defined by notification) (ms)": "Timeout-Dauer (wenn nicht durch Benachrichtigung definiert) (ms)",
|
||||
"Cancel": "Abbrechen",
|
||||
"Locked": "Gesperrt",
|
||||
"Temperature: %1": "Temperatur: %1",
|
||||
"Hover to trigger": "Bewegen zum Auslösen",
|
||||
"Command rejected by user": "Befehl vom Benutzer abgelehnt",
|
||||
"User agent (for services that require it)": "User-Agent (für Dienste, die es benötigen)",
|
||||
"Saved to %1": "Gespeichert nach %1",
|
||||
"Emojis": "Emojis",
|
||||
"Color generation": "Farbgenerierung",
|
||||
"Welcome app": "Willkommens-App",
|
||||
"Humidity": "Luftfeuchtigkeit",
|
||||
"Page %1": "Seite %1",
|
||||
"Feels like %1": "Fühlt sich an wie %1",
|
||||
"Distro": "Distro",
|
||||
"Transparency": "Transparenz",
|
||||
"%1 • %2 tasks": "%1 • %2 Aufgaben",
|
||||
"Markdown test": "Markdown-Test",
|
||||
"Invalid tool. Supported tools:\n- %1": "Ungültiges Tool. Unterstützte Tools:\n- %1",
|
||||
"No notifications": "Keine Benachrichtigungen",
|
||||
"The hentai one | Great quantity, a lot of NSFW, quality varies wildly": "Der Hentai eine | Große Menge, viel NSFW, Qualität variiert stark",
|
||||
"Bluetooth": "Bluetooth",
|
||||
"Resume": "Fortsetzen",
|
||||
"Work safety": "Arbeitssicherheit",
|
||||
"Temperature\nChange with /temp VALUE": "Temperatur\nÄndern mit /temp WERT",
|
||||
"Terminal: Foreground boost (%)": "Terminal: Vordergrund-Verstärkung (%)",
|
||||
"Night Light | Right-click to toggle Auto mode": "Nachtlicht | Rechtsklick zum Umschalten des Auto-Modus",
|
||||
"Closet": "Schrank",
|
||||
"Yes": "Ja",
|
||||
"Columns": "Spalten",
|
||||
"To set an API key, pass it with the %4 command\n\nTo view the key, pass \"get\" with the command<br/>\n\n### For %1:\n\n**Link**: %2\n\n%3": "Um einen API-Schlüssel zu setzen, übergebe ihn mit dem Befehl %4\n\nUm den Schlüssel anzuzeigen, übergebe \"get\" mit dem Befehl<br/>\n\n### Für %1:\n\n**Link**: %2\n\n%3",
|
||||
"Kill conflicting programs?": "Konfliktierende Programme beenden?",
|
||||
"For storing API keys and other sensitive information": "Zum Speichern von API-Schlüsseln und anderen sensiblen Informationen",
|
||||
"Reject": "Ablehnen",
|
||||
"Set API key": "API-Schlüssel setzen",
|
||||
". Notes for Zerochan:\n- You must enter a color\n- Set your zerochan username in `sidebar.booru.zerochan.username` config option. You [might be banned for not doing so](https://www.zerochan.net/api#:~:text=The%20request%20may%20still%20be%20completed%20successfully%20without%20this%20custom%20header%2C%20but%20your%20project%20may%20be%20banned%20for%20being%20anonymous.)!": ". Hinweise für Zerochan:\n- Du musst eine Farbe eingeben\n- Setze deinen Zerochan-Benutzernamen in der Konfigurationsoption `sidebar.booru.zerochan.username`. Du [könntest gesperrt werden, wenn du das nicht tust](https://www.zerochan.net/api#:~:text=The%20request%20may%20still%20be%20completed%20successfully%20without%20this%20custom%20header%2C%20but%20your%20project%20may%20be%20banned%20for%20being%20anonymous.)!",
|
||||
"Content": "Inhalt",
|
||||
"Pomodoro": "Pomodoro",
|
||||
"Vertical": "Vertikal",
|
||||
"Pick a wallpaper": "Hintergrundbild wählen",
|
||||
"Load chat from %1": "Chat von %1 laden",
|
||||
"Launch on startup": "Beim Start starten",
|
||||
"Add": "Hinzufügen",
|
||||
"Style: general": "Stil: allgemein",
|
||||
"Use Levenshtein distance-based algorithm instead of fuzzy": "Levenshtein-Distanz-basierten Algorithmus anstatt Fuzzy verwenden",
|
||||
"Shell & utilities theming must also be enabled": "Shell & Utilities-Theming muss ebenfalls aktiviert sein",
|
||||
"Workspace": "Arbeitsbereich",
|
||||
"Translator": "Übersetzer",
|
||||
"Free:": "Frei:",
|
||||
"🌿 Long break: %1 minutes": "🌿 Lange Pause: %1 Minuten",
|
||||
"Value scroll": "Wert-Scrollen",
|
||||
"Bar position": "Leisten-Position",
|
||||
"Language": "Sprache",
|
||||
"Current API endpoint: %1\nSet it with %2mode PROVIDER": "Aktueller API-Endpunkt: %1\nSetze ihn mit %2mode ANBIETER",
|
||||
"Remember that on most devices one can always hold the power button to force shutdown\nThis only makes it a tiny bit harder for accidents to happen": "Denke daran, dass man auf den meisten Geräten immer die Ein-/Aus-Taste gedrückt halten kann, um einen erzwungenen Ausschaltvorgang durchzuführen\nDies macht es nur ein kleines bisschen schwieriger, dass Unfälle passieren",
|
||||
"AI": "KI",
|
||||
"Task description": "Aufgabenbeschreibung",
|
||||
"Add task": "Aufgabe hinzufügen",
|
||||
"Donate": "Spenden",
|
||||
"Disable NSFW content": "NSFW-Inhalt deaktivieren",
|
||||
"Set the system prompt for the model.": "Den System-Prompt für das Modell festlegen.",
|
||||
"Done": "Fertig",
|
||||
"Focus": "Fokus",
|
||||
"Open the shell config file.\nIf the button doesn't work or doesn't open in your favorite editor,\nyou can manually open ~/.config/illogical-impulse/config.json": "Shell-Konfigurationsdatei öffnen.\nFalls der Button nicht funktioniert oder nicht in deinem bevorzugten Editor öffnet,\nkannst du ~/.config/illogical-impulse/config.json manuell öffnen",
|
||||
"View Markdown source": "Markdown-Quelle anzeigen",
|
||||
"Border": "Rahmen",
|
||||
"Temperature set to %1": "Temperatur gesetzt auf %1",
|
||||
"Online | Google's model\nGoogle's state-of-the-art multipurpose model that excels at coding and complex reasoning tasks.": "Online | Googles Modell\nGoogles modernstes Mehrzweckmodell, das sich bei Programmierung und komplexen Denkaufgaben auszeichnet.",
|
||||
"Message the model... \"%1\" for commands": "Nachricht an das Modell... \"%1\" für Befehle",
|
||||
"Translation goes here...": "Übersetzung kommt hier hin...",
|
||||
"When enabled keeps the content of the right sidebar loaded to reduce the delay when opening,\nat the cost of around 15MB of consistent RAM usage. Delay significance depends on your system's performance.\nUsing a custom kernel like linux-cachyos might help": "Wenn aktiviert, hält den Inhalt der rechten Seitenleiste geladen, um die Verzögerung beim Öffnen zu reduzieren,\nzum Preis von etwa 15 MB konstantem RAM-Verbrauch. Die Bedeutung der Verzögerung hängt von der Leistung deines Systems ab.\nEin benutzerdefiniertes Kernel wie linux-cachyos könnte helfen",
|
||||
"For desktop wallpapers | Good quality": "Für Desktop-Hintergrundbilder | Gute Qualität",
|
||||
"🔴 Focus: %1 minutes": "🔴 Fokus: %1 Minuten",
|
||||
"The current system prompt is\n\n---\n\n%1": "Der aktuelle System-Prompt ist\n\n---\n\n%1",
|
||||
"About": "Über",
|
||||
"Quick": "Schnell",
|
||||
"General": "Allgemein",
|
||||
"UV Index": "UV-Index",
|
||||
"Force dark mode in terminal": "Dunklen Modus im Terminal erzwingen",
|
||||
"Drag or click a region • LMB: Copy • RMB: Edit": "Region ziehen oder klicken • LMB: Kopieren • RMB: Bearbeiten",
|
||||
"%1 characters": "%1 Zeichen",
|
||||
"Cloudflare WARP": "Cloudflare WARP",
|
||||
"**Pricing**: free. Data used for training.\n\n**Instructions**: Log into Google account, allow AI Studio to create Google Cloud project or whatever it asks, go back and click Get API key": "**Preis**: kostenlos. Daten werden für Training verwendet.\n\n**Anleitung**: Bei Google-Konto anmelden, AI Studio erlauben, Google Cloud-Projekt zu erstellen oder was auch immer es fragt, zurückgehen und auf API-Schlüssel abrufen klicken",
|
||||
"Monochrome": "Monochrom",
|
||||
"Details": "Details",
|
||||
"Issues": "Probleme",
|
||||
"Keyboard toggle": "Tastatur umschalten",
|
||||
"Might look ass. Unsupported.": "Könnte schlecht aussehen. Nicht unterstützt.",
|
||||
"Download": "Herunterladen",
|
||||
"%1 does not require an API key": "%1 erfordert keinen API-Schlüssel",
|
||||
"Style & wallpaper": "Stil & Hintergrundbild",
|
||||
"Second precision": "Sekunden-Präzision",
|
||||
"Group style": "Gruppen-Stil",
|
||||
"Break": "Pause",
|
||||
"Run": "Ausführen",
|
||||
"Enjoy! You can reopen the welcome app any time with <tt>Super+Shift+Alt+/</tt>. To open the settings app, hit <tt>Super+I</tt>": "Viel Spaß! Du kannst die Willkommens-App jederzeit mit <tt>Super+Shift+Alt+/</tt> wieder öffnen. Um die Einstellungs-App zu öffnen, drücke <tt>Super+I</tt>",
|
||||
"Interface Language": "Schnittstellen-Sprache",
|
||||
"Game mode": "Spielmodus",
|
||||
"Usage: %1save CHAT_NAME": "Verwendung: %1save CHAT_NAME",
|
||||
"Thin": "Dünn",
|
||||
"Light": "Hell",
|
||||
"When not fullscreen": "Wenn nicht Vollbild",
|
||||
"Commands, edit configs, search.\nTakes an extra turn to switch to search mode if that's needed": "Befehle, Konfigurationen bearbeiten, suchen.\nBenötigt einen zusätzlichen Zug, um in den Suchmodus zu wechseln, falls nötig",
|
||||
"Privacy Policy": "Datenschutzerklärung",
|
||||
"Timeout (ms)": "Timeout (ms)",
|
||||
"Allow NSFW content": "NSFW-Inhalt erlauben",
|
||||
"Edit": "Bearbeiten",
|
||||
"Digits in the middle": "Ziffern in der Mitte",
|
||||
"Online | Google's model\nA Gemini 2.5 Flash model optimized for cost-efficiency and high throughput.": "Online | Googles Modell\nEin Gemini 2.5 Flash-Modell, optimiert für Kosteneffizienz und hohen Durchsatz.",
|
||||
"Weather Service": "Wetterdienst",
|
||||
"Background": "Hintergrund",
|
||||
"Pick random from this folder": "Zufällig aus diesem Ordner wählen",
|
||||
"Pressure": "Druck",
|
||||
"Save": "Speichern",
|
||||
"Run command": "Befehl ausführen",
|
||||
"Time to empty:": "Zeit bis leer:",
|
||||
"Place at bottom": "Unten platzieren",
|
||||
"Switched to search mode. Continue with the user's request.": "Zum Suchmodus gewechselt. Mit der Anfrage des Benutzers fortfahren.",
|
||||
"Performance Profile toggle": "Leistungsprofil umschalten",
|
||||
"Sidebars": "Seitenleisten",
|
||||
"Usage: %1load CHAT_NAME": "Verwendung: %1load CHAT_NAME",
|
||||
"Auto styling with Gemini": "Automatisches Styling mit Gemini",
|
||||
"Simple digital": "Einfach digital",
|
||||
"No API key set for %1": "Kein API-Schlüssel gesetzt für %1",
|
||||
"Enter tags, or \"%1\" for commands": "Tags eingeben oder \"%1\" für Befehle",
|
||||
"%1 queries pending": "%1 Abfragen ausstehend",
|
||||
"Discussions": "Diskussionen",
|
||||
"Tray": "Tray",
|
||||
"Numbers": "Zahlen",
|
||||
"Intelligence": "Intelligenz",
|
||||
"Open network portal": "Netzwerkportal öffnen",
|
||||
"<i>No further instruction provided</i>": "<i>Keine weiteren Anweisungen bereitgestellt</i>",
|
||||
"Language not listed or incomplete translations?\nYou can choose to generate translations for it with Gemini.\n1. Open the left sidebar with Super+A, set model to Gemini (if it isn't already)\n2. Type /key, hit Enter and follow the instructions\n3. Type /key YOUR_API_KEY\n4. Type the locale of your language below and press Generate": "Sprache nicht aufgeführt oder unvollständige Übersetzungen?\nDu kannst wählen, Übersetzungen dafür mit Gemini zu generieren.\n1. Öffne die linke Seitenleiste mit Super+A, setze Modell auf Gemini (falls noch nicht)\n2. Tippe /key, drücke Enter und folge den Anweisungen\n3. Tippe /key DEIN_API_SCHLUESSEL\n4. Tippe den Locale-Code deiner Sprache unten ein und drücke Generieren",
|
||||
"Locale code, e.g. fr_FR, de_DE, zh_CN...": "Locale-Code, z.B. fr_FR, de_DE, zh_CN...",
|
||||
"Select language": "Sprache auswählen",
|
||||
"Generate translation with Gemini": "Übersetzung mit Gemini generieren",
|
||||
"Generating...\nDon't close this window!": "Generiere...\nSchließe dieses Fenster nicht!",
|
||||
"Generate\nTypically takes 2 minutes": "Generieren\nDauert typischerweise 2 Minuten",
|
||||
"Use system file picker": "System-Dateiauswahl verwenden",
|
||||
"Wallpaper selector": "Hintergrundbild-Auswahl",
|
||||
"but force at absolute corner": "aber erzwinge an absoluter Ecke",
|
||||
"When the previous option is off and this is on,\nyou can still hover the corner's end to open sidebar,\nand the remaining area can be used for volume/brightness scroll": "Wenn die vorherige Option aus und diese an ist,\nkannst du immer noch über das Ende der Ecke bewegen, um die Seitenleiste zu öffnen,\nund der verbleibende Bereich kann für Lautstärke/Helligkeit-Scrollen verwendet werden",
|
||||
"Copy path": "Pfad kopieren",
|
||||
"Windows": "Fenster",
|
||||
"Regenerate": "Neu generieren",
|
||||
"Microphone": "Mikrofon",
|
||||
"Unmuted": "Nicht stumm",
|
||||
"System sound": "System-Sound",
|
||||
"Enable now": "Jetzt aktivieren",
|
||||
"Night Light": "Nachtlicht",
|
||||
"Show aim lines": "Ziellinien anzeigen",
|
||||
"Why this is cool:\nFor non-0 values, it won't trigger when you reach the\nscreen corner along the horizontal edge, but it will when\nyou do along the vertical edge": "Warum das cool ist:\nFür Werte ungleich 0 wird es nicht ausgelöst, wenn du die\nBildschirmecke entlang der horizontalen Kante erreichst, aber es wird ausgelöst, wenn\ndu es entlang der vertikalen Kante tust",
|
||||
"Please charge!\nAutomatic suspend triggers at %1%": "Bitte aufladen!\nAutomatische Suspendierung bei %1%",
|
||||
"Example use case: eroge on one workspace, dark Discord window on another": "Beispiel-Anwendungsfall: Eroge auf einem Arbeitsbereich, dunkles Discord-Fenster auf einem anderen",
|
||||
"Couldn't recognize music": "Musik konnte nicht erkannt werden",
|
||||
"Automatic": "Automatisch",
|
||||
"Hint target regions": "Zielregionen-Hinweise",
|
||||
"Devices": "Geräte",
|
||||
"Eye protection": "Augenschutz",
|
||||
"Japanese": "Japanisch",
|
||||
"Layers": "Ebenen",
|
||||
"Listening...": "Hören...",
|
||||
"LMB to enable/disable\nRMB to toggle size\nScroll to swap position": "LMB zum Aktivieren/Deaktivieren\nRMB zum Umschalten der Größe\nScrollen zum Tauschen der Position",
|
||||
"Identify Music": "Musik erkennen",
|
||||
"Quick toggles": "Schnellumschalter",
|
||||
"Hide sussy/anime wallpapers": "Verdächtige/Anime-Hintergrundbilder ausblenden",
|
||||
"Android": "Android",
|
||||
"Show": "Anzeigen",
|
||||
"Muted": "Stumm",
|
||||
"Audio input | Right-click for volume mixer & device selector": "Audio-Eingabe | Rechtsklick für Lautstärkemixer & Geräteauswahl",
|
||||
"Region selector (screen snipping/Google Lens)": "Regionsauswahl (Bildschirmausschnitt/Google Lens)",
|
||||
"Total duration timeout (s)": "Gesamtdauer-Timeout (s)",
|
||||
"Music Recognition": "Musikerkennung",
|
||||
"Night Light | Right-click to configure": "Nachtlicht | Rechtsklick zum Konfigurieren",
|
||||
"Anti-flashbang (experimental)": "Anti-Flashbang (experimentell)",
|
||||
"Digital clock settings": "Digitale Uhr-Einstellungen",
|
||||
"Could be images or parts of the screen that have some containment.\nMight not always be accurate.\nThis is done with an image processing algorithm run locally and no AI is used.": "Könnten Bilder oder Teile des Bildschirms sein, die eine gewisse Eingrenzung haben.\nMöglicherweise nicht immer genau.\nDies wird mit einem lokal ausgeführten Bildverarbeitungsalgorithmus durchgeführt und keine KI wird verwendet.",
|
||||
"Polling interval (m)": "Abfrageintervall (m)",
|
||||
"Inactive": "Inaktiv",
|
||||
"Authentication": "Authentifizierung",
|
||||
"Full warning": "Volle Warnung",
|
||||
"Power Profile": "Energieprofil",
|
||||
"Content region": "Inhaltsregion",
|
||||
"Internet": "Internet",
|
||||
"Record": "Aufnehmen",
|
||||
"Circle selection": "Kreisauswahl",
|
||||
"Edit quick toggles": "Schnellumschalter bearbeiten",
|
||||
"Virtual Keyboard": "Virtuelle Tastatur",
|
||||
"Music Recognized": "Musik erkannt",
|
||||
"EasyEffects": "EasyEffects",
|
||||
"Make sure you have songrec installed": "Stelle sicher, dass songrec installiert ist",
|
||||
"Dark Mode": "Dunkler Modus",
|
||||
"No device": "Kein Gerät",
|
||||
"Animate time change": "Zeitänderung animieren",
|
||||
"It may take a few seconds to update": "Es kann einige Sekunden dauern, bis es aktualisiert wird",
|
||||
"Polling interval (s)": "Abfrageintervall (s)",
|
||||
"Perhaps what you're listening to is too niche": "Vielleicht ist das, was du hörst, zu speziell",
|
||||
"Fahrenheit unit": "Fahrenheit-Einheit",
|
||||
"Sliders": "Schieberegler",
|
||||
"Roman": "Römisch",
|
||||
"Number style": "Zahlen-Stil",
|
||||
"Intensity": "Intensität",
|
||||
"Google Lens": "Google Lens",
|
||||
"Circle": "Kreis",
|
||||
"Hide clipboard images copied from sussy sources": "Zwischenablage-Bilder von verdächtigen Quellen ausblenden",
|
||||
"Scroll to Bottom": "Nach unten scrollen",
|
||||
"Enabled": "Aktiviert",
|
||||
"Nothing": "Nichts",
|
||||
"Audio input": "Audio-Eingabe",
|
||||
"with vertical offset": "mit vertikalem Versatz",
|
||||
"Padding": "Abstand",
|
||||
"Please unplug the charger": "Bitte Ladegerät abziehen",
|
||||
"Show notifications": "Benachrichtigungen anzeigen",
|
||||
"Path copied": "Pfad kopiert",
|
||||
"On-screen keyboard": "Bildschirmtastatur",
|
||||
"City name": "Stadtname",
|
||||
"Click to cycle through power profiles": "Klicken zum Durchwechseln der Energieprofile",
|
||||
"Recognize music | Right-click to toggle source": "Musik erkennen | Rechtsklick zum Umschalten der Quelle",
|
||||
"Use old sine wave cookie implementation": "Alte Sinuswellen-Cookie-Implementierung verwenden",
|
||||
"Rectangular selection": "Rechteckauswahl",
|
||||
"Audio output": "Audio-Ausgabe",
|
||||
"Applications": "Anwendungen",
|
||||
"Circle to Search": "Kreis zum Suchen",
|
||||
"Audio output | Right-click for volume mixer & device selector": "Audio-Ausgabe | Rechtsklick für Lautstärkemixer & Geräteauswahl",
|
||||
"Enable GPS based location": "GPS-basierte Standortbestimmung aktivieren",
|
||||
"You'll need to enter your Gemini API key first.\nType /key on the sidebar for instructions.": "Du musst zuerst deinen Gemini-API-Schlüssel eingeben.\nTippe /key in der Seitenleiste für Anweisungen.",
|
||||
"Sounds": "Sounds",
|
||||
"Active": "Aktiv",
|
||||
"Keep awake": "Wach halten",
|
||||
"Auto,": "Auto,",
|
||||
"Normal": "Normal",
|
||||
"Force hover open at absolute corner": "Hover-Öffnen an absoluter Ecke erzwingen",
|
||||
"Open the shell config file\nAlternatively right-click to copy path": "Shell-Konfigurationsdatei öffnen\nAlternativ Rechtsklick zum Kopieren des Pfads",
|
||||
"Recognize music": "Musik erkennen",
|
||||
"Stroke width": "Strichstärke",
|
||||
"Use varying shapes for password characters": "Verschiedene Formen für Passwort-Zeichen verwenden",
|
||||
"Battery full": "Batterie voll"
|
||||
}
|
||||
@@ -0,0 +1,492 @@
|
||||
{
|
||||
"Material cookie": "Material cookie",
|
||||
"Style: Blurred": "Gaya: Buram",
|
||||
"Unknown device": "Perangkat tidak dikenal",
|
||||
"Change any time later with /dark, /light, /wallpaper in the launcher\nIf the shell's colors aren't changing:\n 1. Open the right sidebar with Super+N\n 2. Click \"Reload Hyprland & Quickshell\" in the top-right corner": "Ubah kapan saja dengan /dark, /light, /wallpaper di peluncur\nJika warna shell tidak berubah:\n 1. Buka sidebar kanan dengan Super+N\n 2. Klik \"Muat Ulang Hyprland & Quickshell\" di pojok kanan atas",
|
||||
"No pending tasks": "Tidak ada tugas tertunda",
|
||||
"Positioning": "Posisi",
|
||||
"Set temperature (randomness) of the model. Values range between 0 to 2 for Gemini, 0 to 1 for other models. Default is 0.5.": "Atur temperatur (keacakan) model. Nilai berkisar antara 0 hingga 2 untuk Gemini, 0 hingga 1 untuk model lain. Bawaan adalah 0.5.",
|
||||
"Critical warning": "Peringatan kritis",
|
||||
"Unknown Artist": "Artis tidak dikenal",
|
||||
"Web search": "Pencarian web",
|
||||
"Load prompt from %1": "Muat prompt dari %1",
|
||||
"Attach a file. Only works with Gemini.": "Lampirkan file. Hanya berfungsi dengan Gemini.",
|
||||
"Reboot": "Mulai ulang",
|
||||
"API key:\n\n```txt\n%1\n```": "Kunci API:\n\n```txt\n%1\n```",
|
||||
"Pinned on startup": "Disematkan saat startup",
|
||||
"Right": "Kanan",
|
||||
"Reboot to firmware settings": "Mulai ulang ke pengaturan firmware",
|
||||
"Automatically hide": "Sembunyikan otomatis",
|
||||
"Waiting for response...": "Menunggu respons...",
|
||||
"To Do": "Tugas",
|
||||
"Full": "Penuh",
|
||||
"Select Language": "Pilih Bahasa",
|
||||
"Password": "Kata sandi",
|
||||
"Bluetooth devices": "Perangkat Bluetooth",
|
||||
"Enable": "Aktifkan",
|
||||
"Elements": "Elemen",
|
||||
"Start": "Mulai",
|
||||
"Random SFW Anime wallpaper from Konachan\nImage is saved to ~/Pictures/Wallpapers": "Wallpaper Anime SFW acak dari Konachan\nGambar disimpan di ~/Pictures/Wallpapers",
|
||||
"The popular one | Best quantity, but quality can vary wildly": "Paling populer | Kuantitas tinggi, kualitas bisa sangat bervariasi",
|
||||
"System uptime:": "Waktu aktif sistem:",
|
||||
"illogical-impulse Welcome": "Selamat datang di illogical-impulse",
|
||||
"Code saved to file": "Kode disimpan ke file",
|
||||
"Info": "Info",
|
||||
"Preferred wallpaper zoom (%)": "Preferensi perbesaran wallpaper (%)",
|
||||
"Time": "Waktu",
|
||||
"Help & Support": "Bantuan & Dukungan",
|
||||
"Bubble": "Gelembung",
|
||||
"Large images | God tier quality, no NSFW.": "Gambar besar | Kualitas terbaik, tanpa NSFW.",
|
||||
"Dark": "Gelap",
|
||||
"Center clock": "Jam tengah",
|
||||
"Search, calculate or run": "Cari, hitung atau jalankan",
|
||||
"Region height": "Tinggi wilayah",
|
||||
"Load chat": "Muat obrolan",
|
||||
"Gives the model search capabilities (immediately)": "Memberikan kemampuan pencarian pada model (langsung)",
|
||||
"Depends on workspace": "Bergantung pada ruang kerja",
|
||||
"Blurred style": "Gaya buram",
|
||||
"Screenshot tool": "Alat tangkapan layar",
|
||||
"Enter password": "Masukkan kata sandi",
|
||||
"Search the web": "Cari di web",
|
||||
"Local only": "Lokal saja",
|
||||
"at": "di",
|
||||
"Math": "Matematika",
|
||||
"Consider plugging in your device": "Pertimbangkan untuk mengisi ulang daya perangkat Anda",
|
||||
"Workspaces shown": "Ruang kerja yang ditampilkan",
|
||||
"Place the corners to trigger at the bottom": "Tempatkan sudut pemicu di bawah",
|
||||
"No API key\nSet it with /key YOUR_API_KEY": "Tidak ada kunci API\nAtur dengan /key KUNCI_API_ANDA",
|
||||
"Auto (System)": "Otomatis (Sistem)",
|
||||
"Arrow keys to navigate, Enter to select\nEsc or click anywhere to cancel": "Tombol panah untuk navigasi, Enter untuk memilih\nEsc atau klik di mana saja untuk membatalkan",
|
||||
"Critically low battery": "Baterai sangat rendah",
|
||||
"Open editor": "Buka editor",
|
||||
"%1 notifications": "%1 notifikasi",
|
||||
"Region width": "Lebar wilayah",
|
||||
"Max allowed increase": "Peningkatan maksimal yang diizinkan",
|
||||
"Enable translator": "Aktifkan penerjemah",
|
||||
"Constantly rotate": "Putar terus-menerus",
|
||||
"Automatically suspends the system when battery is low": "Menangguhkan sistem secara otomatis ketika baterai rendah",
|
||||
"Cannot find a GPS service. Using the fallback method instead.": "Tidak dapat menemukan layanan GPS. Menggunakan metode cadangan.",
|
||||
"Qt apps": "Aplikasi Qt",
|
||||
"Color picker": "Pemilih warna",
|
||||
"Interface": "Antarmuka",
|
||||
"Tint app icons": "Warnai ikon aplikasi",
|
||||
"Select the language for the user interface.\n\"Auto\" will use your system's locale.": "Pilih bahasa untuk antarmuka pengguna.\n\"Otomatis\" akan menggunakan pengaturan lokal sistem Anda.",
|
||||
"Show quote": "Tampilkan kutipan",
|
||||
"Local Ollama model | %1": "Model Ollama lokal | %1",
|
||||
"Show clock": "Tampilkan jam",
|
||||
"Usage: <tt>%1superpaste NUM_OF_ENTRIES[i]</tt>\nSupply <tt>i</tt> when you want images\nExamples:\n<tt>%1superpaste 4i</tt> for the last 4 images\n<tt>%1superpaste 7</tt> for the last 7 entries": "Penggunaan: <tt>%1superpaste JUMLAH_ENTRI[i]</tt>\nGunakan <tt>i</tt> jika Anda menginginkan gambar\nContoh:\n<tt>%1superpaste 4i</tt> untuk 4 gambar terakhir\n<tt>%1superpaste 7</tt> untuk 7 entri terakhir",
|
||||
"Audio": "Audio",
|
||||
"Corner style": "Gaya sudut",
|
||||
"No media": "Tidak ada media",
|
||||
"Unknown function call: %1": "Panggilan fungsi tidak dikenal: %1",
|
||||
"Online | %1's model | Delivers fast, responsive and well-formatted answers. Disadvantages: not very eager to do stuff; might make up unknown function calls": "Online | Model %1 | Memberikan jawaban cepat, responsif dan terformat dengan baik. Kekurangan: tidak terlalu bersemangat melakukan hal-hal; mungkin membuat panggilan fungsi yang tidak dikenal",
|
||||
"Volume": "Volume",
|
||||
"Medium": "Sedang",
|
||||
"Copy code": "Salin kode",
|
||||
"Exceeded max allowed": "Melebihi batas maksimal",
|
||||
"Keep right sidebar loaded": "Pertahankan sidebar kanan dimuat",
|
||||
"Left": "Kiri",
|
||||
"High": "Tinggi",
|
||||
"Rect": "Persegi",
|
||||
"Lap": "Putaran",
|
||||
"Clear": "Hapus",
|
||||
"Screen snip": "Cuplikan layar",
|
||||
"Reset": "Atur ulang",
|
||||
"Back": "Kembali",
|
||||
"Dark/Light toggle": "Toggle Gelap/Terang",
|
||||
"12h am/pm": "12j am/pm",
|
||||
"Download complete": "Unduhan selesai",
|
||||
"Enable blur": "Aktifkan blur",
|
||||
"Second hand": "Jarum detik",
|
||||
"Bar & screen": "Bilah & layar",
|
||||
"Discharging:": "Menguras:",
|
||||
"Up %1": "Naik %1",
|
||||
"Low": "Rendah",
|
||||
"Hour hand": "Jarum jam",
|
||||
"Clear chat history": "Hapus riwayat obrolan",
|
||||
"Fruit Salad": "Salad Buah",
|
||||
"%1 Safe Storage": "Penyimpanan Aman %1",
|
||||
"Hibernate": "Hibernasi",
|
||||
"Delete": "Hapus",
|
||||
"OK": "OK",
|
||||
"Settings": "Pengaturan",
|
||||
"This is usually safe and needed for your browser and AI sidebar anyway\nMostly useful for those who use lock on startup instead of a display manager that does it (GDM, SDDM, etc.)": "Ini biasanya aman dan diperlukan untuk browser dan sidebar AI Anda\nSebagian besar berguna bagi mereka yang menggunakan kunci saat startup daripada display manager yang melakukannya (GDM, SDDM, dll.)",
|
||||
"Use Hyprlock (instead of Quickshell)": "Gunakan Hyprlock (menggantikan Quickshell)",
|
||||
"Crosshair code (in Valorant's format)": "Kode Crosshair (dalam format Valorant)",
|
||||
"Silent": "Sunyi",
|
||||
"Useless buttons": "Tombol tidak berguna",
|
||||
"Hover to reveal": "Arahkan untuk menampilkan",
|
||||
"Wallpaper & Colors": "Wallpaper & Warna",
|
||||
"Auto": "Otomatis",
|
||||
"Visibility": "Visibilitas",
|
||||
"Shell & utilities": "Shell & utilitas",
|
||||
"Hollow": "Berongga",
|
||||
"illogical-impulse": "illogical-impulse",
|
||||
"Use the system file picker instead\nRight-click to make this the default behavior": "Gunakan pemilih file sistem\nKlik kanan untuk menjadikan ini perilaku bawaan",
|
||||
"On-screen display": "Tampilan di layar",
|
||||
"Dotfiles": "Dotfiles",
|
||||
"Search wallpapers": "Cari wallpaper",
|
||||
"Mic toggle": "Toggle mikrofon",
|
||||
"Input": "Input",
|
||||
"Also unlock keyring": "Juga buka kunci keyring",
|
||||
"Configuration": "Konfigurasi",
|
||||
"Keep system awake": "Jaga sistem tetap terjaga",
|
||||
"Unknown command:": "Perintah tidak dikenal:",
|
||||
"Anime boorus": "Booru anime",
|
||||
"To Do:": "Tugas:",
|
||||
"Uses Gemini to categorize the wallpaper then picks a preset based on it.\nYou'll need to set Gemini API key on the left sidebar first.\nImages are downscaled for performance, but just to be safe,\ndo not select wallpapers with sensitive information.": "Menggunakan Gemini untuk mengkategorikan wallpaper lalu memilih preset yang sesuai berdasarkan kategori.\nAnda perlu mengatur kunci API Gemini di sidebar kiri terlebih dahulu.\nGambar diperkecil untuk performa, tetapi agar tetap aman,\njangan pilih wallpaper dengan informasi sensitif.",
|
||||
"Bottom": "Bawah",
|
||||
"Clear the current list of images": "Hapus daftar gambar saat ini",
|
||||
"Sunrise": "Matahari terbit",
|
||||
"Show app icons": "Tampilkan ikon aplikasi",
|
||||
"Format": "Format",
|
||||
"Make sure your player has MPRIS support\nor try turning off duplicate player filtering": "Pastikan pemutar Anda memiliki dukungan MPRIS\natau coba matikan penyaringan pemutar duplikat",
|
||||
"Pause": "Jeda",
|
||||
"Desktop": "Desktop",
|
||||
"Conflicts with the shell's system tray implementation": "Konflik dengan implementasi system tray shell",
|
||||
"Your package manager is running": "Manajer paket Anda sedang berjalan",
|
||||
"Conflicts with the shell's notification implementation": "Konflik dengan implementasi notifikasi shell",
|
||||
"Unknown Album": "Album Tidak Dikenal",
|
||||
"Pick wallpaper image on your system": "Pilih gambar wallpaper di sistem Anda",
|
||||
"Used:": "Digunakan:",
|
||||
"Cheat sheet": "Lembar contekan",
|
||||
"Clock style": "Gaya jam",
|
||||
"No audio source": "Tidak ada sumber audio",
|
||||
"Paired": "Dipasangkan",
|
||||
"Documentation": "Dokumentasi",
|
||||
"No": "Tidak",
|
||||
"Pills": "Pil",
|
||||
"Thought": "Pemikiran",
|
||||
"When this is off you'll have to click": "Ketika ini dimatikan Anda harus mengklik",
|
||||
"Select output device": "Pilih perangkat output",
|
||||
"Logout": "Keluar",
|
||||
"Tip: Close a window with Super+Q": "Tip: Tutup jendela dengan Super+Q",
|
||||
"Finished tasks will go here": "Tugas terselesaikan akan ada di sini",
|
||||
"Terminal: Harmony (%)": "Terminal: Harmoni (%)",
|
||||
"Corner open": "Sudut pembuka",
|
||||
"Shell conflicts killer": "Pemecah konflik shell",
|
||||
"Clean stuff | Excellent quality, no NSFW": "Konten bersih | Kualitas sangat baik, tanpa NSFW",
|
||||
"Scroll to change volume": "Gulir untuk mengubah volume",
|
||||
"Wind": "Angin",
|
||||
"API key is set\nChange with /key YOUR_API_KEY": "Kunci API sudah diatur\nUbah dengan /key KUNCI_API_ANDA",
|
||||
"Neutral": "Netral",
|
||||
"12h AM/PM": "12j AM/PM",
|
||||
"Number show delay when pressing Super (ms)": "Tunda tampilan angka saat menekan Super (ms)",
|
||||
"Fill": "Isi",
|
||||
"Always show numbers": "Selalu tampilkan angka",
|
||||
"Dot": "Titik",
|
||||
"Provider set to": "Penyedia diatur ke",
|
||||
"Unknown Title": "Judul tidak dikenal",
|
||||
"Anime": "Anime",
|
||||
"Refreshing (manually triggered)": "Menyegarkan (dipicu secara manual)",
|
||||
"Dock": "Dok",
|
||||
"Require password to power off/restart": "Memerlukan kata sandi untuk mematikan/mulai ulang",
|
||||
"Line": "Garis",
|
||||
"Weather": "Cuaca",
|
||||
"All-rounder | Good quality, decent quantity": "Serbaguna | Kualitas bagus, kuantitas lumayan",
|
||||
"Scale (%)": "Skala (%)",
|
||||
"Copy": "Salin",
|
||||
"Usage": "Penggunaan",
|
||||
"Type /key to get started with online models\nCtrl+O to expand the sidebar\nCtrl+P to detach sidebar into a window": "Ketik /key untuk memulai dengan model online\nCtrl+O untuk memperluas sidebar\nCtrl+P untuk melepas sidebar ke jendela",
|
||||
"Set the tool to use for the model.": "Atur alat untuk digunakan oleh model.",
|
||||
"Disable tools": "Nonaktifkan alat",
|
||||
"Connect": "Hubungkan",
|
||||
"Allow NSFW": "Izinkan NSFW",
|
||||
"Registration failed. Please inspect manually with the <tt>warp-cli</tt> command": "Pendaftaran gagal. Silakan periksa secara manual dengan perintah <tt>warp-cli</tt>",
|
||||
"Time to full:": "Waktu hingga penuh:",
|
||||
"Session": "Sesi",
|
||||
"Services": "Layanan",
|
||||
"Nothing here!": "Di sini kosong!",
|
||||
"Overview": "Ikhtisar",
|
||||
"Random: osu! seasonal": "Acak: osu! musiman",
|
||||
"If you want to somehow use fingerprint unlock...": "Jika Anda ingin menggunakan buka kunci sidik jari...",
|
||||
"Minute hand": "Jarum menit",
|
||||
"Notifications": "Notifikasi",
|
||||
"Enable if you want clocks to show seconds accurately": "Aktifkan jika Anda ingin jam menampilkan detik dengan akurat",
|
||||
"Timer": "Timer",
|
||||
"Quote settings": "Pengaturan kutipan",
|
||||
"System prompt": "Prompt sistem",
|
||||
"Classic": "Klasik",
|
||||
"Close": "Tutup",
|
||||
"Disconnect": "Putuskan",
|
||||
"Go to source (%1)": "Pergi ke sumber (%1)",
|
||||
"EasyEffects | Right-click to configure": "EasyEffects | Klik kanan untuk mengonfigurasi",
|
||||
"Forget": "Lupakan",
|
||||
"Output": "Output",
|
||||
"Date style": "Gaya tanggal",
|
||||
"System": "Sistem",
|
||||
"Usage: %1tool TOOL_NAME": "Penggunaan: %1tool NAMA_ALAT",
|
||||
"Workspaces": "Ruang kerja",
|
||||
"Calendar": "Kalender",
|
||||
"**Instructions**: Log into Mistral account, go to Keys on the sidebar, click Create new key": "**Instruksi**: Masuk ke akun Mistral, buka Keys di sidebar, klik Create new key",
|
||||
"Volume limit": "Batas volume",
|
||||
"Sunset": "Matahari terbenam",
|
||||
"Dial style": "Gaya dial",
|
||||
"Hi there! First things first...": "Hai! Pertama-tama...",
|
||||
"Save chat to %1": "Simpan obrolan ke %1",
|
||||
"Security": "Keamanan",
|
||||
"Total token count\nInput: %1\nOutput: %2": "Total jumlah token\nInput: %1\nOutput: %2",
|
||||
"Cancel wallpaper selection": "Batalkan pemilihan wallpaper",
|
||||
"Please charge!\nAutomatic suspend triggers at %1": "Silakan isi ulang daya!\nPenangguhan otomatis terpicu di %1",
|
||||
"Terminal: Harmonize threshold": "Terminal: Ambang harmonisasi",
|
||||
"Be patient...": "Harap bersabar...",
|
||||
"Utility buttons": "Tombol utilitas",
|
||||
"Tonal Spot": "Titik Tonal",
|
||||
"Prevents abrupt increments and restricts volume limit": "Mencegah peningkatan mendadak dan membatasi batas volume",
|
||||
"Set the current API provider": "Atur penyedia API saat ini",
|
||||
"Connection failed. Please inspect manually with the <tt>warp-cli</tt> command": "Koneksi gagal. Silakan periksa secara manual dengan perintah <tt>warp-cli</tt>",
|
||||
"Networking": "Jaringan",
|
||||
"Tint icons": "Warnai ikon",
|
||||
"Low battery": "Baterai rendah",
|
||||
"Make icons pinned by default": "Jadikan ikon disematkan secara bawaan",
|
||||
"Get the next page of results": "Dapatkan halaman hasil berikutnya",
|
||||
"Invalid API provider. Supported: \n-": "Penyedia API tidak valid. Yang didukung: \n-",
|
||||
"Show \"Locked\" text": "Tampilkan teks \"Terkunci\"",
|
||||
"**Pricing**: free. Data use policy varies depending on your OpenRouter account settings.\n\n**Instructions**: Log into OpenRouter account, go to Keys on the topright menu, click Create API Key": "**Harga**: gratis. Kebijakan penggunaan data bervariasi tergantung pada pengaturan akun OpenRouter Anda.\n\n**Instruksi**: Masuk ke akun OpenRouter, buka Keys di menu kanan atas, klik Create API Key",
|
||||
"Not visible to model": "Tidak terlihat oleh model",
|
||||
"Lock screen": "Kunci layar",
|
||||
"Save to Downloads": "Simpan ke Unduhan",
|
||||
"Expressive": "Ekspresif",
|
||||
"Suspend at": "Tangguhkan di",
|
||||
"Jump to current month": "Lompat ke bulan ini",
|
||||
"Bold": "Tebal",
|
||||
"Waifus only | Excellent quality, limited quantity": "Hanya waifu | Kualitas sangat baik, kuantitas terbatas",
|
||||
"Click to toggle light/dark mode\n(applied when wallpaper is chosen)": "Klik untuk beralih mode terang/gelap\n(diterapkan saat wallpaper dipilih)",
|
||||
"Visualize region": "Visualisasikan wilayah",
|
||||
"Quote": "Kutipan",
|
||||
"Sleep": "Tidur",
|
||||
"Hit \"/\" to search": "Tekan \"/\" untuk mencari",
|
||||
"Hug": "Peluk",
|
||||
"Report a Bug": "Laporkan Bug",
|
||||
"Precipitation": "Curah hujan",
|
||||
"Crosshair": "Crosshair",
|
||||
"Model set to %1": "Model diatur ke %1",
|
||||
"Rows": "Baris",
|
||||
"Top": "Atas",
|
||||
"Long break": "Istirahat panjang",
|
||||
"Superpaste": "Superpaste",
|
||||
"Screen round corner": "Lengkungan sudut layar",
|
||||
"Online | Google's model\nNewer model that's slower than its predecessor but should deliver higher quality answers": "Online | Model Google\nModel lebih baru yang lebih lambat dari pendahulunya tapi memberikan jawaban kualitas lebih tinggi",
|
||||
"Rainbow": "Pelangi",
|
||||
"Weeb": "Wibu",
|
||||
"Large language models": "Model bahasa besar",
|
||||
"Online models disallowed\n\nControlled by `policies.ai` config option": "Model online tidak diizinkan\n\nDikontrol oleh opsi konfigurasi `policies.ai`",
|
||||
"Policies": "Kebijakan",
|
||||
"Temperature must be between 0 and 2": "Temperatur harus antara 0 dan 2",
|
||||
"Automatic suspend": "Penangguhan otomatis",
|
||||
"Extra wallpaper zoom (%)": "Zoom wallpaper ekstra (%)",
|
||||
"GitHub": "GitHub",
|
||||
"%1 | Right-click to configure": "%1 | Klik kanan untuk mengonfigurasi",
|
||||
"**Pricing**: Free tier available with limited rates. See https://docs.github.com/en/billing/concepts/product-billing/github-models\n\n**Instructions**: Generate a GitHub personal access token with Models permission, then set as API key here\n\n**Note**: To use this you will have to set the temperature parameter to 1": "**Harga**: Akses gratis tersedia dengan batasan rate. Lihat https://docs.github.com/en/billing/concepts/product-billing/github-models\n\n**Instruksi**: Buat token akses pribadi GitHub dengan izin Models, lalu atur sebagai kunci API di sini\n\n**Catatan**: Untuk menggunakan ini Anda harus mengatur parameter temperatur ke 1",
|
||||
"Edit directory": "Edit direktori",
|
||||
"Action": "Aksi",
|
||||
"Search": "Cari",
|
||||
"Tip: right-clicking a group\nalso expands it": "Tip: klik kanan grup\njuga memperluasnya",
|
||||
"Bar": "Bilah",
|
||||
"Show regions of potential interest": "Tampilkan wilayah yang berpotensi menarik",
|
||||
"Clipboard": "Papan klip",
|
||||
"Stopwatch": "Stopwatch",
|
||||
"Enter text to translate...": "Masukkan teks untuk diterjemahkan...",
|
||||
"App": "Aplikasi",
|
||||
"Sides": "Sisi",
|
||||
"No active player": "Tidak ada pemutar aktif",
|
||||
"Not all options are available in this app. You should also check the config file by hitting the \"Config file\" button on the topleft corner or opening %1 manually.": "Tidak semua opsi tersedia di aplikasi ini. Anda juga harus memeriksa file konfigurasi dengan menekan tombol \"File konfigurasi\" di pojok kiri atas atau membuka %1 secara manual.",
|
||||
"There might be a download in progress": "Mungkin ada unduhan yang sedang berlangsung",
|
||||
"Math result": "Hasil matematika",
|
||||
"Fidelity": "Fidelitas",
|
||||
"Prefixes": "Awalan",
|
||||
"Terminal": "Terminal",
|
||||
"Incorrect password": "Kata sandi salah",
|
||||
"Line-separated": "Dipisahkan baris",
|
||||
"Always": "Selalu",
|
||||
"☕ Break: %1 minutes": "☕ Istirahat: %1 menit",
|
||||
"Depends on sidebars": "Bergantung pada sidebar",
|
||||
"Tool set to: %1": "Alat diatur ke: %1",
|
||||
"Save chat": "Simpan obrolan",
|
||||
"Crosshair overlay": "Overlay Crosshair",
|
||||
"Keybinds": "Pintasan keyboard",
|
||||
"Launch": "Luncurkan",
|
||||
"Could be better if you make a ton of typos,\nbut results can be weird and might not work with acronyms\n(e.g. \"GIMP\" might not give you the paint program)": "Hasil bisa lebih baik jika Anda membuat banyak kesalahan ketik,\nnamun hasilnya dapat menjadi aneh dan mungkin tidak bekerja dengan akronim\n(misal: \"GIMP\" mungkin tidak merujuk ke aplikasi pengolah gambar)",
|
||||
"Choose model": "Pilih model",
|
||||
"Base URL": "URL Dasar",
|
||||
"Float": "Mengambang",
|
||||
"Wallpaper parallax": "Paralaks wallpaper",
|
||||
"Invalid arguments. Must provide `command`.": "Argumen tidak valid. Harus menyediakan `command`.",
|
||||
"Fully charged": "Terisi penuh",
|
||||
"Earbang protection": "Perlindungan suara keras",
|
||||
"Low warning": "Peringatan rendah",
|
||||
"Advanced": "Lanjutan",
|
||||
"Scroll to change brightness": "Gulir untuk mengubah kecerahan",
|
||||
"Loaded the following system prompt\n\n---\n\n%1": "Memuat prompt sistem berikut\n\n---\n\n%1",
|
||||
"Show next time": "Tampilkan lain kali",
|
||||
"Current tool: %1\nSet it with %2tool TOOL": "Alat saat ini: %1\nAtur dengan %2tool ALAT",
|
||||
"Unread indicator: show count": "Indikator belum dibaca: tampilkan jumlah",
|
||||
"Press Super+G to toggle appearance": "Tekan Super+G untuk toggle tampilan",
|
||||
"That didn't work. Tips:\n- Check your tags and NSFW settings\n- If you don't have a tag in mind, type a page number": "Itu tidak berhasil. Tips:\n- Periksa tag dan pengaturan NSFW\n- Jika Anda tidak memasukkan tag, masukkan nomor halaman",
|
||||
"Dots": "Titik",
|
||||
"Cloudflare WARP (1.1.1.1)": "Cloudflare WARP (1.1.1.1)",
|
||||
"Volume mixer": "Mixer volume",
|
||||
"Config file": "File konfigurasi",
|
||||
"API key set for %1": "Kunci API diatur untuk %1",
|
||||
"Online via %1 | %2's model": "Online via %1 | Model %2",
|
||||
"Shell command": "Perintah shell",
|
||||
"Such regions could be images or parts of the screen that have some containment.\nMight not always be accurate.\nThis is done with an image processing algorithm run locally and no AI is used.": "Wilayah tersebut bisa berupa gambar atau bagian layar yang memiliki kandungan.\nMungkin tidak selalu akurat.\nIni dilakukan dengan algoritma pemrosesan gambar yang berjalan lokal dan tidak ada AI yang digunakan.",
|
||||
"Reload Hyprland & Quickshell": "Muat Ulang Hyprland & Quickshell",
|
||||
"Resources": "Sumber daya",
|
||||
"Brightness": "Kecerahan",
|
||||
"Unknown": "Tidak dikenal",
|
||||
"Polling interval (ms)": "Interval polling (ms)",
|
||||
"Lock": "Kunci",
|
||||
"Thinking": "Berpikir",
|
||||
"Approve": "Setujui",
|
||||
"Unfinished": "Belum selesai",
|
||||
"Random: Konachan": "Acak: Konachan",
|
||||
"Connected": "Terhubung",
|
||||
"Wallpaper safety enforced": "Keamanan wallpaper diberlakukan",
|
||||
"Invalid arguments. Must provide `key` and `value`.": "Argumen tidak valid. Harus menyediakan `key` dan `value`.",
|
||||
"24h": "24j",
|
||||
"Allows you to open sidebars by clicking or hovering screen corners regardless of bar position": "Memungkinkan Anda membuka sidebar dengan mengklik atau mengarahkan ke sudut layar terlepas dari posisi bilah",
|
||||
"Bar style": "Gaya bilah",
|
||||
"Load:": "Beban:",
|
||||
"Open file link": "Buka tautan file",
|
||||
"Ignored if terminal theming is not enabled": "Diabaikan jika tema terminal tidak diaktifkan",
|
||||
"Shutdown": "Matikan",
|
||||
"Hour marks": "Tanda jam",
|
||||
"Random osu! seasonal background\nImage is saved to ~/Pictures/Wallpapers": "Latar belakang musiman osu! acak\nGambar disimpan ke ~/Pictures/Wallpapers",
|
||||
"Online | Google's model\nFast, can perform searches for up-to-date information": "Online | Model Google\nCepat, dapat melakukan pencarian untuk informasi terkini",
|
||||
"Current model: %1\nSet it with %2model MODEL": "Model saat ini: %1\nAtur dengan %2model MODEL",
|
||||
"Select input device": "Pilih perangkat input",
|
||||
"Connect to Wi-Fi": "Hubungkan ke Wi-Fi",
|
||||
"... and %1 more": "... dan %1 lainnya",
|
||||
"Cookie clock settings": "Pengaturan jam cookie",
|
||||
"Brightness and volume": "Kecerahan dan volume",
|
||||
"Choose file": "Pilih file",
|
||||
"Invalid model. Supported: \n```": "Model tidak valid. Didukung: \n```",
|
||||
"Task Manager": "Manajer Tugas",
|
||||
"Charging:": "Mengisi:",
|
||||
"Illegal increment": "Peningkatan ilegal",
|
||||
"Total:": "Total:",
|
||||
"or": "atau",
|
||||
"Battery": "Baterai",
|
||||
"Timeout duration (if not defined by notification) (ms)": "Durasi waktu habis (jika tidak ditentukan oleh notifikasi) (ms)",
|
||||
"Cancel": "Batal",
|
||||
"Locked": "Terkunci",
|
||||
"Temperature: %1": "Temperatur: %1",
|
||||
"Hover to trigger": "Arahkan untuk memicu",
|
||||
"Command rejected by user": "Perintah ditolak oleh pengguna",
|
||||
"User agent (for services that require it)": "Agen pengguna (untuk layanan yang memerlukannya)",
|
||||
"Saved to %1": "Disimpan ke %1",
|
||||
"Emojis": "Emoji",
|
||||
"Color generation": "Generasi warna",
|
||||
"Welcome app": "Aplikasi selamat datang",
|
||||
"Humidity": "Kelembaban",
|
||||
"Page %1": "Halaman %1",
|
||||
"Feels like %1": "Terasa seperti %1",
|
||||
"Distro": "Distro",
|
||||
"Transparency": "Transparansi",
|
||||
"%1 • %2 tasks": "%1 • %2 tugas",
|
||||
"Markdown test": "Tes Markdown",
|
||||
"Invalid tool. Supported tools:\n- %1": "Alat tidak valid. Alat yang didukung:\n- %1",
|
||||
"No notifications": "Tidak ada notifikasi",
|
||||
"The hentai one | Great quantity, a lot of NSFW, quality varies wildly": "Yang hentai | Kuantitas besar, banyak NSFW, kualitas sangat bervariasi",
|
||||
"Bluetooth": "Bluetooth",
|
||||
"Resume": "Lanjutkan",
|
||||
"Work safety": "Keamanan kerja",
|
||||
"Temperature\nChange with /temp VALUE": "Temperatur\nUbah dengan /temp NILAI",
|
||||
"Terminal: Foreground boost (%)": "Terminal: Peningkatan latar depan (%)",
|
||||
"Night Light | Right-click to toggle Auto mode": "Cahaya Malam | Klik kanan untuk toggle mode Otomatis",
|
||||
"Closet": "Lemari",
|
||||
"Yes": "Ya",
|
||||
"Columns": "Kolom",
|
||||
"To set an API key, pass it with the %4 command\n\nTo view the key, pass \"get\" with the command<br/>\n\n### For %1:\n\n**Link**: %2\n\n%3": "Untuk mengatur kunci API, gunakan perintah %4\n\nUntuk melihat kunci, gunakan \"get\" dengan perintah<br/>\n\n### Untuk %1:\n\n**Tautan**: %2\n\n%3",
|
||||
"Kill conflicting programs?": "Matikan program yang berkonflik?",
|
||||
"For storing API keys and other sensitive information": "Untuk menyimpan kunci API dan informasi sensitif lainnya",
|
||||
"Reject": "Tolak",
|
||||
"Set API key": "Atur kunci API",
|
||||
". Notes for Zerochan:\n- You must enter a color\n- Set your zerochan username in `sidebar.booru.zerochan.username` config option. You [might be banned for not doing so](https://www.zerochan.net/api#:~:text=The%20request%20may%20still%20be%20completed%20successfully%20without%20this%20custom%20header%2C%20but%20your%20project%20may%20be%20banned%20for%20being%20anonymous.)!": ". Catatan untuk Zerochan:\n- Anda harus memasukkan warna\n- Atur nama pengguna zerochan Anda di opsi konfigurasi `sidebar.booru.zerochan.username`. [Akses Anda mungkin akan ditangguhkan jika tidak dilakukan](https://www.zerochan.net/api#:~:text=The%20request%20may%20still%20be%20completed%20successfully%20without%20this%20custom%20header%2C%20but%20your%20project%20may%20be%20banned%20for%20being%20anonymous.)!",
|
||||
"Content": "Konten",
|
||||
"Pomodoro": "Pomodoro",
|
||||
"Vertical": "Vertikal",
|
||||
"Pick a wallpaper": "Pilih wallpaper",
|
||||
"Load chat from %1": "Muat obrolan dari %1",
|
||||
"Launch on startup": "Luncurkan saat startup",
|
||||
"Add": "Tambah",
|
||||
"Style: general": "Gaya: umum",
|
||||
"Use Levenshtein distance-based algorithm instead of fuzzy": "Gunakan algoritma berbasis jarak Levenshtein daripada fuzzy",
|
||||
"Shell & utilities theming must also be enabled": "Tema shell & utilitas juga harus diaktifkan",
|
||||
"Workspace": "Ruang kerja",
|
||||
"Translator": "Penerjemah",
|
||||
"Free:": "Gratis:",
|
||||
"🌿 Long break: %1 minutes": "🌿 Istirahat panjang: %1 menit",
|
||||
"Value scroll": "Gulir nilai",
|
||||
"Bar position": "Posisi bilah",
|
||||
"Language": "Bahasa",
|
||||
"Current API endpoint: %1\nSet it with %2mode PROVIDER": "Endpoint API saat ini: %1\nAtur dengan %2mode PENYEDIA",
|
||||
"Remember that on most devices one can always hold the power button to force shutdown\nThis only makes it a tiny bit harder for accidents to happen": "Ingat bahwa di sebagian besar perangkat Anda selalu dapat menahan tombol daya untuk memaksa mematikan\nIni hanya membuat sedikit lebih sulit untuk kecelakaan terjadi",
|
||||
"AI": "AI",
|
||||
"Task description": "Deskripsi tugas",
|
||||
"Add task": "Tambah tugas",
|
||||
"Donate": "Donasi",
|
||||
"Disable NSFW content": "Nonaktifkan konten NSFW",
|
||||
"Set the system prompt for the model.": "Atur prompt sistem untuk model.",
|
||||
"Done": "Selesai",
|
||||
"Focus": "Fokus",
|
||||
"Open the shell config file.\nIf the button doesn't work or doesn't open in your favorite editor,\nyou can manually open ~/.config/illogical-impulse/config.json": "Buka file konfigurasi shell.\nJika tombol tidak berfungsi atau tidak terbuka di editor favorit Anda,\nAnda dapat membuka ~/.config/illogical-impulse/config.json secara manual",
|
||||
"View Markdown source": "Lihat sumber Markdown",
|
||||
"Border": "Bingkai",
|
||||
"Temperature set to %1": "Temperatur diatur ke %1",
|
||||
"Online | Google's model\nGoogle's state-of-the-art multipurpose model that excels at coding and complex reasoning tasks.": "Online | Model Google\nModel serbaguna canggih Google yang unggul dalam tugas coding dan penalaran kompleks.",
|
||||
"Message the model... \"%1\" for commands": "Kirim pesan ke model... \"%1\" untuk perintah",
|
||||
"Translation goes here...": "Terjemahan ada di sini...",
|
||||
"When enabled keeps the content of the right sidebar loaded to reduce the delay when opening,\nat the cost of around 15MB of consistent RAM usage. Delay significance depends on your system's performance.\nUsing a custom kernel like linux-cachyos might help": "Ketika diaktifkan membuat konten sidebar kanan tetap dimuat untuk mengurangi keterlambatan saat membuka,\ndengan penambahan penggunaan RAM konsisten sebanyak 15 MB. Signifikansi keterlambatan tergantung pada kinerja sistem Anda.\nMenggunakan kernel kustom seperti linux-cachyos mungkin dapat membantu",
|
||||
"For desktop wallpapers | Good quality": "Untuk wallpaper desktop | Kualitas bagus",
|
||||
"🔴 Focus: %1 minutes": "🔴 Fokus: %1 menit",
|
||||
"The current system prompt is\n\n---\n\n%1": "Prompt sistem saat ini adalah\n\n---\n\n%1",
|
||||
"About": "Tentang",
|
||||
"Quick": "Cepat",
|
||||
"General": "Umum",
|
||||
"UV Index": "Indeks UV",
|
||||
"Force dark mode in terminal": "Paksa mode gelap di terminal",
|
||||
"Drag or click a region • LMB: Copy • RMB: Edit": "Seret atau klik wilayah • Klik Kiri: Salin • Klik Kanan: Edit",
|
||||
"%1 characters": "%1 karakter",
|
||||
"Cloudflare WARP": "Cloudflare WARP",
|
||||
"**Pricing**: free. Data used for training.\n\n**Instructions**: Log into Google account, allow AI Studio to create Google Cloud project or whatever it asks, go back and click Get API key": "**Harga**: gratis. Data digunakan untuk pelatihan model.\n\n**Instruksi**: Masuk ke akun Google, izinkan AI Studio membuat proyek Google Cloud atau apa pun yang diminta, kembali dan klik Get API key",
|
||||
"Monochrome": "Monokrom",
|
||||
"Details": "Detail",
|
||||
"Issues": "Masalah",
|
||||
"Keyboard toggle": "Toggle keyboard",
|
||||
"Might look ass. Unsupported.": "Mungkin terlihat buruk. Tidak didukung.",
|
||||
"Download": "Unduh",
|
||||
"%1 does not require an API key": "%1 tidak memerlukan kunci API",
|
||||
"Style & wallpaper": "Gaya & wallpaper",
|
||||
"Second precision": "Presisi detik",
|
||||
"Group style": "Gaya grup",
|
||||
"Break": "Istirahat",
|
||||
"Run": "Jalankan",
|
||||
"Enjoy! You can reopen the welcome app any time with <tt>Super+Shift+Alt+/</tt>. To open the settings app, hit <tt>Super+I</tt>": "Enjoy! Anda dapat membuka kembali aplikasi selamat datang kapan saja dengan <tt>Super+Shift+Alt+/</tt>. Untuk membuka aplikasi pengaturan, tekan <tt>Super+I</tt>",
|
||||
"Interface Language": "Bahasa Antarmuka",
|
||||
"Game mode": "Mode game",
|
||||
"Usage: %1save CHAT_NAME": "Penggunaan: %1save NAMA_OBROLAN",
|
||||
"Thin": "Tipis",
|
||||
"Light": "Terang",
|
||||
"When not fullscreen": "Ketika tidak layar penuh",
|
||||
"Commands, edit configs, search.\nTakes an extra turn to switch to search mode if that's needed": "Perintah, edit konfigurasi, cari.\nMemerlukan giliran ekstra untuk beralih ke mode pencarian jika diperlukan",
|
||||
"Privacy Policy": "Kebijakan Privasi",
|
||||
"Timeout (ms)": "Waktu habis (ms)",
|
||||
"Allow NSFW content": "Izinkan konten NSFW",
|
||||
"Edit": "Edit",
|
||||
"Digits in the middle": "Angka di tengah",
|
||||
"Online | Google's model\nA Gemini 2.5 Flash model optimized for cost-efficiency and high throughput.": "Online | Model Google\nModel Gemini 2.5 Flash yang dioptimalkan untuk efisiensi biaya dan throughput tinggi.",
|
||||
"Never": "Tidak pernah",
|
||||
"Percentage": "Persentase",
|
||||
"Expressive colors": "Warna ekspresif",
|
||||
"No workspaces": "Tidak ada ruang kerja",
|
||||
"Screen corner actions": "Aksi sudut layar",
|
||||
"Random color generation": "Generasi warna acak",
|
||||
"Disable session lock": "Nonaktifkan kunci sesi",
|
||||
"Short break": "Istirahat pendek",
|
||||
"Colors": "Warna",
|
||||
"Monitors": "Monitor",
|
||||
"Fuzzy": "Fuzzy",
|
||||
"Discord": "Discord"
|
||||
}
|
||||
@@ -0,0 +1,737 @@
|
||||
{
|
||||
"Attach a file. Only works with Gemini.": "Anexar um arquivo. Funciona apenas com Gemini.",
|
||||
"%1 • %2 tasks": "%1 • %2 tarefas",
|
||||
"Large language models": "Grandes modelos de linguagem (LLMs)",
|
||||
"Open network portal": "Fazer login na rede",
|
||||
"Digits in the middle": "Dígitos no meio",
|
||||
"Auto,": "Auto,",
|
||||
"Select Language": "Selecionar Idioma",
|
||||
"Expressive": "Expressivo",
|
||||
"🔴 Focus: %1 minutes": "🔴 Foco: %1 minutos",
|
||||
"%1 | Right-click to configure": "%1 | Botão direito para configurar",
|
||||
"Delete": "Excluir",
|
||||
"Audio output": "Saída de áudio",
|
||||
"Full warning": "Aviso de carga completa",
|
||||
"Switched to search mode. Continue with the user's request.": "Alternado para modo de busca. Continue com a solicitação do usuário.",
|
||||
"Cloudflare WARP": "Cloudflare WARP",
|
||||
"Lock": "Bloquear",
|
||||
"Apps": "Apps",
|
||||
"Generating...\nDon't close this window!": "Gerando...\nNão feche esta janela!",
|
||||
"Please charge!\nAutomatic suspend triggers at %1%": "Por favor carregue!\nSuspensão automática em %1%",
|
||||
"Font family name (e.g., Google Sans Flex)": "Nome da família da fonte (ex: Google Sans Flex)",
|
||||
"Loaded the following system prompt\n\n---\n\n%1": "Prompt de sistema carregado\n\n---\n\n%1",
|
||||
"Adjust the color temperature": "Ajustar temperatura de cor",
|
||||
"Numbers": "Números",
|
||||
"Style: Blurred": "Estilo: Desfocado",
|
||||
"Usage": "Uso",
|
||||
"Ignored if terminal theming is not enabled": "Ignorado se o tema do terminal não estiver ativado",
|
||||
"Save to Downloads": "Salvar em Downloads",
|
||||
"Open file link": "Abrir link do arquivo",
|
||||
"Do you want to allow this app to make changes to your device?": "Deseja permitir que este app faça alterações no seu dispositivo?",
|
||||
"Visibility": "Visibilidade",
|
||||
"Set the tool to use for the model.": "Definir a ferramenta para o modelo usar.",
|
||||
"Bar position": "Posição da barra",
|
||||
"Open": "Abrir",
|
||||
"Mic toggle": "Alternar Microfone",
|
||||
"Language not listed or incomplete translations?\nYou can choose to generate translations for it with Gemini.\n1. Open the left sidebar with Super+A, set model to Gemini (if it isn't already)\n2. Type /key, hit Enter and follow the instructions\n3. Type /key YOUR_API_KEY\n4. Type the locale of your language below and press Generate": "Idioma não listado ou traduções incompletas?\nVocê pode gerar traduções com o Gemini.\n1. Abra a barra lateral esquerda com Super+A, defina o modelo para Gemini\n2. Digite /key, aperte Enter e siga as instruções\n3. Digite /key SUA_API_KEY\n4. Digite o código do seu idioma abaixo e clique em Gerar",
|
||||
"Muted": "Mudo",
|
||||
"Registration failed. Please inspect manually with the <tt>warp-cli</tt> command": "Falha no registro. Por favor inspecione manualmente com o comando <tt>warp-cli</tt>",
|
||||
"API key is set\nChange with /key YOUR_API_KEY": "Chave API definida\nAltere com /key SUA_CHAVE_API",
|
||||
"Terminal: Harmonize threshold": "Terminal: Limiar de harmonização",
|
||||
"%1 characters": "%1 caracteres",
|
||||
"For desktop wallpapers | Good quality": "Para desktop | Boa qualidade",
|
||||
"🌿 Long break: %1 minutes": "🌿 Pausa longa: %1 minutos",
|
||||
"Set FPS limit": "Definir limite de FPS",
|
||||
"+%1 notifications": "+%1 notificações",
|
||||
"Shell & utilities theming must also be enabled": "Tema do Shell e utilitários também deve estar ativado",
|
||||
"Content region": "Região do conteúdo",
|
||||
"Padding": "Espaçamento (Padding)",
|
||||
"Session": "Sessão",
|
||||
"Online | Google's model\nPro-level intelligence at the speed and pricing of Flash.": "Online | Modelo do Google\nInteligência nível Pro na velocidade e preço do Flash.",
|
||||
"Yes": "Sim",
|
||||
"Listening...": "Ouvindo...",
|
||||
"Base URL": "URL Base",
|
||||
"Load:": "Uso:",
|
||||
"Path copied": "Caminho copiado",
|
||||
"Show": "Mostrar",
|
||||
"Donate": "Doar",
|
||||
"Keyboard toggle": "Alternar Teclado",
|
||||
"File Explorer": "Explorador de Arquivos",
|
||||
"Example use case: eroge on one workspace, dark Discord window on another": "Exemplo de uso: eroge em um workspace, Discord escuro em outro",
|
||||
"Tooltips": "Dicas",
|
||||
"Internet": "Internet",
|
||||
"Keybinds": "Atalhos",
|
||||
"Feels like %1": "Sensação térmica de %1",
|
||||
"Wi-Fi": "Wi-Fi",
|
||||
"Used:": "Usado:",
|
||||
"Used for reading large blocks of text": "Usado para leitura de grandes blocos de texto",
|
||||
"Use the system file picker instead\nRight-click to make this the default behavior": "Usar o selecionador de arquivos do sistema\nBotão direito para tornar este o padrão",
|
||||
"Enter password": "Digite a senha",
|
||||
"**Pricing**: free. Data use policy varies depending on your OpenRouter account settings.\n\n**Instructions**: Log into OpenRouter account, go to Keys on the topright menu, click Create API Key": "**Preço**: grátis. Política de dados varia conforme configurações da conta OpenRouter.\n\n**Instruções**: Logue no OpenRouter, vá em Keys no menu superior direito, clique em Create API Key",
|
||||
"Monospace font": "Fonte Monoespaçada",
|
||||
"Positioning": "Posicionamento",
|
||||
"Search, calculate or run": "Pesquisar, calcular ou executar",
|
||||
"Message the model... \"%1\" for commands": "Mensagem para o modelo... \"%1\" para comandos",
|
||||
"Focus": "Foco",
|
||||
"Font width": "Largura da fonte",
|
||||
"Enable opening zoom animation": "Ativar animação de zoom ao abrir",
|
||||
"Logout": "Sair (Logout)",
|
||||
"Jump to current month": "Pular para mês atual",
|
||||
"Keep awake": "Manter acordado",
|
||||
"Show next time": "Mostrar na próxima vez",
|
||||
"Date style": "Estilo da data",
|
||||
"GitHub": "GitHub",
|
||||
"Saved": "Salvo",
|
||||
"Bottom-up": "De baixo para cima",
|
||||
"Disable tools": "Desativar ferramentas",
|
||||
"Copy code": "Copiar código",
|
||||
"Low warning": "Aviso de bateria fraca",
|
||||
"Saving...": "Salvando...",
|
||||
"Interface": "Interface",
|
||||
"Normal": "Normal",
|
||||
"Hug": "Arredondado",
|
||||
"Tint icons": "Colorir ícones",
|
||||
"Turn on from sunset to sunrise": "Ligar do pôr do sol ao nascer do sol",
|
||||
"Kill conflicting programs?": "Matar programas conflitantes?",
|
||||
"Model set to %1": "Modelo definido para %1",
|
||||
"Desktop %1": "Área de Trabalho %1",
|
||||
"Waifus only | Excellent quality, limited quantity": "Apenas Waifus | Excelente qualidade, quantidade limitada",
|
||||
"Google Lens": "Google Lens",
|
||||
"Battery: %1%2": "Bateria: %1%2",
|
||||
"Calendar": "Calendário",
|
||||
"24h": "24h",
|
||||
"Why this is cool:\nFor non-0 values, it won't trigger when you reach the\nscreen corner along the horizontal edge, but it will when\nyou do along the vertical edge": "Por que isso é legal:\nPara valores não-0, não acionará quando você atingir o\ncanto da tela pela borda horizontal, mas acionará quando\nvocê for pela borda vertical",
|
||||
"Disable NSFW content": "Desativar conteúdo NSFW",
|
||||
"Allow NSFW": "Permitir NSFW",
|
||||
"Workspaces": "Áreas de trabalho",
|
||||
"When not fullscreen": "Quando não estiver em tela cheia",
|
||||
"Run": "Executar",
|
||||
"Sounds": "Sons",
|
||||
"LMB to enable/disable\nRMB to toggle size\nScroll to swap position": "Botão Esq. p/ ativar/desativar\nBotão Dir. p/ mudar tamanho\nScroll p/ trocar posição",
|
||||
"☕ Break: %1 minutes": "☕ Pausa: %1 minutos",
|
||||
"Enter a valid number": "Digite um número válido",
|
||||
"Split buttons": "Botões divididos",
|
||||
"Best match": "Melhor resultado",
|
||||
"Enable": "Ativar",
|
||||
"Arrow keys to navigate, Enter to select\nEsc or click anywhere to cancel": "Setas para navegar, Enter para selecionar\nEsc ou clique fora para cancelar",
|
||||
"Intelligence": "Inteligência",
|
||||
"Launch on startup": "Iniciar no boot",
|
||||
"New desktop": "Nova área de trabalho",
|
||||
"Intensity": "Intensidade",
|
||||
"Paired": "Pareado",
|
||||
"Desktop": "Área de Trabalho",
|
||||
"Task View": "Visão de Tarefas",
|
||||
"Not visible to model": "Invisível para o modelo",
|
||||
"App": "App",
|
||||
"Bar": "Barra",
|
||||
"Show this window on all desktops": "Mostrar esta janela em todas as áreas",
|
||||
"Online models disallowed\n\nControlled by `policies.ai` config option": "Modelos online não permitidos\n\nControlado pela opção `policies.ai` na config",
|
||||
"Hit \"/\" to search": "Aperte \"/\" para buscar",
|
||||
"Font width and roundness settings are only available for some fonts like Google Sans Flex": "Largura e arredondamento só funcionam em fontes como Google Sans Flex",
|
||||
"Use symbols for mouse": "Usar símbolos para o mouse",
|
||||
"End session": "Encerrar sessão",
|
||||
"... and %1 more": "... e mais %1",
|
||||
"Locale code, e.g. fr_FR, de_DE, zh_CN...": "Código de localidade, ex: pt_BR, en_US...",
|
||||
"%1 Safe Storage": "Cofre Seguro do %1",
|
||||
"Format": "Formato",
|
||||
"Dots": "Dotfiles",
|
||||
"There might be a download in progress": "Pode haver um download em andamento",
|
||||
"Medium": "Médio",
|
||||
"Math": "Matemática",
|
||||
"Command-line-invoked Action": "Ação invocada por linha de comando",
|
||||
"Style: general": "Estilo: geral",
|
||||
"Time to full:": "Tempo até carga total:",
|
||||
"Classic": "Clássico",
|
||||
"Battery full": "Bateria cheia",
|
||||
"Unread indicator: show count": "Indicador não lido: mostrar contagem",
|
||||
"Online | %1's model | Delivers fast, responsive and well-formatted answers. Disadvantages: not very eager to do stuff; might make up unknown function calls": "Online | Modelo da %1 | Respostas rápidas e bem formatadas. Desvantagens: não muito proativo; pode inventar chamadas de função inexistentes",
|
||||
"Workspace": "Workspace",
|
||||
"Power Profile": "Perfil de Energia",
|
||||
"Quick toggles": "Botões rápidos",
|
||||
"Speakers (%1): %2": "Alto-falantes (%1): %2",
|
||||
"Sunrise": "Nascer do sol",
|
||||
"Clear chat history": "Limpar histórico do chat",
|
||||
"Auto styling with Gemini": "Estilo automático com Gemini",
|
||||
"Center clock": "Relógio centralizado",
|
||||
"Circle": "Círculo",
|
||||
"Han chars": "Caracteres Han",
|
||||
"Roman": "Romano",
|
||||
"Night Light | Right-click to configure": "Luz Noturna | Botão direito para configurar",
|
||||
"Sliders": "Deslizadores",
|
||||
"On-screen display": "Exibição na tela (OSD)",
|
||||
"Show \"Locked\" text": "Mostrar texto \"Bloqueado\"",
|
||||
"Unfinished": "Inacabado",
|
||||
"Hour marks": "Marcas de hora",
|
||||
"Shut down": "Desligar",
|
||||
"Be patient...": "Seja paciente...",
|
||||
"Also unlock keyring": "Também destrancar chaveiro",
|
||||
"Temperature set to %1": "Temperatura definida para %1",
|
||||
"Choose model": "Escolher modelo",
|
||||
"Enter text to translate...": "Digite o texto para traduzir...",
|
||||
"Finished tasks will go here": "Tarefas finalizadas virão para cá",
|
||||
"Info": "Info",
|
||||
"Parallax": "Paralaxe",
|
||||
"Show date": "Mostrar data",
|
||||
"Pills": "Cápsulas",
|
||||
"Font family name": "Nome da família da fonte",
|
||||
"Online | Google's model\nNewer model that's slower than its predecessor but should deliver higher quality answers": "Online | Modelo do Google\nModelo mais novo, mais lento que o antecessor mas com maior qualidade nas respostas",
|
||||
"View Markdown source": "Ver código Markdown",
|
||||
"Stroke width": "Largura do traço",
|
||||
"Least busy": "Menos ocupado",
|
||||
"Start": "Início",
|
||||
"Click to cycle through power profiles": "Clique para alternar perfis de energia",
|
||||
"Dark Mode": "Modo Escuro",
|
||||
"Closet": "Closet",
|
||||
"Prevents abrupt increments and restricts volume limit": "Previne aumentos bruscos e restringe o limite de volume",
|
||||
"Output device": "Dispositivo de saída",
|
||||
"Stopwatch": "Cronômetro",
|
||||
"Local only": "Apenas local",
|
||||
"Set temperature (randomness) of the model. Values range between 0 to 2 for Gemini, 0 to 1 for other models. Default is 0.5.": "Define a temperatura (aleatoriedade) do modelo. Valores entre 0 a 2 para Gemini, 0 a 1 para outros. Padrão é 0.5.",
|
||||
"The current system prompt is\n\n---\n\n%1": "O prompt de sistema atual é\n\n---\n\n%1",
|
||||
"with vertical offset": "com deslocamento vertical",
|
||||
"Utilities & Tools": "Utilitários & Ferramentas",
|
||||
"Invalid API provider. Supported: \n-": "Provedor de API inválido. Suportados: \n-",
|
||||
"Font family name (e.g., Readex Pro)": "Nome da família da fonte (ex: Readex Pro)",
|
||||
"Emojis": "Emojis",
|
||||
"Auto (System)": "Auto (Sistema)",
|
||||
"Cheat sheet": "Atalhos",
|
||||
"General": "Geral",
|
||||
"Password": "Senha",
|
||||
"Config file": "Config file",
|
||||
"Temperature\nChange with /temp VALUE": "Temperatura\nAltere com /temp VALOR",
|
||||
"Swap": "Swap",
|
||||
"Up %1": "Ligado há %1",
|
||||
"Code saved to file": "Código salvo em arquivo",
|
||||
"Android": "Android",
|
||||
"Hint target regions": "Dicar regiões alvo",
|
||||
"Set API key": "Definir chave API",
|
||||
"Clear the current list of images": "Limpar lista atual de imagens",
|
||||
"Night Light": "Luz Noturna",
|
||||
"Font roundness": "Arredondamento da fonte",
|
||||
"Style & wallpaper": "Estilo & Papel de parede",
|
||||
"Nothing": "Nada",
|
||||
"Snipping area": "Área de recorte",
|
||||
"Exceeded max allowed": "Máximo permitido excedido",
|
||||
"Sidebars": "Barras laterais",
|
||||
"Total token count\nInput: %1\nOutput: %2": "Contagem total de tokens\nEntrada: %1\nSaída: %2",
|
||||
"Off": "Desligado",
|
||||
"e.g. for F1, for F12": "ex: para F1, para F12",
|
||||
"Temperature: %1": "Temperatura: %1",
|
||||
"Open the shell config file\nAlternatively right-click to copy path": "Abrir arquivo de config do shell\nOu botão direito para copiar caminho",
|
||||
"Action": "Ação",
|
||||
"Force hover open at absolute corner": "Forçar canto absoluto",
|
||||
"Fill": "Preencher",
|
||||
"illogical-impulse": "illogical-impulse",
|
||||
"Commands": "Comandos",
|
||||
"No active player": "Nenhum player ativo",
|
||||
"Show only when locked": "Mostrar apenas quando bloqueado",
|
||||
"Usage: %1save CHAT_NAME": "Uso: %1save NOME_DO_CHAT",
|
||||
"Provider set to": "Provedor definido para",
|
||||
"Brightness": "Brilho",
|
||||
"Fully charged": "Carga completa",
|
||||
"Privacy Policy": "Política de Privacidade",
|
||||
"Clean stuff | Excellent quality, no NSFW": "Coisas limpas (SFW) | Excelente qualidade, sem NSFW",
|
||||
"UV Index": "Índice UV",
|
||||
"No": "Não",
|
||||
"Manage my account": "Gerenciar minha conta",
|
||||
"Advanced": "Avançado",
|
||||
"Emoji": "Emoji",
|
||||
"Shell command": "Comando Shell",
|
||||
"Transparency": "Transparência",
|
||||
"Help & Support": "Ajuda & Suporte",
|
||||
"More Internet settings": "Mais configurações de Internet",
|
||||
"Generate\nTypically takes 2 minutes": "Gerar\nGeralmente leva 2 minutos",
|
||||
"Unknown Application": "Aplicativo Desconhecido",
|
||||
"Scale (%)": "Escala (%)",
|
||||
"Go to source (%1)": "Ir para a fonte (%1)",
|
||||
"You can also manually edit cheatsheet.superKey": "Você também pode editar manualmente cheatsheet.superKey",
|
||||
"Unknown Title": "Título Desconhecido",
|
||||
"%1\nInternet access": "%1\nAcesso à internet",
|
||||
"Enable now": "Ativar agora",
|
||||
"Creativity": "Criatividade",
|
||||
"Cookie": "Cookie",
|
||||
"Font size": "Tamanho da fonte",
|
||||
"Sides": "Lados",
|
||||
"Full": "Cheio",
|
||||
"Used for code and terminal": "Usado para código e terminal",
|
||||
"Unknown Album": "Álbum Desconhecido",
|
||||
"Recognize music": "Reconhecer música",
|
||||
"Your package manager is running": "Seu gerenciador de pacotes está rodando",
|
||||
"Audio output | Right-click for volume mixer & device selector": "Saída de áudio | Botão direito para mixer & seletor",
|
||||
"Conflicts with the shell's notification implementation": "Conflita com a implementação de notificação do shell",
|
||||
"Total duration timeout (s)": "Tempo limite total (s)",
|
||||
"Reading font": "Fonte de leitura",
|
||||
"It may take a few seconds to update": "Pode levar alguns segundos para atualizar",
|
||||
"Force dark mode in terminal": "Forçar modo escuro no terminal",
|
||||
"Show notifications": "Mostrar notificações",
|
||||
"Web search": "Busca web",
|
||||
"%1 mins": "%1 min",
|
||||
"Left to right": "Esquerda para direita",
|
||||
"%1 does not require an API key": "%1 não requer chave API",
|
||||
"System": "Sistema",
|
||||
"Details": "Detalhes",
|
||||
"Get the next page of results": "Obter próxima página de resultados",
|
||||
"12h AM/PM": "12h AM/PM",
|
||||
"Bluetooth devices": "Dispositivos Bluetooth",
|
||||
"Dark": "Escuro",
|
||||
"Neutral": "Neutro",
|
||||
"Dot": "Ponto",
|
||||
"Fidelity": "Fidelidade",
|
||||
"Sunset": "Pôr do sol",
|
||||
"Other": "Outro",
|
||||
"Terminal: Harmony (%)": "Terminal: Harmonia (%)",
|
||||
"Record": "Gravar",
|
||||
"More volume settings": "Mais configurações de volume",
|
||||
"Audio input | Right-click for volume mixer & device selector": "Entrada de áudio | Botão direito para mixer & seletor",
|
||||
"Select the language for the user interface.\n\"Auto\" will use your system's locale.": "Selecione o idioma da interface.\n\"Auto\" usará a localidade do sistema.",
|
||||
"Dock": "Dock",
|
||||
"About": "Sobre",
|
||||
"Disconnect": "Desconectar",
|
||||
"Widget: Weather": "Widget: Clima",
|
||||
"Enable GPS based location": "Ativar localização por GPS",
|
||||
"User agent (for services that require it)": "User agent (para serviços que exigem)",
|
||||
"All-rounder | Good quality, decent quantity": "Geral | Boa qualidade, quantidade decente",
|
||||
"Set the system prompt for the model.": "Definir prompt de sistema para o modelo.",
|
||||
"Output": "Saída",
|
||||
"Reboot to firmware settings": "Reiniciar na BIOS/Firmware",
|
||||
"Hollow": "Oco",
|
||||
"Float": "Flutuante",
|
||||
"Terminal: Foreground boost (%)": "Terminal: Impulso de primeiro plano (%)",
|
||||
"Bluetooth": "Bluetooth",
|
||||
"Authentication": "Autenticação",
|
||||
"Large images | God tier quality, no NSFW.": "Imagens grandes | Qualidade divina, sem NSFW.",
|
||||
"Region selector (screen snipping/Google Lens)": "Seletor de região (recorte/Google Lens)",
|
||||
"Show hidden icons": "Mostrar ícones ocultos",
|
||||
"Sound effects": "Efeitos sonoros",
|
||||
"Manage accounts": "Gerenciar contas",
|
||||
"When this is off you'll have to click": "Quando desligado, você terá que clicar",
|
||||
"of %1": "de %1",
|
||||
"Monochrome": "Monocromático",
|
||||
"Use adaptive alignment": "Usar alinhamento adaptativo",
|
||||
"Close all windows": "Fechar todas as janelas",
|
||||
"Gives the model search capabilities (immediately)": "Dá capacidade de busca ao modelo (imediatamente)",
|
||||
"Not all options are available in this app. You should also check the config file by hitting the \"Config file\" button on the topleft corner or opening %1 manually.": "Nem todas as opções estão neste app. Verifique o arquivo de config clicando no botão \"Arquivo de config\" no canto superior esquerdo ou abrindo %1 manualmente.",
|
||||
"Volume limit": "Limite de volume",
|
||||
"Click to toggle light/dark mode\n(applied when wallpaper is chosen)": "Clique para alternar modo claro/escuro\n(aplicado ao escolher papel de parede)",
|
||||
"Local account": "Conta local",
|
||||
"Text extractor": "Extrator de texto",
|
||||
"Terminal": "Terminal",
|
||||
"Font family name (e.g., Space Grotesk)": "Nome da família da fonte (ex: Space Grotesk)",
|
||||
"Markdown test": "Teste Markdown",
|
||||
"Most busy": "Mais ocupado",
|
||||
"Current API endpoint: %1\nSet it with %2mode PROVIDER": "Endpoint de API atual: %1\nDefina com %2mode PROVEDOR",
|
||||
"Center icons": "Centralizar ícones",
|
||||
"When enabled keeps the content of the right sidebar loaded to reduce the delay when opening,\nat the cost of around 15MB of consistent RAM usage. Delay significance depends on your system's performance.\nUsing a custom kernel like linux-cachyos might help": "Quando ativado, mantém a barra lateral direita carregada para reduzir atraso ao abrir,\nao custo de ~15MB de RAM. O impacto depende do seu sistema.\nUsar um kernel customizado como linux-cachyos pode ajudar",
|
||||
"Tip: Close a window with Super+Q": "Dica: Feche uma janela com Super+Q",
|
||||
"Overview": "Visão Geral",
|
||||
"Unknown device": "Dispositivo desconhecido",
|
||||
"Volume": "Volume",
|
||||
"Dark/Light toggle": "Alternar Escuro/Claro",
|
||||
"Place the corners to trigger at the bottom": "Colocar cantos de ativação na parte inferior",
|
||||
"Shell conflicts killer": "Matador de conflitos do Shell",
|
||||
"No media": "Sem mídia",
|
||||
"Keep right sidebar loaded": "Manter barra direita carregada",
|
||||
"Virtual Keyboard": "Teclado Virtual",
|
||||
"Visualize region": "Visualizar região",
|
||||
"Bar & screen": "Barra & tela",
|
||||
"RAM": "RAM",
|
||||
"Timeout (ms)": "Tempo limite (ms)",
|
||||
"Automatic": "Automático",
|
||||
"Humidity": "Umidade",
|
||||
"All": "Todos",
|
||||
"Connection failed. Please inspect manually with the <tt>warp-cli</tt> command": "Conexão falhou. Inspecione manualmente com o comando <tt>warp-cli</tt>",
|
||||
"Clipboard": "Área de transferência",
|
||||
"Incorrect password": "Senha incorreta",
|
||||
"Documentation": "Documentação",
|
||||
"Used for decorative/expressive text": "Usado para texto decorativo/expressivo",
|
||||
"Qt apps": "Apps Qt",
|
||||
"To Do:": "A Fazer:",
|
||||
"Content": "Adaptativo",
|
||||
"Thin": "Fino",
|
||||
"illogical-impulse Welcome": "Boas-vindas ao illogical-impulse",
|
||||
"Timer": "Timer",
|
||||
"Widgets": "Widgets",
|
||||
"Performance Profile toggle": "Alternar Perfil de Desempenho",
|
||||
"Description font size": "Tamanho da fonte da descrição",
|
||||
"Show app icons": "Mostrar ícones de apps",
|
||||
"Preferred wallpaper zoom (%)": "Zoom preferido do papel de parede (%)",
|
||||
"Remember that on most devices one can always hold the power button to force shutdown\nThis only makes it a tiny bit harder for accidents to happen": "Lembre-se que na maioria dos dispositivos pode-se segurar o botão power para forçar desligamento\nIsso só torna um pouco mais difícil acontecer acidentes",
|
||||
"Translator": "Tradutor",
|
||||
"Cannot find a GPS service. Using the fallback method instead.": "Serviço de GPS não encontrado. Usando método alternativo.",
|
||||
"Image search": "Busca de imagem",
|
||||
"Digital clock settings": "Configurações do relógio digital",
|
||||
"Download complete": "Download completo",
|
||||
"Download": "Baixar",
|
||||
"Issues": "Problemas (Issues)",
|
||||
". Notes for Zerochan:\n- You must enter a color\n- Set your zerochan username in `sidebar.booru.zerochan.username` config option. You [might be banned for not doing so](https://www.zerochan.net/api#:~:text=The%20request%20may%20still%20be%20completed%20successfully%20without%20this%20custom%20header%2C%20but%20your%20project%20may%20be%20banned%20for%20being%20anonymous.)!": ". Notas para Zerochan:\n- Você deve inserir uma cor\n- Defina seu usuário zerochan na config `sidebar.booru.zerochan.username`. Você [pode ser banido se não fizer isso](https://www.zerochan.net/api#:~:text=The%20request%20may%20still%20be%20completed%20successfully%20without%20this%20custom%20header%2C%20but%20your%20project%20may%20be%20banned%20for%20being%20anonymous.)!",
|
||||
"Input": "Entrada",
|
||||
"Notes": "Notas",
|
||||
"Pin to Start": "Fixar no Iniciar",
|
||||
"Border": "Borda",
|
||||
"Tray": "Bandeja (Tray)",
|
||||
"AI": "IA",
|
||||
"Recognize music | Right-click to toggle source": "Reconhecer música | Botão direito p/ alternar fonte",
|
||||
"Random: Konachan": "Aleatório: Konachan",
|
||||
"Region width": "Largura da região",
|
||||
"Bubble": "Bolha",
|
||||
"No new notifications": "Nenhuma notificação nova",
|
||||
"Quote": "Citação",
|
||||
"Total:": "Total:",
|
||||
"Snip": "Recortar",
|
||||
"Battery": "Bateria",
|
||||
"Pick wallpaper image on your system": "Escolher imagem no sistema",
|
||||
"Invalid tool. Supported tools:\n- %1": "Ferramenta inválida. Suportadas:\n- %1",
|
||||
"Reboot": "Reiniciar",
|
||||
"The popular one | Best quantity, but quality can vary wildly": "O popular | Melhor quantidade, mas qualidade varia muito",
|
||||
"Screen snip": "Captura de tela",
|
||||
"Search": "Buscar",
|
||||
"Connect to Wi-Fi": "Conectar ao Wi-Fi",
|
||||
"This is usually safe and needed for your browser and AI sidebar anyway\nMostly useful for those who use lock on startup instead of a display manager that does it (GDM, SDDM, etc.)": "Geralmente seguro e necessário para navegador e IA\nÚtil principalmente para quem usa bloqueio na inicialização em vez de um gerenciador de display (GDM, SDDM, etc.)",
|
||||
"Darken screen": "Escurecer tela",
|
||||
"Anti-flashbang (experimental)": "Anti-clarão (experimental)",
|
||||
"Sign out": "Sair",
|
||||
"Usage: %1load CHAT_NAME": "Uso: %1load NOME_DO_CHAT",
|
||||
"Color generation": "Geração de cores",
|
||||
"Usage: <tt>%1superpaste NUM_OF_ENTRIES[i]</tt>\nSupply <tt>i</tt> when you want images\nExamples:\n<tt>%1superpaste 4i</tt> for the last 4 images\n<tt>%1superpaste 7</tt> for the last 7 entries": "Uso: <tt>%1superpaste NUM_ENTRADAS[i]</tt>\nUse <tt>i</tt> quando quiser imagens\nExemplos:\n<tt>%1superpaste 4i</tt> para as últimas 4 imagens\n<tt>%1superpaste 7</tt> para as últimas 7 entradas",
|
||||
"Search wallpapers": "Buscar papéis de parede",
|
||||
"For storing API keys and other sensitive information": "Para armazenar chaves API e outras informações sensíveis",
|
||||
"Cancel": "Cancelar",
|
||||
"Polling interval (s)": "Intervalo de atualização (s)",
|
||||
"Expressive font": "Fonte expressiva",
|
||||
"EasyEffects": "EasyEffects",
|
||||
"Rectangular selection": "Seleção retangular",
|
||||
"Hi there! First things first...": "Olá! Primeiramente...",
|
||||
"Saved to %1": "Salvo em %1",
|
||||
"API key:\n\n```txt\n%1\n```": "Chave API:\n\n```txt\n%1\n```",
|
||||
"Line": "Linha",
|
||||
"Number show delay when pressing Super (ms)": "Atraso numérico ao pressionar Super (ms)",
|
||||
"Change any time later with /dark, /light, /wallpaper in the launcher\nIf the shell's colors aren't changing:\n 1. Open the right sidebar with Super+N\n 2. Click \"Reload Hyprland & Quickshell\" in the top-right corner": "Mude depois com /dark, /light, /wallpaper no launcher\nSe as cores não mudarem:\n 1. Abra a barra direita com Super+N\n 2. Clique em \"Recarregar Hyprland & Quickshell\" no canto superior direito",
|
||||
"Columns": "Colunas",
|
||||
"Animate time change": "Animar mudança de hora",
|
||||
"Audio": "Áudio",
|
||||
"Weeb": "Otaku",
|
||||
"Image source": "Fonte da imagem",
|
||||
"Work safety": "Segurança no trabalho (SFW)",
|
||||
"Super key symbol": "Símbolo da tecla Super",
|
||||
"Select language": "Selecionar idioma",
|
||||
"Free:": "Livre:",
|
||||
"Anime": "Anime",
|
||||
"Wallpaper & Colors": "Papel de Parede & Cores",
|
||||
"Tip: right-clicking a group\nalso expands it": "Dica: clicar com botão direito num grupo\ntambém o expande",
|
||||
"System prompt": "Prompt do sistema",
|
||||
"Automatic suspend": "Suspensão automática",
|
||||
"Thought": "Pensamento",
|
||||
"Depends on sidebars": "Depende das barras laterais",
|
||||
"Hour hand": "Ponteiro das horas",
|
||||
"Security": "Segurança",
|
||||
"Report a Bug": "Reportar um Bug",
|
||||
"Reset": "Resetar",
|
||||
"Command": "Comando",
|
||||
"Active": "Ativo",
|
||||
"Current tool: %1\nSet it with %2tool TOOL": "Ferramenta atual: %1\nDefina com %2tool FERRAMENTA",
|
||||
"Used for headings and titles": "Usado para cabeçalhos e títulos",
|
||||
"Left": "Esquerda",
|
||||
"Keybind font size": "Tamanho da fonte de atalhos",
|
||||
"Region height": "Altura da região",
|
||||
"Unpin from taskbar": "Desafixar da barra de tarefas",
|
||||
"Search for apps": "Buscar apps",
|
||||
"Use symbols for function keys": "Usar símbolos para teclas de função",
|
||||
"Hover to reveal": "Passar mouse para revelar",
|
||||
"Perhaps what you're listening to is too niche": "Talvez o que você está ouvindo seja muito nichado",
|
||||
"at": "em",
|
||||
"Value scroll": "Scroll de valor",
|
||||
"Used for general UI text": "Usado para texto geral da UI",
|
||||
"Use Hyprlock (instead of Quickshell)": "Usar Hyprlock (em vez de Quickshell)",
|
||||
"Anime boorus": "Anime boorus",
|
||||
"Sleep": "Dormir",
|
||||
"Overlay: Floating Image": "Overlay: Imagem Flutuante",
|
||||
"Time to empty:": "Tempo para descarregar:",
|
||||
"Last refresh: %1": "Última atualização: %1",
|
||||
"Music Recognized": "Música Reconhecida",
|
||||
"Music Recognition": "Reconhecimento de Música",
|
||||
"Consider plugging in your device": "Considere conectar seu dispositivo",
|
||||
"Load chat from %1": "Carregar chat de %1",
|
||||
"Edit directory": "Editar diretório",
|
||||
"To set an API key, pass it with the %4 command\n\nTo view the key, pass \"get\" with the command<br/>\n\n### For %1:\n\n**Link**: %2\n\n%3": "Para definir chave API, use o comando %4\n\nPara ver a chave, use \"get\" com o comando<br/>\n\n### Para %1:\n\n**Link**: %2\n\n%3",
|
||||
"Polling interval (ms)": "Intervalo de atualização (ms)",
|
||||
"or": "ou",
|
||||
"Timeout duration (if not defined by notification) (ms)": "Duração do tempo limite (se não definido pela notificação) (ms)",
|
||||
"Low battery": "Bateria fraca",
|
||||
"Reload Hyprland & Quickshell": "Recarregar Hyprland & Quickshell",
|
||||
"Input device": "Dispositivo de entrada",
|
||||
"Make sure you have songrec installed": "Certifique-se de ter o songrec instalado",
|
||||
"Hover to trigger": "Passar mouse para ativar",
|
||||
"Please unplug the charger": "Por favor desconecte o carregador",
|
||||
"Tool set to: %1": "Ferramenta definida para: %1",
|
||||
"Unmuted": "Com som",
|
||||
"Rectangle": "Retângulo",
|
||||
"Invalid arguments. Must provide `key` and `value`.": "Argumentos inválidos. Deve fornecer `key` e `value`.",
|
||||
"Corner style": "Estilo do canto",
|
||||
"Screenshot Path (leave empty to just copy)": "Caminho do Print (vazio para apenas copiar)",
|
||||
"Generate translation with Gemini": "Gerar tradução com Gemini",
|
||||
"Widget: Clock": "Widget: Relógio",
|
||||
"Clock style (locked)": "Estilo do relógio (bloqueado)",
|
||||
"Thinking": "Pensando",
|
||||
"Cancel wallpaper selection": "Cancelar seleção de papel de parede",
|
||||
"Superpaste": "Supercolar",
|
||||
"Bold": "Negrito",
|
||||
"Brightness and volume": "Brilho e volume",
|
||||
"Close window": "Fechar janela",
|
||||
"Overlay: General": "Overlay: Geral",
|
||||
"Sound output": "Saída de som",
|
||||
"Conflicts with the shell's system tray implementation": "Conflita com a implementação de bandeja do sistema do shell",
|
||||
"Elements": "Elementos",
|
||||
"Audio input": "Entrada de áudio",
|
||||
"Rows": "Linhas",
|
||||
"No API key\nSet it with /key YOUR_API_KEY": "Sem chave API\nDefina com /key SUA_CHAVE_API",
|
||||
"CPU": "CPU",
|
||||
"Time": "Hora",
|
||||
"Cookie clock settings": "Configurações do relógio Cookie",
|
||||
"Resources": "Recursos",
|
||||
"Enable blur": "Ativar desfoque (blur)",
|
||||
"Set the current API provider": "Definir provedor de API atual",
|
||||
"Bar style": "Estilo da barra",
|
||||
"Configuration": "Configuração",
|
||||
"Tonal Spot": "Tonal Spot",
|
||||
"Dial style": "Estilo do mostrador",
|
||||
"API key set for %1": "Chave API definida para %1",
|
||||
"Pinned": "Fixado",
|
||||
"Make sure your player has MPRIS support\nor try turning off duplicate player filtering": "Verifique se seu player tem suporte MPRIS\nou tente desligar o filtro de player duplicado",
|
||||
"Discussions": "Discussões",
|
||||
"Precipitation": "Precipitação",
|
||||
"Pick a wallpaper": "Escolha um papel de parede",
|
||||
"Random osu! seasonal background\nImage is saved to ~/Pictures/Wallpapers": "Fundo aleatório sazonal de osu!\nImagem salva em ~/Pictures/Wallpapers",
|
||||
"Press Super+G to open the overlay and pin the crosshair": "Aperte Super+G para abrir o overlay e fixar a mira",
|
||||
"Save": "Salvar",
|
||||
"Crosshair code (in Valorant's format)": "Código da mira (formato Valorant)",
|
||||
"Windows": "Janelas",
|
||||
"Copy path": "Copiar caminho",
|
||||
"Make icons pinned by default": "Fixar ícones por padrão",
|
||||
"Extra wallpaper zoom (%)": "Zoom extra do papel de parede (%)",
|
||||
"Task Manager": "Gerenciador de Tarefas",
|
||||
"Font weight": "Peso da fonte",
|
||||
"On": "Ligado",
|
||||
"Used for displaying numbers": "Usado para exibir números",
|
||||
"Unknown command:": "Comando desconhecido:",
|
||||
"Networking": "Rede",
|
||||
"Scroll to Bottom": "Rolar para o fundo",
|
||||
"If you want to somehow use fingerprint unlock...": "Se você quiser usar desbloqueio por digital de alguma forma...",
|
||||
"Use system file picker": "Usar selecionador de arquivo do sistema",
|
||||
"Fruit Salad": "Fruit Salad",
|
||||
"Line-separated": "Separado por linha",
|
||||
"Pin to taskbar": "Fixar na barra de tarefas",
|
||||
"Use old sine wave cookie implementation": "Usar implementação antiga de onda senoidal cookie",
|
||||
"Pinned on startup": "Fixado na inicialização",
|
||||
"Welcome app": "App de Boas-vindas",
|
||||
"Unknown function call: %1": "Chamada de função desconhecida: %1",
|
||||
"Shell & utilities": "Shell & utilitários",
|
||||
"Require password to power off/restart": "Exigir senha para desligar/reiniciar",
|
||||
"Scroll to change brightness": "Rolar para mudar brilho",
|
||||
"Lap": "Volta",
|
||||
"Health:": "Saúde:",
|
||||
"When the previous option is off and this is on,\nyou can still hover the corner's end to open sidebar,\nand the remaining area can be used for volume/brightness scroll": "Se a opção anterior estiver desligada e esta ligada,\nvocê ainda pode passar o mouse no fim do canto para abrir a barra lateral,\ne a área restante pode ser usada para rolagem de volume/brilho",
|
||||
"Approve": "Aprovar",
|
||||
"Font family name (e.g., JetBrains Mono NF)": "Nome da família da fonte (ex: JetBrains Mono NF)",
|
||||
"Quick": "Básico",
|
||||
"Max allowed increase": "Aumento máximo permitido",
|
||||
"Video Recording Path": "Caminho de Gravação de Vídeo",
|
||||
"Corner open": "Abrir pelo canto",
|
||||
"Enjoy your empty sidebar...": "Aproveite sua barra lateral vazia...",
|
||||
"Cloudflare WARP (1.1.1.1)": "Cloudflare WARP (1.1.1.1)",
|
||||
"Type /key to get started with online models\nCtrl+O to expand sidebar\nCtrl+P to pin sidebar\nCtrl+D to detach sidebar": "Digite /key para começar com modelos online\nCtrl+O para expandir barra lateral\nCtrl+P para fixar\nCtrl+D para destacar",
|
||||
"Digital": "Digital",
|
||||
"Balance brightness based on content": "Balancear brilho baseado no conteúdo",
|
||||
"Open editor": "Abrir editor",
|
||||
"Replace for \"Scroll ↓\", \"Scroll ↑\", L \"LMB\", R \"RMB\", \"Scroll ↑/↓\" and ⇞/⇟ for \"Page_↑/↓\"": "Substitui por \"Scroll ↓\", \"Scroll ↑\", L \"Botão Esq.\", R \"Botão Dir.\", \"Scroll ↑/↓\" e ⇞/⇟ por \"Page_↑/↓\"",
|
||||
"Window": "Janela",
|
||||
"EasyEffects | Right-click to configure": "EasyEffects | Botão direito para configurar",
|
||||
"Refreshing (manually triggered)": "Atualizando (acionado manualmente)",
|
||||
"Distro": "Distro",
|
||||
"Prefixes": "Prefixos",
|
||||
"e.g. for Ctrl, for Alt, for Shift, etc": "ex: para Ctrl, para Alt, para Shift, etc",
|
||||
"Pressure": "Pressão",
|
||||
"Second hand": "Ponteiro de segundos",
|
||||
"To Do": "A Fazer",
|
||||
"Silent": "Silencioso",
|
||||
"Uses Gemini to categorize the wallpaper then picks a preset based on it.\nYou'll need to set Gemini API key on the left sidebar first.\nImages are downscaled for performance, but just to be safe,\ndo not select wallpapers with sensitive information.": "Usa Gemini para categorizar o papel de parede e escolhe um preset.\nVocê precisa definir a chave API do Gemini na barra esquerda antes.\nImagens são reduzidas para desempenho, mas por segurança,\nnão selecione papéis de parede com informações sensíveis.",
|
||||
"Move right": "Mover para direita",
|
||||
"Auto": "Auto",
|
||||
"Move to front": "Mover para frente",
|
||||
"Top": "Topo",
|
||||
"Pomodoro": "Pomodoro",
|
||||
"Copy": "Copiar",
|
||||
"Weather": "Clima",
|
||||
"Couldn't recognize music": "Não foi possível reconhecer a música",
|
||||
"More comfortable viewing at night": "Visualização mais confortável à noite",
|
||||
"That didn't work. Tips:\n- Check your tags and NSFW settings\n- If you don't have a tag in mind, type a page number": "Não funcionou. Dicas:\n- Verifique suas tags e configurações NSFW\n- Se não tiver uma tag em mente, digite um número de página",
|
||||
"Polling interval (m)": "Intervalo de atualização (m)",
|
||||
"%1 notifications": "%1 notificações",
|
||||
"Long break": "Pausa longa",
|
||||
"Keep system awake": "Manter sistema acordado",
|
||||
"Place at bottom": "Colocar no fundo",
|
||||
"Wallpaper safety enforced": "Segurança de papel de parede forçada",
|
||||
"Shutdown": "Desligar",
|
||||
"Game mode": "Modo de jogo",
|
||||
"<i>No further instruction provided</i>": "<i>Nenhuma instrução adicional fornecida</i>",
|
||||
"Add task": "Adicionar tarefa",
|
||||
"Policies": "Políticas",
|
||||
"Discharging:": "Descarregando:",
|
||||
"Translation goes here...": "Tradução vai aqui...",
|
||||
"Depends on workspace": "Depende do workspace",
|
||||
"Open recordings folder": "Abrir pasta de gravações",
|
||||
"Vertical": "Vertical",
|
||||
"Hide sussy/anime wallpapers": "Esconder wallpapers suspeitos/anime",
|
||||
"Enjoy! You can reopen the welcome app any time with <tt>Super+Shift+Alt+/</tt>. To open the settings app, hit <tt>Super+I</tt>": "Aproveite! Você pode reabrir o app de boas-vindas a qualquer momento com <tt>Super+Shift+Alt+/</tt>. Para abrir as configurações, aperte <tt>Super+I</tt>",
|
||||
"Math result": "Resultado matemático",
|
||||
"Nothing here!": "Nada aqui!",
|
||||
"Font used for Nerd Font icons": "Fonte usada para ícones Nerd Font",
|
||||
"Illegal increment": "Incremento ilegal",
|
||||
"Microphone": "Microfone",
|
||||
"System uptime:": "Tempo de atividade:",
|
||||
"Automatically suspends the system when battery is low": "Suspende automaticamente o sistema quando a bateria está fraca",
|
||||
"Notifications": "Notificações",
|
||||
"Pick random from this folder": "Escolher aleatório desta pasta",
|
||||
"Interface Language": "Idioma da Interface",
|
||||
"Reject": "Rejeitar",
|
||||
"Clock style": "Estilo do relógio",
|
||||
"Click to show": "Clique para mostrar",
|
||||
"Hide clipboard images copied from sussy sources": "Esconder imagens da área de transferência de fontes suspeitas",
|
||||
"Random SFW Anime wallpaper from Konachan\nImage is saved to ~/Pictures/Wallpapers": "Wallpaper Anime SFW aleatório do Konachan\nImagem salva em ~/Pictures/Wallpapers",
|
||||
"Wind": "Vento",
|
||||
"Bottom": "Inferior",
|
||||
"Background": "Fundo",
|
||||
"Enter tags, or \"%1\" for commands": "Digite tags, ou \"%1\" para comandos",
|
||||
"Usage: %1tool TOOL_NAME": "Uso: %1tool NOME_FERRAMENTA",
|
||||
"Automatically hide": "Ocultar automaticamente",
|
||||
"Focusing": "Focando",
|
||||
"Charging:": "Carregando:",
|
||||
"Task description": "Descrição da tarefa",
|
||||
"See fewer": "Ver menos",
|
||||
"Enable translator": "Ativar tradutor",
|
||||
"Weather Service": "Serviço de Clima",
|
||||
"Settings": "Configurações",
|
||||
"Allow NSFW content": "Permitir conteúdo NSFW",
|
||||
"Always show numbers": "Sempre mostrar números",
|
||||
"Could be images or parts of the screen that have some containment.\nMight not always be accurate.\nThis is done with an image processing algorithm run locally and no AI is used.": "Podem ser imagens ou partes da tela com alguma contenção.\nPode não ser sempre preciso.\nIsso é feito com um algoritmo de processamento de imagem local, sem IA.",
|
||||
"Current model: %1\nSet it with %2model MODEL": "Modelo atual: %1\nDefina com %2model MODELO",
|
||||
"System sound": "Som do sistema",
|
||||
"City name": "Nome da cidade",
|
||||
"Write something here...\nUse '-' to create copyable bullet points, like this:\n\nSheep fricker\n- 4x Slab\n- 1x Boat\n- 4x Redstone Dust\n- 1x Sticky Piston\n- 1x End Rod\n- 4x Redstone Repeater\n- 1x Redstone Torch\n- 1x Sheep": "Escreva algo aqui...\nUse '-' para criar marcadores copiáveis, assim:\n\nFarm de Ovelhas\n- 4x Laje\n- 1x Barco\n- 4x Pó de Redstone\n- 1x Pistão Aderente\n- 1x Lâmpada do End\n- 4x Repetidor de Redstone\n- 1x Tocha de Redstone\n- 1x Ovelha",
|
||||
"Right to left": "Direita para esquerda",
|
||||
"Choose file": "Escolher arquivo",
|
||||
"Could be better if you make a ton of typos,\nbut results can be weird and might not work with acronyms\n(e.g. \"GIMP\" might not give you the paint program)": "Pode ser melhor se você cometer muitos erros de digitação,\nmas os resultados podem ser estranhos e falhar com siglas\n(ex: \"GIMP\" pode não retornar o editor de imagem)",
|
||||
"Commands, edit configs, search.\nTakes an extra turn to switch to search mode if that's needed": "Comandos, editar configs, buscar.\nLeva um turno extra para mudar para modo de busca se necessário",
|
||||
"Media": "Mídia",
|
||||
"Constantly rotate": "Girar constantemente",
|
||||
"No applications": "Nenhum aplicativo",
|
||||
"Not connected": "Não conectado",
|
||||
"Use macOS-like symbols for mods keys": "Usar símbolos estilo macOS para mods de teclas",
|
||||
"Network": "Rede",
|
||||
"Useless buttons": "Botões inúteis",
|
||||
"Top-down": "De cima para baixo",
|
||||
"Sound input": "Entrada de som",
|
||||
"Close (Esc)": "Fechar (Esc)",
|
||||
"No pending tasks": "Nenhuma tarefa pendente",
|
||||
"Save chat": "Salvar chat",
|
||||
"Clear all": "Limpar tudo",
|
||||
"Unpin from Start": "Desafixar do Iniciar",
|
||||
"Rect": "Retângulo",
|
||||
"Aligns the date and quote to left, center or right depending on its position on the screen.": "Alinha data e citação à esquerda, centro ou direita dependendo da posição na tela.",
|
||||
"Overlay: Crosshair": "Overlay: Mira",
|
||||
"Circle to Search": "Circular para Pesquisar",
|
||||
"Online via %1 | %2's model": "Online via %1 | Modelo de %2",
|
||||
"(Plugged in)": "(Conectado)",
|
||||
"Earbang protection": "Proteção auditiva",
|
||||
"Edit quick toggles": "Editar botões rápidos",
|
||||
"Numbers font": "Fonte dos números",
|
||||
"Temperature must be between 0 and 2": "Temperatura deve ser entre 0 e 2",
|
||||
"Productivity": "Produtividade",
|
||||
"Eye protection": "Proteção ocular",
|
||||
"You'll need to enter your Gemini API key first.\nType /key on the sidebar for instructions.": "Você precisa inserir sua chave API Gemini primeiro.\nDigite /key na barra lateral para instruções.",
|
||||
"Minute hand": "Ponteiro de minutos",
|
||||
"Second precision": "Precisão de segundos",
|
||||
"Wallpaper selector": "Seletor de papel de parede",
|
||||
"Close": "Fechar",
|
||||
"Critical warning": "Aviso crítico",
|
||||
"Connect": "Conectar",
|
||||
"Polkit": "Polkit",
|
||||
"Locked": "Bloqueado",
|
||||
"Connected": "Conectado",
|
||||
"Allows you to open sidebars by clicking or hovering screen corners regardless of bar position": "Permite abrir barras laterais clicando ou passando mouse nos cantos, independente da posição da barra",
|
||||
"Volume mixer": "Mixer de volume",
|
||||
"Done": "Feito",
|
||||
"12h am/pm": "12h am/pm",
|
||||
"**Pricing**: free. Data used for training.\n\n**Instructions**: Log into Google account, allow AI Studio to create Google Cloud project or whatever it asks, go back and click Get API key": "**Preço**: grátis. Dados usados para treinamento.\n\n**Instruções**: Logue na conta Google, permita o AI Studio criar projeto Google Cloud, volte e clique em Get API key",
|
||||
"Regenerate": "Regenerar",
|
||||
"Screen round corner": "Canto arredondado da tela",
|
||||
"Nerd font icons": "Ícones Nerd Font",
|
||||
"Unknown": "Desconhecido",
|
||||
"Critically low battery": "Bateria criticamente fraca",
|
||||
"Enable if you want clocks to show seconds accurately": "Ative se quiser que relógios mostrem segundos com precisão",
|
||||
"Break": "Pausa",
|
||||
"Quick markup (Ctrl+E)": "Marcação rápida (Ctrl+E)",
|
||||
"Use Levenshtein distance-based algorithm instead of fuzzy": "Usar algoritmo baseado em distância Levenshtein em vez de fuzzy",
|
||||
"Identify Music": "Identificar Música",
|
||||
"Fahrenheit unit": "Unidade Fahrenheit",
|
||||
"Scroll to change volume": "Rolar para mudar volume",
|
||||
"Number style": "Estilo do número",
|
||||
"Circle selection": "Seleção circular",
|
||||
"Workspaces shown": "Workspaces mostrados",
|
||||
"Actions": "Ações",
|
||||
"OK": "OK",
|
||||
"The hentai one | Great quantity, a lot of NSFW, quality varies wildly": "O de hentai | Grande quantidade, muito NSFW, qualidade varia muito",
|
||||
"Rainbow": "Arco-íris",
|
||||
"Back": "Voltar",
|
||||
"Layers": "Camadas",
|
||||
"Random: osu! seasonal": "Aleatório: osu! seasonal",
|
||||
"Pause": "Pausar",
|
||||
"Dotfiles": "Dotfiles",
|
||||
"Services": "Serviços",
|
||||
"Title font": "Fonte do título",
|
||||
"Use varying shapes for password characters": "Usar formas variadas para caracteres de senha",
|
||||
"Group style": "Estilo de grupo",
|
||||
"Main font": "Fonte principal",
|
||||
"Show aim lines": "Mostrar linhas de mira",
|
||||
"**Instructions**: Log into Mistral account, go to Keys on the sidebar, click Create new key": "**Instruções**: Logue na conta Mistral, vá em Keys na barra lateral, clique em Create new key",
|
||||
"Change password": "Alterar senha",
|
||||
"Get the latest features and security improvements with\nthe newest feature update.\n\n%1 packages": "Obtenha os últimos recursos e melhorias de segurança com\na atualização mais recente.\n\n%1 pacotes",
|
||||
"Load prompt from %1": "Carregar prompt de %1",
|
||||
"On-screen keyboard": "Teclado virtual",
|
||||
"No API key set for %1": "Nenhuma chave API definida para %1",
|
||||
"Invalid model. Supported: \n```": "Modelo inválido. Suportados: \n```",
|
||||
"Command rejected by user": "Comando rejeitado pelo usuário",
|
||||
"Language": "Idioma",
|
||||
"Add": "Adicionar",
|
||||
"Save paths": "Caminhos de salvamento",
|
||||
"Lock screen": "Tela de bloqueio",
|
||||
"Light": "Claro",
|
||||
"Right": "Direita",
|
||||
"Edit": "Editar",
|
||||
"Draggable": "Arrastável",
|
||||
"Local Ollama model | %1": "Modelo local Ollama | %1",
|
||||
"Display modifiers and keys in multiple keycap (e.g., \"Ctrl + A\" instead of \"Ctrl A\" or \" + A\" instead of \" A\")": "Mostrar modificadores e teclas em teclas múltiplas (ex: \"Ctrl + A\" em vez de \"Ctrl A\")",
|
||||
"Restart": "Reiniciar",
|
||||
"Move left": "Mover para esquerda",
|
||||
"Forget": "Esquecer",
|
||||
"More Bluetooth settings": "Mais configurações de Bluetooth",
|
||||
"Fonts": "Fontes",
|
||||
"Secured": "Seguro",
|
||||
"Utility buttons": "Botões utilitários",
|
||||
"Hibernate": "Hibernar",
|
||||
"Unknown Artist": "Artista Desconhecido",
|
||||
"Load chat": "Carregar chat",
|
||||
"Anti-flashbang": "Proteção de brilho",
|
||||
"Enabled": "Ativado",
|
||||
"Always": "Sempre",
|
||||
"Not secured": "Não seguro",
|
||||
"Invalid arguments. Must provide `command`.": "Argumentos inválidos. Deve fornecer `command`.",
|
||||
"Font family": "Família da fonte",
|
||||
"Page %1": "Página %1",
|
||||
"Resume": "Resumir",
|
||||
"Web": "Web",
|
||||
"Save chat to %1": "Salvar chat em %1",
|
||||
"Tint app icons": "Colorir ícones de app",
|
||||
"Color picker": "Seletor de cores",
|
||||
"Night Light | Right-click to toggle Auto mode": "Luz Noturna | Botão direito para alternar modo Auto",
|
||||
"Inactive": "Inativo"
|
||||
}
|
||||
+3
-3
@@ -94,7 +94,7 @@ Tips:
|
||||
- Font name: `Rubik`, `Rubik Light`
|
||||
- Used in Hyprland, kdeglobals, matugen, qt5ct, qt6ct and Quickshell config.
|
||||
- `ttf-twemoji`
|
||||
- Not explicitly used, but it may help as fallback for displaying emoji charaters.
|
||||
- Not explicitly used, but it may help as fallback for displaying emoji characters.
|
||||
|
||||
## illogical-impulse-hyprland
|
||||
- `hyprland`
|
||||
@@ -106,13 +106,13 @@ Tips:
|
||||
|
||||
## illogical-impulse-kde
|
||||
- `bluedevil`
|
||||
- Seems not being used anywhere, maybe a part of KDE settings panel.
|
||||
- Provide command `kcmshell6 kcm_bluetooth` used by Quickshell bluetooth functionality.
|
||||
- `gnome-keyring`
|
||||
- Provide executable `gnome-keyring-daemon`, used in Hyprland and Quickshell config.
|
||||
- `networkmanager`
|
||||
- Basic component.
|
||||
- `plasma-nm`
|
||||
- Seems not being used anywhere, maybe a part of KDE settings panel.
|
||||
- Provide command `kcmshell6 kcm_networkmanagement` used by Quickshell network functionality.
|
||||
- `polkit-kde-agent`
|
||||
- Basic component.
|
||||
- `dolphin`
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# COPR repositories list
|
||||
# "solopasha/hyprland" is not up to date to the current Hyprland version, replaced with the fork "sdegler/hyprland"
|
||||
[copr]
|
||||
repos = [
|
||||
"ririko66z/dots-hyprland",
|
||||
"solopasha/hyprland",
|
||||
"sdegler/hyprland",
|
||||
"deltacopy/darkly",
|
||||
"alternateved/eza",
|
||||
"atim/starship"
|
||||
@@ -83,7 +84,7 @@ packages = [
|
||||
[groups.hyprland]
|
||||
packages = [
|
||||
"hyprland",
|
||||
"hyprland-qtutils",
|
||||
"hyprland-guiutils",
|
||||
"hyprsunset",
|
||||
"wl-clipboard"
|
||||
]
|
||||
|
||||
@@ -45,7 +45,9 @@ if which pacman &>/dev/null; then
|
||||
fi
|
||||
fi
|
||||
UPDATE_IGNORE_FILE="${REPO_ROOT}/.updateignore"
|
||||
HOME_UPDATE_IGNORE_FILE="${HOME}/.updateignore"
|
||||
XDG_UPDATE_IGNORE_FILE="${XDG_CONFIG_HOME:-$HOME/.config}/illogical-impulse/updateignore"
|
||||
#TODO: remove in future and add script to migrate to XDG path
|
||||
HOME_UPDATE_IGNORE_FILE="${HOME}/.updateignore" # Legacy support
|
||||
|
||||
# Global arrays for cached ignore patterns (performance optimization)
|
||||
declare -a IGNORE_PATTERNS=()
|
||||
@@ -156,7 +158,7 @@ load_ignore_patterns() {
|
||||
IGNORE_PATTERNS=()
|
||||
IGNORE_SUBSTRING_PATTERNS=()
|
||||
|
||||
for ignore_file in "$UPDATE_IGNORE_FILE" "$HOME_UPDATE_IGNORE_FILE"; do
|
||||
for ignore_file in "$UPDATE_IGNORE_FILE" "$XDG_UPDATE_IGNORE_FILE" "$HOME_UPDATE_IGNORE_FILE"; do
|
||||
[[ ! -f "$ignore_file" ]] && continue
|
||||
|
||||
while IFS= read -r pattern || [[ -n "$pattern" ]]; do
|
||||
@@ -450,10 +452,10 @@ handle_file_conflict() {
|
||||
i)
|
||||
local relative_path_to_home="${home_file#$HOME/}"
|
||||
if [[ "$DRY_RUN" == true ]]; then
|
||||
log_info "[DRY-RUN] Would add '$relative_path_to_home' to $HOME_UPDATE_IGNORE_FILE"
|
||||
log_info "[DRY-RUN] Would add '$relative_path_to_home' to $XDG_UPDATE_IGNORE_FILE"
|
||||
else
|
||||
echo "$relative_path_to_home" >>"$HOME_UPDATE_IGNORE_FILE"
|
||||
log_success "Added '$relative_path_to_home' to $HOME_UPDATE_IGNORE_FILE and skipped."
|
||||
echo "$relative_path_to_home" >>"$XDG_UPDATE_IGNORE_FILE"
|
||||
log_success "Added '$relative_path_to_home' to $XDG_UPDATE_IGNORE_FILE and skipped."
|
||||
fi
|
||||
break
|
||||
;;
|
||||
@@ -478,10 +480,10 @@ handle_file_conflict() {
|
||||
7)
|
||||
local relative_path_to_home="${home_file#$HOME/}"
|
||||
if [[ "$DRY_RUN" == true ]]; then
|
||||
log_info "[DRY-RUN] Would add '$relative_path_to_home' to $HOME_UPDATE_IGNORE_FILE"
|
||||
log_info "[DRY-RUN] Would add '$relative_path_to_home' to $XDG_UPDATE_IGNORE_FILE"
|
||||
else
|
||||
echo "$relative_path_to_home" >>"$HOME_UPDATE_IGNORE_FILE"
|
||||
log_success "Added '$relative_path_to_home' to $HOME_UPDATE_IGNORE_FILE and skipped."
|
||||
echo "$relative_path_to_home" >>"$XDG_UPDATE_IGNORE_FILE"
|
||||
log_success "Added '$relative_path_to_home' to $XDG_UPDATE_IGNORE_FILE and skipped."
|
||||
fi
|
||||
break
|
||||
;;
|
||||
@@ -1158,11 +1160,11 @@ if [[ "$process_files" == true ]]; then
|
||||
echo "- New files created: $files_created"
|
||||
fi
|
||||
|
||||
if [[ ! -f "$HOME_UPDATE_IGNORE_FILE" && ! -f "$UPDATE_IGNORE_FILE" ]]; then
|
||||
if [[ ! -f "$XDG_UPDATE_IGNORE_FILE" && ! -f "$UPDATE_IGNORE_FILE" ]]; then
|
||||
echo
|
||||
log_info "Tip: Create ignore files to exclude files from updates:"
|
||||
echo " - Repository ignore: ${REPO_ROOT}/.updateignore"
|
||||
echo " - User ignore: ~/.updateignore"
|
||||
echo " - User ignore: ${XDG_UPDATE_IGNORE_FILE}"
|
||||
echo
|
||||
echo "Example patterns:"
|
||||
echo " *.log # Ignore all .log files"
|
||||
|
||||
@@ -469,7 +469,7 @@ test_shellcheck() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
if shellcheck -e SC1090,SC1091,SC2148,SC2034,SC2155,SC2164 setup then
|
||||
if shellcheck -e SC1090,SC1091,SC2148,SC2034,SC2155,SC2164 setup; then
|
||||
log_pass "shellcheck passed"
|
||||
return 0
|
||||
else
|
||||
|
||||
@@ -45,7 +45,12 @@ function delete_targets(){
|
||||
printf "${STY_YELLOW}Target \"$path\" inexists, skipping...${STY_RST}\n"
|
||||
continue
|
||||
elif [[ "$path" == "$HOME"* ]]; then
|
||||
x rm -- "$path"
|
||||
if [[ -d "$path" ]]; then
|
||||
x rm -r -- "$path"
|
||||
else
|
||||
x rm -- "$path"
|
||||
fi
|
||||
|
||||
else
|
||||
while true; do
|
||||
printf "WARNING: Target \"$path\" is not under \$HOME. Still delete it?\ny=Yes, delete it;\nn=No, skip this one\n"
|
||||
@@ -53,7 +58,11 @@ function delete_targets(){
|
||||
echo
|
||||
case "$ans" in
|
||||
y|Y)
|
||||
x rm -- "$path"
|
||||
if [[ -d "$path" ]]; then
|
||||
x rm -r -- "$path"
|
||||
else
|
||||
x rm -- "$path"
|
||||
fi
|
||||
break 1
|
||||
;;
|
||||
n|N)
|
||||
|
||||
Reference in New Issue
Block a user