1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-05 21:11:39 +09:00

翻訳の追加

This commit is contained in:
areteruhiro 2025-01-15 18:19:32 +09:00
parent bf7f93af41
commit d39219f678
4 changed files with 12 additions and 8 deletions

View File

@ -93,7 +93,7 @@ public class PhotoAddNotification implements IHook {
Notification notification = (Notification) param.args[2];
String tag = (String) param.args[0];
int ids = (int) param.args[1];
logAllNotificationDetails("notify", ids, notification, tag);
// logAllNotificationDetails("notify", ids, notification, tag);
if (Objects.equals(notification.category, "call")) {
return;
}
@ -389,8 +389,9 @@ public class PhotoAddNotification implements IHook {
}
return null;
}
}
/*
private void logAllNotificationDetails(String method, int ids, Notification notification, String tag) {
XposedBridge.log(method + " called. ID: " + ids + (tag != null ? ", Tag: " + tag : ""));
@ -430,7 +431,5 @@ public class PhotoAddNotification implements IHook {
XposedBridge.log("Notification Sound: " + notification.sound);
XposedBridge.log("Notification Vibrate: " + (notification.vibrate != null ? "Yes" : "No"));
}
*/
}

View File

@ -141,8 +141,9 @@
<string name="Read_checker_horizontalMarginFactor">既読者確認ボタン(横マージン)</string>
<string name="Read_checker_verticalMarginDp">既読者確認ボタン(縦マージン)</string>
<string name="Read_buttom_Chat_verticalMarginDp">チャット内の既読ボタン(縦マージン)</string>
<string name="keep_unread_size">KeepUnreadボタンの大きさ</string>
<string name="chat_unread_size">常に既読をつけないボタンの大きさ</string>
<string name="chat_read_check_sizeLabel">既読ボタンのサイズ</string>
<string name="chat_read_check_size">既読確認ボタンのサイズ</string>
</resources>

View File

@ -135,5 +135,8 @@
<string name="Read_checker_horizontalMarginFactor">讀取確認按鈕(水平邊距)</string>
<string name="Read_checker_verticalMarginDp">閱讀確認按鈕(垂直邊距)</string>
<string name="Read_buttom_Chat_verticalMarginDp">聊天中的閱讀按鈕(垂直邊距)</string>
<string name="keep_unread_size">保留未讀按鈕大小</string>
<string name="chat_unread_size">永遠不會標記為已讀的按鈕的大小</string>
<string name="chat_read_check_size">讀取確認按鈕的大小</string>
</resources>

View File

@ -147,6 +147,7 @@
<string name="Read_checker_horizontalMarginFactor">Read button (horizontal margin)</string>
<string name="MySendMessage">(Read function) Do not display messages other than your own</string>
<string name="keep_unread_size">keep unread button size</string>
<string name="chat_read_check_size">既読ボタンのサイズ</string>
<string name="keep_unread_size">KeepUnread button size</string>
<string name="chat_unread_size">Size of button that never marks as read</string>
<string name="chat_read_check_size">Size of read confirmation button</string>
</resources>