Add Mailing lists to Administration
A mailing list is an address that passes mail on to everyone on it. To Stalwart it is its own object, x:MailingList, behind sysMailingList*, so it gets its own section under Directory after Groups: search, fifty to a page with each list's recipient count, and a panel to create, edit and delete one. Recipients are a property of the list, so unlike a group's members they save with the rest of the panel. What Save sends for them is only what was added and removed, one recipients/<address> pointer each -- the patch the live server accepted -- so a recipient added elsewhere while the panel was open is not taken out. They can be pasted several at a time, from a spreadsheet column, a comma-separated line or Name <address>; anything with an @ that is not an address stays in the box with a note. Past a dozen, a filter narrows them. That is all a list is in Stalwart -- no owners, moderation or posting rules -- so that is all the panel offers. The mock answers x:MailingList with two lists, the recipient set's live shape, and the refusals a wrong address, a clash with an account and a missing permission get. Twenty-five new strings and one plural, in all nine catalogues.
This commit is contained in:
@@ -173,6 +173,31 @@ export const catalog: Catalog = {
|
||||
"Your organisation has reached the number of groups it is allowed.": "組織で許可されているグループ数の上限に達しました。",
|
||||
"This group no longer exists. Someone may have deleted it.": "このグループはもう存在しません。誰かが削除した可能性があります。",
|
||||
"The server did not say whether the group was created.": "グループが作成されたかどうか、サーバーから返答がありませんでした。",
|
||||
"Mailing lists": "メーリングリスト",
|
||||
"Mailing list": "メーリングリスト",
|
||||
"A list needs an address.": "リストにはアドレスが必要です。",
|
||||
"New mailing list": "新しいメーリングリスト",
|
||||
"Your role lets you view mailing lists but not change them.": "あなたのロールでは、メーリングリストの閲覧はできますが変更はできません。",
|
||||
"No domains are available to create a list on.": "リストを作成できるドメインがありません。",
|
||||
"Mail to these addresses goes to the list too. Changes apply when you save.": "これらのアドレス宛てのメールもリストに届きます。変更は保存時に反映されます。",
|
||||
"Create list": "リストを作成",
|
||||
"Filter recipients": "受信者を絞り込む",
|
||||
"No recipients match": "一致する受信者はいません",
|
||||
"Add recipients": "受信者を追加",
|
||||
"Addresses, separated by commas": "アドレス(カンマ区切り)",
|
||||
"Not added, as they aren't addresses: {items}": "アドレスではないため追加されませんでした: {items}",
|
||||
"Mail to the list is passed on to every recipient, on this server or anywhere else. Paste several at once if you like. Changes apply when you save.": "リスト宛てのメールは、このサーバー上でも他のサーバー上でも、すべての受信者に転送されます。複数をまとめて貼り付けることもできます。変更は保存時に反映されます。",
|
||||
"Mail to this address stops being passed on. The recipients' own mail is untouched.": "このアドレス宛てのメールは転送されなくなります。受信者自身のメールには影響しません。",
|
||||
"Delete list…": "リストを削除…",
|
||||
"Delete list": "リストを削除",
|
||||
"Mail to this address is no longer passed on to anyone. It can't be undone.": "このアドレス宛てのメールは誰にも転送されなくなります。元に戻せません。",
|
||||
"Addresses that pass mail on to everyone on them.": "登録されている全員にメールを転送するアドレスです。",
|
||||
"Search mailing lists": "メーリングリストを検索",
|
||||
"No mailing lists match": "一致するメーリングリストはありません",
|
||||
"No mailing lists yet": "まだメーリングリストがありません",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "組織で許可されているメーリングリスト数の上限に達しました。",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "このメーリングリストはもう存在しません。誰かが削除した可能性があります。",
|
||||
"The server did not say whether the list was created.": "リストが作成されたかどうか、サーバーから返答がありませんでした。",
|
||||
"User": "ユーザー",
|
||||
"Administrator": "管理者",
|
||||
"Custom role": "カスタムロール",
|
||||
@@ -1577,6 +1602,7 @@ export const catalog: Catalog = {
|
||||
"{n} groups": { other: "{n} 件のグループ" },
|
||||
"Its {n} members are taken out of the group first, and lose what was shared with it. The group's own mail is removed in the background, and it can't be undone.": { other: "まず {n} 人のメンバーがグループから外され、グループと共有されていたものを使えなくなります。グループのメールはバックグラウンドで削除され、元に戻せません。" },
|
||||
"{n} mailing lists": { other: "{n} 件のメーリングリスト" },
|
||||
"{n} recipients": { other: "{n} 件の受信者" },
|
||||
"{n} DKIM keys": { other: "{n} 個の DKIM 鍵" },
|
||||
"{n} other items": { other: "その他 {n} 件" },
|
||||
// ── Administration ────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user