Update ja.rs and Add "About Rustdesk" (#8784)
* Update ja.rs Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> * Update ja.rs Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> * Add 'About RustDesk' Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com> --------- Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
31e7b6acf1
commit
b828768fa9
@@ -1806,7 +1806,7 @@ class _AboutState extends State<_About> {
|
||||
child: SingleChildScrollView(
|
||||
controller: scrollController,
|
||||
physics: DraggableNeverScrollableScrollPhysics(),
|
||||
child: _Card(title: '${translate('About')} RustDesk', children: [
|
||||
child: _Card(title: translate('About RustDesk'), children: [
|
||||
Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
||||
@@ -395,7 +395,7 @@ class _WebMenuState extends State<WebMenu> {
|
||||
[
|
||||
PopupMenuItem(
|
||||
value: "about",
|
||||
child: Text('${translate('About')} RustDesk'),
|
||||
child: Text(translate('About RustDesk')),
|
||||
)
|
||||
];
|
||||
},
|
||||
|
||||
@@ -807,7 +807,7 @@ void showThemeSettings(OverlayDialogManager dialogManager) async {
|
||||
void showAbout(OverlayDialogManager dialogManager) {
|
||||
dialogManager.show((setState, close, context) {
|
||||
return CustomAlertDialog(
|
||||
title: Text('${translate('About')} RustDesk'),
|
||||
title: Text(translate('About RustDesk')),
|
||||
content: Wrap(direction: Axis.vertical, spacing: 12, children: [
|
||||
Text('Version: $version'),
|
||||
InkWell(
|
||||
|
||||
Reference in New Issue
Block a user