Say the Archive folder needs the role, not the name
Archiving looks the folder up by its special-use role and by nothing else --
roleId("archive"), falling back to roleId("all") -- and then, finding
neither, told you to create a folder named "Archive". Naming a folder does
not give it a role, and ihasmail has no way to assign one: Folders settings
shows the role beside a folder and offers no way to set it. So the advice
sent someone round a loop that could not end. They make the folder, it still
does not work, and the message says the same thing again.
It now says what is actually required and where it lives: a folder needs the
Archive role on the server, and naming it "Archive" is not enough.
All nine catalogues carry the correction rather than falling back to English,
and they need the same native review the rest of them do.
The existing test asserted only that archiving complained. It now checks what
the complaint says, since the words were the whole bug.
Closes #217.
This commit is contained in:
@@ -967,7 +967,7 @@ export const catalog: Catalog = {
|
||||
"New all-day event on {date}": "{date} に終日の予定を作成",
|
||||
"New event at {time}": "{time} に予定を作成",
|
||||
"New identity": "新しい差出人",
|
||||
"No Archive folder found. Create one named “Archive” first.": "アーカイブフォルダーが見つかりません。先に「Archive」という名前で作成してください。",
|
||||
"No Archive folder is set. A folder needs the Archive role on the server; naming it “Archive” is not enough.": "アーカイブフォルダーが設定されていません。サーバーでフォルダーに「Archive」ロールが必要です。名前をそうするだけでは不十分です。",
|
||||
"No contacts yet": "連絡先がまだありません",
|
||||
"No longer shared": "共有を解除しました",
|
||||
"No matches": "一致するものがありません",
|
||||
|
||||
Reference in New Issue
Block a user