From 28d8ad1e616428350b85f1fbc0020e34c6adabc2 Mon Sep 17 00:00:00 2001 From: fufesou Date: Sun, 10 Sep 2023 14:23:22 +0800 Subject: [PATCH] add lang Signed-off-by: fufesou --- flutter/lib/desktop/pages/desktop_setting_page.dart | 4 ++-- src/lang/ar.rs | 4 ++++ src/lang/ca.rs | 4 ++++ src/lang/cn.rs | 4 ++++ src/lang/cs.rs | 4 ++++ src/lang/da.rs | 4 ++++ src/lang/de.rs | 4 ++++ src/lang/el.rs | 4 ++++ src/lang/eo.rs | 4 ++++ src/lang/es.rs | 4 ++++ src/lang/fa.rs | 4 ++++ src/lang/fr.rs | 4 ++++ src/lang/hu.rs | 4 ++++ src/lang/id.rs | 4 ++++ src/lang/it.rs | 4 ++++ src/lang/ja.rs | 4 ++++ src/lang/ko.rs | 4 ++++ src/lang/kz.rs | 4 ++++ src/lang/lt.rs | 4 ++++ src/lang/nl.rs | 4 ++++ src/lang/pl.rs | 4 ++++ src/lang/pt_PT.rs | 4 ++++ src/lang/ptbr.rs | 4 ++++ src/lang/ro.rs | 4 ++++ src/lang/ru.rs | 4 ++++ src/lang/sk.rs | 4 ++++ src/lang/sl.rs | 4 ++++ src/lang/sq.rs | 4 ++++ src/lang/sr.rs | 4 ++++ src/lang/sv.rs | 4 ++++ src/lang/template.rs | 4 ++++ src/lang/th.rs | 4 ++++ src/lang/tr.rs | 4 ++++ src/lang/tw.rs | 4 ++++ src/lang/ua.rs | 4 ++++ src/lang/vn.rs | 4 ++++ 36 files changed, 142 insertions(+), 2 deletions(-) diff --git a/flutter/lib/desktop/pages/desktop_setting_page.dart b/flutter/lib/desktop/pages/desktop_setting_page.dart index 38b2d3c57..3b0332552 100644 --- a/flutter/lib/desktop/pages/desktop_setting_page.dart +++ b/flutter/lib/desktop/pages/desktop_setting_page.dart @@ -1255,12 +1255,12 @@ class _InputState extends State<_Input> { _Radio(context, value: kScrollModeDefault, groupValue: groupValue, - label: 'Default scroll', + label: 'Default mode', onChanged: onChanged), _Radio(context, value: kScrollModeReverse, groupValue: groupValue, - label: 'Reverse scroll', + label: 'Reverse mode', onChanged: onChanged), ]); } diff --git a/src/lang/ar.rs b/src/lang/ar.rs index 0d9bdacd3..a1ba011ea 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ca.rs b/src/lang/ca.rs index 1ec5d78f3..27925a847 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 8e07a2965..1367b290a 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "HSV 色"), ("Installation Successful!", "安装成功!"), ("Installation failed!", "安装失败!"), + ("Input", "输入"), + ("Default Scroll Mode", "默认滚动模式"), + ("Default mode", "默认模式"), + ("Reverse mode", "反向模式"), ].iter().cloned().collect(); } diff --git a/src/lang/cs.rs b/src/lang/cs.rs index 5dd4dc9a3..0ef2dc12d 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/da.rs b/src/lang/da.rs index 999875df2..7e4dd064f 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/de.rs b/src/lang/de.rs index 8dcf672c5..e292ea0c0 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "HSV-Farbe"), ("Installation Successful!", "Installation erfolgreich!"), ("Installation failed!", "Installation fehlgeschlagen!"), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/el.rs b/src/lang/el.rs index 4e7a83017..a2eec30b1 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 7cb5a1b2a..9374b652c 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/es.rs b/src/lang/es.rs index b1fc57954..d859cae31 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "Color HSV"), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 1284ec985..a276ae718 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index fea4f7ffa..a126e1582 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "Couleur TSL"), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/hu.rs b/src/lang/hu.rs index a9089de35..3dcba4992 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/id.rs b/src/lang/id.rs index 27676a420..06fa9584a 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "Warna HSV"), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/it.rs b/src/lang/it.rs index 07234b3f4..0c1524109 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "Colore HSV"), ("Installation Successful!", "Installazione completata"), ("Installation failed!", "Installazione fallita"), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ja.rs b/src/lang/ja.rs index e6ef75815..b75af8315 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 6f26674c5..af849fc02 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/kz.rs b/src/lang/kz.rs index b68caad51..c4199b2ac 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/lt.rs b/src/lang/lt.rs index 41caa606f..f9c9cd7ec 100644 --- a/src/lang/lt.rs +++ b/src/lang/lt.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 6010a4132..e625fbd6a 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "HSV Kleur"), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pl.rs b/src/lang/pl.rs index fe0693595..c17af1ce0 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index d0ade1088..cb57a1766 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index 6dfc8f2a2..a0284535f 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ro.rs b/src/lang/ro.rs index 01e0402a9..291489494 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 2f86351cb..17ff0ae5e 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "Цвет HSV"), ("Installation Successful!", "Установка выполнена успешно!"), ("Installation failed!", "Установка не выполнена!"), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sk.rs b/src/lang/sk.rs index 615dd08f4..e0386ee3c 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sl.rs b/src/lang/sl.rs index a05b5f4c0..1ace96c0b 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sq.rs b/src/lang/sq.rs index cfc2fda74..c6fca4d57 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sr.rs b/src/lang/sr.rs index 85bb6f488..9a3407ec7 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/sv.rs b/src/lang/sv.rs index 90f543617..4333f78ce 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/template.rs b/src/lang/template.rs index 7f58b4452..8b9bf3a91 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/th.rs b/src/lang/th.rs index 94251c5b2..220250d9b 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tr.rs b/src/lang/tr.rs index 57a337b1a..e05fecc21 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "HSV Rengi"), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 49d1c08cf..69c5c4d21 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", "HSV 色"), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ua.rs b/src/lang/ua.rs index b398afab5..54585793b 100644 --- a/src/lang/ua.rs +++ b/src/lang/ua.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); } diff --git a/src/lang/vn.rs b/src/lang/vn.rs index a6a4478e7..17e8a48f3 100644 --- a/src/lang/vn.rs +++ b/src/lang/vn.rs @@ -543,5 +543,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("HSV Color", ""), ("Installation Successful!", ""), ("Installation failed!", ""), + ("Input", ""), + ("Default Scroll Mode", ""), + ("Default mode", ""), + ("Reverse mode", ""), ].iter().cloned().collect(); }