- Reorder folders by dragging, with special folders first (#402, #405).
- Open the composer full screen, as a setting (#401, #404).
- Dutch translation update (#403).
FEATURES.md stays deleted here, as in bb25355.
1783 lines
145 KiB
TypeScript
1783 lines
145 KiB
TypeScript
import type { Catalog } from "@/lib/i18n";
|
||
|
||
/**
|
||
* Japanese — generated by AI, and not reviewed by a native speaker.
|
||
*
|
||
* Marked Beta, with the report link doing the job a native speaker would. A
|
||
* missing string renders its English source, so deleting a bad entry is a
|
||
* valid fix.
|
||
*
|
||
* ── Decisions this file is consistent about ──────────────────────────────
|
||
*
|
||
* Register: です・ます throughout, which is what a mail client should sound
|
||
* like — polite without the stiffness of でございます, and never plain form.
|
||
* The reader is not addressed as あなた; Japanese interfaces drop the pronoun,
|
||
* and where English says "your mailbox" this file usually just says メール
|
||
* ボックス. Buttons are the bare noun or verb stem (送信, 返信, 削除), not a
|
||
* sentence, matching every other mail client the reader has used.
|
||
*
|
||
* Plurals: there are none. `Intl.PluralRules("ja")` returns `other` for every
|
||
* number, so each counted string carries a single form. Counters do the work
|
||
* a plural would: 通 for messages, 件 for conversations and items. That is why
|
||
* "{n} messages" and "{n} conversations" are separate entries rather than one
|
||
* pattern — the number alone does not decide the word that follows it.
|
||
*
|
||
* Script mixing is deliberate, not inconsistency. Kanji for the noun that
|
||
* carries the meaning, katakana for the loanword the reader already knows
|
||
* (メール, フォルダー, アーカイブ, カレンダー), hiragana for the grammar
|
||
* between them. Writing フォルダー as 折り畳み式書類挟み would be Japanese
|
||
* nobody uses. Long vowels keep their ー: フォルダー, サーバー, ユーザー.
|
||
*
|
||
* Terminology, fixed once so it cannot drift:
|
||
*
|
||
* Inbox 受信トレイ Archive (verb) アーカイブ
|
||
* Drafts 下書き Delete 削除
|
||
* Sent 送信済み Move to 移動
|
||
* Deleted Items ゴミ箱 Reply 返信
|
||
* Junk / Spam 迷惑メール Reply all 全員に返信
|
||
* Folder フォルダー Forward 転送
|
||
* Label ラベル Star スター
|
||
* Conversation スレッド Read / unread 既読 / 未読
|
||
* Message メール Settings 設定
|
||
* Attachment 添付ファイル Signature 署名
|
||
* Contact 連絡先 Identity 差出人
|
||
*
|
||
* Product names are never translated: ihasmail, Stalwart, JMAP, Sieve, vCard.
|
||
*/
|
||
export const catalog: Catalog = {
|
||
strings: {
|
||
// ── Administration: domains ────────────────────────────────────
|
||
"Domains": "ドメイン",
|
||
"By hand": "手動",
|
||
"Signing": "署名中",
|
||
"Published, not signing yet": "公開済み(まだ署名なし)",
|
||
"Retiring": "廃止中",
|
||
"Retired": "廃止済み",
|
||
"This domain no longer exists. Someone may have removed it.": "このドメインはもう存在しません。誰かが削除した可能性があります。",
|
||
"That doesn't look like a domain name, such as example.com.": "example.com のようなドメイン名ではないようです。",
|
||
"Added {name}. Its DNS records are ready to copy.": "{name} を追加しました。DNS レコードをコピーできます。",
|
||
"Saved {name}": "{name} を保存しました",
|
||
"Add domain": "ドメインを追加",
|
||
"Added {date}": "{date} に追加",
|
||
"This domain is disabled on the server.": "このドメインはサーバーで無効になっています。",
|
||
"Your role lets you view domains but not change them.": "あなたのロールでは、ドメインの閲覧はできますが変更はできません。",
|
||
"New domains sign their mail with DKIM keys the server creates and rotates. Its DNS records appear here once it's added.": "新しいドメインは、サーバーが作成・更新する DKIM 鍵でメールに署名します。DNS レコードはドメインを追加するとここに表示されます。",
|
||
"Other names": "別名",
|
||
"Delivery": "配信",
|
||
"Catch-all address": "キャッチオールアドレス",
|
||
"Mail to an address nobody has on this domain is delivered here. Leave it empty to refuse that mail.": "このドメインで誰も持っていないアドレス宛てのメールをここに配信します。空欄にすると、そのメールは拒否されます。",
|
||
"Plus addressing": "プラスアドレス",
|
||
"Set by a custom rule on the server.": "サーバーのカスタムルールで設定されています。",
|
||
"Mail to name+anything@ is delivered to name@.": "名前+任意@ 宛てのメールは 名前@ に配信されます。",
|
||
"DNS records": "DNS レコード",
|
||
"Published automatically through {provider}.": "{provider} を通じて自動で公開されます。",
|
||
"Published automatically by the server.": "サーバーが自動で公開します。",
|
||
"Add these where this domain's DNS is hosted. Mail isn't delivered or trusted until they're in place.": "このドメインの DNS を管理している場所に追加してください。追加されるまで、メールは配信されず信頼もされません。",
|
||
"Copy {type} record for {name}": "{name} の {type} レコードをコピー",
|
||
"Copy value": "値をコピー",
|
||
"Copied the zone file": "ゾーンファイルをコピーしました",
|
||
"Copy all as a zone file": "すべてゾーンファイルとしてコピー",
|
||
"The server returned no records for this domain.": "サーバーはこのドメインのレコードを返しませんでした。",
|
||
"DKIM keys": "DKIM 鍵",
|
||
"The server creates and rotates these keys itself.": "サーバーがこれらの鍵を自動で作成・更新します。",
|
||
"These keys are managed by hand on the server.": "これらの鍵はサーバーで手動管理されています。",
|
||
"No DKIM keys, so mail from this domain isn't signed and is more likely to be marked as spam.": "DKIM 鍵がないため、このドメインのメールは署名されず、迷惑メールと判定されやすくなります。",
|
||
"Managed by the server": "サーバーによる管理",
|
||
"Certificate": "証明書",
|
||
"Another name for this domain": "このドメインの別名",
|
||
"Mail to the same address at any of these names reaches the same account. Changes apply when you save.": "これらのいずれの名前でも、同じアドレス宛てのメールは同じアカウントに届きます。変更は保存時に反映されます。",
|
||
"Its DKIM keys have to be removed first, and your role can't remove them.": "先に DKIM 鍵を削除する必要がありますが、あなたのロールでは削除できません。",
|
||
"The server stops accepting mail for this domain.": "サーバーはこのドメイン宛てのメールを受け付けなくなります。",
|
||
"Remove domain…": "ドメインを削除…",
|
||
"Remove {name}?": "{name} を削除しますか?",
|
||
"Removed {name}": "{name} を削除しました",
|
||
"The server kept the domain: it is still used by {things}.": "サーバーはドメインを削除しませんでした。まだ {things} が使用しています。",
|
||
"Remove domain": "ドメインを削除",
|
||
"The server stops accepting mail for this domain. This can't be undone.": "サーバーはこのドメイン宛てのメールを受け付けなくなります。元に戻すことはできません。",
|
||
"Where your addresses live, and the DNS records that let mail arrive and be trusted.": "アドレスの置き場所と、メールが届き信頼されるための DNS レコードです。",
|
||
"Search domains": "ドメインを検索",
|
||
"No domains match": "一致するドメインはありません",
|
||
"No domains yet": "ドメインはまだありません",
|
||
"DKIM": "DKIM",
|
||
"Tenant": "テナント",
|
||
"Disabled": "無効",
|
||
"also {names}": "別名: {names}",
|
||
"The server did not say whether the domain was created.": "ドメインが作成されたかどうか、サーバーから応答がありませんでした。",
|
||
// ── Administration: refusals ───────────────────────────────────
|
||
"That isn't a valid domain name. Use a name such as example.com, on a real top-level domain.": "有効なドメイン名ではありません。example.com のように、実在するトップレベルドメインの名前を使ってください。",
|
||
"That isn't a valid email address. Use a full address, such as [email protected].": "有効なメールアドレスではありません。[email protected] のような完全なアドレスを使ってください。",
|
||
"That isn't a valid address. Use letters, numbers, dots, hyphens or underscores before the @.": "有効なアドレスではありません。@ の前には英数字、ドット、ハイフン、アンダースコアを使ってください。",
|
||
"That isn't a valid host name or IP address.": "有効なホスト名または IP アドレスではありません。",
|
||
"A required value was left empty.": "必須の値が空欄です。",
|
||
"Administration is turned off on this installation.": "このインストールでは管理機能が無効になっています。",
|
||
"The mail server could not carry out the request ({code}).": "メールサーバーはリクエストを実行できませんでした({code})。",
|
||
"You can't give an account permissions your own role doesn't have.": "自分のロールにない権限をアカウントに付与することはできません。",
|
||
"This account signs in through an external directory, so its password can't be set here.": "このアカウントは外部ディレクトリでサインインするため、ここではパスワードを設定できません。",
|
||
"The server's license allows no more accounts.": "サーバーのライセンスでは、これ以上アカウントを追加できません。",
|
||
"That domain name is already in use on this server, as a domain or another domain's other name.": "このドメイン名は、ドメインまたは別のドメインの別名としてこのサーバーで既に使われています。",
|
||
"Your organization has reached the number of domains it is allowed.": "組織で許可されているドメイン数の上限に達しました。",
|
||
"That is more than the mail server accepts in one change.": "メールサーバーが一度の変更で受け付けられる量を超えています。",
|
||
"The mail server rejected one of the values. Check what you entered and try again.": "メールサーバーが値のひとつを拒否しました。入力内容を確認して、もう一度お試しください。",
|
||
"The mail server refused the change ({code}).": "メールサーバーが変更を拒否しました({code})。",
|
||
// ── Administration: accounts ───────────────────────────────────
|
||
"Only on a device you've marked as your own. Sign in again with \u201cThis is my own device\u201d ticked.": "自分のデバイスとして指定した端末でのみ使えます。「これは自分のデバイスです」にチェックを入れて、もう一度サインインしてください。",
|
||
"Change your own password in {settings}.": "ご自身のパスワードは{settings}で変更してください。",
|
||
"Administration": "管理",
|
||
"Directory": "ディレクトリ",
|
||
"Overview": "概要",
|
||
"Dashboard": "ダッシュボード",
|
||
"Users": "ユーザー",
|
||
"User accounts": "ユーザーアカウント",
|
||
"Mail domains": "メールドメイン",
|
||
"Pending": "保留中",
|
||
"Waiting in the delivery queue": "配送キューで待機中",
|
||
"Server memory": "サーバーのメモリ",
|
||
"As of {time}": "{time} 時点",
|
||
"Not recorded on this server": "このサーバーでは記録されていません",
|
||
"Last 24 hours": "過去 24 時間",
|
||
"The numbers your role can see, as the server reports them.": "あなたのロールで見られる数値を、サーバーの報告どおりに表示します。",
|
||
"Nothing to show": "表示するものはありません",
|
||
"Could not be loaded": "読み込めませんでした",
|
||
"Detailed metrics, the delivery queue, logs and server settings are in INBUXA Admin.": "詳細なメトリクス、配信キュー、ログ、サーバー設定は INBUXA Admin にあります。",
|
||
"Open INBUXA Admin": "INBUXA Admin を開く",
|
||
"Default group role": "グループの既定ロール",
|
||
"A group needs an address.": "グループにはアドレスが必要です。",
|
||
"New group": "新しいグループ",
|
||
"Your role lets you view groups but not change them.": "あなたのロールでは、グループの閲覧はできますが変更はできません。",
|
||
"No domains are available to create a group on.": "グループを作成できるドメインがありません。",
|
||
"Mail to these addresses is delivered to this group. Changes apply when you save.": "これらのアドレス宛てのメールはこのグループに配信されます。変更は保存時に反映されます。",
|
||
"What the group itself may do. Members keep their own roles: a group gives them what is shared with it, not its permissions. Only roles whose permissions you hold yourself are offered.": "グループ自体ができること。メンバーは自分のロールを保ちます。グループがメンバーに与えるのはグループと共有されたものであり、グループの権限ではありません。表示されるのは、あなた自身が権限を持つロールだけです。",
|
||
"Loading the group's members…": "グループのメンバーを読み込んでいます…",
|
||
"This group has more members than can be taken out at once.": "このグループは、一度に外せる数より多くのメンバーがいます。",
|
||
"Deleting a group takes its members out of it first, and your role can't change their accounts.": "グループを削除するとまずメンバーが外されますが、あなたのロールではメンバーのアカウントを変更できません。",
|
||
"Create group": "グループを作成",
|
||
"Added {address} to the group": "{address} をグループに追加しました",
|
||
"Removed {address} from the group": "{address} をグループから外しました",
|
||
"Remove {address} from the group": "{address} をグループから外す",
|
||
"You can't change your own group memberships.": "自分のグループ所属は変更できません。",
|
||
"Remove from group": "グループから外す",
|
||
"No members yet": "まだメンバーがいません",
|
||
"Showing {shown} of {total} members.": "{total} 人中 {shown} 人のメンバーを表示しています。",
|
||
"Members get what is shared with the group, such as its mailbox. Changes apply straight away.": "メンバーは、グループのメールボックスなど、グループと共有されたものを使えます。変更はすぐに反映されます。",
|
||
"Add a member by name or address": "名前またはアドレスでメンバーを追加",
|
||
"Add a member": "メンバーを追加",
|
||
"No one else matches": "ほかに該当する人はいません",
|
||
"Deletes the group and its mailbox. Its members' own accounts stay.": "グループとそのメールボックスを削除します。メンバー自身のアカウントは残ります。",
|
||
"Delete group…": "グループを削除…",
|
||
"Delete group": "グループを削除",
|
||
"The group's own mail is removed in the background, and it can't be undone.": "グループのメールはバックグラウンドで削除され、元に戻せません。",
|
||
"Shared addresses and mailboxes, and the people who share them.": "共有のアドレスとメールボックス、そしてそれを共有する人たち。",
|
||
"Search groups": "グループを検索",
|
||
"No groups match": "一致するグループはありません",
|
||
"No groups yet": "まだグループがありません",
|
||
"Your organization 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 organization 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.": "リストが作成されたかどうか、サーバーから返答がありませんでした。",
|
||
"Roles": "ロール",
|
||
"users": "ユーザー",
|
||
"groups": "グループ",
|
||
"tenant administrators": "テナント管理者",
|
||
"administrators": "管理者",
|
||
"A role needs a name.": "ロールには名前が必要です。",
|
||
"Created {name}": "{name} を作成しました",
|
||
"New role": "新しいロール",
|
||
"This role carries permissions yours doesn't, so you can view it but not change it.": "このロールにはあなたのロールにない権限があるため、閲覧はできますが変更はできません。",
|
||
"Your role lets you view roles but not change them.": "あなたのロールでは、ロールの閲覧はできますが変更はできません。",
|
||
"The mail server gives this role by default to {kinds}. A change here reaches everyone who has it that way.": "メールサーバーはこのロールを既定で {kinds} に付与します。ここでの変更は、この方法でロールを持つ全員に反映されます。",
|
||
"Builds on": "継承元",
|
||
"Permissions": "権限",
|
||
"The mail server gives this role by default, so it can't be deleted. Change the defaults in INBUXA Admin first.": "メールサーバーがこのロールを既定で付与するため、削除できません。先に INBUXA Admin で既定値を変更してください。",
|
||
"This role carries permissions yours doesn't.": "このロールにはあなたのロールにない権限があります。",
|
||
"Create role": "ロールを作成",
|
||
"builds on this one": "このロールを継承しています",
|
||
"has permissions yours doesn't": "あなたのロールにない権限があります",
|
||
"No other roles": "ほかのロールはありません",
|
||
"A role has every permission of the roles it builds on, apart from any it or they deny.": "ロールは、継承元のロールのすべての権限を持ちます。ただし、このロールまたは継承元が拒否したものは除きます。",
|
||
"Search permissions": "権限を検索",
|
||
"All permissions": "すべての権限",
|
||
"Granted": "許可済み",
|
||
"Set on this role": "このロールで設定",
|
||
"No permissions match": "一致する権限はありません",
|
||
"{granted} of {total}": "{total} 件中 {granted} 件",
|
||
"Denied by {role}": "{role} により拒否",
|
||
"Granted by {role}": "{role} により許可",
|
||
"Inherit": "継承",
|
||
"Not set": "未設定",
|
||
"Allow": "許可",
|
||
"Deny": "拒否",
|
||
"A denial wins over anything allowed, here or on a role this one builds on. You can only allow permissions you hold yourself.": "拒否は、ここでも継承元のロールでも、あらゆる許可より優先されます。許可できるのは、あなた自身が持つ権限だけです。",
|
||
"Accounts, groups and other roles that use it must be moved off it first.": "このロールを使っているアカウント、グループ、ほかのロールから、先に外す必要があります。",
|
||
"Delete role…": "ロールを削除…",
|
||
"Deleted {name}": "{name} を削除しました",
|
||
"Still used by {things}. Move them to another role first.": "まだ {things} で使われています。先に別のロールを割り当ててください。",
|
||
"Delete role": "ロールを削除",
|
||
"It can't be undone.": "元に戻せません。",
|
||
"Type {name} to confirm": "確認のため {name} と入力してください",
|
||
"The mail server's list of permissions could not be loaded, so permissions can't be changed here. ({reason})": "メールサーバーの権限一覧を読み込めなかったため、ここでは権限を変更できません。({reason})",
|
||
"Named sets of permissions, given to accounts, groups and tenants.": "アカウント、グループ、テナントに付与する、名前付きの権限のまとまりです。",
|
||
"Search roles": "ロールを検索",
|
||
"No roles match": "一致するロールはありません",
|
||
"No roles yet": "まだロールがありません",
|
||
"Open {name}": "{name} を開く",
|
||
"Default for {kinds}": "既定の付与先: {kinds}",
|
||
"You can't give a role permissions your own role doesn't have.": "あなたのロールにない権限をロールに与えることはできません。",
|
||
"Your organization has reached the number of roles it is allowed.": "組織で許可されているロール数の上限に達しました。",
|
||
"This role no longer exists. Someone may have deleted it.": "このロールはもう存在しません。誰かが削除した可能性があります。",
|
||
"the default roles": "既定のロール設定",
|
||
"The server did not say whether the role was created.": "ロールが作成されたかどうか、サーバーから返答がありませんでした。",
|
||
"No tenant": "テナントなし",
|
||
"You can't move your own account into a tenant.": "自分のアカウントをテナントに移すことはできません。",
|
||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "アカウントは、そのドメインが属するテナントにのみ入れられます。テナント内のアカウントは、テナントのロールによって制限され、テナントの上限に数えられます。また、管理者はそのテナントの管理者を意味します。",
|
||
"Tenants": "テナント",
|
||
"Storage in GB": "ストレージ (GB)",
|
||
"Default tenant roles": "テナントの既定ロール",
|
||
"A tenant needs a name.": "テナントには名前が必要です。",
|
||
"New tenant": "新しいテナント",
|
||
"{used} used": "{used} 使用中",
|
||
"Your role lets you view tenants but not change them.": "あなたのロールでは、テナントの閲覧はできますが変更はできません。",
|
||
"Logo": "ロゴ",
|
||
"An https address or a data URL of an image. The mail server shows it to the tenant's people where it shows a logo.": "画像の https アドレスまたはデータ URL。メールサーバーは、ロゴを表示する場所でテナントのユーザーにこれを表示します。",
|
||
"What it holds": "含まれるもの",
|
||
"{n} of {limit}": "{limit} 件中 {n} 件",
|
||
"Limits": "上限",
|
||
"The mail server refuses to create more than a limit allows. An empty field is no limit.": "メールサーバーは上限を超える作成を拒否します。空欄は上限なしを意味します。",
|
||
"The most anyone in this tenant can be allowed: their own roles are cut down to what these grant. Only roles whose permissions you hold yourself are offered.": "このテナント内の誰にでも許可できる最大の範囲です。各自のロールは、これらが付与する範囲に絞られます。表示されるのは、あなた自身が権限を持つロールだけです。",
|
||
"Checking what is still in this tenant…": "このテナントに残っているものを確認しています…",
|
||
"It still holds accounts, domains or other things. Move them out first.": "まだアカウント、ドメインなどが含まれています。先に移動してください。",
|
||
"Create tenant": "テナントを作成",
|
||
"Added {domain} to {tenant}": "{domain} を {tenant} に追加しました",
|
||
"Took {domain} out of {tenant}": "{domain} を {tenant} から外しました",
|
||
"Take {domain} out of the tenant": "{domain} をテナントから外す",
|
||
"No domains in this tenant yet": "このテナントにはまだドメインがありません",
|
||
"Domain to add": "追加するドメイン",
|
||
"Only domains in no tenant can be added, and the accounts already on one stay where they are. A domain comes out only once none of this tenant's accounts are on it.": "追加できるのは、どのテナントにも属していないドメインだけで、既存のアカウントはそのまま残ります。ドメインを外せるのは、このテナントのアカウントがそのドメインに 1 つも残っていないときだけです。",
|
||
"An empty tenant can be deleted.": "空のテナントは削除できます。",
|
||
"Delete tenant…": "テナントを削除…",
|
||
"Still holds {things}. Move them out first.": "まだ {things} が含まれています。先に移動してください。",
|
||
"Delete tenant": "テナントを削除",
|
||
"Separate organizations on one server, each with its own people, domains and limits.": "1 台のサーバー上の別々の組織で、それぞれに利用者、ドメイン、上限があります。",
|
||
"Search tenants": "テナントを検索",
|
||
"No tenants match": "一致するテナントはありません",
|
||
"No tenants yet": "まだテナントがありません",
|
||
"Account limit": "アカウント上限",
|
||
"The server allows no more tenants.": "サーバーはこれ以上のテナントを許可していません。",
|
||
"This tenant no longer exists. Someone may have deleted it.": "このテナントはもう存在しません。誰かが削除した可能性があります。",
|
||
"The server did not say whether the tenant was created.": "テナントが作成されたかどうか、サーバーから返答がありませんでした。",
|
||
"User": "ユーザー",
|
||
"Administrator": "管理者",
|
||
"Custom role": "カスタムロール",
|
||
"New account": "新しいアカウント",
|
||
"The people who sign in to mail on the domains you manage.": "管理しているドメインでメールにサインインするユーザーです。",
|
||
"Search by name or address": "名前またはアドレスで検索",
|
||
"Search accounts": "アカウントを検索",
|
||
"No accounts match": "一致するアカウントはありません",
|
||
"No accounts yet": "アカウントはまだありません",
|
||
"Nothing on your domains matches “{query}”.": "ドメイン内に「{query}」と一致するものはありません。",
|
||
"Open {address}": "{address} を開く",
|
||
"{from}–{to} of {total}": "{from}–{to} / {total}",
|
||
"Previous page": "前のページ",
|
||
"Next page": "次のページ",
|
||
"Storage": "ストレージ",
|
||
"Groups": "グループ",
|
||
"{used} · no limit": "{used} · 上限なし",
|
||
"Profile": "プロフィール",
|
||
"Domain": "ドメイン",
|
||
"No domains are available to create an account on.": "アカウントを作成できるドメインがありません。",
|
||
"Sign-in": "サインイン",
|
||
"Other addresses": "その他のアドレス",
|
||
"Not in any group": "どのグループにも属していません",
|
||
"You can't change your own role.": "自分のロールは変更できません。",
|
||
"Only roles whose permissions you hold yourself are offered. On an account inside a tenant, Administrator means administrator of that tenant.": "ご自身が持つ権限だけで構成されたロールのみ表示されます。テナント内のアカウントでは、管理者はそのテナントの管理者を意味します。",
|
||
"Limit in GB": "上限(GB)",
|
||
"No limit": "上限なし",
|
||
"This account has permissions yours doesn't, so you can view it but not change it.": "このアカウントにはあなたのアカウントにない権限があるため、閲覧はできますが変更はできません。",
|
||
"Your role lets you view accounts but not change them.": "あなたのロールでは、アカウントの閲覧はできますが変更はできません。",
|
||
"This account has permissions yours doesn't.": "このアカウントにはあなたのアカウントにない権限があります。",
|
||
"You can't delete the account you're signed in with.": "サインイン中のアカウントは削除できません。",
|
||
"Create account": "アカウントを作成",
|
||
"An account needs an address.": "アカウントにはアドレスが必要です。",
|
||
"Created {address}": "{address} を作成しました",
|
||
"Saved {address}": "{address} を保存しました",
|
||
"Generate a password": "パスワードを生成",
|
||
"Pass it on some way other than email to this address.": "このアドレス宛てのメール以外の方法で伝えてください。",
|
||
"This account has no password. It may sign in through a directory or single sign-on.": "このアカウントにはパスワードがありません。ディレクトリやシングルサインオンでサインインしている可能性があります。",
|
||
"Set a new password…": "新しいパスワードを設定…",
|
||
"{name} will be signed out of every app and device using the old password.": "{name} は、古いパスワードを使っているすべてのアプリとデバイスからサインアウトされます。",
|
||
"New password set for {address}": "{address} の新しいパスワードを設定しました",
|
||
"Set password": "パスワードを設定",
|
||
"Remove {address}": "{address} を削除",
|
||
"New address": "新しいアドレス",
|
||
"another name": "別の名前",
|
||
"Mail to these addresses is delivered to this account. Changes apply when you save.": "これらのアドレス宛てのメールはこのアカウントに配信されます。変更は保存時に反映されます。",
|
||
"Deletes the mailbox and everything in it.": "メールボックスとその中身をすべて削除します。",
|
||
"Delete account…": "アカウントを削除…",
|
||
"Delete {address}?": "{address} を削除しますか?",
|
||
"This deletes the mail, calendars, contacts and files in this account. The server removes them in the background, and it can't be undone.": "このアカウントのメール、カレンダー、連絡先、ファイルが削除されます。サーバーがバックグラウンドで削除し、元に戻すことはできません。",
|
||
"Type {address} to confirm": "確認のため {address} と入力してください",
|
||
"Delete account": "アカウントを削除",
|
||
"Deleted {address}": "{address} を削除しました",
|
||
"The server did not say whether the account was created.": "アカウントが作成されたかどうか、サーバーから応答がありませんでした。",
|
||
"The mail server refused this. Your role may not allow it.": "メールサーバーに拒否されました。ロールで許可されていない可能性があります。",
|
||
"That address is already in use on this server, as an account, a list or an alias.": "このアドレスは、アカウント、リスト、またはエイリアスとして、このサーバーですでに使われています。",
|
||
"One of the chosen domain, role or group can't be used for this account.": "選択したドメイン、ロール、またはグループはこのアカウントには使えません。",
|
||
"Your organization has reached the number of accounts it is allowed.": "組織で許可されているアカウント数の上限に達しました。",
|
||
"Something still depends on this, so the server kept it.": "まだこれに依存しているものがあるため、サーバーは削除しませんでした。",
|
||
"This account no longer exists. Someone may have deleted it.": "このアカウントはもう存在しません。誰かが削除した可能性があります。",
|
||
"The password was not accepted: {reason}": "パスワードは受け付けられませんでした: {reason}",
|
||
"The password was not accepted.": "パスワードは受け付けられませんでした。",
|
||
"Go to folder…": "フォルダーへ移動…",
|
||
"Set for everyone here. You cannot change this.": "この環境全体で設定されています。変更できません。",
|
||
"Export iCAL file": "iCAL ファイルをエクスポート",
|
||
"Could not export this calendar: {error}": "このカレンダーをエクスポートできませんでした: {error}",
|
||
// ── Actions ────────────────────────────────────────────────────────
|
||
"Archive": "アーカイブ",
|
||
"Archive (e)": "アーカイブ (e)",
|
||
"Delete": "削除",
|
||
"Delete (#)": "削除 (#)",
|
||
"Reply": "返信",
|
||
"Reply (r)": "返信 (r)",
|
||
"Reply all": "全員に返信",
|
||
"Forward": "転送",
|
||
"Move to…": "移動…",
|
||
"Move to (v)": "移動 (v)",
|
||
"Move to folder": "フォルダーへ移動",
|
||
"Move here": "ここへ移動",
|
||
"Mark as read": "既読にする",
|
||
"Mark as read (Shift+I)": "既読にする (Shift+I)",
|
||
"Mark as unread": "未読にする",
|
||
"Mark as unread (Shift+U)": "未読にする (Shift+U)",
|
||
"Mark all as read": "すべて既読にする",
|
||
"Mark all as read, incl. subfolders": "サブフォルダーを含めてすべて既読にする",
|
||
"Star": "スター",
|
||
"Labels": "ラベル",
|
||
"Labels (l)": "ラベル (l)",
|
||
"Label as": "ラベルを付ける",
|
||
"Label…": "ラベル…",
|
||
"Compose": "作成",
|
||
"Compose message": "メールを作成",
|
||
"Send": "送信",
|
||
"Send at": "送信日時",
|
||
"Cancel send": "送信を取り消す",
|
||
"Schedule send": "送信を予約",
|
||
"Save": "保存",
|
||
"Save & activate": "保存して有効にする",
|
||
"Save & close (Esc)": "保存して閉じる (Esc)",
|
||
"Save as template": "テンプレートとして保存",
|
||
"Save draft now": "下書きをすぐに保存",
|
||
"Cancel": "キャンセル",
|
||
"Close": "閉じる",
|
||
"Done": "完了",
|
||
"Continue": "続ける",
|
||
"Edit": "編集",
|
||
"Edit…": "編集…",
|
||
"Rename": "名前を変更",
|
||
"Remove": "削除",
|
||
"Restore": "元に戻す",
|
||
"Retry": "再試行",
|
||
"Reload": "再読み込み",
|
||
"Refresh": "更新",
|
||
"Copy": "コピー",
|
||
"Copy email address": "メールアドレスをコピー",
|
||
"Download": "ダウンロード",
|
||
"Download all": "すべてダウンロード",
|
||
"Download (.eml)": "ダウンロード (.eml)",
|
||
"Download latest as .eml": "最新のメールを .eml でダウンロード",
|
||
"Upload": "アップロード",
|
||
"Upload files…": "ファイルをアップロード…",
|
||
"Print": "印刷",
|
||
"Print conversation": "スレッドを印刷",
|
||
"Undo (Ctrl+Z)": "元に戻す (Ctrl+Z)",
|
||
"Redo": "やり直す",
|
||
"Dismiss": "閉じる",
|
||
"Discard changes": "変更を破棄",
|
||
"Discard draft": "下書きを破棄",
|
||
"Duplicate": "複製",
|
||
"Validate": "検証",
|
||
"Revoke": "無効化",
|
||
"Turn off": "オフにする",
|
||
"Clear": "クリア",
|
||
"Clear selection": "選択を解除",
|
||
"Clear custom color": "カスタム色をクリア",
|
||
"Select": "選択",
|
||
"Select all": "すべて選択",
|
||
"Unsubscribe": "配信を停止",
|
||
"Share…": "共有…",
|
||
"Stop sharing": "共有を解除",
|
||
"Open": "開く",
|
||
"Open in new tab": "新しいタブで開く",
|
||
"Open in calendar": "カレンダーで開く",
|
||
"Back": "戻る",
|
||
"Back (u)": "戻る (u)",
|
||
"Back to list": "一覧に戻る",
|
||
"Back to my files": "マイファイルに戻る",
|
||
"Go back to the list": "一覧に戻る",
|
||
"Next": "次へ",
|
||
"Previous": "前へ",
|
||
"More": "その他",
|
||
"More actions": "その他の操作",
|
||
"More options": "その他のオプション",
|
||
"Move up": "上へ",
|
||
"Move down": "下へ",
|
||
"Drag to reorder": "ドラッグして並べ替え",
|
||
"Right-click for options": "右クリックでオプションを表示",
|
||
|
||
// ── Mail ───────────────────────────────────────────────────────────
|
||
"Mail": "メール",
|
||
"Message": "メール",
|
||
"Messages": "メール",
|
||
"Message body": "本文",
|
||
"Message headers": "ヘッダー",
|
||
"Message size": "メールのサイズ",
|
||
"Message-ID": "Message-ID",
|
||
"Original message": "元のメール",
|
||
"Delete this message": "このメールを削除",
|
||
"New message to this address": "このアドレス宛に新規メール",
|
||
"Conversation view": "スレッド表示",
|
||
"Draft": "下書き",
|
||
"Unread": "未読",
|
||
"Unread only": "未読のみ",
|
||
"All mail": "すべてのメール",
|
||
"Sender": "差出人",
|
||
"Sender domain": "差出人のドメイン",
|
||
"Recipients": "宛先",
|
||
"From": "差出人",
|
||
"To": "宛先",
|
||
"Cc": "Cc",
|
||
"Bcc": "Bcc",
|
||
"Subject": "件名",
|
||
"Subject (optional)": "件名(省略可)",
|
||
"Body": "本文",
|
||
"Body text": "本文テキスト",
|
||
"Attach files": "ファイルを添付",
|
||
"Attach from Files": "「ファイル」から添付",
|
||
"Remove attachment": "添付ファイルを削除",
|
||
"Has attachment": "添付ファイルあり",
|
||
"Has the words": "次の語句を含む",
|
||
"Header name": "ヘッダー名",
|
||
"Show headers": "ヘッダーを表示",
|
||
"Show original": "元のメールを表示",
|
||
"Show details": "詳細を表示",
|
||
"Show images": "画像を表示",
|
||
"Remote images": "外部画像",
|
||
"Remote images are blocked to protect your privacy.": "プライバシー保護のため、外部画像をブロックしています。",
|
||
"Always from {email}": "{email} からの画像を常に表示",
|
||
"This looks like a mailing list.": "これはメーリングリストのメールのようです。",
|
||
"This folder is empty": "このフォルダーは空です",
|
||
"This folder is empty.": "このフォルダーは空です。",
|
||
"Delete all spam now": "迷惑メールをすべて削除",
|
||
"Deleting spam is permanent — it does not go to Deleted Items first.": "迷惑メールの削除は取り消せません。ゴミ箱には入りません。",
|
||
"Keep in Inbox": "受信トレイに残す",
|
||
"Newer (k)": "新しい方へ (k)",
|
||
"Older (j)": "古い方へ (j)",
|
||
"Open the next (older) conversation": "次の(古い)スレッドを開く",
|
||
"Open the previous (newer) conversation": "前の(新しい)スレッドを開く",
|
||
"Loading conversation…": "スレッドを読み込み中…",
|
||
"Important": "重要",
|
||
"Unverified": "未確認",
|
||
"Priority": "重要度",
|
||
"High": "高",
|
||
"Normal": "標準",
|
||
"Low": "低",
|
||
"to {recipients}": "宛先: {recipients}",
|
||
"From: {sender}": "差出人: {sender}",
|
||
"Waiting on the server — goes out {when}.": "サーバーで待機中です。{when} に送信されます。",
|
||
"Scheduled — click to clear the schedule": "予約済み — クリックすると予約を解除します",
|
||
"Nothing scheduled": "予約されたメールはありません",
|
||
"The message waits on the server, so it goes out whether or not ihasmail is open.": "メールはサーバーで待機するため、ihasmail を開いていなくても送信されます。",
|
||
"This server holds a message for up to {span}.": "このサーバーがメールを保持できるのは最長 {span} です。",
|
||
"Date and time to send": "送信する日時",
|
||
"Undo send window": "送信取り消しの猶予時間",
|
||
"Read receipt requested": "開封確認が要求されています",
|
||
"The sender asked for a read receipt.": "差出人が開封確認を要求しています。",
|
||
"Request read receipt": "開封確認を要求",
|
||
"Always request read receipts": "常に開封確認を要求する",
|
||
"Receipt": "開封確認",
|
||
"Never send one": "送信しない",
|
||
"Not this time": "今回は送信しない",
|
||
"It would go to {address}, which is not where the message came from.": "送信先は {address} で、メールの送信元とは異なります。",
|
||
"Use {action} for the complete raw message.": "完全な生メッセージは {action} から。",
|
||
|
||
// ── Folders, calendar, contacts, files ─────────────────────────────
|
||
"Folder": "フォルダー",
|
||
"Folders": "フォルダー",
|
||
"Folder options": "フォルダーのオプション",
|
||
"New folder": "新しいフォルダー",
|
||
"New subfolder": "新しいサブフォルダー",
|
||
"Open subfolders of {name}": "{name} のサブフォルダーを開く",
|
||
"Delete folder": "フォルダーを削除",
|
||
"No matching folders": "該当するフォルダーはありません",
|
||
"No subfolders here.": "サブフォルダーはありません。",
|
||
"Type a folder name…": "フォルダー名を入力…",
|
||
"+ New folder…": "+ 新しいフォルダー…",
|
||
"Create, rename and hide folders.": "フォルダーの作成・名前の変更・非表示を行います。",
|
||
"Show unsubscribed (hidden) folders": "購読していない(非表示の)フォルダーを表示",
|
||
"Storage: {used} of {total} used.": "ストレージ: {total} 中 {used} を使用中。",
|
||
"{used} of {total}": "{total} 中 {used}",
|
||
|
||
"Calendar": "カレンダー",
|
||
"My calendars": "マイカレンダー",
|
||
"New calendar": "新しいカレンダー",
|
||
"Calendar options": "カレンダーのオプション",
|
||
"Calendar & contacts": "カレンダーと連絡先",
|
||
"Calendar is not available": "カレンダーは利用できません",
|
||
"Event": "予定",
|
||
"New event": "新しい予定",
|
||
"Create event…": "予定を作成…",
|
||
"(new event)": "(新しい予定)",
|
||
"New all-day event": "新しい終日の予定",
|
||
"Add title": "タイトルを追加",
|
||
"Add location": "場所を追加",
|
||
"Add to calendar": "カレンダーに追加",
|
||
"Add to my calendar": "マイカレンダーに追加",
|
||
"Remove from calendar": "カレンダーから削除",
|
||
"Remove from my calendar": "マイカレンダーから削除",
|
||
"All day": "終日",
|
||
"all-day": "終日",
|
||
"Starts": "開始",
|
||
"Starts (optional)": "開始(省略可)",
|
||
"Ends": "終了",
|
||
"Ends (optional)": "終了(省略可)",
|
||
"Day": "日",
|
||
"Week": "週",
|
||
"Month": "月",
|
||
"Agenda": "予定リスト",
|
||
"Today": "今日",
|
||
"Go to day": "指定の日へ",
|
||
"Go to week": "指定の週へ",
|
||
"Previous month": "前の月",
|
||
"Next month": "次の月",
|
||
"Does not repeat": "繰り返さない",
|
||
"Daily": "毎日",
|
||
"Every weekday": "毎平日",
|
||
"Yearly": "毎年",
|
||
"Custom…": "カスタム…",
|
||
"Weekly on {weekday}": "毎週{weekday}",
|
||
"Monthly on day {day}": "毎月 {day} 日",
|
||
"Repeat every": "繰り返す間隔",
|
||
"Repeat until": "繰り返しの終了",
|
||
"after N times": "N 回繰り返したら終了",
|
||
"on date": "指定の日で終了",
|
||
"never": "終了しない",
|
||
"day(s)": "日",
|
||
"week(s)": "週間",
|
||
"month(s)": "か月",
|
||
"year(s)": "年",
|
||
"Reminders": "通知",
|
||
"Add reminder": "通知を追加",
|
||
"Remove reminder": "通知を削除",
|
||
"Default reminder": "既定の通知",
|
||
"At time of event": "予定の開始時刻",
|
||
"5 minutes before": "5 分前",
|
||
"10 minutes before": "10 分前",
|
||
"15 minutes before": "15 分前",
|
||
"30 minutes before": "30 分前",
|
||
"1 hour before": "1 時間前",
|
||
"1 day before": "1 日前",
|
||
"15 minutes": "15 分",
|
||
"30 minutes": "30 分",
|
||
"45 minutes": "45 分",
|
||
"1 hour": "1 時間",
|
||
"1.5 hours": "1 時間 30 分",
|
||
"2 hours": "2 時間",
|
||
"Default event length": "予定の既定の長さ",
|
||
"Default view": "既定の表示",
|
||
"Guests": "参加者",
|
||
"Add guests by name or email": "名前かメールアドレスで参加者を追加",
|
||
"Send invitation emails to guests": "参加者に招待メールを送信する",
|
||
"Going?": "参加しますか?",
|
||
"Yes": "参加",
|
||
"No": "不参加",
|
||
"Maybe": "未定",
|
||
"Confirmed": "確定",
|
||
"Tentative": "仮",
|
||
"Canceled": "キャンセル済み",
|
||
"organizer": "主催者",
|
||
"Organizer: {name}": "主催者: {name}",
|
||
"Free": "空き",
|
||
"Busy": "予定あり",
|
||
"Free/busy": "空き時間",
|
||
"Show as": "表示方法",
|
||
"Count all events as busy": "すべての予定を「予定あり」とする",
|
||
"Only events I'm attending": "参加する予定のみ",
|
||
"Don't include in availability": "空き状況に含めない",
|
||
"Meeting link": "会議リンク",
|
||
"No events in the next 60 days.": "今後 60 日間に予定はありません。",
|
||
"Working hours": "勤務時間",
|
||
"Working hours start": "勤務時間の開始",
|
||
"Working hours end": "勤務時間の終了",
|
||
"Color categories": "色分類",
|
||
"Category": "分類",
|
||
"No category": "分類なし",
|
||
"New category": "新しい分類",
|
||
"Delete category": "分類を削除",
|
||
"Manage categories…": "分類を管理…",
|
||
"Use category color": "分類の色を使う",
|
||
"Use calendar color": "カレンダーの色を使う",
|
||
"Use the default color": "既定の色を使う",
|
||
"+{n} more": "他 {n} 件",
|
||
|
||
"Contacts": "連絡先",
|
||
"Contacts are not available": "連絡先は利用できません",
|
||
"New contact": "新しい連絡先",
|
||
"Edit contact": "連絡先を編集",
|
||
"Select a contact": "連絡先を選択",
|
||
"All contacts": "すべての連絡先",
|
||
"Search contacts": "連絡先を検索",
|
||
"Search contacts to add…": "追加する連絡先を検索…",
|
||
"Loading contacts…": "連絡先を読み込み中…",
|
||
"Add to contacts": "連絡先に追加",
|
||
"Add to my contacts": "マイ連絡先に追加",
|
||
"Remove from my contacts": "マイ連絡先から削除",
|
||
"Address book": "アドレス帳",
|
||
"Address books": "アドレス帳",
|
||
"All address books": "すべてのアドレス帳",
|
||
"My address books": "マイアドレス帳",
|
||
"New address book": "新しいアドレス帳",
|
||
"No address books yet.": "アドレス帳がまだありません。",
|
||
"Choose from address books": "アドレス帳から選択",
|
||
"Export all contacts": "すべての連絡先をエクスポート",
|
||
"Export address book": "このアドレス帳をエクスポート",
|
||
"Import contacts…": "連絡先をインポート…",
|
||
"Contact options": "連絡先のオプション",
|
||
"Address book options": "アドレス帳のオプション",
|
||
"Email group": "グループにメール",
|
||
"Email everyone": "全員にメール",
|
||
"Members": "メンバー",
|
||
"Members ({count})": "メンバー({count})",
|
||
"Group": "グループ",
|
||
"· group": "· グループ",
|
||
"Person": "個人",
|
||
"First name": "名",
|
||
"Last name": "姓",
|
||
"Middle name": "ミドルネーム",
|
||
"More name fields": "名前の項目をさらに表示",
|
||
"Nickname": "ニックネーム",
|
||
"Prefix": "敬称(前)",
|
||
"Suffix": "敬称(後)",
|
||
"Dr.": "Dr.",
|
||
"Jr.": "Jr.",
|
||
"Display name": "表示名",
|
||
"Job title": "役職",
|
||
"Organization": "組織",
|
||
"Company": "会社",
|
||
"Birthday": "誕生日",
|
||
"Notes": "メモ",
|
||
"Website": "ウェブサイト",
|
||
"Phone": "電話番号",
|
||
"Add phone": "電話番号を追加",
|
||
"Add email": "メールアドレスを追加",
|
||
"Add address": "住所を追加",
|
||
"Address": "住所",
|
||
"Street": "番地",
|
||
"City": "市区町村",
|
||
"State / Region": "都道府県・地域",
|
||
"Postal code": "郵便番号",
|
||
"Country": "国",
|
||
"Change photo": "写真を変更",
|
||
"Remove photo": "写真を削除",
|
||
"Updated {date}": "{date} に更新",
|
||
"Modified": "更新日時",
|
||
"Search names and addresses": "名前とアドレスを検索",
|
||
"Add a person or group…": "個人またはグループを追加…",
|
||
"Choose recipients": "宛先を選択",
|
||
"Available to add": "追加できる相手",
|
||
"vCard": "vCard",
|
||
"vCard attachment": "vCard の添付ファイル",
|
||
|
||
"Files": "ファイル",
|
||
"My files": "マイファイル",
|
||
"File storage is not available": "ファイルストレージは利用できません",
|
||
"Drag files here or use Upload.": "ここにファイルをドラッグするか、「アップロード」を使ってください。",
|
||
"Shared": "共有中",
|
||
"Shared with me": "自分と共有中",
|
||
"Nothing is shared with you.": "共有されているものはありません。",
|
||
"Not shared with anyone yet.": "まだ誰とも共有していません。",
|
||
"Check for new shares": "新しい共有を確認",
|
||
"Shared files are copied to your account when attached.": "共有ファイルは添付時にご自分のアカウントへコピーされます。",
|
||
"Viewer": "閲覧",
|
||
"Editor": "編集",
|
||
"Size": "サイズ",
|
||
"Add files": "ファイルを追加",
|
||
"Minimize": "最小化",
|
||
|
||
// ── Settings ───────────────────────────────────────────────────────
|
||
"Settings": "設定",
|
||
"All settings": "すべての設定",
|
||
"Sections": "セクション",
|
||
"General": "一般",
|
||
"Appearance": "外観",
|
||
"Make ihasmail yours.": "ihasmail を自分好みに整えましょう。",
|
||
"Reading": "閲覧",
|
||
"Reading pane": "プレビューウィンドウ",
|
||
"Right of the list": "一覧の右",
|
||
"Below the list": "一覧の下",
|
||
"Hidden (open full width)": "表示しない(全幅で開く)",
|
||
"Off (open messages full width)": "オフ(メールを全幅で開く)",
|
||
"Off": "オフ",
|
||
"Composing": "作成",
|
||
"Default format": "既定の形式",
|
||
"Rich text (HTML)": "リッチテキスト (HTML)",
|
||
"Plain text": "プレーンテキスト",
|
||
"Quote original message in replies": "返信で元のメールを引用する",
|
||
"Place signature above quoted text": "署名を引用文の上に置く",
|
||
"Attachment reminder": "添付忘れの確認",
|
||
"Warn when the message mentions an attachment but none is attached.": "本文で添付に触れているのにファイルが添付されていないとき警告します。",
|
||
"Spell check while typing": "入力中にスペルチェックする",
|
||
"Open the composer full screen": "メールを全画面で作成",
|
||
"Confirm before deleting": "削除前に確認する",
|
||
"Show message snippets": "本文の抜粋を表示する",
|
||
"Preview the first line of each message in the list.": "一覧に各メールの 1 行目を表示します。",
|
||
"Show sender avatars": "差出人のアイコンを表示する",
|
||
"Group messages from the same thread together.": "同じスレッドのメールをまとめます。",
|
||
"After archiving or deleting": "アーカイブまたは削除したあと",
|
||
"Ask before showing (recommended)": "表示前に確認する(推奨)",
|
||
"Always (all messages)": "常に表示(すべてのメール)",
|
||
"Show automatically from my contacts": "連絡先からのメールは自動的に表示",
|
||
"Immediately when opened": "開いた時点ですぐ",
|
||
"After 2 seconds": "2 秒後",
|
||
"After 5 seconds": "5 秒後",
|
||
"Never automatically": "自動では既読にしない",
|
||
"When someone requests a read receipt": "開封確認を要求されたとき",
|
||
"Ask me on each message": "メールごとに確認する",
|
||
"5 seconds": "5 秒",
|
||
"8 seconds": "8 秒",
|
||
"15 seconds": "15 秒",
|
||
"30 seconds": "30 秒",
|
||
"Locale": "地域",
|
||
"Language": "言語",
|
||
"Interface language": "表示言語",
|
||
"Language & region": "言語と地域",
|
||
"Date format": "日付の形式",
|
||
"Time format": "時刻の形式",
|
||
"Time zone": "タイムゾーン",
|
||
"Week starts on": "週の始まり",
|
||
"Monday": "月曜日",
|
||
"Saturday": "土曜日",
|
||
"Sunday": "日曜日",
|
||
"12-hour clock (6:23 PM)": "12 時間制 (6:23 PM)",
|
||
"24-hour clock (18:23)": "24 時間制 (18:23)",
|
||
"Browser default ({zone})": "ブラウザーの既定({zone})",
|
||
"Default ({zone})": "既定({zone})",
|
||
"Automatic ({example})": "自動({example})",
|
||
"Automatic ({locale})": "自動({locale})",
|
||
"Automatic": "自動",
|
||
"Preview: {example}": "プレビュー: {example}",
|
||
"Dates, times and month names follow this choice.": "日付・時刻・月名はこの設定に従います。",
|
||
"Your mail server reports {name} ({tag}).": "メールサーバーは {name}({tag})と申告しています。",
|
||
"Your mail server does not report a locale, so the browser's is used.": "メールサーバーが地域を申告していないため、ブラウザーの設定を使用します。",
|
||
"Dates": "日付",
|
||
"Date": "日付",
|
||
"Time": "時刻",
|
||
"When": "条件",
|
||
"Then": "処理",
|
||
"then": "処理",
|
||
"Theme": "テーマ",
|
||
"Accent color": "アクセントカラー",
|
||
"Color": "色",
|
||
"Text color": "文字色",
|
||
"Density & text": "密度と文字",
|
||
"Display density": "表示密度",
|
||
"Comfortable": "ゆったり",
|
||
"Cozy (default)": "標準(既定)",
|
||
"Compact": "コンパクト",
|
||
"Text size": "文字サイズ",
|
||
"Font size": "フォントサイズ",
|
||
"Small": "小",
|
||
"Medium": "中",
|
||
"Large": "大",
|
||
"Huge": "特大",
|
||
"Sidebar": "サイドバー",
|
||
"Show labels in the sidebar": "サイドバーにラベルを表示する",
|
||
"Collapse sidebar to icons": "サイドバーをアイコンだけにする",
|
||
"Apply the theme to messages too": "メールにもテーマを適用する",
|
||
"Apply it even to mail that styles itself": "自分で配色を持つメールにも適用する",
|
||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "宣伝メールや領収メールはほとんどがどこかで色を指定しているため、上の設定では大半が白いカードのままになります。これを有効にすると、送信者の配色の上からテーマを適用します。メッセージが載っている背景は取り除き、ボタンや色付きのバナーは文字が読めるようにそのまま残します。一部のメールは元の見た目を保てないため、別の設定として分けています。",
|
||
"Swiping": "スワイプ操作",
|
||
"Swipe left": "左へスワイプ",
|
||
"Swipe right": "右へスワイプ",
|
||
"Backup": "バックアップ",
|
||
"Export settings": "設定をエクスポート",
|
||
"Import settings": "設定をインポート",
|
||
"Settings imported": "設定をインポートしました",
|
||
"Invalid settings file": "設定ファイルが正しくありません",
|
||
"Reset to defaults": "既定に戻す",
|
||
"Default mail app": "既定のメールアプリ",
|
||
"Documentation": "ドキュメント",
|
||
"About ihasmail": "ihasmail について",
|
||
"About INBUXA": "INBUXA について",
|
||
"Built on {ihasmail}": "{ihasmail} をベースに構築",
|
||
"About": "情報",
|
||
"Server": "サーバー",
|
||
"Server capabilities": "サーバーの機能",
|
||
"Accounts": "アカウント",
|
||
"Account": "アカウント",
|
||
"Max upload": "最大アップロードサイズ",
|
||
"{size} MB": "{size} MB",
|
||
"KB": "KB",
|
||
"Image privacy proxy": "画像プライバシープロキシ",
|
||
"enabled": "有効",
|
||
"disabled": "無効",
|
||
"Enabled": "有効",
|
||
"active": "使用中",
|
||
"hidden": "非表示",
|
||
"connected": "接続済み",
|
||
"reconnecting…": "再接続中…",
|
||
"AGPL-3.0 source": "AGPL-3.0 ソース",
|
||
|
||
// ── Identities, templates, filters ─────────────────────────────────
|
||
"Identities & signatures": "差出人と署名",
|
||
"Add identity": "差出人を追加",
|
||
"Delete identity": "差出人を削除",
|
||
"Make default": "既定にする",
|
||
"Default": "既定",
|
||
"Show when composing": "作成時に表示する",
|
||
"Hide when composing": "作成時に表示しない",
|
||
"Signature": "署名",
|
||
"Your signature…": "署名…",
|
||
"Reply-To": "返信先",
|
||
"Reply-To (optional)": "返信先(省略可)",
|
||
"Reply-To: {addresses}": "返信先: {addresses}",
|
||
"Replies go to…": "返信の送り先…",
|
||
"Set a Reply-To address": "返信先アドレスを設定",
|
||
"{email} is now your default identity": "{email} を既定の差出人にしました",
|
||
"Templates": "テンプレート",
|
||
"New template": "新しいテンプレート",
|
||
"Delete template": "テンプレートを削除",
|
||
"Insert template": "テンプレートを挿入",
|
||
"Template text…": "テンプレートの本文…",
|
||
"Subject: {subject}": "件名: {subject}",
|
||
"Filters & rules": "フィルターとルール",
|
||
"Filters unavailable": "フィルターは利用できません",
|
||
"Rules": "ルール",
|
||
"Rule name": "ルール名",
|
||
"New rule": "新しいルール",
|
||
"Delete rule": "ルールを削除",
|
||
"No filters yet": "フィルターはまだありません",
|
||
"Add condition": "条件を追加",
|
||
"Remove condition": "条件を削除",
|
||
"Add action": "処理を追加",
|
||
"Remove action": "処理を削除",
|
||
"all of the following match": "次のすべてに一致",
|
||
"any of the following match": "次のいずれかに一致",
|
||
"contains": "を含む",
|
||
"does not contain": "を含まない",
|
||
"is": "と等しい",
|
||
"is not": "と等しくない",
|
||
"matches (wildcards * ?)": "に一致(ワイルドカード * ?)",
|
||
"does not match": "に一致しない",
|
||
"matches regex": "正規表現に一致",
|
||
"does not match regex": "正規表現に一致しない",
|
||
"exists": "が存在する",
|
||
"does not exist": "が存在しない",
|
||
"is larger than": "より大きい",
|
||
"is smaller than": "より小さい",
|
||
"Stop processing more rules": "以降のルールを処理しない",
|
||
"keep copy": "コピーを残す",
|
||
"Forward to": "転送先",
|
||
"Reject with message": "メッセージを付けて拒否",
|
||
"Scripts": "スクリプト",
|
||
"Scripts (advanced)": "スクリプト(詳細設定)",
|
||
"Script name": "スクリプト名",
|
||
"New script": "新しいスクリプト",
|
||
"Delete script": "スクリプトを削除",
|
||
"Sieve source": "Sieve のソース",
|
||
"Preview generated Sieve script": "生成される Sieve スクリプトをプレビュー",
|
||
"Start with rules": "ルールに切り替える",
|
||
"Switch to rules?": "ルールに切り替えますか?",
|
||
"Create filter": "フィルターを作成",
|
||
"Filter messages like this": "このようなメールをフィルターする",
|
||
"Filter messages like this…": "このようなメールをフィルターする…",
|
||
"Also apply to existing messages in": "次の場所にある既存のメールにも適用",
|
||
"keyword (e.g. $important, work)": "キーワード(例: $important、work)",
|
||
"Other header…": "その他のヘッダー…",
|
||
"Out of office": "不在時の自動返信",
|
||
"Auto-reply enabled": "自動返信は有効です",
|
||
|
||
// ── Security, sessions, sign-in ────────────────────────────────────
|
||
"Security & sessions": "セキュリティとセッション",
|
||
"Password": "パスワード",
|
||
"Your password": "パスワード",
|
||
"Current password": "現在のパスワード",
|
||
"New password": "新しいパスワード",
|
||
"Confirm new password": "新しいパスワード(確認)",
|
||
"Current code": "現在の確認コード",
|
||
"Code from your authenticator": "認証アプリの確認コード",
|
||
"Two-factor authentication": "2 段階認証",
|
||
"Turn off two-factor authentication": "2 段階認証をオフにする",
|
||
"Your password alone will be enough to sign in again.": "以後はパスワードだけでサインインできるようになります。",
|
||
"App passwords": "アプリパスワード",
|
||
"New app password for": "アプリパスワードの用途",
|
||
"Your new app password": "新しいアプリパスワード",
|
||
"Secret": "シークレット",
|
||
"Thunderbird on my laptop": "ノート PC の Thunderbird",
|
||
"Active webmail sessions": "有効なウェブメールのセッション",
|
||
"Sign out": "サインアウト",
|
||
"Sign out here": "ここでサインアウト",
|
||
"Sign out all other sessions": "他のすべてのセッションをサインアウト",
|
||
"Signed in as": "サインイン中のアカウント",
|
||
"This is my own device": "これは自分のデバイスです",
|
||
"this device": "このデバイス",
|
||
"Device": "デバイス",
|
||
"IP": "IP",
|
||
"Last active": "最終アクティブ",
|
||
"Created": "作成日時",
|
||
"Expires": "有効期限",
|
||
"Status": "状態",
|
||
"Online": "オンライン",
|
||
"Reason": "理由",
|
||
"Type": "種類",
|
||
"Email or username": "メールアドレスまたはユーザー名",
|
||
"Use your usual address as the username.": "ユーザー名には普段のメールアドレスをお使いください。",
|
||
"Fast, friendly webmail. Your mailbox, your way.": "軽快で使いやすいウェブメール。メールボックスを思いのままに。",
|
||
|
||
// ── Notifications ──────────────────────────────────────────────────
|
||
"Notifications": "通知",
|
||
"Notifications are blocked in your browser settings.": "ブラウザーの設定で通知がブロックされています。",
|
||
"Not supported in this browser.": "このブラウザーでは利用できません。",
|
||
"Desktop notifications while ihasmail is open": "ihasmail を開いている間のデスクトップ通知",
|
||
"Notify me even when ihasmail is closed": "ihasmail を閉じているときも通知する",
|
||
"Play a sound for new mail": "新着メールで音を鳴らす",
|
||
"Test notification": "通知をテスト",
|
||
"Background notifications are on": "バックグラウンド通知はオンです",
|
||
"The tab title and favicon always show your unread Inbox count.": "タブのタイトルとアイコンには、受信トレイの未読数が常に表示されます。",
|
||
"Live updates are delivered via JMAP push ({state}).": "リアルタイム更新は JMAP プッシュで配信されます({state})。",
|
||
"Shows a system notification when new mail arrives in your Inbox while the tab is in the background.": "タブがバックグラウンドのときに受信トレイへ新着メールが届くと、システム通知を表示します。",
|
||
|
||
// ── Editor ─────────────────────────────────────────────────────────
|
||
"Formatting": "書式",
|
||
"Formatting options": "書式のオプション",
|
||
"Remove formatting": "書式をクリア",
|
||
"Bold (Ctrl+B)": "太字 (Ctrl+B)",
|
||
"Italic (Ctrl+I)": "斜体 (Ctrl+I)",
|
||
"Underline (Ctrl+U)": "下線 (Ctrl+U)",
|
||
"Strikethrough": "取り消し線",
|
||
"Highlight": "蛍光ペン",
|
||
"Bulleted list": "箇条書き",
|
||
"Numbered list": "番号付きリスト",
|
||
"Increase indent": "インデントを増やす",
|
||
"Decrease indent": "インデントを減らす",
|
||
"Align left": "左揃え",
|
||
"Align right": "右揃え",
|
||
"Center": "中央揃え",
|
||
"Quote": "引用",
|
||
"Code block": "コードブロック",
|
||
"Normal text": "標準テキスト",
|
||
"Insert link (Ctrl+K)": "リンクを挿入 (Ctrl+K)",
|
||
"Insert image": "画像を挿入",
|
||
"Link": "リンク",
|
||
"List": "リスト",
|
||
"Emoji": "絵文字",
|
||
"Write your message…": "メールを入力…",
|
||
|
||
// ── Search, shortcuts, generic labels ──────────────────────────────
|
||
"Search": "検索",
|
||
"Search mail": "メールを検索",
|
||
"Advanced search": "詳細検索",
|
||
"Keyboard shortcuts": "キーボードショートカット",
|
||
"Keyboard shortcuts (?)": "キーボードショートカット (?)",
|
||
"Shortcuts": "ショートカット",
|
||
"Go to": "移動",
|
||
"Menu": "メニュー",
|
||
"Close menu": "メニューを閉じる",
|
||
"Options": "オプション",
|
||
"Send options": "送信オプション",
|
||
"Name": "名前",
|
||
"Email": "メールアドレス",
|
||
"Email address": "メールアドレス",
|
||
"Description": "説明",
|
||
"Location": "場所",
|
||
"Visibility": "公開範囲",
|
||
"Private": "非公開",
|
||
"Work": "勤務先",
|
||
"Loading…": "読み込み中…",
|
||
"None": "なし",
|
||
"optional": "省略可",
|
||
"Always show": "常に表示",
|
||
"to": "宛先",
|
||
"Received": "受信日時",
|
||
"In-Reply-To": "In-Reply-To",
|
||
"References": "References",
|
||
|
||
// ── Labels ─────────────────────────────────────────────────────────
|
||
"Add label / keyword": "ラベル / キーワードを追加",
|
||
"Manage labels": "ラベルを管理",
|
||
"Create “{name}”": "「{name}」を作成",
|
||
"Type a name to create your first label.": "名前を入力すると、最初のラベルを作成できます。",
|
||
"New label": "新しいラベル",
|
||
"Delete label": "ラベルを削除",
|
||
|
||
// ── Attachments, dates, search prose ───────────────────────────────
|
||
"Large attachments may be rejected by some servers": "大きな添付ファイルは、サーバーによっては拒否されることがあります",
|
||
"Images are stored in your Files (folder “ihasmail”) and embedded when you send.": "画像は「ファイル」内(フォルダー「ihasmail」)に保存され、送信時にメールへ埋め込まれます。",
|
||
"After": "以降",
|
||
"Before": "以前",
|
||
"Choose a date": "日付を選択",
|
||
"Choose a date and time": "日時を選択",
|
||
"Pick date and time…": "日時を選択…",
|
||
"Search mail (from:, to:, subject:, has:attachment, is:unread, in:, before:, after:)": "メールを検索 (from:, to:, subject:, has:attachment, is:unread, in:, before:, after:)",
|
||
"Settings → Filters & rules": "設定 → フィルターとルール",
|
||
"Open the Mail view to see all shortcuts.": "すべてのショートカットはメール画面で確認できます。",
|
||
"Gmail-style shortcuts are always on. Press {key} anywhere to see this list.": "Gmail 形式のショートカットは常に有効です。どこでも {key} を押すとこの一覧を表示します。",
|
||
"Select a conversation to read it here · Press {key} for shortcuts": "スレッドを選ぶとここに表示されます · {key} でショートカット一覧",
|
||
"Select a message to read it here · Press {key} for shortcuts": "メールを選ぶとここに表示されます · {key} でショートカット一覧",
|
||
"Tip: press {key} on a conversation to apply labels. Search with {operator}.": "ヒント: スレッド上で {key} を押すとラベルを付けられます。検索には {operator} が使えます。",
|
||
"A fast, friendly, open-source webmail for {server}, built on JMAP.": "{server} のための、軽快で使いやすいオープンソースのウェブメール。JMAP で動作します。",
|
||
|
||
// ── Filters, vacation, capability notices ──────────────────────────
|
||
"Thanks for your message. I'm away until … and will reply when I'm back.": "メールをありがとうございます。……まで不在にしており、戻り次第ご返信いたします。",
|
||
"Automatically reply to people who email you while you're away. Each sender gets at most one reply.": "不在の間に届いたメールへ自動で返信します。同じ差出人への返信は 1 通までです。",
|
||
"Sort incoming mail automatically. Rules run on the server (Sieve), so they work for every client you use.": "届いたメールを自動で振り分けます。ルールはサーバー上(Sieve)で動くため、どのクライアントでも同じように働きます。",
|
||
"Canned responses you can insert into any message from the composer's template button.": "定型文です。作成画面のテンプレートボタンから、どのメールにも挿入できます。",
|
||
"Create a rule to move newsletters to a folder, flag important senders, or forward mail.": "ルールを作成すると、メールマガジンをフォルダーへ移動したり、重要な差出人に印を付けたり、メールを転送したりできます。",
|
||
"Advanced: manage raw Sieve scripts. Only one script can be active at a time.": "詳細設定: Sieve スクリプトを直接管理します。有効にできるスクリプトは同時に 1 つだけです。",
|
||
"Only part of your filter script arrived.": "フィルタースクリプトの一部しか取得できませんでした。",
|
||
"Your active script “{name}” was written by hand.": "有効なスクリプト「{name}」は手書きで作成されたものです。",
|
||
"Another script (“{name}”) is active. Saving rules here will activate the “ihasmail” script instead.": "別のスクリプト(「{name}」)が有効です。ここでルールを保存すると、代わりに「ihasmail」スクリプトが有効になります。",
|
||
"“{name}” will be deactivated (not deleted) and a new “ihasmail” script will take over.": "「{name}」は無効化され(削除はされません)、新しい「ihasmail」スクリプトが引き継ぎます。",
|
||
"Sieve filtering is not available for this account.": "このアカウントでは Sieve フィルターを利用できません。",
|
||
"Sieve filtering is not enabled for this account.": "このアカウントでは Sieve フィルターが有効になっていません。",
|
||
"Vacation responses are not available for this account.": "このアカウントでは不在時の自動返信を利用できません。",
|
||
"This account does not have the JMAP calendars capability.": "このアカウントには JMAP カレンダー機能がありません。",
|
||
"This account does not have the JMAP contacts capability.": "このアカウントには JMAP 連絡先機能がありません。",
|
||
"This account does not have the JMAP file storage capability.": "このアカウントには JMAP ファイルストレージ機能がありません。",
|
||
"It {damage}, so the rules in it can't be shown or edited — saving what did arrive would write it back over the rest. Reload the page to try again. Your rules are still on the server; nothing here has changed them.": "{damage}ため、その中のルールは表示も編集もできません。取得できた分を保存すると、残りの部分を上書きしてしまいます。ページを再読み込みしてやり直してください。ルールはサーバー上にそのまま残っており、ここでは何も変更していません。",
|
||
"The visual rule editor only manages scripts it created. You can edit the script in the {tab} tab, or start fresh with rules (the existing script will be kept but deactivated).": "ビジュアルなルールエディターが管理するのは、自身が作成したスクリプトだけです。「{tab}」タブでスクリプトを編集するか、ルールで作り直すことができます(既存のスクリプトは残りますが無効になります)。",
|
||
"Your filter script {damage}, so only part of it arrived. Adding a rule would write that part back over the whole thing. Reload the page and try again.": "フィルタースクリプトが{damage}ため、一部しか取得できませんでした。ルールを追加すると、その一部で全体を上書きしてしまいます。ページを再読み込みしてやり直してください。",
|
||
"Your filter script couldn't be read just now, so adding a rule would risk overwriting it. Reload the page and try again.": "フィルタースクリプトを読み込めなかったため、ルールを追加すると上書きのおそれがあります。ページを再読み込みしてやり直してください。",
|
||
"Your active Sieve script was written by hand, so rules can't be added automatically. Open {where} to edit the script or switch to managed rules.": "有効な Sieve スクリプトは手書きで作成されたものなので、ルールを自動では追加できません。{where} を開いてスクリプトを編集するか、管理されたルールに切り替えてください。",
|
||
|
||
// ── Settings prose ─────────────────────────────────────────────────
|
||
"tell us about it": "お知らせください",
|
||
"This translation was generated by AI and has not been checked by a native speaker, so it is marked Beta until somebody who speaks it signs it off. Anything that reads wrongly is worth reporting — {report}.": "この翻訳は AI が生成したもので、母語話者による確認をまだ受けていません。そのため、話者による確認が済むまで Beta と表示しています。おかしいと感じた箇所は、ぜひ{report}。",
|
||
"Only languages ihasmail has been translated into appear here, so this list grows as translations land rather than ahead of them — a language offered without strings behind it would leave the page claiming to be in a language it is not.": "ここに並ぶのは ihasmail の翻訳がある言語だけです。そのため、この一覧は翻訳が届いてから増えていきます。訳文のない言語を選べるようにすると、実際とは違う言語のページだと名乗ることになってしまいます。",
|
||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "これは「一般」の{setting}とは別の設定です。あちらは日付・時刻・数値の書き方を決めます。英語の画面にドイツ語式の日付を組み合わせることも、その逆もできます。",
|
||
"Defaults for the calendar views and new events.": "カレンダーの表示と新しい予定の既定値です。",
|
||
"Replies will go to this address instead of the From address": "返信は差出人アドレスではなく、このアドレスに届きます",
|
||
"Replies to mail sent from this identity go here instead of the From address.": "この差出人で送ったメールへの返信は、差出人アドレスではなくこちらに届きます。",
|
||
"New identities must use an address this account is allowed to send from (aliases configured on the server).": "新しい差出人には、このアカウントが送信を許可されているアドレス(サーバーで設定されたエイリアス)を使う必要があります。",
|
||
"Not offered when composing. It still receives mail, and you can still send from it by showing it again.": "作成時には表示されません。メールの受信は続き、再び表示すればこの差出人で送信することもできます。",
|
||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "差出人とは、それぞれ名前・返信先・署名を持つ送信用アドレスのことです。作成時には既定の差出人があらかじめ選ばれます。返信を差出人アドレス以外へ届けたい場合は、返信先を設定してください。",
|
||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "この署名はサーバーの上限 {limit} バイトを超えています。ihasmail は完全版を「ファイル」に保存し、サーバーには短いテキスト版を置きます。他のメールクライアントにはテキスト版が表示されます。",
|
||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Outlook 形式の分類です。右クリックメニューや予定の編集画面から予定に割り当てられます。分類名は予定に保存されるため、他のクライアントにも同期されます。",
|
||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "プレーンテキストのメールは、もともとテーマに従います。これをオンにすると、独自の配色を持たない HTML メールもテーマに従い、白いカードの上に置かれなくなります。自分でスタイルを指定しているメールは、差出人が作ったとおりに表示されます。",
|
||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "タッチ画面では、メールを横にドラッグすると操作できます。各方向に 1 つの操作を割り当てるか、何も割り当てないかを選べます。この設定はアカウントに従うため、スマートフォンとタブレットで揃います。マウスはこの設定を無視し、これまでどおりメールをフォルダーへドラッグします。",
|
||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "この画面にはタッチ機能がないため、ここでの設定は動作に影響しません。スマートフォンやタブレットに反映されます。",
|
||
"Holding a message selects it, and holding a folder opens its menu. Pull the top of the message list down to check for new mail.": "メールを長押しすると選択、フォルダーを長押しするとメニューが開きます。メール一覧の上端を下に引くと、新着メールを確認できます。",
|
||
"A receipt tells whoever asked that this address is live and when the message was read, and the sender chooses where it goes — so there is no automatic option. Bulk mail, mailing lists and anything marked auto-submitted are never offered one at all.": "開封確認を返すと、要求した相手にこのアドレスが使われていることと、いつ読んだかが伝わります。しかも送り先を決めるのは差出人です。そのため自動で返す選択肢はありません。一括配信のメール、メーリングリスト、自動送信と記されたメールには、そもそも確認を返す選択肢を表示しません。",
|
||
"This browser cannot register apps for {scheme} links. Safari, in particular, has no such API — you can still make ihasmail the default from your operating system if you install it as an app.": "このブラウザーは {scheme} リンクのアプリを登録できません。とくに Safari にはその API がありません。アプリとしてインストールすれば、OS の側で ihasmail を既定にすることはできます。",
|
||
"Registering for {scheme} links requires a secure (HTTPS) connection.": "{scheme} リンクの登録には安全な接続(HTTPS)が必要です。",
|
||
"Open {scheme} links — in web pages, documents and other apps — in ihasmail instead of a desktop mail client. Your browser will ask you to confirm, and you can change it later in its own settings (Chrome: Settings › Privacy and security › Site settings › Protocol handlers; Firefox: Settings › General › Applications).": "ウェブページ・文書・他のアプリにある {scheme} リンクを、デスクトップのメールクライアントではなく ihasmail で開きます。ブラウザーが確認を求め、あとからブラウザー自身の設定で変更できます(Chrome: 設定 › プライバシーとセキュリティ › サイトの設定 › プロトコル ハンドラ、Firefox: 設定 › 一般 › プログラム)。",
|
||
"Requested in this browser. Whether it took effect is up to the browser — check its settings if mail links still open elsewhere.": "このブラウザーで登録を要求しました。実際に有効になるかどうかはブラウザー次第です。メールのリンクが別のアプリで開く場合は、ブラウザーの設定をご確認ください。",
|
||
"For a system-wide default, install ihasmail as an app first (in Chrome: the install icon in the address bar). Your operating system can then offer ihasmail directly wherever it asks which mail app to use.": "システム全体の既定にするには、まず ihasmail をアプリとしてインストールしてください(Chrome ではアドレスバーのインストールアイコン)。以後、OS がメールアプリを尋ねる場面で ihasmail を直接選べるようになります。",
|
||
"Needs a browser with the Push API and a mail server that publishes a push key.": "Push API に対応したブラウザーと、プッシュ用の鍵を公開しているメールサーバーが必要です。",
|
||
"Your mail server delivers these straight to your browser, so they arrive with no ihasmail tab open, naming the sender and subject. Your browser still has to be running — if you quit it completely, notifications wait and arrive when you open it again.": "メールサーバーが通知をブラウザーへ直接届けるため、ihasmail のタブを開いていなくても、差出人と件名つきで届きます。ただしブラウザーは起動している必要があります。完全に終了すると、通知は次に起動したときにまとめて届きます。",
|
||
"Your mail server can wake this browser, but will not include the sender or subject. Your browser still has to be running.": "メールサーバーはこのブラウザーを呼び起こせますが、差出人や件名は含めません。ブラウザーは起動している必要があります。",
|
||
"This is what a new-mail notification looks like.": "新着メールの通知はこのように表示されます。",
|
||
"You're signed in as {user}. Your password is never stored in the browser; the server keeps it encrypted per-session for talking to the mail server.": "{user} としてサインインしています。パスワードがブラウザーに保存されることはありません。メールサーバーとの通信用に、サーバーがセッションごとに暗号化して保持します。",
|
||
"App passwords are managed by your mail administrator.": "アプリパスワードはメール管理者が管理しています。",
|
||
"Changing your password signs out your other webmail sessions. Any app passwords keep working.": "パスワードを変更すると、他のウェブメールのセッションはサインアウトされます。アプリパスワードはそのまま使えます。",
|
||
"This account has two-factor authentication on. ihasmail can't sign you in with a code yet, so signing in on another device needs an app password — or you can turn two-factor authentication off here.": "このアカウントでは 2 段階認証が有効です。ihasmail はまだ確認コードでのサインインに対応していないため、他のデバイスからサインインするにはアプリパスワードが必要です。ここで 2 段階認証をオフにすることもできます。",
|
||
"A separate password for a mail app or device, which you can revoke on its own. App passwords skip two-factor codes, so they keep working in apps that can't ask for one.": "メールアプリやデバイスごとに用意する別のパスワードで、単独で無効化できます。アプリパスワードは 2 段階認証の確認コードを省くため、コードを入力できないアプリでも使えます。",
|
||
"Copy it into {name} now — it isn't shown again.": "いま {name} にコピーしてください。二度と表示されません。",
|
||
"No other users found in the directory, so nobody new can be added. Sharing already in place is listed below and can still be removed.": "ディレクトリに他のユーザーが見つからないため、新しく追加することはできません。すでに設定されている共有は下に表示され、解除はできます。",
|
||
"This webmail works with the INBUXA mail server, and sign-in refuses a server that doesn't offer what it needs.": "このウェブメールは INBUXA メールサーバーで動作し、必要な機能を提供しないサーバーへのサインインは拒否されます。",
|
||
"ihasmail's own version is the date of the commit it was built from, followed by where that commit came from: {example} was built from a commit dated the 30th of August 2026 that arrived through pull request 129. A commit that did not come through one carries its short SHA instead — {sha}. The version deliberately says nothing about the mail server; what this build needs from the server is the line above.": "ihasmail 自身のバージョンは、ビルド元となったコミットの日付と、そのコミットの出どころを並べたものです。{example} は 2026 年 8 月 30 日付のコミットから作られ、そのコミットはプルリクエスト 129 を通って届きました。プルリクエストを経ていないコミットは、代わりに短い SHA が付きます — {sha}。バージョンには メールサーバーに関する情報をあえて含めていません。このビルドがサーバーに求めるものは、上の行に示されています。",
|
||
// ── Constant labels ────────────────────────────────────────────────
|
||
"Add": "追加",
|
||
"Create subfolders": "サブフォルダーの作成",
|
||
"Dark": "ダーク",
|
||
"Light": "ライト",
|
||
"Match system": "システムに合わせる",
|
||
"Day.Month.Year": "日.月.年",
|
||
"Day/Month/Year": "日/月/年",
|
||
"Month/Day/Year": "月/日/年",
|
||
"Year-Month-Day (ISO 8601)": "年-月-日 (ISO 8601)",
|
||
"Edit all": "すべての編集",
|
||
"Edit contents": "内容の編集",
|
||
"Edit own": "自分の項目の編集",
|
||
"Flag": "フラグ",
|
||
"Mark read": "既読の設定",
|
||
"Private props": "非公開プロパティ",
|
||
"Read": "読み取り",
|
||
"Read events": "予定の閲覧",
|
||
"RSVP": "出欠の回答",
|
||
"See free/busy": "空き時間の閲覧",
|
||
"Share": "共有",
|
||
"Write": "書き込み",
|
||
"Live updates connected": "リアルタイム更新に接続しました",
|
||
"Live updates reconnecting…": "リアルタイム更新に再接続中…",
|
||
"Live updates off — checking periodically instead": "リアルタイム更新はオフです — 代わりに定期的に確認します",
|
||
"Mark as read / unread": "既読 / 未読にする",
|
||
"Star / unstar": "スターを付ける / 外す",
|
||
"Report spam / not spam": "迷惑メールとして報告 / 報告を取り消す",
|
||
"Report spam": "迷惑メールとして報告",
|
||
"Not spam": "迷惑メールではない",
|
||
"Nothing": "何もしない",
|
||
"No conversation selected": "スレッドが選択されていません",
|
||
"No message selected": "メールが選択されていません",
|
||
"Drop here for the top level": "ここにドロップすると最上位へ移動します",
|
||
"Later today": "今日のうちに",
|
||
"Tomorrow morning": "明日の朝",
|
||
"Tomorrow afternoon": "明日の午後",
|
||
"Monday morning": "月曜日の朝",
|
||
"Open draft": "下書きを開く",
|
||
"Undo": "元に戻す",
|
||
|
||
// ── Folder names (role folders only) ───────────────────────────────
|
||
"Deleted Items": "ゴミ箱",
|
||
"folder\u0004Inbox": "受信トレイ",
|
||
"folder\u0004Archive": "アーカイブ",
|
||
"folder\u0004Drafts": "下書き",
|
||
"folder\u0004Sent": "送信済み",
|
||
"folder\u0004Deleted Items": "ゴミ箱",
|
||
"folder\u0004Junk Mail": "迷惑メール",
|
||
"folder\u0004Important": "重要",
|
||
"folder\u0004All mail": "すべてのメール",
|
||
"share sheet\u0004Share": "共有",
|
||
"share sheet\u0004Share…": "共有…",
|
||
"folder": "フォルダー",
|
||
"“{name}” moved into “{parent}”": "「{name}」を「{parent}」に移動しました",
|
||
"“{name}” moved to the top level": "「{name}」を最上位に移動しました",
|
||
"Move “{name}” to…": "「{name}」の移動先…",
|
||
"Top level": "最上位",
|
||
"Could not move “{name}”: {reason}": "「{name}」を移動できませんでした: {reason}",
|
||
"Delete “{name}”?": "「{name}」を削除しますか?",
|
||
"Rename folder": "フォルダー名を変更",
|
||
"Search: {query}": "検索: {query}",
|
||
|
||
// ── Composer status, calendar title ────────────────────────────────
|
||
"New message": "新規メール",
|
||
"Start a new message with what was shared?": "共有された内容で新規メールを作成しますか?",
|
||
"Something was shared with ihasmail. Nothing is sent until you choose Send. If you didn't just share this, discard it.": "ihasmail に何かが共有されました。「送信」を選ぶまで何も送信されません。共有した覚えがない場合は破棄してください。",
|
||
"Start a message": "メールを作成",
|
||
"New mail": "新着メール",
|
||
"Could not do that — open ihasmail and try again": "実行できませんでした - ihasmail を開いてやり直してください",
|
||
"Sending…": "送信中…",
|
||
"Saving…": "保存中…",
|
||
"Error": "エラー",
|
||
"Saved {when}": "{when} に保存",
|
||
"Unsaved": "未保存",
|
||
"Agenda from {date}": "{date}からの予定",
|
||
|
||
// ── Toasts, dialogs and computed labels (second extraction pass) ───
|
||
"(no subject)": "(件名なし)",
|
||
"(skipped: {actions})": "(スキップ: {actions})",
|
||
"Activate": "有効にする",
|
||
"Add a contact or import a vCard file.": "連絡先を追加するか、vCard ファイルをインポートしてください。",
|
||
"Added to your calendar": "カレンダーに追加しました",
|
||
"All events in this calendar will be deleted.": "このカレンダーの予定はすべて削除されます。",
|
||
"All occurrences": "すべての繰り返し",
|
||
"An occurrence cannot be moved to another calendar on its own": "繰り返しの 1 件だけを別のカレンダーへ移動することはできません",
|
||
"Anything signed in with this password stops working immediately.": "このパスワードでサインインしているものは、ただちに使えなくなります。",
|
||
"App password revoked": "アプリパスワードを無効化しました",
|
||
"Applies to every date in the series.": "この繰り返しのすべての日付に適用されます。",
|
||
"Applies to this date only.": "この日付にのみ適用されます。",
|
||
"Apply to series": "繰り返し全体に適用",
|
||
"Applying filter to existing messages…": "既存のメールにフィルターを適用しています…",
|
||
"Attachments are still uploading": "添付ファイルをアップロード中です",
|
||
"Calendar saved": "カレンダーを保存しました",
|
||
"Categorized as {name}": "分類「{name}」を設定しました",
|
||
"Category cleared": "分類を解除しました",
|
||
"Change this event?": "この予定を変更しますか?",
|
||
"Choose a calendar": "カレンダーを選んでください",
|
||
"Choose an address book": "アドレス帳を選んでください",
|
||
"Color updated": "色を変更しました",
|
||
"Contact created": "連絡先を作成しました",
|
||
"Contact deleted": "連絡先を削除しました",
|
||
"Contact saved": "連絡先を保存しました",
|
||
"Copied": "コピーしました",
|
||
"Copy of {title}": "{title} のコピー",
|
||
"Could not cancel: {error}": "取り消せませんでした: {error}",
|
||
"Could not copy": "コピーできませんでした",
|
||
"Could not copy the address": "アドレスをコピーできませんでした",
|
||
"Could not empty folder: {error}": "フォルダーを空にできませんでした: {error}",
|
||
"Could not load source: {error}": "ソースを読み込めませんでした: {error}",
|
||
"Could not share: {error}": "共有できませんでした: {error}",
|
||
"Could not mark as read: {error}": "既読にできませんでした: {error}",
|
||
"Could not save draft: {error}": "下書きを保存できませんでした: {error}",
|
||
"Could not save filter: {error}": "フィルターを保存できませんでした: {error}",
|
||
"Could not save filters: {error}": "フィルターを保存できませんでした: {error}",
|
||
"Could not send the receipt: {error}": "開封確認を送信できませんでした: {error}",
|
||
"Could not sign in.": "サインインできませんでした。",
|
||
"You're signed in as {user}. This webmail never sees your password: it holds a sign-in token from your mail server, encrypted per session.": "{user} としてサインインしています。このウェブメールがパスワードを見ることはありません。メールサーバーから受け取ったサインイン用トークンを、セッションごとに暗号化して保持します。",
|
||
"About INBUXA webmail": "INBUXA ウェブメールについて",
|
||
"Mail server": "メールサーバー",
|
||
"You'll enter your password on your mail server's sign-in page.": "パスワードはメールサーバーのサインインページで入力します。",
|
||
"You'll sign in on your mail server's own page.": "メールサーバー自身のページでサインインします。",
|
||
"This sign-in didn't start in this browser. Try again.": "このサインインはこのブラウザーで開始されたものではありません。もう一度お試しください。",
|
||
"The sign-in took too long. Try again.": "サインインに時間がかかりすぎました。もう一度お試しください。",
|
||
"Sign-in was cancelled.": "サインインはキャンセルされました。",
|
||
"The mail server didn't accept the sign-in. Try again.": "メールサーバーがサインインを受け付けませんでした。もう一度お試しください。",
|
||
"That account is on a different mail server than the address you entered. Sign in with that address.": "そのアカウントは、入力したアドレスとは別のメールサーバーにあります。そのアドレスでサインインしてください。",
|
||
"This mail server isn't supported.": "このメールサーバーには対応していません。",
|
||
"Couldn't reach the mail server. Try again in a moment.": "メールサーバーに接続できませんでした。しばらくしてからもう一度お試しください。",
|
||
"Your password was changed. Sign in with the new one.": "パスワードが変更されました。新しいパスワードでサインインしてください。",
|
||
"Your sign-in ended. Sign in again.": "サインインが終了しました。もう一度サインインしてください。",
|
||
"Changing your password signs you out everywhere, here included, and you sign in again with the new one. Any app passwords keep working.": "パスワードを変更すると、この画面を含むすべての場所からサインアウトされ、新しいパスワードで再度サインインします。アプリパスワードはそのまま使えます。",
|
||
"Could not store image: {error}": "画像を保存できませんでした: {error}",
|
||
"Could not update labels: {error}": "ラベルを更新できませんでした: {error}",
|
||
"Could not update the Scheduled folder: {error}": "「送信予約」フォルダーを更新できませんでした: {error}",
|
||
"Could not update: {error}": "更新できませんでした: {error}",
|
||
"Create": "作成",
|
||
"Create an address book first": "先にアドレス帳を作成してください",
|
||
"Custom color removed": "カスタム色を解除しました",
|
||
"Deactivate": "無効にする",
|
||
"Delete failed: {error}": "削除できませんでした: {error}",
|
||
"Delete forever": "完全に削除",
|
||
"Delete script “{name}”?": "スクリプト「{name}」を削除しますか?",
|
||
"Delete this event?": "この予定を削除しますか?",
|
||
"Delete this identity?": "この差出人を削除しますか?",
|
||
"Delete {name}?": "{name} を削除しますか?",
|
||
"Deleted": "削除しました",
|
||
"Deletes the whole series. This cannot be undone.": "繰り返し全体を削除します。元に戻せません。",
|
||
"Did you forget the attachment?": "添付ファイルを忘れていませんか?",
|
||
"Discard": "破棄",
|
||
"Discard this draft?": "この下書きを破棄しますか?",
|
||
"Edit calendar": "カレンダーを編集",
|
||
"Edit event": "予定を編集",
|
||
"Edit identity": "差出人を編集",
|
||
"Edit template": "テンプレートを編集",
|
||
"End must be after start": "終了は開始より後にしてください",
|
||
"Event duplicated": "予定を複製しました",
|
||
"Everything inside it goes too.": "中身もすべて削除されます。",
|
||
"Filter created": "フィルターを作成しました",
|
||
"Filter created — it will run on new mail": "フィルターを作成しました。新着メールに適用されます",
|
||
"Filter saved": "フィルターを保存しました",
|
||
"Filter saved — it will run on new mail": "フィルターを保存しました。新着メールに適用されます",
|
||
"Filter saved, but applying it failed: {error}": "フィルターは保存しましたが、適用できませんでした: {error}",
|
||
"Filters saved": "フィルターを保存しました",
|
||
"Folder changed, but its filter rules could not be updated: {error}": "フォルダーは変更しましたが、そのフィルタールールを更新できませんでした: {error}",
|
||
"Folder created": "フォルダーを作成しました",
|
||
"Folder deleted": "フォルダーを削除しました",
|
||
"Folder name": "フォルダー名",
|
||
"Folder name (use / for a subfolder, e.g. Work/Invoices)": "フォルダー名(/ でサブフォルダー。例: 仕事/請求書)",
|
||
"Folder name (use / for subfolders, e.g. Work/Invoices)": "フォルダー名(/ でサブフォルダー。例: 仕事/請求書)",
|
||
"Folder “{name}” created": "フォルダー「{name}」を作成しました",
|
||
"Forwarded": "転送済み",
|
||
"Hand to the server, held until {when} (Ctrl+Enter)": "サーバーに渡し、{when} まで保留します (Ctrl+Enter)",
|
||
"Hide": "非表示",
|
||
"Hide quoted text": "引用文を隠す",
|
||
"Hide this from the compose picker": "作成時に表示しない",
|
||
"Identity saved": "差出人を保存しました",
|
||
"Images in signatures need the Files feature, which this account doesn't have.": "署名に画像を使うには「ファイル」機能が必要ですが、このアカウントにはありません。",
|
||
"Invalid address: {address}": "アドレスが正しくありません: {address}",
|
||
"Invalid username or password.": "ユーザー名またはパスワードが正しくありません。",
|
||
"It belongs to a change that was applied to this and all later occurrences, which the server will only edit as a whole. Apply to the entire series instead?": "これは、この回以降のすべての繰り返しに適用された変更の一部です。サーバーはその変更をまとめてしか編集できません。繰り返し全体に適用しますか?",
|
||
"Label name": "ラベル名",
|
||
"Larger than {size} MB limit": "上限の {size} MB を超えています",
|
||
"Message sent": "メールを送信しました",
|
||
"Move failed: {error}": "移動できませんでした: {error}",
|
||
"Move “{name}”": "「{name}」を移動",
|
||
"Moved": "移動しました",
|
||
"Network error. Please check your connection.": "ネットワークエラーです。接続を確認してください。",
|
||
"New all-day event on {date}": "{date} に終日の予定を作成",
|
||
"New event at {time}": "{time} に予定を作成",
|
||
"New identity": "新しい差出人",
|
||
"No Archive folder is set yet.": "アーカイブフォルダーがまだ設定されていません。",
|
||
"Create one": "作成する",
|
||
"Could not set up an Archive folder: {error}": "アーカイブフォルダーを設定できませんでした: {error}",
|
||
"Role": "ロール",
|
||
"Drafts": "下書き",
|
||
"Sent": "送信済み",
|
||
"The server does not allow this role to be changed.": "サーバーはこのロールの変更を許可していません。",
|
||
"Folder role updated": "フォルダーのロールを更新しました",
|
||
"No contacts yet": "連絡先がまだありません",
|
||
"No longer shared": "共有を解除しました",
|
||
"No matches": "一致するものがありません",
|
||
"No new mail in your inbox.": "受信トレイに新着メールはありません。",
|
||
"No results": "結果がありません",
|
||
"Nothing here": "ここには何もありません",
|
||
"Only Deleted Items and Junk Mail can be emptied.": "空にできるのはゴミ箱と迷惑メールだけです。",
|
||
"Please add at least one recipient": "宛先を 1 件以上入力してください",
|
||
"Please use an image under 512 KB for signatures.": "署名には 512 KB 未満の画像をお使いください。",
|
||
"Preview": "プレビュー",
|
||
"Read receipt sent": "開封確認を送信しました",
|
||
"Remove attachments that failed to upload first": "アップロードに失敗した添付ファイルを先に削除してください",
|
||
"Removed from calendar": "カレンダーから削除しました",
|
||
"Removes this date and leaves the rest of the series.": "この日付だけを削除し、繰り返しの残りは残します。",
|
||
"Rename address book": "アドレス帳の名前を変更",
|
||
"Rename category": "分類の名前を変更",
|
||
"Replied": "返信済み",
|
||
"Report spam (!)": "迷惑メールとして報告 (!)",
|
||
"Response sent": "回答を送信しました",
|
||
"Revoke “{name}”?": "「{name}」を無効化しますか?",
|
||
"Script has errors": "スクリプトにエラーがあります",
|
||
"Script is valid": "スクリプトは正しい形式です",
|
||
"Script name is required": "スクリプト名を入力してください",
|
||
"Script saved": "スクリプトを保存しました",
|
||
"Send (Ctrl+Enter)": "送信 (Ctrl+Enter)",
|
||
"Send anyway": "このまま送信",
|
||
"Send canceled — the message is back in Drafts": "送信を取り消しました。メールは下書きに戻っています",
|
||
"Send failed: {error}": "送信できませんでした: {error}",
|
||
"Send invites": "招待を送信",
|
||
"Send scheduled for {when}": "{when} に送信を予約しました",
|
||
"Send without a subject?": "件名なしで送信しますか?",
|
||
"Share “{name}”": "「{name}」を共有",
|
||
"Sharing updated": "共有設定を更新しました",
|
||
"Show": "表示",
|
||
"Show quoted text": "引用文を表示",
|
||
"Show this in the compose picker": "作成時に表示する",
|
||
"Sign out other sessions?": "他のセッションをサインアウトしますか?",
|
||
"Sign out others": "他をサインアウト",
|
||
"Stop sharing “{name}”?": "「{name}」の共有を解除しますか?",
|
||
"Switch to {theme}": "{theme}に切り替え",
|
||
"Template": "テンプレート",
|
||
"Template name": "テンプレート名",
|
||
"The contacts in it go too.": "中の連絡先も削除されます。",
|
||
"The default identity is always offered when composing": "既定の差出人は作成時につねに表示されます",
|
||
"The new passwords don't match": "新しいパスワードが一致しません",
|
||
"The server scheduled this for {when}, not the time requested.": "サーバーは要求した時刻ではなく {when} に予約しました。",
|
||
"This date cannot be changed on its own": "この日付だけを変更することはできません",
|
||
"This occurrence": "この回のみ",
|
||
"Too many attempts. Please wait a few minutes and try again.": "試行回数が多すぎます。数分待ってからもう一度お試しください。",
|
||
"Try another search.": "別のことばで検索してみてください。",
|
||
"Try different keywords or filters.": "別のキーワードや絞り込みをお試しください。",
|
||
"Two-factor authentication is off": "2 段階認証はオフです",
|
||
"Undo window: {seconds}s": "取り消せる時間: {seconds} 秒",
|
||
"You're all caught up": "未読はありません",
|
||
"Your browser refused the request: {error}": "ブラウザーが要求を拒否しました: {error}",
|
||
"Your browser will ask whether to open mail links in ihasmail": "メールのリンクを ihasmail で開くかどうか、ブラウザーが確認します",
|
||
"Your message mentions an attachment, but nothing is attached.": "本文で添付ファイルに触れていますが、何も添付されていません。",
|
||
"event": "予定",
|
||
"Hide password": "パスワードを隠す",
|
||
"Show password": "パスワードを表示",
|
||
"Settings reset to defaults": "設定を既定に戻しました",
|
||
"Removed. Mail links will open in whatever your browser falls back to.": "解除しました。メールのリンクは、ブラウザーが代わりに使うアプリで開きます。",
|
||
"Edit rule": "ルールを編集",
|
||
"Address copied": "アドレスをコピーしました",
|
||
"Search or create label": "ラベルを検索または作成",
|
||
"New label name": "新しいラベルの名前",
|
||
"That folder no longer exists. Showing your inbox instead.": "そのフォルダーはもうありません。代わりに受信トレイを表示しています。",
|
||
"Labels updated": "ラベルを更新しました",
|
||
"Unsubscribe message prepared — just hit Send": "配信停止のメールを用意しました。あとは送信するだけです",
|
||
"Maximize": "最大化",
|
||
"Full screen": "全画面",
|
||
"Resize panes": "ペインの大きさを変更",
|
||
"Resize message list": "メール一覧の大きさを変更",
|
||
"Resize contact list": "連絡先一覧の大きさを変更",
|
||
"Resize sidebar": "サイドバーの大きさを変更",
|
||
"Hide from list": "一覧で非表示にする",
|
||
"Show in list": "一覧に表示する",
|
||
"Stop trusting sender images": "差出人の画像を信頼しない",
|
||
"Always show images from sender": "差出人の画像を常に表示",
|
||
"Collapse all": "すべて折りたたむ",
|
||
"Expand all": "すべて展開",
|
||
"Send now instead": "予約をやめて今すぐ送信",
|
||
"Switch to plain text": "プレーンテキストに切り替え",
|
||
"Switch to rich text": "リッチテキストに切り替え",
|
||
"{used} of {total} used": "{total} 中 {used} を使用",
|
||
"Actions for {address}": "{address} の操作",
|
||
"{here} here, {inSubfolders} in subfolders": "このフォルダー {here}、サブフォルダー {inSubfolders}",
|
||
"Edit {name}": "{name} を編集",
|
||
"{name} — shared by {owner}": "{name} — {owner} が共有",
|
||
"{name} — from {owner}": "{name} — {owner} から",
|
||
"{label} (date)": "{label}(日付)",
|
||
"{label} (time)": "{label}(時刻)",
|
||
"{status}: {start} – {end}": "{status}:{start}~{end}",
|
||
"Unavailable": "不在",
|
||
"Attachment": "添付ファイル",
|
||
"QR code": "QR コード",
|
||
"Draft discarded": "下書きを破棄しました",
|
||
"Draft saved": "下書きを保存しました",
|
||
"Emptying folder…": "フォルダーを空にしています…",
|
||
"Nothing unread here": "ここに未読はありません",
|
||
// ── Added after the first translation pass ──────────────────────────
|
||
// Features that shipped after the catalogues were written, so these
|
||
// strings had no entry here and fell back to English. Reported by a
|
||
// native speaker reviewing the German catalogue (#247); every language
|
||
// had the same gap. The keyboard bindings among them register their
|
||
// group and description in English at the call site and are translated
|
||
// at render.
|
||
" and {count} more": " ほか{count}件",
|
||
"10 people or more": "10人以上",
|
||
"20 people or more": "20人以上",
|
||
"5 people or more": "5人以上",
|
||
"50 people or more": "50人以上",
|
||
"A banner on any message whose sender is not on one of your own domains.": "差出人が自分のドメインに属していないメールにバナーを表示します。",
|
||
"A calendar of its own, derived from the birthdays already on your contact cards. Nothing is written anywhere — the dates stay on the cards, and an event disappears when the contact does or the birthday is cleared. It can be hidden from the calendar’s own sidebar without turning it off here.": "連絡先カードにすでにある誕生日から作られる専用のカレンダーです。どこにも書き込みは行われません。日付は連絡先カードに残り、連絡先が削除されるか誕生日が消されると予定も消えます。ここでオフにしなくても、カレンダーのサイドバーから非表示にできます。",
|
||
"A calendar published at a URL — a timetable, a rota, a public holiday list. It is read-only, refreshed when you open the calendar, and never stored: the events are fetched and kept only for as long as this tab is open.": "URL で公開されているカレンダーです。時刻表、当番表、祝日一覧などが該当します。読み取り専用で、カレンダーを開いたときに更新され、保存されることはありません。予定は取得されるだけで、このタブが開いている間だけ保持されます。",
|
||
"A link whose text names one domain and whose destination is another is always flagged, even where the destination is trusted — being trusted is not the same as being the place the text claimed.": "表示されているドメインと実際のリンク先が異なる場合は、リンク先が信頼済みであっても必ず警告します。信頼済みであることと、テキストが示した場所であることは別だからです。",
|
||
"Actions": "操作",
|
||
"Added from a message, and removable here — previously the only way to undo one was to find another message from the same sender.": "メールから追加されたもので、ここから削除できます。以前は同じ差出人の別のメールを探すしか取り消す方法がありませんでした。",
|
||
"Added here, or from the dialog when a link is opened. A domain also covers its subdomains.": "ここで追加するか、リンクを開くときのダイアログから追加します。ドメインはそのサブドメインも含みます。",
|
||
"Agenda view": "予定リスト表示",
|
||
"All three start switched off. A client that begins by interrupting is one people learn to click through, and a warning clicked through without reading costs the same attention and buys nothing.": "3つとも初期状態ではオフです。最初から割り込んでくるクライアントは、読まずにクリックして閉じる習慣を身につけさせるだけです。読まれずに閉じられた警告は同じだけの注意を奪い、何も得られません。",
|
||
"All {n} in {folder} are selected.": "{folder} 内の {n} 件すべてを選択しました。",
|
||
"All {n} on this page are selected.": "このページの {n} 件すべてを選択しました。",
|
||
"Also count these domains as inside": "次のドメインも社内として扱う",
|
||
"Always": "常に",
|
||
"Always showing images from": "常に画像を表示する差出人",
|
||
"An image loaded from a sender's server tells them the message was opened, when, and from roughly where. Approved images are fetched by ihasmail's own server rather than the browser, so the sender learns none of those.": "差出人のサーバーから読み込まれた画像は、メールが開かれたこと、その時刻、おおよその場所を差出人に伝えます。許可した画像はブラウザーではなく ihasmail のサーバーが取得するため、差出人にはそのいずれも伝わりません。",
|
||
"Applies to": "適用先",
|
||
"Archive and next": "アーカイブして次へ",
|
||
"Archive by month": "月ごとにアーカイブ",
|
||
"Archive by year": "年ごとにアーカイブ",
|
||
"Archive failed: {error}": "アーカイブに失敗しました: {error}",
|
||
"Archive to {folder}": "{folder} にアーカイブ",
|
||
"Ask before opening a link in a message": "メール内のリンクを開く前に確認する",
|
||
"Ask before sending outside": "社外に送信する前に確認する",
|
||
"Ask before sending to a large group": "大人数に送信する前に確認する",
|
||
"Back to the event": "予定に戻る",
|
||
"Before it happens": "実行される前に",
|
||
"Birthdays": "誕生日",
|
||
"By sender": "差出人順",
|
||
"By subject": "件名順",
|
||
"Choose…": "選択…",
|
||
"Classic": "クラシック",
|
||
"Click to move the event": "クリックすると予定を移動します",
|
||
"Close without saving?": "保存せずに閉じますか?",
|
||
"Compose as new": "新規メールとして作成",
|
||
"Compose new message": "新規メールを作成",
|
||
"Conversation": "スレッド",
|
||
"Conversation moved to {folder}": "スレッドを {folder} に移動しました",
|
||
"Could not be read": "読み取れませんでした",
|
||
"Could not import this file: {error}": "このファイルをインポートできませんでした: {error}",
|
||
"Could not load this file.": "このファイルを読み込めませんでした。",
|
||
"Could not read this calendar: {reason}": "このカレンダーを読み取れませんでした: {reason}",
|
||
"Could not read winmail.dat. The original is still attached below.": "winmail.dat を読み取れませんでした。元のファイルは下に添付されたままです。",
|
||
"Counts people rather than headers, so one address in To and nine in Cc is a message to ten. Catches a reply-all onto a long thread.": "ヘッダーではなく人数を数えます。To に1件、Cc に9件なら10人宛のメールです。長いスレッドへの全員返信を捉えます。",
|
||
"Date received": "受信日時",
|
||
"Date sent": "送信日時",
|
||
"Day view": "日表示",
|
||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "他のプロジェクトの名前が付いたパレットは、そのプロジェクトの成果物であり、そのプロジェクト自身のライセンスのもとで使用しています。公開されている色の中間の階調は派生させたもので、いずれもコントラストを検証しています。下のアクセントカラーは、どのパレットの上にも適用されます。",
|
||
"Earlier": "これより前",
|
||
"Every folder": "すべてのフォルダー",
|
||
"Everyone addressed will receive this.": "宛先の全員がこれを受け取ります。",
|
||
"File contents": "ファイルの内容",
|
||
"Filled in when the template is inserted, so you can edit the result before sending. One that cannot be answered yet — a recipient's name on a message you have not addressed — is left in the body as written, rather than becoming a blank.": "テンプレートを挿入したときに差し込まれるため、送信前に結果を編集できます。まだ確定できないもの(宛先を入力していないメールでの受信者名など)は空欄にはならず、書かれたまま本文に残ります。",
|
||
"Forward as attachment": "添付ファイルとして転送",
|
||
"From the birthdays on your contacts. Nothing is stored.": "連絡先の誕生日から作られます。保存は行われません。",
|
||
"Go to Calendar": "カレンダーへ移動",
|
||
"Go to Contacts": "連絡先へ移動",
|
||
"Go to Drafts": "下書きへ移動",
|
||
"Go to Files": "ファイルへ移動",
|
||
"Go to Inbox": "受信トレイへ移動",
|
||
"Go to Sent": "送信済みへ移動",
|
||
"Go to Settings": "設定へ移動",
|
||
"Go to Starred": "スター付きへ移動",
|
||
"Import iCAL file…": "iCAL ファイルをインポート…",
|
||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "ラベルはメールに保存される IMAP キーワードなので、ほかのクライアントからも見えます。名前、色、入れ子は ihasmail 独自のもので、アカウントに従います。入れ子は表示上のものにすぎず、メールボックスの中身は書き換えません。",
|
||
"Largest first": "サイズの大きい順",
|
||
"Later": "これより後",
|
||
"Light or dark": "ライトまたはダーク",
|
||
"Mark messages from outside": "社外からのメールに印を付ける",
|
||
"Marked as spam": "迷惑メールとして判定",
|
||
"Message order": "メールの並び順",
|
||
"Month view": "月表示",
|
||
"More ways to send this": "ほかの送信方法",
|
||
"Names the outside recipients and asks, rather than refusing.": "拒否するのではなく、社外の宛先を示して確認します。",
|
||
"Navigation": "移動",
|
||
"Nested under": "親フォルダー",
|
||
"Never": "しない",
|
||
"Never ask": "確認しない",
|
||
"Newest first": "新しい順",
|
||
"Next conversation": "次のスレッド",
|
||
"Next period": "次の期間",
|
||
"No availability information for {who}": "{who} の空き情報がありません",
|
||
"No files inside — it carries only the formatted copy of the message.": "中にファイルはありません。書式付きのメール本文のみが入っています。",
|
||
"No verdict recorded": "判定は記録されていません",
|
||
"Nobody here has free/busy on this server, so none of these rows can say whether anyone is free.": "このサーバーでは誰も空き情報を公開していないため、どの行についても空いているかどうかは判断できません。",
|
||
"Nothing (top level)": "なし(最上位)",
|
||
"Now, on your clock": "現在時刻(お使いの時計)",
|
||
"Oldest first": "古い順",
|
||
"Only the beginning is shown — download the file for the rest.": "先頭部分のみ表示しています。続きはファイルをダウンロードしてください。",
|
||
"Only when it has unread mail": "未読メールがあるときのみ",
|
||
"Open a link to {domain}?": "{domain} へのリンクを開きますか?",
|
||
"Open it": "開く",
|
||
"Open links to these domains without asking": "次のドメインへのリンクは確認せずに開く",
|
||
"Open, and stop asking about {domain}": "開いて、{domain} については今後確認しない",
|
||
"Opening…": "開いています…",
|
||
"Ordered by the server over the whole folder, not just the messages loaded so far. Ties always fall back to newest first, so the order never shuffles between two looks at the same folder.": "読み込み済みのメールだけでなく、フォルダー全体をサーバー側で並べ替えます。同順位のときは常に新しい順になるため、同じフォルダーを二度開いても並び順が入れ替わることはありません。",
|
||
"Placeholders": "差し込み項目",
|
||
"Previous conversation": "前のスレッド",
|
||
"Previous period": "前の期間",
|
||
"Privacy & safety": "プライバシーと安全",
|
||
"Read receipts": "開封確認",
|
||
"Reading, sending, and how dates and times are shown. What reaches a sender lives in Privacy & safety.": "閲覧、送信、日付と時刻の表示に関する設定です。差出人に伝わる情報については「プライバシーと安全」にあります。",
|
||
"Remote content": "外部コンテンツ",
|
||
"Remove subscription": "購読を解除",
|
||
"Remove {domain}": "{domain} を削除",
|
||
"Rendered": "表示",
|
||
"Save changes": "変更を保存",
|
||
"Save filters": "フィルターを保存",
|
||
"Save your changes?": "変更を保存しますか?",
|
||
"Saved": "保存しました",
|
||
"Select all {n} in {folder}": "{folder} 内の {n} 件すべてを選択",
|
||
"Send message": "メールを送信",
|
||
"Send outside your organization?": "組織の外に送信しますか?",
|
||
"Send to {count} people?": "{count} 人に送信しますか?",
|
||
"Show birthdays from your contacts": "連絡先の誕生日を表示する",
|
||
"Show in the sidebar": "サイドバーに表示する",
|
||
"Show keyboard shortcuts": "キーボードショートカットを表示",
|
||
"Somebody else saved this file while it was open. Copy your changes, close it, and start again.": "開いている間に別の人がこのファイルを保存しました。変更内容をコピーし、いったん閉じてからやり直してください。",
|
||
"Sort by, in order": "並べ替えの優先順位",
|
||
"Source": "ソース",
|
||
"Spam filter": "迷惑メールフィルター",
|
||
"Starred": "スター付き",
|
||
"Starred first": "スター付きを先頭に",
|
||
"Stay here": "ここに留まる",
|
||
"Stop trusting {address}": "{address} を信頼しない",
|
||
"Subscribe to a calendar": "カレンダーを購読",
|
||
"Subscribed calendar": "購読中のカレンダー",
|
||
"Subscribed calendars": "購読中のカレンダー",
|
||
"Subscribed to {url}": "{url} を購読しました",
|
||
"That file is no longer there.": "そのファイルはもうありません。",
|
||
"That identity's address": "その差出人のメールアドレス",
|
||
"The Inbox only": "受信トレイのみ",
|
||
"The message is held in this browser and has not been submitted yet, so taking it back costs nothing.": "メールはこのブラウザー内に保持されており、まだ送信されていません。取り消しても何も失われません。",
|
||
"The name on the identity you are sending as": "送信に使う差出人の名前",
|
||
"The subject already on the message": "メールにすでに入力されている件名",
|
||
"Their address": "相手のメールアドレス",
|
||
"Their first name alone": "相手の名のみ",
|
||
"Then nothing": "その後は何もしない",
|
||
"There is no preview for this kind of file.": "この種類のファイルにプレビューはありません。",
|
||
"There is nothing in it to export": "エクスポートする内容がありません",
|
||
"This file is not UTF-8 text, so editing it here would corrupt it — download it instead.": "このファイルは UTF-8 のテキストではないため、ここで編集すると壊れてしまいます。ダウンロードしてください。",
|
||
"This file is too big to show here ({size}) — download it to read it.": "このファイルはここに表示するには大きすぎます({size})。読むにはダウンロードしてください。",
|
||
"This goes to {recipients}{rest}.": "これは {recipients}{rest} に送信されます。",
|
||
"This link does not go where it says": "このリンクは表示どおりの場所には移動しません",
|
||
"This message packs its attachments into a winmail.dat, which most clients cannot open.": "このメールは添付ファイルを winmail.dat にまとめており、ほとんどのクライアントでは開けません。",
|
||
"Throw away your changes?": "変更を破棄しますか?",
|
||
"Today, in your date format": "今日(お使いの日付形式)",
|
||
"Unread first": "未読を先頭に",
|
||
"Read first": "既読を先頭に",
|
||
"Unstarred first": "スターなしを先頭に",
|
||
"Smallest first": "サイズの小さい順",
|
||
"Z to A": "Z→A の順",
|
||
"A to Z": "A→Z の順",
|
||
"It reads {shown} but goes to {actual}.": "表示は {shown} ですが、実際のリンク先は {actual} です。",
|
||
"The full address is {href}.": "完全なアドレスは {href} です。",
|
||
"This message came from {domain}, which is outside your organization.": "このメッセージは組織外の {domain} から届いています。",
|
||
"Unsaved changes": "保存されていない変更",
|
||
"View as": "表示形式",
|
||
"Warnings": "警告",
|
||
"Week view": "週表示",
|
||
"What is it called?": "名前は何にしますか?",
|
||
"What reaches a sender, and what asks before it happens.": "差出人に何が伝わるか、そしてその前に何を確認するか。",
|
||
"What you changed here will be lost.": "ここでの変更は失われます。",
|
||
"Who the message is addressed to": "メールの宛先",
|
||
"Working out what is selected…": "選択範囲を確認しています…",
|
||
"You": "自分",
|
||
"Your Sieve script has changes that have not been saved.": "Sieve スクリプトに保存されていない変更があります。",
|
||
"Your filter rules have changes that have not been saved.": "フィルタールールに保存されていない変更があります。",
|
||
"Your own identity domains are always inside and do not need listing. A domain here also covers its subdomains.": "自分の差出人のドメインは常に社内として扱われるため、記載する必要はありません。ここに書いたドメインはサブドメインも含みます。",
|
||
"Your own:": "自分のもの:",
|
||
"dark mode": "ダークモード",
|
||
"file": "ファイル",
|
||
"light mode": "ライトモード",
|
||
"scored {score} against a threshold of {threshold}": "スコア {score}(しきい値 {threshold})",
|
||
"scored {score}, with no threshold stated": "スコア {score}(しきい値の記載なし)",
|
||
"this view": "この表示",
|
||
"{count} conversations moved to {folder}": "{count} 件のスレッドを {folder} に移動しました",
|
||
"{count} folders": "{count} 個のフォルダー",
|
||
"{name}’s birthday": "{name} の誕生日",
|
||
"{name}’s birthday ({age})": "{name} の誕生日({age})",
|
||
// ── Third pass ──────────────────────────────────────────────────────
|
||
// Sentences that lib/ and store/ were building in English, and the two
|
||
// swipe labels that reach t() through a variable and so were invisible
|
||
// to a scan for t("literal"). See #259.
|
||
"A read receipt was already sent for this message.": "このメールには開封確認をすでに送信しています。",
|
||
"Add star": "スターを付ける",
|
||
"Could not attach": "添付できませんでした",
|
||
"Delete forever?": "完全に削除しますか?",
|
||
"Delete?": "削除しますか?",
|
||
"No recipients": "宛先がありません",
|
||
"No sending identity available": "利用できる差出人がありません",
|
||
"Pick a date and time.": "日付と時刻を選んでください。",
|
||
"Pick a time at least a minute from now.": "現在から1分以上あとの時刻を選んでください。",
|
||
"Remove star": "スターを外す",
|
||
"Requested, to {address}. Never sent automatically.": "{address} 宛に要求されています。自動送信されることはありません。",
|
||
"The sender did not request a read receipt.": "差出人は開封確認を要求していません。",
|
||
"This is bulk or list mail; read receipts for it only confirm the address is live.": "これは一括配信またはメーリングリストのメールです。開封確認を返しても、アドレスが有効であることを伝えるだけです。",
|
||
"This message has not been received, so there is nothing to report.": "このメールは受信したものではないため、報告する内容がありません。",
|
||
"This message was sent automatically, so no read receipt is offered.": "このメールは自動送信されたため、開封確認は行いません。",
|
||
"This server will not hold a message longer than {span}.": "このサーバーはメールを {span} を超えて保留しません。",
|
||
"Upload failed": "アップロードに失敗しました",
|
||
// ── Third pass ──────────────────────────────────────────────────────
|
||
// Sentences that lib/ and store/ were building in English, and the two
|
||
// swipe labels that reach t() through a variable and so were invisible
|
||
// to a scan for t("literal"). See #259.
|
||
"Every {n} {frequency}": "{n} {frequency} ごと",
|
||
"Monthly": "毎月",
|
||
"Monthly on day {days}": "毎月 {days} 日",
|
||
"Monthly on the {ordinal} {weekday}": "毎月第{ordinal} {weekday}",
|
||
"Monthly on {weekday}": "毎月 {weekday}",
|
||
"Weekly": "毎週",
|
||
"Weekly on {days}": "毎週 {days}",
|
||
"add {flag}": "{flag} を付ける",
|
||
"always": "常に",
|
||
"body contains \"{value}\"": "本文が \"{value}\" を含む",
|
||
"body does not contain \"{value}\"": "本文が \"{value}\" を含まない",
|
||
"delete it": "削除",
|
||
"fifth": "5",
|
||
"first": "1",
|
||
"forward to {address}": "{address} に転送",
|
||
"fourth": "4",
|
||
"keep it": "保持",
|
||
"last": "最終",
|
||
"mark it read": "既読にする",
|
||
"move to {folder}": "{folder} に移動",
|
||
"reject it": "拒否",
|
||
"remove {flag}": "{flag} を外す",
|
||
"second": "2",
|
||
"size is over {n} KB": "サイズが {n} KB を超える",
|
||
"size is under {n} KB": "サイズが {n} KB 未満",
|
||
"star it": "スターを付ける",
|
||
"stop": "停止",
|
||
"third": "3",
|
||
"{header} address {op} \"{value}\"": "{header} のアドレスが \"{value}\" を{op}",
|
||
"{header} {op} \"{value}\"": "{header} が \"{value}\" を{op}",
|
||
"{rule}, until {date}": "{rule}({date} まで)",
|
||
"{tests} → {actions}": "{tests} → {actions}",
|
||
// ── Third pass ──────────────────────────────────────────────────────
|
||
// Sentences that lib/ and store/ were building in English, and the two
|
||
// swipe labels that reach t() through a variable and so were invisible
|
||
// to a scan for t("literal"). See #259.
|
||
// ── Emptying an address book, and deleting a selection (#277) ──
|
||
"This cannot be undone.": "この操作は取り消せません。",
|
||
"Some could not be deleted: {error}": "一部を削除できませんでした: {error}",
|
||
"It was not deleted": "削除されませんでした",
|
||
"Empty address book": "このアドレス帳を空にする",
|
||
"There is nothing in it to delete": "削除するものがありません",
|
||
"Empty “{name}”?": "「{name}」を空にしますか?",
|
||
"Delete them": "削除する",
|
||
"Nothing was deleted": "何も削除されませんでした",
|
||
// ── Checking an S/MIME signature, and what may be said about it ──
|
||
"Certificate covers": "証明書の対象",
|
||
"Details": "詳細",
|
||
"Earlier messages from this address were signed by {previous}. This one is signed by {current}.": "このアドレスからの以前のメールは {previous} が署名していました。このメールの署名者は {current} です。",
|
||
"Fingerprint": "フィンガープリント",
|
||
"Hide details": "詳細を隠す",
|
||
"Issued by": "発行者",
|
||
"It is signed with OpenPGP, and ihasmail has no way to fetch the sender's public key.": "OpenPGP で署名されており、ihasmail には送信者の公開鍵を取得する手段がありません。",
|
||
"It uses a signature algorithm ihasmail cannot check yet.": "ihasmail がまだ検証できない署名アルゴリズムが使われています。",
|
||
"It was made with a certificate belonging to {name}, which does not cover this address.": "{name} の証明書で署名されており、この証明書はこのアドレスを対象にしていません。",
|
||
"Previous fingerprint": "以前のフィンガープリント",
|
||
"Signed at": "署名日時",
|
||
"Signed by {name} — the same signer as before.": "{name} による署名です。以前と同じ署名者です。",
|
||
"Signed by {name}, seen here for the first time.": "{name} による署名です。ここで見るのは初めてです。",
|
||
"Signer": "署名者",
|
||
"That can mean a renewed certificate, and it can mean somebody else. Check with them by some other route before trusting it.": "証明書を更新しただけの場合もあれば、別人の場合もあります。信頼する前に、別の手段で本人に確認してください。",
|
||
"The certificate has expired.": "証明書の有効期限が切れています。",
|
||
"The certificate is not valid yet.": "証明書はまだ有効ではありません。",
|
||
"The message does not match what was signed — it was altered after signing, or damaged on the way.": "メールが署名された内容と一致しません。署名後に変更されたか、途中で壊れています。",
|
||
"The signature carries no certificate that can be read.": "署名に読み取れる証明書が含まれていません。",
|
||
"The signature could not be read.": "署名を読み取れませんでした。",
|
||
"The signature does not match the certificate sent with it.": "署名が、一緒に送られた証明書と一致しません。",
|
||
"The signature is not for this sender.": "この署名はこの送信者のものではありません。",
|
||
"The signed part is missing either the message or the signature.": "署名された部分に、本文か署名のどちらかが欠けています。",
|
||
"The signer has changed.": "署名者が変わりました。",
|
||
"This message is signed, and ihasmail could not check the signature.": "このメールには署名がありますが、ihasmail は署名を検証できませんでした。",
|
||
"This signature does not check out.": "この署名は正しくありません。",
|
||
"Valid until": "有効期限",
|
||
"a different certificate": "別の証明書",
|
||
"an unnamed signer": "名前のない署名者",
|
||
"as claimed by the signer": "署名者の申告による",
|
||
"first seen {date}": "初回は {date}",
|
||
"ihasmail will tell you if a later message from this address is signed by anybody else.": "このアドレスからの以降のメールが別の人の署名だった場合、ihasmail がお知らせします。",
|
||
"itself, or an issuer it does not name": "自分自身、または名前のない発行者",
|
||
"no address": "アドレスなし",
|
||
},
|
||
plurals: {
|
||
// ── Administration: domains ────────────────────────────────────
|
||
"{n} accounts use this domain. Move or delete them first.": { other: "{n} 件のアカウントがこのドメインを使用しています。先に移動または削除してください。" },
|
||
"The server stops accepting mail for this domain, and its {n} DKIM keys are deleted. This can't be undone.": { other: "サーバーはこのドメイン宛てのメールを受け付けなくなり、{n} 個の DKIM 鍵も削除されます。元に戻すことはできません。" },
|
||
"{n} domains": { other: "{n} 件のドメイン" },
|
||
"{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} 件の受信者" },
|
||
"Grants {n} permissions": { other: "{n} 件の権限を付与" },
|
||
"{n} roles": { other: "{n} 件のロール" },
|
||
"{n} tenants": { other: "{n} 件のテナント" },
|
||
"{n} accounts in this tenant are still on {domain}. Move them or delete them before taking the domain out.": { other: "このテナントのアカウントがまだ {n} 件 {domain} にあります。ドメインを外す前に、移動するか削除してください。" },
|
||
"{n} DKIM keys": { other: "{n} 個の DKIM 鍵" },
|
||
"{n} other items": { other: "その他 {n} 件" },
|
||
// ── Administration ────────────────────────────────────────────────
|
||
"{n} accounts": { other: "{n} 件のアカウント" },
|
||
// ── Third pass ─────────────────────────────────────────────────────
|
||
"Delete {n} items": { other: "{n} 件を削除" },
|
||
"Delete {n} items?": { other: "{n} 件を削除しますか?" },
|
||
"Move {n} items": { other: "{n} 件を移動" },
|
||
"Move {n} items…": { other: "{n} 件を移動…" },
|
||
"The event runs {n} days longer than this shows.": { other: "この予定は表示よりも {n} 日長く続きます。" },
|
||
"{n} guests are not on this server, so there is no free/busy to read for them.": { other: "{n} 名の参加者はこのサーバーにいないため、空き情報を取得できません。" },
|
||
"{n} items selected": { other: "{n} 件を選択中" },
|
||
// ── Third pass ─────────────────────────────────────────────────────
|
||
"Every {n} days": { other: "{n} 日ごと" },
|
||
"Every {n} months": { other: "{n} か月ごと" },
|
||
"Every {n} months on day {days}": { other: "{n} か月ごと {days} 日" },
|
||
"Every {n} months on the {ordinal} {weekday}": { other: "{n} か月ごと第{ordinal} {weekday}" },
|
||
"Every {n} months on {weekday}": { other: "{n} か月ごと {weekday}" },
|
||
"Every {n} weeks": { other: "{n} 週ごと" },
|
||
"Every {n} weeks on {days}": { other: "{n} 週ごと {days}" },
|
||
"Every {n} years": { other: "{n} 年ごと" },
|
||
"{rule}, {n} times": { other: "{rule}({n} 回)" },
|
||
// ── Third pass ─────────────────────────────────────────────────────
|
||
"Move {n} messages to Trash?": { other: "{n} 通のメールをゴミ箱に移動しますか?" },
|
||
"{n} days": { other: "{n} 日" },
|
||
"{n} hours": { other: "{n} 時間" },
|
||
"Updated {n} contacts, nothing new": { other: "{n} 件の連絡先を更新しました。新規はありません" },
|
||
"{n} updated": { other: "{n} 件を更新" },
|
||
"Updated {n} contacts you already had": { other: "すでにある連絡先 {n} 件を更新しました" },
|
||
"{n} of them look like contacts you already had": { other: "うち {n} 件はすでにある連絡先に似ています" },
|
||
"Your administrator changed {n} settings": { other: "管理者が {n} 件の設定を変更しました" },
|
||
"Exported {n} events": { other: "{n} 件の予定をエクスポートしました" },
|
||
"Imported {n} events": { other: "{n} 件の予定をインポートしました" },
|
||
"Updated {n} events, nothing new": { other: "{n} 件の予定を更新しました。新規はありません" },
|
||
/*
|
||
* One form each, because Japanese has one. Intl.PluralRules returns
|
||
* `other` for every number, so `one`, `few` and `many` would never be
|
||
* selected. The counter carries what English puts in the plural -s.
|
||
*/
|
||
"{n} messages": { other: "{n} 通のメール" },
|
||
"{n} conversations": { other: "{n} 件のスレッド" },
|
||
"{n} selected": { other: "{n} 件を選択中" },
|
||
"{n} messages will be permanently deleted.": { other: "{n} 通のメールが完全に削除されます。" },
|
||
"Signed out {n} other sessions": { other: "他の {n} 件のセッションをサインアウトしました" },
|
||
"applied to {matched} of {n} messages": { other: "{n} 通中 {matched} 通に適用" },
|
||
"Move {n} messages to…": { other: "{n} 通のメールを移動…" },
|
||
"This permanently deletes the folder and its {n} messages.": { other: "フォルダーと、その中の {n} 通のメールを完全に削除します。" },
|
||
"Added {n} contacts": { other: "{n} 件の連絡先を追加しました" },
|
||
"{n} people will lose access. The contacts in it are not affected.": { other: "{n} 人がアクセスできなくなります。中の連絡先には影響しません。" },
|
||
"Imported {n} contacts": { other: "{n} 件の連絡先をインポートしました" },
|
||
"Saved for this date. {names} apply to the whole series and were left unchanged.": { other: "この日付に保存しました。{names} は繰り返し全体に適用されるため、変更していません。" },
|
||
"{n} people will lose access. Events in it are not affected.": { other: "{n} 人がアクセスできなくなります。中の予定には影響しません。" },
|
||
"{n} messages could not be deleted": { other: "{n} 通のメールを削除できませんでした" },
|
||
"({n} deleted first)": { other: "(先に {n} 通を削除)" },
|
||
"Marked {n} messages as read": { other: "{n} 通のメールを既読にしました" },
|
||
"in {n} folders": { other: "{n} 個のフォルダーで" },
|
||
"Deleted {n} messages": { other: "{n} 通のメールを削除しました" },
|
||
// ── Emptying an address book, and deleting a selection (#277) ──
|
||
"Delete {n} contacts?": { other: "{n} 件の連絡先を削除しますか?" },
|
||
"Deleted {n} contacts": { other: "{n} 件の連絡先を削除しました" },
|
||
"{n} contacts will be deleted. This cannot be undone.": { other: "{n} 件の連絡先が削除されます。この操作は取り消せません。" },
|
||
"{n} were also in other address books and were only removed from this one": { other: "{n} 件は他のアドレス帳にもあるため、このアドレス帳から外しただけです" },
|
||
},
|
||
};
|