chore: missing l10n noLineChart (#413)

Fixes #412
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-23 15:39:30 +08:00
committed by GitHub
parent 190da74f66
commit 2e9ad7d7cb
9 changed files with 33 additions and 31 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 977;
static const int build = 985;
static const int script = 49;
}

View File

@@ -178,6 +178,7 @@
"newContainer": "Nieuwe container",
"noClient": "Geen client",
"noInterface": "Geen interface",
"noLineChart": "lijndiagrammen gebruiken",
"noNotiPerm": "Geen meldingsmachtigingen, mogelijk geen voortgangsindicatie bij het downloaden van app-updates.",
"noOptions": "Geen opties",
"noPrivateKeyTip": "De privésleutel bestaat niet, deze is mogelijk verwijderd of er is een configuratiefout.",

View File

@@ -178,7 +178,7 @@
"newContainer": "Novo contêiner",
"noClient": "Sem conexão SSH",
"noInterface": "Sem interface disponível",
"noLineChart": "Gebruik geen lijndiagrammen",
"noLineChart": "Não usar gráficos de linha",
"noNotiPerm": "Sem permissão de notificação, possivelmente sem indicação de progresso ao baixar atualizações de aplicativos.",
"noOptions": "Sem opções",
"noPrivateKeyTip": "A chave privada não existe, pode ter sido deletada ou há um erro de configuração.",

View File

@@ -178,7 +178,7 @@
"newContainer": "создать контейнер",
"noClient": "нет SSH соединения",
"noInterface": "нет доступных интерфейсов",
"noLineChart": "Não use gráficos de linha",
"noLineChart": "Не использовать линейные графики",
"noNotiPerm": "Нет разрешения на уведомления, возможно отсутствие индикации прогресса при загрузке обновлений приложений.",
"noOptions": "нет доступных опций",
"noPrivateKeyTip": "Приватный ключ не существует, возможно, он был удален или есть ошибка в настройках.",

View File

@@ -55,6 +55,7 @@ abstract final class PlatformPublicSettings {
return ListTile(
title: Text(l10n.rememberWindowSize),
/// Copied from `fl_build/view/store_switch`
trailing: ValBuilder(
listenable: isBusy,