ci(i18n): first pull, only automatic a-z re-ordering

This commit is contained in:
Lemmy
2026-07-18 01:36:29 -04:00
parent cd74418265
commit 1e23c02e0b
24 changed files with 881 additions and 671 deletions
+37 -37
View File
@@ -1,12 +1,11 @@
{
"title": "Shelly",
"notify": {
"new_updates": {
"title": "New Updates Available",
"description": "There are {count} new updates available for your system."
}
},
"bar": {
"click_handler": {
"error": {
"missing_cli": "Shelly CLI is not installed. Please install it to use this feature.",
"missing_gui": "Shelly GUI is not installed. Please install it to use this feature."
}
},
"text": {
"error": "?",
"updates": {
@@ -16,53 +15,54 @@
},
"tooltip": {
"aur_title": "AUR",
"flatpak_title": "Flatpak",
"packages_title": "Packages",
"no_updates": "System is up to date",
"error": {
"decode_json": "Failed to decode output from `shelly check-updates --json`"
}
},
"click_handler": {
"error": {
"missing_gui": "Shelly GUI is not installed. Please install it to use this feature.",
"missing_cli": "Shelly CLI is not installed. Please install it to use this feature."
}
},
"flatpak_title": "Flatpak",
"no_updates": "System is up to date",
"packages_title": "Packages"
}
},
"notify": {
"new_updates": {
"description": "There are {count} new updates available for your system.",
"title": "New Updates Available"
}
},
"settings": {
"interval": {
"label": "Refresh Seconds",
"description": "How often the service checks for updates in the background."
},
"notify": {
"label": "Notify",
"description": "Whether to show a notification when new updates are available."
},
"click_action": {
"label": "Click Action",
"description": "What happens when you click on the bar.",
"label": "Click Action",
"options": {
"none": "Nothing",
"open_gui": "Open Shelly GUI",
"open_updater": "Start Update in Terminal"
}
},
"hide_when_up_to_date": {
"label": "Hide When Up-to-Date",
"description": "Whether to hide the bar when there are no updates available."
},
"color": {
"label": "Color",
"description": "The color of the bar text."
"description": "The color of the bar text.",
"label": "Color"
},
"glyph": {
"label": "Glyph",
"description": "The glyph shown before the label."
"description": "The glyph shown before the label.",
"label": "Glyph"
},
"glyph_color": {
"label": "Glyph Color",
"description": "The color of the glyph."
"description": "The color of the glyph.",
"label": "Glyph Color"
},
"hide_when_up_to_date": {
"description": "Whether to hide the bar when there are no updates available.",
"label": "Hide When Up-to-Date"
},
"interval": {
"description": "How often the service checks for updates in the background.",
"label": "Refresh Seconds"
},
"notify": {
"description": "Whether to show a notification when new updates are available.",
"label": "Notify"
}
}
},
"title": "Shelly"
}