mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-23 16:45:27 +01:00
#76 add translation
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
"ms": "ms",
|
||||
"name": "Name",
|
||||
"needRestart": "App muss neugestartet werden",
|
||||
"netViewType": "Netzwerkansicht Typ",
|
||||
"newContainer": "Neuer Container",
|
||||
"noClient": "Kein Client",
|
||||
"noInterface": "Kein Interface",
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
"ms": "ms",
|
||||
"name": "Name",
|
||||
"needRestart": "Need to restart app",
|
||||
"netViewType": "Net view type",
|
||||
"newContainer": "New container",
|
||||
"noClient": "No client",
|
||||
"noInterface": "No interface",
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
"ms": "毫秒",
|
||||
"name": "名称",
|
||||
"needRestart": "需要重启 App",
|
||||
"netViewType": "网络视图类型",
|
||||
"newContainer": "新建容器",
|
||||
"noClient": "没有SSH连接",
|
||||
"noInterface": "没有可用的接口",
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
"ms": "毫秒",
|
||||
"name": "名稱",
|
||||
"needRestart": "需要重啓 App",
|
||||
"netViewType": "網絡視圖類型",
|
||||
"newContainer": "新建容器",
|
||||
"noClient": "沒有SSH連接",
|
||||
"noInterface": "沒有可用的接口",
|
||||
|
||||
@@ -906,7 +906,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
))
|
||||
.toList();
|
||||
return ListTile(
|
||||
title: Text('net view type'),
|
||||
title: Text(_s.netViewType),
|
||||
trailing: ValueBuilder(
|
||||
listenable: _netViewType,
|
||||
build: () => PopupMenuButton<NetViewType>(
|
||||
|
||||
Reference in New Issue
Block a user