🌐 ags(i18n/pt_BR): fix incorrect tr key name
This commit is contained in:
@@ -24,8 +24,8 @@ export default {
|
|||||||
},
|
},
|
||||||
recording: {
|
recording: {
|
||||||
title: "Gravação de Tela",
|
title: "Gravação de Tela",
|
||||||
disabled_description: "Iniciar gravação",
|
disabled_desc: "Iniciar gravação",
|
||||||
enabled_description: "Parar gravação",
|
enabled_desc: "Parar gravação",
|
||||||
},
|
},
|
||||||
dnd: {
|
dnd: {
|
||||||
title: "Não Perturbe"
|
title: "Não Perturbe"
|
||||||
|
|||||||
+20
-20
@@ -1,26 +1,26 @@
|
|||||||
// SCSS Variables
|
// SCSS Variables
|
||||||
// Generated by 'wal'
|
// Generated by 'wal'
|
||||||
$wallpaper: "/home/joaov/wallpapers/Garden Kita.png";
|
$wallpaper: "/home/joaov/wallpapers/Gumi VOCALOID.png";
|
||||||
|
|
||||||
// Special
|
// Special
|
||||||
$background: #101212;
|
$background: #201002;
|
||||||
$foreground: #c3c3c3;
|
$foreground: #c7c3bf;
|
||||||
$cursor: #c3c3c3;
|
$cursor: #c7c3bf;
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
$color0: #101212;
|
$color0: #201002;
|
||||||
$color1: #778839;
|
$color1: #DDA65D;
|
||||||
$color2: #6C965F;
|
$color2: #F0BE55;
|
||||||
$color3: #B4B350;
|
$color3: #789B8A;
|
||||||
$color4: #96A460;
|
$color4: #A5B397;
|
||||||
$color5: #658388;
|
$color5: #CEAD95;
|
||||||
$color6: #B0B493;
|
$color6: #E7D3A7;
|
||||||
$color7: #8e9898;
|
$color7: #98938e;
|
||||||
$color8: #596d6d;
|
$color8: #6e635a;
|
||||||
$color9: #a3b757;
|
$color9: #d2b997;
|
||||||
$color10: #85c373;
|
$color10: #d4c39d;
|
||||||
$color11: #c6c67a;
|
$color11: #83c9a7;
|
||||||
$color12: #b7c67a;
|
$color12: #bad6a0;
|
||||||
$color13: #6eb7c1;
|
$color13: #dbc0ad;
|
||||||
$color14: #ced59e;
|
$color14: #e5dbc4;
|
||||||
$color15: #c3c3c3;
|
$color15: #c7c3bf;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export const TileRecording = Tile({
|
|||||||
description: bind(Recording.getDefault(), "recording").as(
|
description: bind(Recording.getDefault(), "recording").as(
|
||||||
(isRecording: boolean) => isRecording ?
|
(isRecording: boolean) => isRecording ?
|
||||||
"Recording {time}"
|
"Recording {time}"
|
||||||
: tr("control_center.tiles.recording.disabled_description") || "Start recording"
|
: tr("control_center.tiles.recording.disabled_desc") || "Start recording"
|
||||||
),
|
),
|
||||||
icon: "",
|
icon: "",
|
||||||
onToggledOff: () => Recording.getDefault().stopRecording(),
|
onToggledOff: () => Recording.getDefault().stopRecording(),
|
||||||
|
|||||||
Reference in New Issue
Block a user