Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22d79cca3a6df38fe814602d7062bc72c49b2f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
OC.L10N.register(
    "mail",
    {
    "Mail" : "メール",
    "Error while loading the accounts." : "アカウントの読み込みエラー",
    "you" : "あなた",
    "Error while loading the selected account." : "選択されたアカウントの読み込みエラー",
    "Error while loading messages." : "メールメッセージの読み込みエラー",
    "Choose a folder to store the attachment in" : "添付ファイルを保存するフォルダーを選択",
    "Attachments saved to Files." : "添付ファイルを保存しました。",
    "Attachment saved to Files." : "添付ファイルを保存しました。",
    "Error while saving attachments to Files." : "添付ファイルの保存中にエラーが発生しました。",
    "Error while saving attachment to Files." : "添付ファイルの保存中にエラーが発生しました。",
    "Error while loading the selected message." : "選択メッセージの読み込み中にエラーが発生",
    "Connecting …" : "接続中 …",
    "Unknown error" : "不明なエラー",
    "Error while creating an account: " : "アカウント作成エラー:",
    "Connect" : "接続",
    "Sending …" : "送信中 …",
    "Reply" : "返信",
    "Message sent!" : "へメッセージを送信しました!",
    "Error sending the reply." : "返信の送信エラー",
    "Error while deleting account." : "アカウント削除エラー",
    "Choose a file to add as attachment" : "添付として追加するファイルを選択",
    "Message could not be starred. Please try again." : "メッセージにスターをつけられませんでした。再試行してください。",
    "Error while deleting message." : "メッセージ削除中にエラーが発生",
    "Checking mail …" : "メール確認中...",
    "Loading …" : "読込中...",
    "Load more …" : "読込中 …",
    "Check mail" : "メール確認",
    "Send" : "送信",
    "Inbox" : "受信箱",
    "Sent" : "送信",
    "Drafts" : "草稿",
    "Archive" : "アーカイブ",
    "Trash" : "ゴミ箱",
    "Junk" : "迷惑メール",
    "All" : "すべて",
    "Starred" : "共有",
    "Creating account failed: " : "アカウント作成に失敗:",
    "Auto detect failed. Please use manual mode." : "自動判別に失敗しました。手動モードをご利用ください。",
    "from" : "from",
    "+ cc/bcc" : "+ cc/bcc",
    "to" : "終了",
    "cc" : "cc",
    "bcc" : "bcc",
    "Subject" : "件名",
    "Message …" : "メッセージ …",
    "Add attachment from Files" : "添付ファイルを追加",
    "Open Mail App" : "メールアプリを起動",
    "Back to website" : "ウェブサイトへ戻る",
    "Error loading message" : "メッセージ読み込みエラー",
    "Download attachment" : "添付ファイルをダウンロード",
    "Save to Files" : "ファイルに保存",
    "Save all to Files" : "すべてファイルに保存",
    "+ cc" : "+ cc",
    "Reply …" : "返信 …",
    "Forward" : "転送",
    "No messages in this folder!" : "このフォルダーにメッセージはありません。",
    "Connect your mail account" : "メールアカウントに接続",
    "Name" : "名前",
    "Mail Address" : "メールアドレス",
    "IMAP Password" : "IMAP パスワード",
    "Manual configuration" : "手動設定",
    "IMAP Host" : "IMAPホスト",
    "IMAP Port" : "IMAPポート",
    "IMAP User" : "IMAPユーザー",
    "SMTP Host" : "SMTPホスト",
    "SMTP Port" : "SMTPポート",
    "SMTP User" : "SMTPユーザー",
    "SMTP Password" : "SMTP パスワード",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "%s  へリダイレクトします。数秒後に自動転送されなかったらクリックしてください。",
    "Redirect Warning" : "リダイレクト警告",
    "The previous page is sending you to %s." : "前のページを%sに送信しています。",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "ページを開きたくない場合は、<a href=\"%s\">メールアプリ</a> に戻ることができます。",
    "Click here to visit the website." : "ウェブサイトを開く場合はここをクリックしてください。"
},
"nplurals=1; plural=0;");