summaryrefslogtreecommitdiffstats
path: root/l10n/ja.js
blob: 3fa3b2d8903918f9fe31b29566c1ab3767e344fa (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "アドレス帳",
    "Details" : "詳細",
    "A contacts app for Nextcloud" : "A contacts app for Nextcloud",
    "Select a contact on the list to begin" : "開始するには、リストの連絡先を選択してください",
    "This contact is not yet synced. Edit it to trigger a change." : "この連絡先はまだ同期されていません。 それを編集して変更をトリガーします。",
    "This contact is in read-only mode. You do not have permission to edit this contact." : "この連絡先は読み取り専用モードです。 この連絡先を編集する権限がありません。",
    "The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "編集しようとした連絡先が変更されました。 連絡先を手動で更新してください。 それ以上の編集は破棄されます。",
    "Download" : "ダウンロード",
    "Delete" : "削除",
    "Addressbook" : "アドレス帳",
    "New contact" : "新しい連絡先",
    "The contact doesn't exists anymore on the server." : "連絡先はサーバーに存在しません。",
    "Select Date" : "日付を選択",
    "No results" : "該当なし",
    "Copy link" : "リンクをコピー",
    "Copied" : "コピーしました",
    "Can not copy" : "コピーできません",
    "Rename" : "名前を変更",
    "Enabled" : "有効",
    "Disabled" : "無効",
    "Enabled toggle of addressbook was not successful." : "アドレス帳の有効なトグルが成功しませんでした。",
    "Deletion of addressbook was not successful." : "アドレス帳の削除に失敗しました。",
    "Renaming of addressbook was not successful." : "アドレス帳の名前を変更できませんでした。",
    "Addressbook copied to clipboard" : "アドレス帳をクリップボードにコピー",
    "Addressbook was not copied to clipboard." : "アドレス帳はクリップボードにコピーされませんでした。",
    "_Shared with {num} entity_::_Shared with {num} entities_" : ["{num} 個のエンティティと共有"],
    "Share with users or groups" : "ユーザーまたはグループと共有する",
    "No users or groups" : "ユーザーまたはグループはありません",
    "Unable to delete the share." : "共有を解除できません。",
    "Unable to change permissions." : "権限を変更できません。",
    "Import into" : "インポート",
    "An error occurred, unable to create the addressbook." : "エラーが発生し、アドレス帳を作成できません。",
    "First name" : "名",
    "Last name" : "姓",
    "All contacts" : "すべての連絡先",
    "Contact not found" : "連絡先がありません",
    "Nickname" : "ニックネーム",
    "Detailed name" : "詳細名",
    "Additional names" : "ミドルネーム",
    "Prefix" : "プレフィックス",
    "Suffix" : "サフィックス",
    "Notes" : "ノート",
    "Website" : "ウェブサイト",
    "Federated Cloud ID" : "クラウド連携ID",
    "Home" : "自宅",
    "Work" : "職場",
    "Other" : "その他",
    "Address" : "アドレス",
    "Post office box" : "私書箱",
    "Extended address" : "拡張アドレス",
    "City" : "市町村",
    "State or province" : "州/県",
    "Postal code" : "郵便番号",
    "Country" : "国名",
    "Groups" : "グループ",
    "Birthday" : "誕生日",
    "Anniversary" : "記念日",
    "Date of death" : "命日",
    "Email" : "メール",
    "Instant messaging" : "インスタントメッセージ",
    "Phone" : "電話番号",
    "Mobile" : "携帯",
    "Work mobile" : "職場携帯",
    "Home mobile" : "個人携帯",
    "Fax" : "FAX",
    "Fax home" : "自宅FAX",
    "Fax work" : "職場FAX",
    "Pager" : "ポケベル",
    "Voice" : "音声番号",
    "Car" : "自動車",
    "Work pager" : "ワークページャー",
    "Social network" : "ソーシャルネットワーク",
    "The url of the profile. e.g. https://www.facebook.com/Nextclouders/ " : "プロフィールのURL。 例えば https://www.facebook.com/Nextclouders/",
    "Relationship" : "つながり",
    "Specify a relationship between you and the entity represented by this vCard." : "あなたとこのvCardが表すエンティティとの間の関係を指定します。",
    "Spouse" : "配偶者",
    "Child" : "子供",
    "Mother" : "母親",
    "Father" : "父親",
    "Parent" : "両親",
    "Brother" : "兄弟",
    "Sister" : "姉妹",
    "Relative" : "親族",
    "Friend" : "友人",
    "Colleague" : "同僚",
    "Manager" : "マネージャー",
    "Assistant" : "アシスタント",
    "Related" : "関連する",
    "Specify a relationship between another entity and the entity represented by this vCard." : "別のエンティティとこのvCardが表すエンティティとの間の関係を指定します。",
    "Contact" : "連絡先",
    "Agent" : "エージェント",
    "Emergency" : "緊急",
    "Co-worker" : "同僚",
    "Gender" : "性別",
    "Female" : "女性",
    "Male" : "男性",
    "An error occurred" : "エラーが発生しました"
},
"nplurals=1; plural=0;");