mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Fix missing brightness localized strings
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
authenticating = authenticating...
|
authenticating = authenticating...
|
||||||
|
brightness_down = decrease brightness
|
||||||
|
brightness_up = increase brightness
|
||||||
capslock = capslock
|
capslock = capslock
|
||||||
err_alloc = failed memory allocation
|
err_alloc = failed memory allocation
|
||||||
err_bounds = out-of-bounds index
|
err_bounds = out-of-bounds index
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
authenticating = authentification...
|
authenticating = authentification...
|
||||||
|
brightness_down = diminuer la luminosité
|
||||||
|
brightness_up = augmenter la luminosité
|
||||||
capslock = verr.maj
|
capslock = verr.maj
|
||||||
err_alloc = échec d'allocation mémoire
|
err_alloc = échec d'allocation mémoire
|
||||||
err_bounds = indice hors-limite
|
err_bounds = indice hors-limite
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
authenticating: []const u8 = "authenticating...",
|
authenticating: []const u8 = "authenticating...",
|
||||||
|
brightness_down: []const u8 = "decrease brightness",
|
||||||
|
brightness_up: []const u8 = "increase brightness",
|
||||||
capslock: []const u8 = "capslock",
|
capslock: []const u8 = "capslock",
|
||||||
err_alloc: []const u8 = "failed memory allocation",
|
err_alloc: []const u8 = "failed memory allocation",
|
||||||
err_bounds: []const u8 = "out-of-bounds index",
|
err_bounds: []const u8 = "out-of-bounds index",
|
||||||
@@ -56,5 +58,3 @@ sleep: []const u8 = "sleep",
|
|||||||
wayland: []const u8 = "wayland",
|
wayland: []const u8 = "wayland",
|
||||||
xinitrc: [:0]const u8 = "xinitrc",
|
xinitrc: [:0]const u8 = "xinitrc",
|
||||||
x11: []const u8 = "x11",
|
x11: []const u8 = "x11",
|
||||||
brightness_down: []const u8 = "decrease brightness",
|
|
||||||
brightness_up: []const u8 = "increase brightness",
|
|
||||||
|
|||||||
Reference in New Issue
Block a user