feat: enhance contact group management with uid normalization and improved member handling

This commit is contained in:
Linus Rath
2026-03-15 00:40:32 +01:00
parent 8c5e3ee240
commit 5accf0a86c
11 changed files with 153 additions and 32 deletions
+3
View File
@@ -1230,6 +1230,7 @@
"empty_search_hint": "別の検索語をお試しください",
"clear_search": "検索をクリア",
"import_vcard": "vCardをインポート",
"delete_confirm_title": "連絡先を削除",
"delete_confirm": "この連絡先を削除してもよろしいですか?",
"local_mode": "連絡先はローカルに保存されています(サーバーがJMAPコンタクトをサポートしていません)",
"back_to_mail": "メールに戻る",
@@ -1376,6 +1377,7 @@
"create": "新しいグループ",
"edit": "グループを編集",
"empty": "グループがありません",
"delete_confirm_title": "グループを削除",
"delete_confirm": "このグループを削除してもよろしいですか?",
"name_label": "グループ名",
"name_placeholder": "例:チーム、家族",
@@ -1412,6 +1414,7 @@
"selected": "{count, plural, other {#件選択中}}",
"select_all": "すべて選択",
"delete": "削除",
"delete_confirm_title": "連絡先を削除",
"delete_confirm": "{count, plural, other {#件の連絡先}}を削除しますか?",
"deleted": "{count, plural, other {#件の連絡先を削除しました}}",
"add_to_group": "グループに追加",