add ColorPicker translations

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-08-23 08:15:56 +08:00
parent 6666dece5d
commit d87ea854bc
36 changed files with 78 additions and 2 deletions

View File

@@ -539,5 +539,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("push_ab_failed_tip", "未成功上傳地址簿"),
("synced_peer_readded_tip", "最近會話中存在的設備將會被重新同步到地址簿。"),
("Change Color", "更改顏色"),
("Primary Color", "基本色"),
("HSV Color", "HSV 色"),
].iter().cloned().collect();
}