mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#46 SSH term fontSize
This commit is contained in:
@@ -443,6 +443,12 @@ abstract class S {
|
||||
/// **'Files'**
|
||||
String get files;
|
||||
|
||||
/// No description provided for @fontSize.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Font size'**
|
||||
String get fontSize;
|
||||
|
||||
/// No description provided for @foundNUpdate.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -192,6 +192,9 @@ class SDe extends S {
|
||||
@override
|
||||
String get files => 'Dateien';
|
||||
|
||||
@override
|
||||
String get fontSize => 'Schriftgröße';
|
||||
|
||||
@override
|
||||
String foundNUpdate(Object count) {
|
||||
return 'Update $count gefunden';
|
||||
|
||||
@@ -192,6 +192,9 @@ class SEn extends S {
|
||||
@override
|
||||
String get files => 'Files';
|
||||
|
||||
@override
|
||||
String get fontSize => 'Font size';
|
||||
|
||||
@override
|
||||
String foundNUpdate(Object count) {
|
||||
return 'Found $count update';
|
||||
|
||||
@@ -192,6 +192,9 @@ class SZh extends S {
|
||||
@override
|
||||
String get files => '文件';
|
||||
|
||||
@override
|
||||
String get fontSize => '字体大小';
|
||||
|
||||
@override
|
||||
String foundNUpdate(Object count) {
|
||||
return '找到 $count 个更新';
|
||||
|
||||
Reference in New Issue
Block a user