'監査カテゴリ', 'Class:AuditCategory+' => '監査全体の内部セクション', 'Class:AuditCategory/Attribute:name' => 'カテゴリ名', 'Class:AuditCategory/Attribute:name+' => 'カテゴリの短縮名', 'Class:AuditCategory/Attribute:description' => '監査カテゴリ説明', 'Class:AuditCategory/Attribute:description+' => '監査カテゴリの説明', 'Class:AuditCategory/Attribute:definition_set' => '定義セット', 'Class:AuditCategory/Attribute:definition_set+' => '監査するべきオブジェクトの集合を定義するOQL式', 'Class:AuditCategory/Attribute:rules_list' => '監査ルール', 'Class:AuditCategory/Attribute:rules_list+' => 'このカテゴリの監査ルール', 'Class:AuditCategory/Attribute:ok_error_tolerance' => 'Warning threshold~~', 'Class:AuditCategory/Attribute:ok_error_tolerance+' => 'Percentage of invalid objects below which the result is a warning (orange)~~', 'Class:AuditCategory/Attribute:warning_error_tolerance' => 'Error threshold~~', 'Class:AuditCategory/Attribute:warning_error_tolerance+' => 'Percentage of invalid objects below which the result is in error (red)~~', 'Class:AuditCategory/Attribute:domains_list' => 'Domains~~', 'Class:AuditCategory/Attribute:domains_list+' => 'Domains which include this category~~', ]); // // Class: AuditRule // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:AuditRule' => '監査ルール', 'Class:AuditRule+' => '指定された監査カテゴリをチェックするためのルール', 'Class:AuditRule/Attribute:name' => 'ルール名', 'Class:AuditRule/Attribute:name+' => 'ルールの短縮名', 'Class:AuditRule/Attribute:description' => '監査ルール説明', 'Class:AuditRule/Attribute:description+' => 'この監査ルールの長い説明', 'Class:AuditRule/Attribute:process' => 'Correction process~~', 'Class:AuditRule/Attribute:process+' => 'How should it be fixed? Who should do it? ...~~', 'Class:AuditRule/Attribute:query' => '実行するクエリ', 'Class:AuditRule/Attribute:query+' => '実行するOQL式', 'Class:AuditRule/Attribute:valid_flag' => '有効なオブジェクト', 'Class:AuditRule/Attribute:valid_flag+' => 'このルールが有効なオブジェクトを返す場合は真、そうでなければ偽', 'Class:AuditRule/Attribute:valid_flag/Value:true' => '真', 'Class:AuditRule/Attribute:valid_flag/Value:true+' => '真', 'Class:AuditRule/Attribute:valid_flag/Value:false' => '偽', 'Class:AuditRule/Attribute:valid_flag/Value:false+' => '偽', 'Class:AuditRule/Attribute:category_id' => 'カテゴリ', 'Class:AuditRule/Attribute:category_id+' => 'このルールのカテゴリ', 'Class:AuditRule/Attribute:category_name' => 'カテゴリ', 'Class:AuditRule/Attribute:category_name+' => 'このルールのカテゴリ名', 'Class:AuditRule/Attribute:contact_id' => 'Owner~~', 'Class:AuditRule/Attribute:contact_id+' => 'Team or person in charge of fixing the errors detected by this rule~~', ]); // // Class: AuditDomain // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:AuditDomain' => 'Audit Domain~~', 'Class:AuditDomain+' => 'Audit domains allow to group the audit categories. Domain usually correspond to who is responsible for checking and fixing errors~~', 'Class:AuditDomain/Attribute:name' => 'Name~~', 'Class:AuditDomain/Attribute:name+' => 'Its a segmentation of the Audit by who is in charge of fixing it or just interested~~', 'Class:AuditDomain/Attribute:description' => 'Description~~', 'Class:AuditDomain/Attribute:description+' => '~~', 'Class:AuditDomain/Attribute:icon' => 'Icon~~', 'Class:AuditDomain/Attribute:icon+' => '~~', 'Class:AuditDomain/Attribute:categories_list' => 'Categories~~', 'Class:AuditDomain/Attribute:categories_list+' => 'Related audit categories. When running the audit on a domain, all related audit categories are checked and only those.~~', ]); // // Class: lnkAuditCategoryToAuditDomain // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:lnkAuditCategoryToAuditDomain' => 'Link AuditCategory / AuditDomain~~', 'Class:lnkAuditCategoryToAuditDomain+' => '~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:category_id' => 'Category~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:category_id+' => 'Audit Category~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:category_name' => 'Category name~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:category_name+' => 'Audit category name~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:domain_id' => 'Domain~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:domain_id+' => 'Audit domain~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:domain_name' => 'Domain name~~', 'Class:lnkAuditCategoryToAuditDomain/Attribute:domain_name+' => 'Audit domain name~~', ]); // // Class: QueryOQL // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:Query' => 'クエリ', 'Class:Query+' => 'クエリは動的な方法で定義されるデータセットです。', 'Class:Query/Attribute:name' => '名前', 'Class:Query/Attribute:name+' => 'クエリを識別します。', 'Class:Query/Attribute:description' => '説明', 'Class:Query/Attribute:description+' => 'クエリの長い説明(目的、使用方法等)', 'Class:Query/Attribute:is_template' => 'Template for OQL fields~~', 'Class:Query/Attribute:is_template+' => 'Usable as source for recipient OQL in Notifications~~', 'Class:Query/Attribute:is_template/Value:yes' => 'Yes~~', 'Class:Query/Attribute:is_template/Value:no' => 'No~~', 'Class:Query/Attribute:export_count' => 'Export counter~~', 'Class:Query/Attribute:export_count+' => 'Counter reflecting the number of time this query has been executed~~', 'Class:Query/Attribute:export_last_date' => 'Last export~~', 'Class:Query/Attribute:export_last_date+' => 'Date and time of the last export execution~~', 'Class:Query/Attribute:export_last_user_id' => 'User~~', 'Class:Query/Attribute:export_last_user_id+' => 'The user who executed the last export~~', 'Class:Query/Attribute:export_last_user_contact' => 'Contact~~', 'Class:Query/Attribute:export_last_user_contact+' => 'The contact who executed the last export~~', 'Query:baseinfo' => 'General information~~', 'Query:exportInfo' => 'Export information~~', 'Class:QueryOQL/Attribute:fields' => 'フィールド', 'Class:QueryOQL/Attribute:fields+' => 'エクスポートする属性(またはエイリアス属性,alias.attribute)のコンマ区切り(CSV)リスト', 'Class:QueryOQL' => 'OQL クエリ', 'Class:QueryOQL+' => ' Object Query Language に基づいたクエリ', 'Class:QueryOQL/Attribute:oql' => '式', 'Class:QueryOQL/Attribute:oql+' => 'OQL 式', ]); ////////////////////////////////////////////////////////////////////// // Classes in 'addon/userrights' ////////////////////////////////////////////////////////////////////// // // // Class: User // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:User' => 'ユーザー', 'Class:User+' => 'ユーザーログイン', 'Class:User/Attribute:finalclass' => 'アカウントタイプ', 'Class:User/Attribute:finalclass+' => '', 'Class:User/Attribute:contactid' => '連絡先(人物)', 'Class:User/Attribute:contactid+' => 'ビジネスデータから抽出した個人の詳細', 'Class:User/Attribute:org_id' => '組織', 'Class:User/Attribute:org_id+' => 'Organization of the associated person~~', 'Class:User/Attribute:last_name' => 'ラストネーム', 'Class:User/Attribute:last_name+' => '対応する連絡先の名前', 'Class:User/Attribute:first_name' => 'ファーストネーム', 'Class:User/Attribute:first_name+' => '対応する連絡先のファーストネーム', 'Class:User/Attribute:email' => 'メールアドレス', 'Class:User/Attribute:email+' => '対応する連絡先のメールアドレス', 'Class:User/Attribute:login' => 'ログイン', 'Class:User/Attribute:login+' => 'ユーザ識別文字列', 'Class:User/Attribute:language' => '言語', 'Class:User/Attribute:language+' => 'ユーザ使用言語', 'Class:User/Attribute:language/Value:EN US' => '英語', 'Class:User/Attribute:language/Value:EN US+' => '英語(米国)', 'Class:User/Attribute:language/Value:FR FR' => 'フランス語', 'Class:User/Attribute:language/Value:FR FR+' => 'フランス語(フランス)', 'Class:User/Attribute:profile_list' => 'プロフィール', 'Class:User/Attribute:profile_list+' => '役割、この人物に付与された権限', 'Class:User/Attribute:allowed_org_list' => '許可された組織', 'Class:User/Attribute:allowed_org_list+' => 'エンドユーザは以下の組織に属するデータの参照を許可されています。組織が指定されていなければ、制限はありません。', 'Class:User/Attribute:status' => 'Status~~', 'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.~~', 'Class:User/Attribute:status/Value:enabled' => 'Enabled~~', 'Class:User/Attribute:status/Value:disabled' => 'Disabled~~', 'Class:User/Error:LoginMustBeUnique' => 'ログイン名は一意でないといけません。- "%1s" はすでに使われています。', 'Class:User/Error:AtLeastOneProfileIsNeeded' => '少なくとも1件のプロフィールがこのユーザに指定されなければなりません。', 'Class:User/Error:PrivilegedUserMustHaveAccessToBackOffice' => 'Profile "%1$s" cannot be given to privileged Users (Administrators, SuperUsers and REST Services Users)~~', 'Class:User/Error:ProfileNotAllowed' => 'Profile "%1$s" cannot be added it will deny the access to backoffice~~', 'Class:User/Error:StatusChangeIsNotAllowed' => 'Changing status is not allowed for your own User~~', 'Class:User/Error:AllowedOrgsMustContainUserOrg' => 'Allowed organizations must contain User organization~~', 'Class:User/Error:AdminProfileCannotBeRemovedBySelf' => 'You cannot remove your own Administrator profile. Ask another Administrator to do it for you~~', 'Class:User/Error:CurrentProfilesHaveInsufficientRights' => 'You cannot remove your own rights to edit Users~~', 'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'The Portal power user profile does not give sufficient access rights (another profile must be added)~~', 'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.~~', 'Class:User/Error:OrganizationNotAllowed' => 'Organization not allowed.~~', 'Class:User/Error:UserOrganizationNotAllowed' => 'The user account does not belong to your allowed organizations.~~', 'Class:User/Error:PersonIsMandatory' => 'The Contact is mandatory.~~', 'Class:User/Warning:NoOrganizationMeansFullAccess' => 'No "Allowed Organizations" defined for this user, this means they have access to all organizations~~', 'Class:User/Warning:NoContactHasImpact' => 'Cautious: there is no Person defined on this User, this prevents access to portals, news notifications and other side effects in back-office~~', 'Class:UserInternal' => 'User Internal~~', 'Class:UserInternal+' => 'User defined within '.ITOP_APPLICATION_SHORT.'~~', ]); // // Class: URP_Profiles // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_Profiles' => 'プロフィール', 'Class:URP_Profiles+' => 'ユーザプロフィール', 'Class:URP_Profiles/Attribute:name' => '名前', 'Class:URP_Profiles/Attribute:name+' => 'ラベル', 'Class:URP_Profiles/Attribute:description' => '説明', 'Class:URP_Profiles/Attribute:description+' => '1行の説明', 'Class:URP_Profiles/Attribute:user_list' => 'ユーザー', 'Class:URP_Profiles/Attribute:user_list+' => 'この役割をもつ人', ]); // // Class: URP_Dimensions // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_Dimensions' => 'ディメンション', 'Class:URP_Dimensions+' => 'アプリケーションディメンション(defining silos)', 'Class:URP_Dimensions/Attribute:name' => '名前', 'Class:URP_Dimensions/Attribute:name+' => 'ラベル', 'Class:URP_Dimensions/Attribute:description' => '説明', 'Class:URP_Dimensions/Attribute:description+' => '1行の説明', 'Class:URP_Dimensions/Attribute:type' => 'タイプ', 'Class:URP_Dimensions/Attribute:type+' => 'クラス名、もしくはデータ型(projection unit)', ]); // // Class: URP_UserProfile // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_UserProfile' => 'ユーザープロフィール', 'Class:URP_UserProfile+' => 'ユーザープロフィール', 'Class:URP_UserProfile/Name' => '%1$s と %2$s間のリンク', 'Class:URP_UserProfile/Attribute:userid' => 'ユーザー', 'Class:URP_UserProfile/Attribute:userid+' => 'ユーザアカウント', 'Class:URP_UserProfile/Attribute:userlogin' => 'ログイン', 'Class:URP_UserProfile/Attribute:userlogin+' => 'ユーザーのログイン', 'Class:URP_UserProfile/Attribute:profileid' => 'プロフィール', 'Class:URP_UserProfile/Attribute:profileid+' => '使用プロフィール', 'Class:URP_UserProfile/Attribute:profile' => 'プロフィール', 'Class:URP_UserProfile/Attribute:profile+' => 'プロフィール名', 'Class:URP_UserProfile/Attribute:reason' => '理由', 'Class:URP_UserProfile/Attribute:reason+' => 'なぜ、この人物がこの役割を持つかを説明する', ]); // // Class: URP_UserOrg // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_UserOrg' => 'ユーザー組織', 'Class:URP_UserOrg+' => '許可された組織', 'Class:URP_UserOrg/Name' => '%1$s と %2$s 間のリンク', 'Class:URP_UserOrg/Attribute:userid' => 'ユーザー', 'Class:URP_UserOrg/Attribute:userid+' => 'ユーザーアカウント', 'Class:URP_UserOrg/Attribute:userlogin' => 'ログイン', 'Class:URP_UserOrg/Attribute:userlogin+' => 'ユーザのログイン', 'Class:URP_UserOrg/Attribute:allowed_org_id' => '組織', 'Class:URP_UserOrg/Attribute:allowed_org_id+' => '許可された組織', 'Class:URP_UserOrg/Attribute:allowed_org_name' => '組織', 'Class:URP_UserOrg/Attribute:allowed_org_name+' => '許可された組織', 'Class:URP_UserOrg/Attribute:reason' => '理由', 'Class:URP_UserOrg/Attribute:reason+' => 'なぜこの人物がこの組織に属するデータを参照できるのかを説明する', ]); // // Class: URP_ProfileProjection // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_ProfileProjection' => 'プロフィールプロジェクション', 'Class:URP_ProfileProjection+' => 'プロフィールプロジェクション', 'Class:URP_ProfileProjection/Attribute:dimensionid' => 'ディメンション', 'Class:URP_ProfileProjection/Attribute:dimensionid+' => 'アプリケーションディメンション', 'Class:URP_ProfileProjection/Attribute:dimension' => 'ディメンション', 'Class:URP_ProfileProjection/Attribute:dimension+' => 'アプリケーションディメンション', 'Class:URP_ProfileProjection/Attribute:profileid' => 'プロフィール', 'Class:URP_ProfileProjection/Attribute:profileid+' => '使用プロフィール', 'Class:URP_ProfileProjection/Attribute:profile' => 'プロフィール', 'Class:URP_ProfileProjection/Attribute:profile+' => 'プロフィール名', 'Class:URP_ProfileProjection/Attribute:value' => 'Value式', 'Class:URP_ProfileProjection/Attribute:value+' => '($userを使う)OQL式 | 定数 | | +属性コード', 'Class:URP_ProfileProjection/Attribute:attribute' => '属性', 'Class:URP_ProfileProjection/Attribute:attribute+' => 'ターゲット属性コード (オプション)', ]); // // Class: URP_ClassProjection // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_ClassProjection' => 'クラスプロジェクション', 'Class:URP_ClassProjection+' => 'クラスのプロジェクション', 'Class:URP_ClassProjection/Attribute:dimensionid' => 'ディメンション', 'Class:URP_ClassProjection/Attribute:dimensionid+' => 'アプリケーションディメンション', 'Class:URP_ClassProjection/Attribute:dimension' => 'ディメンション', 'Class:URP_ClassProjection/Attribute:dimension+' => 'アプリケーションディメンション', 'Class:URP_ClassProjection/Attribute:class' => 'クラス', 'Class:URP_ClassProjection/Attribute:class+' => 'ターゲットクラス', 'Class:URP_ClassProjection/Attribute:value' => '値式', 'Class:URP_ClassProjection/Attribute:value+' => '($this を使った)OQL式 | 定数 | | +属性コード', 'Class:URP_ClassProjection/Attribute:attribute' => '属性', 'Class:URP_ClassProjection/Attribute:attribute+' => 'ターゲット属性コード(オプション)', ]); // // Class: URP_ActionGrant // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_ActionGrant' => 'アクション権限', 'Class:URP_ActionGrant+' => 'クラスに対する権限', 'Class:URP_ActionGrant/Attribute:profileid' => 'プロフィール', 'Class:URP_ActionGrant/Attribute:profileid+' => '使用プロフィール', 'Class:URP_ActionGrant/Attribute:profile' => 'プロフィール', 'Class:URP_ActionGrant/Attribute:profile+' => '使用プロフィール', 'Class:URP_ActionGrant/Attribute:class' => 'クラス', 'Class:URP_ActionGrant/Attribute:class+' => 'ターゲットクラス', 'Class:URP_ActionGrant/Attribute:permission' => '許可', 'Class:URP_ActionGrant/Attribute:permission+' => '許可の有無は?', 'Class:URP_ActionGrant/Attribute:permission/Value:yes' => 'はい', 'Class:URP_ActionGrant/Attribute:permission/Value:yes+' => 'はい', 'Class:URP_ActionGrant/Attribute:permission/Value:no' => 'いいえ', 'Class:URP_ActionGrant/Attribute:permission/Value:no+' => 'いいえ', 'Class:URP_ActionGrant/Attribute:action' => 'アクション', 'Class:URP_ActionGrant/Attribute:action+' => '指定されたクラスに実行する操作', ]); // // Class: URP_StimulusGrant // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_StimulusGrant' => 'シティミュラス権限', 'Class:URP_StimulusGrant+' => 'オブジェクトのライフサイクル中のシティミュラスにおける権限', 'Class:URP_StimulusGrant/Attribute:profileid' => 'プロフィール', 'Class:URP_StimulusGrant/Attribute:profileid+' => '使用プロフィール', 'Class:URP_StimulusGrant/Attribute:profile' => 'プロフィール', 'Class:URP_StimulusGrant/Attribute:profile+' => '使用プロフィール', 'Class:URP_StimulusGrant/Attribute:class' => 'クラス', 'Class:URP_StimulusGrant/Attribute:class+' => 'ターゲットクラス', 'Class:URP_StimulusGrant/Attribute:permission' => '権限', 'Class:URP_StimulusGrant/Attribute:permission+' => '許可されているか、いないか。', 'Class:URP_StimulusGrant/Attribute:permission/Value:yes' => 'はい', 'Class:URP_StimulusGrant/Attribute:permission/Value:yes+' => 'はい', 'Class:URP_StimulusGrant/Attribute:permission/Value:no' => 'いいえ', 'Class:URP_StimulusGrant/Attribute:permission/Value:no+' => 'いいえ', 'Class:URP_StimulusGrant/Attribute:stimulus' => 'シティミュラス', 'Class:URP_StimulusGrant/Attribute:stimulus+' => 'シティミュラスコード', ]); // // Class: URP_AttributeGrant // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:URP_AttributeGrant' => '属性権限', 'Class:URP_AttributeGrant+' => '属性レベルでの権限', 'Class:URP_AttributeGrant/Attribute:actiongrantid' => '実行権限', 'Class:URP_AttributeGrant/Attribute:actiongrantid+' => '実行権限', 'Class:URP_AttributeGrant/Attribute:attcode' => '属性', 'Class:URP_AttributeGrant/Attribute:attcode+' => '属性コード', ]); // // Class: UserDashboard // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:UserDashboard' => 'User dashboard~~', 'Class:UserDashboard+' => '~~', 'Class:UserDashboard/Attribute:user_id' => 'User~~', 'Class:UserDashboard/Attribute:user_id+' => '~~', 'Class:UserDashboard/Attribute:menu_code' => 'Menu code~~', 'Class:UserDashboard/Attribute:menu_code+' => '~~', 'Class:UserDashboard/Attribute:contents' => 'Contents~~', 'Class:UserDashboard/Attribute:contents+' => '~~', ]); // // Duplicated into itop-welcome-itil ( will be removed from here...) // Dict::Add('JA JP', 'Japanese', '日本語', [ 'Menu:WelcomeMenu' => 'ようこそ', 'Menu:WelcomeMenu+' => 'ようこそ、'.ITOP_APPLICATION_SHORT.'へ', 'Menu:WelcomeMenuPage' => 'ようこそ', 'Menu:WelcomeMenuPage+' => 'ようこそ、'.ITOP_APPLICATION_SHORT.'へ', 'Menu:AdminTools' => '管理ツール', 'Menu:AdminTools+' => '管理ツール', 'Menu:AdminTools?' => 'このツールは管理者プロフィールを持つユーザのみアクセスが可能です。', 'Menu:CSVImportMenu' => 'CSV インポート', 'Menu:CSVImportMenu+' => '一括作成/一括更新', 'Menu:DataModelMenu' => 'データモデル', 'Menu:DataModelMenu+' => 'データモデル概要', 'Menu:ExportMenu' => 'エクスポート', 'Menu:ExportMenu+' => '任意のクエリ結果をHTML、CSV、XMLでエクスポートする', 'Menu:NotificationsMenu' => '通知', 'Menu:NotificationsMenu+' => '通知の設定', 'Menu:MyShortcuts' => '私のショートカット', 'Menu:Notifications:Title' => '監査カテゴリ', 'Menu:DataAdministration' => 'データ管理', 'Menu:DataAdministration+' => 'データ管理', ]); // // String from the User Interface: menu, messages, buttons, etc... // Dict::Add('JA JP', 'Japanese', '日本語', [ 'BooleanLabel:yes' => 'はい', 'BooleanLabel:no' => 'いいえ', 'UI:Login:Title' => ITOP_APPLICATION_SHORT.' login~~', 'UI:WelcomeMenu:Title' => 'ようこそ、'.ITOP_APPLICATION_SHORT.'へ', 'UI:WelcomeMenu:AllOpenRequests' => '要求を開く: %1$d', 'UI:WelcomeMenu:MyCalls' => '担当中の要求', 'UI:WelcomeMenu:OpenIncidents' => 'インシデントを開く: %1$d', 'UI:WelcomeMenu:AllConfigItems' => '構成項目(CI): %1$d', 'UI:WelcomeMenu:MyIncidents' => '担当中のインシデント', 'UI:AllOrganizations' => '全ての組織', 'UI:YourSearch' => '検索', 'UI:LoggedAsMessage' => '%1$s としてログイン済み (%2$s)', 'UI:LoggedAsMessage+Admin' => '%1$s (管理者)としてログイン済み (%2$s)', 'UI:Button:Logoff' => 'ログオフ', 'UI:Button:GlobalSearch' => '検索', 'UI:Button:Search' => ' 検索 ', 'UI:Button:Clear' => ' Clear ~~', 'UI:Button:Confirm' => ' Confirm ~~', 'UI:Button:SearchInHierarchy' => 'Search in hierarchy~~', 'UI:Button:Query' => ' クエリ', 'UI:Button:Ok' => 'OK', 'UI:Button:Save' => ' 保存 ', 'UI:Button:SaveAnd' => 'Save and %1$s~~', 'UI:Button:Cancel' => 'キャンセル', 'UI:Button:Close' => 'Close~~', 'UI:Button:Apply' => ' 適用 ', 'UI:Button:Send' => 'Send~~', 'UI:Button:SendAnd' => 'Send and %1$s~~', 'UI:Button:Back' => ' << 戻る', 'UI:Button:Restart' => ' |<< リスタート', 'UI:Button:Next' => ' 次へ >> ', 'UI:Button:Finish' => ' 完了 ', 'UI:Button:DoImport' => ' インポート実行! ', 'UI:Button:Done' => ' 完了 ', 'UI:Button:SimulateImport' => ' インポートをシュミレート ', 'UI:Button:Test' => 'テスト実行!', 'UI:Button:Evaluate' => ' 評価 ', 'UI:Button:Evaluate:Title' => ' 評価 (Ctrl+Enter)', 'UI:Button:AddObject' => ' 追加...', 'UI:Button:BrowseObjects' => 'ブラウズ...', 'UI:Button:Add' => ' 追加 ', 'UI:Button:AddToList' => ' << 追加 ', 'UI:Button:RemoveFromList' => '削除 >> ', 'UI:Button:FilterList' => ' フィルタ... ', 'UI:Button:Create' => ' 作成 ', 'UI:Button:Delete' => ' 削除 ', 'UI:Button:Rename' => ' 名前変更', 'UI:Button:ChangePassword' => ' パスワード変更 ', 'UI:Button:ResetPassword' => 'パスワードリセット ', 'UI:Button:Insert' => 'Insert~~', 'UI:Button:More' => 'More~~', 'UI:Button:Less' => 'Less~~', 'UI:Button:Wait' => 'Please wait while updating fields~~', 'UI:Treeview:CollapseAll' => 'Collapse All~~', 'UI:Treeview:ExpandAll' => 'Expand All~~', 'UI:UserPref:DoNotShowAgain' => 'Do not show again~~', 'UI:InputFile:NoFileSelected' => 'No File Selected~~', 'UI:InputFile:SelectFile' => 'Select a file~~', 'UI:SearchToggle' => '検索(トグル↓↑)', 'UI:ClickToCreateNew' => '新規 %1$s を作成', 'UI:SearchFor_Class' => '%1$s オブジェクトを検索', 'UI:NoObjectToDisplay' => '表示するオブジェクトはありません。', 'UI:Error:SaveFailed' => 'The object cannot be saved :~~', 'UI:Error:MandatoryTemplateParameter_object_id' => 'link_attrが指定されている時は、object_idパラメータは必須です。表示テンプレートの定義を確認してください。', 'UI:Error:MandatoryTemplateParameter_target_attr' => 'link_attrを指定する場合は、target_attrパラメータは必須です。表示テンプレートの定義を確認してください。', 'UI:Error:MandatoryTemplateParameter_group_by' => 'group_byパラメータは必須です。表示テンプレートの定義を確認してください。', 'UI:Error:InvalidGroupByFields' => '無効なフィールドリストです。 group by: "%1$s".', 'UI:Error:UnsupportedStyleOfBlock' => 'エラー:サポートされていないブロックスタイル:"%1$s"', 'UI:Error:IncorrectLinkDefinition_LinkedClass_Class' => '不正なリンク定義: 管理オブジェクトのクラス:%1$s は、クラス %2$s 中の外部キーとして見つかりません。', 'UI:Error:Object_Class_Id_NotFound' => 'オブジェクト:%1$s:%2$d が見つかりません。', 'UI:Error:WizardCircularReferenceInDependencies' => 'エラー: フィールド間の依存関係に循環参照があります。データモデルを確認してください。', 'UI:Error:UploadedFileTooBig' => 'アップロードファイルが大きすぎます(上限は %1$s )。PHPの設定 upload_max_filesizeと、post_max_sizeを確認してください。', 'UI:Error:UploadedFileTruncated.' => 'アップロードファイルが切り捨てられました!', 'UI:Error:NoTmpDir' => '一時ディレクトリは定義されていません。', 'UI:Error:CannotWriteToTmp_Dir' => '一時ファイルをディスクに書き込めません。upload_tmp_dir = "%1$s"', 'UI:Error:UploadStoppedByExtension_FileName' => 'extensionにより、アップロードを停止しました。(オリジナルのファイル名は"%1$s"です)。', 'UI:Error:UploadFailedUnknownCause_Code' => 'ファイルのアップロードに失敗しました。原因は不明(エラーコード: "%1$s")です。', 'UI:Error:1ParametersMissing' => 'エラー: この操作には下記のパラメータを指定する必要があります:%1$s', 'UI:Error:2ParametersMissing' => 'エラー:この操作には、下記のパラメータを指定する必要があります:%1$s , %2$s', 'UI:Error:3ParametersMissing' => 'エラー:この操作には、下記のパラメータを指定する必要があります:%1$s, %2$s, %3$s', 'UI:Error:4ParametersMissing' => 'エラー:この操作には、下記のパラメータを指定する必要があります:%1$s, %2$s, %3$s,%4$s', 'UI:Error:IncorrectOQLQuery_Message' => 'エラー:誤ったOQLクエリ:%1$s', 'UI:Error:AnErrorOccuredWhileRunningTheQuery_Message' => 'クエリ:%1$s 実行中にエラーが発生しました。', 'UI:Error:ObjectAlreadyUpdated' => 'エラー:このオブジェクトはすでに更新済みです。', 'UI:Error:ObjectCannotBeUpdated' => 'エラー:オブジェクトを更新できません。', 'UI:Error:ObjectsAlreadyDeleted' => 'エラー:オブジェクトは既に削除されています。', 'UI:Error:BulkDeleteNotAllowedOn_Class' => '%1$s クラスのオブジェクトに対するバルク削除の実行は許可されていません。', 'UI:Error:DeleteNotAllowedOn_Class' => '%1$s クラスのオブジェクトの削除は許可されていません。', 'UI:Error:ReadNotAllowedOn_Class' => 'You are not allowed to view objects of class %1$s~~', 'UI:Error:BulkModifyNotAllowedOn_Class' => '%1$s クラスのオブジェクトに対するバルクアップデートの実行は許可されていません。', 'UI:Error:ObjectAlreadyCloned' => 'エラー:このオブジェクトはすでに、クローンされています。', 'UI:Error:ObjectAlreadyCreated' => 'エラー:このオブジェクトは既に作成済みです。', 'UI:Error:Invalid_Stimulus_On_Object_In_State' => 'エラー:状態"%3$s"のオブジェクト%2$s上の無効なスティミュラス"%1$s".', 'UI:Error:InvalidDashboardFile' => 'Error: invalid dashboard file~~', 'UI:Error:InvalidDashboard' => 'Error: invalid dashboard~~', 'UI:Error:MaintenanceMode' => 'Application is currently in maintenance~~', 'UI:Error:MaintenanceTitle' => 'Maintenance~~', 'UI:Error:InvalidToken' => 'Error: the requested operation has already been performed (CSRF token not found)~~', 'UI:Error:SMTP:UnknownVendor' => 'OAuth SMTP provider %1$s does not exist (email_transport_smtp.oauth.provider)~~', 'UI:GroupBy:Count' => 'カウント', 'UI:GroupBy:Count+' => '要素数', 'UI:CountOfObjects' => '%1$d 個のオブジェクトが条件にマッチしました。', 'UI_CountOfObjectsShort' => '%1$d オブジェクト。', 'UI:NoObject_Class_ToDisplay' => '表示する %1$s はありません。', 'UI:History:LastModified_On_By' => '%2$sによる最終更新 %1$s', 'UI:HistoryTab' => '履歴', 'UI:NotificationsTab' => '通知', 'UI:History:BulkImports' => '履歴', 'UI:History:BulkImports+' => 'CSVインポートのリスト(last first)', 'UI:History:BulkImportDetails' => '(%2$s により)実行された %1$s へCSVインポートによる変更結果', 'UI:History:Date' => '日付', 'UI:History:Date+' => '変更日', 'UI:History:User' => 'ユーザー', 'UI:History:User+' => 'この変更を行ったユーザー', 'UI:History:Changes' => '変更', 'UI:History:Changes+' => 'このオブジェクトを変更する', 'UI:History:StatsCreations' => '作成', 'UI:History:StatsCreations+' => '作成されたオブジェクト数', 'UI:History:StatsModifs' => '修正', 'UI:History:StatsModifs+' => '修正されたオブジェクト数', 'UI:History:StatsDeletes' => '削除', 'UI:History:StatsDeletes+' => '削除されたオブジェクト数', 'UI:Loading' => '読み込み...', 'UI:Menu:Actions' => '実行', 'UI:Menu:OtherActions' => 'その他の実行', 'UI:Menu:Transitions' => 'Transitions~~', 'UI:Menu:OtherTransitions' => 'Other Transitions~~', 'UI:Menu:View' => 'View this object~~', 'UI:Menu:New' => '新規...', 'UI:Menu:Add' => '追加...', 'UI:Menu:Manage' => '管理...', 'UI:Menu:EMail' => 'Eメール', 'UI:Menu:CSVExport' => 'CSVエクスポート...', 'UI:Menu:OpenOQL' => 'View the OQL query~~', 'UI:Menu:Modify' => '修正...', 'UI:Menu:Delete' => '削除...', 'UI:Menu:BulkDelete' => '削除...', 'UI:Menu:BulkDelete_Class' => 'Delete %1$s objects...~~', 'UI:Menu:BulkDelete_Link' => 'Delete %1$s...~~', 'UI:Menu:BulkDelete_Remote' => 'Delete %1$s...~~', 'UI:UndefinedObject' => '未定義', 'UI:Document:OpenInNewWindow:Download' => '新規ウィンドウで開く: %1$s、 ダウンロード: %2$s', 'UI:SplitDateTime-Date' => '日付', 'UI:SplitDateTime-Time' => '時刻', 'UI:TruncatedResults' => '%2$d中%1$dのオブジェクトを表示', 'UI:DisplayAll' => 'すべて表示', 'UI:CollapseList' => '折りたたむ', 'UI:CountOfResults' => '%1$d オブジェクト', 'UI:ChangesLogTitle' => '変更履歴(%1$d)', 'UI:EmptyChangesLogTitle' => '変更履歴は空です。', 'UI:SearchFor_Class_Objects' => '%1$s オブジェクトを検索', 'UI:OQLQueryBuilderTitle' => 'OQLクエリビルダ', 'UI:OQLQueryTab' => 'OQLクエリ', 'UI:SimpleSearchTab' => '単純検索', 'UI:Details+' => '詳細', 'UI:SearchValue:Any' => '* 任意 *', 'UI:SearchValue:Mixed' => '* 混成 *', 'UI:SearchValue:NbSelected' => '# 選択', 'UI:SearchValue:CheckAll' => 'Check All~~', 'UI:SearchValue:UncheckAll' => 'Uncheck All~~', 'UI:SelectOne' => '-- 選んでください --', 'UI:Login:Welcome' => ITOP_APPLICATION_SHORT.'へようこそ', 'UI:Login:IncorrectLoginPassword' => 'ログイン/パスワードが正しくありません。再度入力ください。', 'UI:Login:IdentifyYourself' => '続けて作業を行う前に認証を受けてください。', 'UI:Login:UserNamePrompt' => 'ユーザー名', 'UI:Login:PasswordPrompt' => 'パスワード', 'UI:Login:ForgotPwd' => 'Forgot your password?~~', 'UI:Login:ForgotPwdForm' => 'Forgot your password~~', 'UI:Login:ForgotPwdForm+' => ITOP_APPLICATION_SHORT.' can send you an email in which you will find instructions to follow to reset your account.~~', 'UI:Login:ResetPassword' => 'Send now!~~', 'UI:Login:ResetPwdFailed' => 'Failed to send an email: %1$s~~', 'UI:Login:SeparatorOr' => 'Or~~', 'UI:ResetPwd-Error-WrongLogin' => '\'%1$s\' is not a valid login~~', 'UI:ResetPwd-Error-NotPossible' => 'external accounts do not allow password reset.~~', 'UI:ResetPwd-Error-FixedPwd' => 'the account does not allow password reset.~~', 'UI:ResetPwd-Error-NoContact' => 'the account is not associated to a person.~~', 'UI:ResetPwd-Error-NoEmailAtt' => 'the account is not associated to a person having an email attribute. Please Contact your administrator.~~', 'UI:ResetPwd-Error-NoEmail' => 'missing an email address. Please Contact your administrator.~~', 'UI:ResetPwd-Error-Send' => 'email transport technical issue. Please Contact your administrator.~~', 'UI:ResetPwd-EmailSent' => 'Please check your email box and follow the instructions. If you receive no email, please check the login you typed.~~', 'UI:ResetPwd-EmailSubject' => 'Reset your '.ITOP_APPLICATION_SHORT.' password~~', 'UI:ResetPwd-EmailBody' => '
You have requested to reset your '.ITOP_APPLICATION_SHORT.' password.
Please follow this link (single usage) to enter a new password
.~~', 'UI:ResetPwd-Title' => 'Reset password~~', 'UI:ResetPwd-Error-InvalidToken' => 'Sorry, either the password has already been reset, or you have received several emails. Please make sure that you use the link provided in the very last email received.~~', 'UI:ResetPwd-Error-EnterPassword' => 'Enter a new password for the account \'%1$s\'.~~', 'UI:ResetPwd-Ready' => 'The password has been changed.~~', 'UI:ResetPwd-Login' => 'Click here to login...~~', 'UI:Login:About' => '', 'UI:Login:ChangeYourPassword' => 'パスワードを変更してください', 'UI:Login:OldPasswordPrompt' => '古いパスワード', 'UI:Login:NewPasswordPrompt' => '新しいパスワード', 'UI:Login:RetypeNewPasswordPrompt' => '新しいパスワードを再度入力してください。', 'UI:Login:IncorrectOldPassword' => 'エラー:既存パスワードが正しくありません。', 'UI:LogOffMenu' => 'ログオフ', 'UI:LogOff:ThankYou' => ITOP_APPLICATION_SHORT.'をご利用いただき、ありがとうございます。', 'UI:LogOff:ClickHereToLoginAgain' => '再度ログインするにはここをクリックしてください...', 'UI:ChangePwdMenu' => 'パスワードを変更する...', 'UI:Login:PasswordChanged' => 'パスワードは変更されました。', 'UI:Login:PasswordNotChanged' => 'Error: Password is the same!~~', 'UI:AccessRO-All' => ITOP_APPLICATION_SHORT.'は参照専用です。', 'UI:AccessRO-Users' => 'エンドユーザの方は'.ITOP_APPLICATION_SHORT.'は参照専用です。', 'UI:ApplicationEnvironment' => 'アプリケーション環境: %1$s', 'UI:Login:RetypePwdDoesNotMatch' => '2度入力された新しいパスワードが一致しません!', 'UI:Button:Login' => ITOP_APPLICATION_SHORT.'へ入る', 'UI:Login:Error:AccessRestricted' => ITOP_APPLICATION_SHORT.'へのアクセスは制限されています。'.ITOP_APPLICATION_SHORT.'管理者に問い合わせしてください。', 'UI:Login:Error:AccessAdmin' => '管理者権限をもつユーザにアクセスが制限されています。'.ITOP_APPLICATION_SHORT.'管理者に問い合わせしてください。', 'UI:Login:Error:WrongOrganizationName' => 'Unknown organization~~', 'UI:Login:Error:MultipleContactsHaveSameEmail' => 'Multiple contacts have the same e-mail~~', 'UI:Login:Error:NoValidProfiles' => 'No valid profile provided~~', 'UI:CSVImport:MappingSelectOne' => '-- 選択ください --', 'UI:CSVImport:MappingNotApplicable' => '--このフィールドを無視する --', 'UI:CSVImport:NoData' => '空のデータセット..., データを提供してください。', 'UI:Title:DataPreview' => 'データプレビュー', 'UI:CSVImport:ErrorOnlyOneColumn' => 'エラー:このデータにはカラムが1つしか含まれていません。適切なセパレータ文字を選択しましたか。', 'UI:CSVImport:FieldName' => 'フィールド %1$d', 'UI:CSVImport:DataLine1' => 'データ行 1', 'UI:CSVImport:DataLine2' => 'データ行 2', 'UI:CSVImport:idField' => 'ID (主キー)', 'UI:Title:BulkImport' => ITOP_APPLICATION_SHORT.' - バルクインポート', 'UI:Title:BulkImport+' => 'CSV インポートウィザード', 'UI:Title:BulkSynchro_nbItem_ofClass_class' => '%2$s クラスの %1$d オブジェクトを同期', 'UI:CSVImport:ClassesSelectOne' => '--選択してください --', 'UI:CSVImport:ErrorExtendedAttCode' => '内部エラー: "%2$s" は"%3$s"クラスの外部キーではないので、"%1$s" は誤ったコードです。', 'UI:CSVImport:ObjectsWillStayUnchanged' => '%1$d オブジェクトは変更されません。', 'UI:CSVImport:ObjectsWillBeModified' => '%1$d オブジェクトが修正されます。', 'UI:CSVImport:ObjectsWillBeAdded' => '%1$d オブジェクトが追加されます。', 'UI:CSVImport:ObjectsWillHaveErrors' => '%1$d オブジェクトにエラーがあります。', 'UI:CSVImport:ObjectsRemainedUnchanged' => '%1$d オブジェクトは変更されていません。', 'UI:CSVImport:ObjectsWereModified' => '%1$d オブジェクトが修正されました。', 'UI:CSVImport:ObjectsWereAdded' => '%1$d オブジェクトが追加されました。', 'UI:CSVImport:ObjectsHadErrors' => '%1$s オブジェクトにエラーがあります。', 'UI:Title:CSVImportStep2' => 'ステップ2/5: CSVデータオプション', 'UI:Title:CSVImportStep3' => 'ステップ3/5: データマッピング', 'UI:Title:CSVImportStep4' => 'ステップ4/5: インポートシミュレーション', 'UI:Title:CSVImportStep5' => 'ステップ5/5: インポート完了', 'UI:CSVImport:LinesNotImported' => 'ロードできなかった行:', 'UI:CSVImport:LinesNotImported+' => '下記の行はエラーが含まれていたのでインポートされませんでした。', 'UI:CSVImport:SeparatorComma+' => ', (コンマ)', 'UI:CSVImport:SeparatorSemicolon+' => '; (セミコロン)', 'UI:CSVImport:SeparatorTab+' => 'タブ', 'UI:CSVImport:SeparatorOther' => 'その他:', 'UI:CSVImport:QualifierDoubleQuote+' => '" (ダブルクォート)', 'UI:CSVImport:QualifierSimpleQuote+' => '\' (シングルクォート)', 'UI:CSVImport:QualifierOther' => 'その他:', 'UI:CSVImport:TreatFirstLineAsHeader' => '1行めをヘッダ(カラム名)として扱う。', 'UI:CSVImport:Skip_N_LinesAtTheBeginning' => 'ファイル最初の%1$s 行をスキップする', 'UI:CSVImport:CSVDataPreview' => 'CSVデータプレビュー', 'UI:CSVImport:Column' => 'Column %1$s~~', 'UI:CSVImport:SelectFile' => 'インポートするファイルを選択してください:', 'UI:CSVImport:Tab:LoadFromFile' => 'ファイルからロード', 'UI:CSVImport:Tab:CopyPaste' => 'データをコピーとペースト', 'UI:CSVImport:Tab:Templates' => 'テンプレート', 'UI:CSVImport:PasteData' => 'インポートするデータをペーストしてください:', 'UI:CSVImport:PickClassForTemplate' => 'ダウンロードするテンプレートを選んでください', 'UI:CSVImport:SeparatorCharacter' => 'セパレータ文字', 'UI:CSVImport:TextQualifierCharacter' => 'テキスト修飾子文字', 'UI:CSVImport:CommentsAndHeader' => 'コメントとヘッダ', 'UI:CSVImport:SelectClass' => 'インポートするクラスを選択してください:', 'UI:CSVImport:AdvancedMode' => '拡張モード', 'UI:CSVImport:AdvancedMode+' => '拡張モードでは、オブジェクトの"id"(主キー)はオブジェクトの更新、リネームに使用可能です。しかしながら、"id"カラムは(たとえ存在しても)検索条件として使用可能なだけであり、他の検索条件と組み合わせて利用することはできません。', 'UI:CSVImport:SelectAClassFirst' => 'マッピングを設定するには、まず最初にクラスを選択してください。', 'UI:CSVImport:HeaderFields' => 'フィールド', 'UI:CSVImport:HeaderMappings' => 'マッピング', 'UI:CSVImport:HeaderSearch' => '検索しますか', 'UI:CSVImport:AlertIncompleteMapping' => 'すべてのフィールドのマッピングを選択してください。', 'UI:CSVImport:AlertMultipleMapping' => 'Please make sure that a target field is mapped only once.~~', 'UI:CSVImport:AlertNoSearchCriteria' => '少なくとも1つ以上の検索条件を選択してください。', 'UI:CSVImport:Encoding' => '文字エンコーディング', 'UI:CSVImport:ViewAllPossibleValues' => 'View all possible values~~', 'UI:CSVImport:ViewAllAmbiguousValues' => 'View all ambiguous values~~', 'UI:UniversalSearchTitle' => ITOP_APPLICATION_SHORT.' - ユニバーサル検索', 'UI:UniversalSearch:Error' => 'エラー:%1$s', 'UI:UniversalSearch:LabelSelectTheClass' => '検索するクラスを選択してください。', 'UI:CSVReport-Value-Modified' => '修正済み', 'UI:CSVReport-Value-SetIssue' => 'Invalid value for attribute~~', 'UI:CSVReport-Value-ChangeIssue' => '\'%1$s\' is an invalid value~~', 'UI:CSVReport-Value-NoMatch' => 'No match for value \'%1$s\'~~', 'UI:CSVReport-Value-NoMatch-PossibleValues' => 'Some possible \'%1$s\' value(s): %2$s~~', 'UI:CSVReport-Value-NoMatch-NoObject' => 'There are no \'%1$s\' objects~~', 'UI:CSVReport-Value-NoMatch-NoObject-ForCurrentUser' => 'There are no \'%1$s\' objects found with your current profile~~', 'UI:CSVReport-Value-NoMatch-SomeObjectNotVisibleForCurrentUser' => 'There are some \'%1$s\' objects not visible with your current profile~~', 'UI:CSVReport-Value-Missing' => '必須の値がありません', 'UI:CSVReport-Value-Ambiguous' => 'あいまいな値: %1$s オブジェクト', 'UI:CSVReport-Row-Unchanged' => '未変更', 'UI:CSVReport-Row-Created' => '作成済み', 'UI:CSVReport-Row-Updated' => '更新 %1$d カラム', 'UI:CSVReport-Row-Disappeared' => '消去済み, 変更済み %1$d カラム', 'UI:CSVReport-Row-Issue' => '課題: %1$s', 'UI:CSVReport-Value-Issue-Null' => 'Null は許可されません', 'UI:CSVReport-Value-Issue-NotFound' => 'オブジェクトは見つかりません', 'UI:CSVReport-Value-Issue-FoundMany' => '%1$d マッチ', 'UI:CSVReport-Value-Issue-Readonly' => '属性 \'%1$s\' は、読み取り専用で、修正出来ません(現在の値: %2$s, 要求された値: %3$s)', 'UI:CSVReport-Value-Issue-Format' => '入力処理の失敗: %1$s', 'UI:CSVReport-Value-Issue-NoMatch' => '属性 \'%1$s\' への予期されない値 : マッチしません、文字列チェック', 'UI:CSVReport-Value-Issue-AllowedValues' => 'Allowed \'%1$s\' value(s): %2$s~~', 'UI:CSVReport-Value-Issue-Unknown' => '属性 \'%1$s\' への予期されない値: %2$s', 'UI:CSVReport-Row-Issue-Inconsistent' => '属性がお互いに整合しません: %1$s', 'UI:CSVReport-Row-Issue-Attribute' => '予期されない属性値', 'UI:CSVReport-Row-Issue-MissingExtKey' => '作成できません, 外部キーがありません: %1$s', 'UI:CSVReport-Row-Issue-DateFormat' => '間違ったデータフォーマット', 'UI:CSVReport-Row-Issue-ExpectedDateFormat' => 'Expected format: %1$s~~', 'UI:CSVReport-Row-Issue-Reconciliation' => '調整に失敗しました', 'UI:CSVReport-Row-Issue-Ambiguous' => 'あいまいな調整', 'UI:CSVReport-Row-Issue-Internal' => '内部エラー: %1$s, %2$s', 'UI:CSVReport-Icon-Unchanged' => '未変更', 'UI:CSVReport-Icon-Modified' => '修正済み', 'UI:CSVReport-Icon-Missing' => '不足', 'UI:CSVReport-Object-MissingToUpdate' => '不足オブジェクト: 更新されます', 'UI:CSVReport-Object-MissingUpdated' => '不足オブジェクト: 更新済み', 'UI:CSVReport-Icon-Created' => '作成済み', 'UI:CSVReport-Object-ToCreate' => 'オブジェクトは作成されます', 'UI:CSVReport-Object-Created' => 'オブジェクトは作成されました', 'UI:CSVReport-Icon-Error' => 'エラー', 'UI:CSVReport-Object-Error' => 'エラー: %1$s', 'UI:CSVReport-Object-Ambiguous' => 'あいまい: %1$s', 'UI:CSVReport-Stats-Errors' => '%1$.0f %% ロードされたオブジェクトはエラーがあり、無視されます。', 'UI:CSVReport-Stats-Created' => '%1$.0f %% ロードされたオブジェクトは作成されます。', 'UI:CSVReport-Stats-Modified' => '%1$.0f %% of ロードされたオブジェクトは修正されます。', 'UI:CSVExport:AdvancedMode' => 'アドバンスドモード', 'UI:CSVExport:AdvancedMode+' => 'アドバンスドモードでは、エキスポートのためにいくつかのカラムが追加されます。: オブジェクトのid, 外部キーの id ,そして調整属性。', 'UI:CSVExport:LostChars' => 'エンコーディングの課題', 'UI:CSVExport:LostChars+' => 'ダウンロードファイルは %1$s でエンコードされます. iTop はこのフォーマットと整合性のない文字を検出しました。 これらの文字は代りの文字になります。(たとえばアクセント付き文字からはアクセント記号が無くなります。または、削除されます。 Webブラウザからコピー/ペーストが出来ます。 あるいは、システム管理者にエンコードの変更を問い合わせください。 (See parameter \'csv_file_default_charset\').', 'UI:Audit:Title' => ITOP_APPLICATION_SHORT.' - CMDB 監査', 'UI:Audit:Interactive:All:Title' => 'Audit results~~', 'UI:Audit:Interactive:All:SubTitle' => 'Full audit: includes all rules, all categories, all domains~~', 'UI:Audit:Interactive:All:BreadCrumb' => 'Full audit~~', 'UI:Audit:Interactive:All:BreadCrumb+' => 'Audit results for all rules~~', 'UI:Audit:Interactive:Categories:Title' => 'Audit results for categories: %1$s~~', 'UI:Audit:Interactive:Categories:SubTitle' => 'Audit results for all the rules belonging to one of those %1$s categories~~', 'UI:Audit:Interactive:Categories:BreadCrumb' => 'Categories~~', 'UI:Audit:Interactive:Categories:BreadCrumb+' => 'Audit categories: %1$s~~', 'UI:Audit:Interactive:Domain:Title' => 'Audit results for Domain: %1$s~~', 'UI:Audit:Interactive:Domain:SubTitle' => 'Audit results for all the rules belonging to a category related to the domain: %1$s~~', 'UI:Audit:Interactive:Domain:BreadCrumb' => '%1$s~~', 'UI:Audit:Interactive:Domain:BreadCrumb+' => 'Audit for Domain: %1$s~~', 'UI:Audit:Interactive:Selection:Title' => 'Selection of an audit~~', 'UI:Audit:InteractiveAudit' => '対話型監査', 'UI:Audit:Interactive:Selection:SubTitle' => 'Select a domain to get the results limited to this domain or select "All categories" to get a full audit (can take time or even fail if too much data to audit)~~', 'UI:Audit:Interactive:Selection:BreadCrumb' => 'Selection~~', 'UI:Audit:Interactive:Selection:BreadCrumb+' => 'Selection of an Audit to run~~', 'UI:Audit:Interactive:Selection:BadgeAll' => 'All categories~~', 'UI:Audit:Interactive:Button:Back' => 'Back to the audit~~', 'UI:Audit:Interactive:Button:Configuration' => 'Audit configuration~~', 'UI:Audit:ViewRules' => 'Check the rules~~', 'UI:Audit:HeaderAuditRule' => '監査ルール', 'UI:Audit:HeaderNbObjects' => 'オブジェクト数', 'UI:Audit:HeaderNbErrors' => 'エラー数', 'UI:Audit:PercentageOk' => '% OK', 'UI:Audit:OqlError' => 'OQL Error~~', 'UI:Audit:Error:ValueNA' => 'n/a~~', 'UI:Audit:ErrorIn_Rule' => 'Error in Rule~~', 'UI:Audit:ErrorIn_Rule_Reason' => 'ルール %1$s 中のOQLエラー: %2$s.', 'UI:Audit:ErrorIn_Category' => 'Error in Category~~', 'UI:Audit:ErrorIn_Category_Reason' => 'カテゴリ %1$s 中のOQLエラー: %2$s.', 'UI:Audit:AuditErrors' => 'Audit Errors~~', 'UI:Audit:Dashboard:ObjectsAudited' => 'Objects audited~~', 'UI:Audit:Dashboard:ObjectsInError' => 'Objects in errors~~', 'UI:Audit:Dashboard:ObjectsValidated' => 'Objects validated~~', 'UI:Audit:AuditCategory:Subtitle' => '%1$s errors ouf of %2$s - %3$s%% of the object are valid~~', 'UI:RunQuery:Title' => ITOP_APPLICATION_SHORT.' - OQLクエリ評価', 'UI:RunQuery:QueryExamples' => 'クエリの例', 'UI:RunQuery:QueryResults' => 'Query Results~~', 'UI:RunQuery:HeaderPurpose' => '目的', 'UI:RunQuery:HeaderPurpose+' => 'クエリについての説明', 'UI:RunQuery:HeaderOQLExpression' => 'OQL式', 'UI:RunQuery:HeaderOQLExpression+' => 'OQL文法によるクエリ', 'UI:RunQuery:ExpressionToEvaluate' => '評価式', 'UI:RunQuery:QueryArguments' => 'Query Arguments~~', 'UI:RunQuery:MoreInfo' => 'クエリに関する追加情報', 'UI:RunQuery:DevelopedQuery' => 'クエリ式の再開発', 'UI:RunQuery:SerializedFilter' => 'シリアライズされたフィルタ:', 'UI:RunQuery:DevelopedOQL' => 'Developed OQL~~', 'UI:RunQuery:DevelopedOQLCount' => 'Developed OQL for count~~', 'UI:RunQuery:ResultSQLCount' => 'Resulting SQL for count~~', 'UI:RunQuery:ResultSQL' => 'Resulting SQL~~', 'UI:RunQuery:Error' => 'An error occured while running the query~~', 'UI:Query:UrlForExcel' => 'MS-Excel Webクエリに使用するURL', 'UI:Query:UrlV1' => 'The list of fields has been left unspecified. The page export-V2.php cannot be invoked without this information. Therefore, the URL suggested here below points to the legacy page: export.php. This legacy version of the export has the following limitation: the list of exported fields may vary depending on the output format and the data model of '.ITOP_APPLICATION_SHORT.'.'.ITOP_APPLICATION_SHORT.'では、通知はすべてカスタマイズが可能です。通知はトリガーとアクションという二つのオブジェクトがベースになっています。
Triggers define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
アクション define the actions to be performed when the triggers execute. For now there are only two kind of actions:
実行するには、アクションがトリガーに関連づけられている必要があります。 トリガーに関連づけられると、各々のアクションは順番が与えられ、どの順序でアクションが実行されるかが指定されます。
', 'UI:NotificationsMenu:Triggers' => 'トリガー', 'UI:NotificationsMenu:AvailableTriggers' => '利用可能トリガー', 'UI:NotificationsMenu:OnCreate' => 'オブジェクトが作成された時', 'UI:NotificationsMenu:OnStateEnter' => 'オブジェクトが指定状態に入った時', 'UI:NotificationsMenu:OnStateLeave' => 'オブジェクトが指定状態から出た時', 'UI:NotificationsMenu:Actions' => 'アクション', 'UI:NotificationsMenu:Actions:ActionEmail' => 'Email actions~~', 'UI:NotificationsMenu:Actions:ActionWebhook' => 'Webhook actions (outgoing integrations)~~', 'UI:NotificationsMenu:Actions:Action' => 'Other actions~~', 'UI:NotificationsMenu:AvailableActions' => '利用可能アクション', 'Menu:TagAdminMenu' => 'Tags configuration~~', 'Menu:TagAdminMenu+' => 'Tags values management~~', 'UI:TagAdminMenu:Title' => 'Tags configuration~~', 'UI:TagAdminMenu:NoTags' => 'No Tag field configured~~', 'UI:TagSetFieldData:Error' => 'Error: %1$s~~', 'UI:iTopVersion:Short' => '%1$sバージョン%2$s', 'UI:iTopVersion:Long' => '%1$sバージョン%2$s-%3$s ビルド%4$s', 'UI:PropertiesTab' => 'プロパティ', 'UI:OpenDocumentInNewWindow_' => 'Open~~', 'UI:DownloadDocument_' => 'Download~~', 'UI:Document:NoPreview' => 'このタイプの文書はプレビューできません。', 'UI:Download-CSV' => 'ダウンロード-CSV %1$s', 'UI:DeadlineMissedBy_duration' => '%1$s によって消去されました。', 'UI:Deadline_LessThan1Min' => ' < 1分', 'UI:Deadline_Minutes' => '%1$d 分', 'UI:Deadline_Hours_Minutes' => '%1$d時間%2$d分', 'UI:Deadline_Days_Hours_Minutes' => '%1$d日%2$d時間%3$d分', 'UI:Help' => 'ヘルプ', 'UI:PasswordConfirm' => '確認', 'UI:BeforeAdding_Class_ObjectsSaveThisObject' => '%1$sオブジェクトをさらに追加する前に、このオブジェクトを保存してください。', 'UI:DisplayThisMessageAtStartup' => '起動時にこのメッセージを表示する', 'UI:RelationshipGraph' => 'グラフィカル表示', 'UI:RelationshipList' => 'リスト', 'UI:RelationGroups' => 'Groups~~', 'UI:OperationCancelled' => '操作はキャンセルされました', 'UI:ElementsDisplayed' => 'フィルターリング', 'UI:RelationGroupNumber_N' => 'Group #%1$d~~', 'UI:Relation:ExportAsPDF' => 'Export as PDF...~~', 'UI:RelationOption:GroupingThreshold' => 'Grouping threshold~~', 'UI:Relation:AdditionalContextInfo' => 'Additional context info~~', 'UI:Relation:NoneSelected' => 'None~~', 'UI:Relation:Zoom' => 'Zoom~~', 'UI:Relation:ExportAsAttachment' => 'Export as Attachment...~~', 'UI:Relation:DrillDown' => 'Details...~~', 'UI:Relation:PDFExportOptions' => 'PDF Export Options~~', 'UI:Relation:AttachmentExportOptions_Name' => 'Options for Attachment to %1$s~~', 'UI:RelationOption:Untitled' => 'Untitled~~', 'UI:Relation:Key' => 'Key~~', 'UI:Relation:Comments' => 'Comments~~', 'UI:RelationOption:Title' => 'Title~~', 'UI:RelationOption:IncludeList' => 'Include the list of objects~~', 'UI:RelationOption:Comments' => 'Comments~~', 'UI:Button:Export' => 'Export~~', 'UI:Relation:PDFExportPageFormat' => 'Page format~~', 'UI:PageFormat_A3' => 'A3~~', 'UI:PageFormat_A4' => 'A4~~', 'UI:PageFormat_Letter' => 'Letter~~', 'UI:Relation:PDFExportPageOrientation' => 'Page orientation~~', 'UI:PageOrientation_Portrait' => 'Portrait~~', 'UI:PageOrientation_Landscape' => 'Landscape~~', 'UI:RelationTooltip:Redundancy' => 'Redundancy~~', 'UI:RelationTooltip:ImpactedItems_N_of_M' => '# of impacted items: %1$d / %2$d~~', 'UI:RelationTooltip:CriticalThreshold_N_of_M' => 'Critical threshold: %1$d / %2$d~~', 'Portal:Title' => ITOP_APPLICATION_SHORT.'ユーザポータル', 'Portal:NoRequestMgmt' => '%1$s さん, このページにリダイレクトされました。あなたのプロファイルは、「ポータルユーザ」として登録されています。残念ながら、iTop は、「要求管理」としてインストールされていません。管理者に問い合わせてください。', 'Portal:Refresh' => 'リフレッシュ', 'Portal:Back' => '戻る', 'Portal:WelcomeUserOrg' => 'ようこそ %1$s, %2$sより', 'Portal:TitleDetailsFor_Request' => '要求の詳細', 'Portal:ShowOngoing' => 'オープン中の要求を表示', 'Portal:ShowClosed' => 'クローズした要求を表示', 'Portal:CreateNewRequest' => '新規要求を作成', 'Portal:CreateNewRequestItil' => '新規要求を作成', 'Portal:CreateNewIncidentItil' => 'Create a new incident report~~', 'Portal:ChangeMyPassword' => 'パスワードを変更', 'Portal:Disconnect' => '切断する', 'Portal:OpenRequests' => '担当のオープン中の要求', 'Portal:ClosedRequests' => '担当のクローズした要求', 'Portal:ResolvedRequests' => '担当の解決済み要求', 'Portal:SelectService' => 'カタログからサービスを選択してください:', 'Portal:PleaseSelectOneService' => 'サービスを1つ選んでください', 'Portal:SelectSubcategoryFrom_Service' => 'サービス%1$sのサブカテゴリを選んでください:', 'Portal:PleaseSelectAServiceSubCategory' => 'サブカテゴリを1つ選んでください', 'Portal:DescriptionOfTheRequest' => 'あなたの要求の説明を記入してください:', 'Portal:TitleRequestDetailsFor_Request' => '要求%1$sの詳細:', 'Portal:NoOpenRequest' => 'このカテゴリに要求はありません', 'Portal:NoClosedRequest' => 'このカテゴリにはクローズした要求はありません。', 'Portal:Button:ReopenTicket' => 'このチケットを再オープン', 'Portal:Button:CloseTicket' => 'このチケットをクローズ。', 'Portal:Button:UpdateRequest' => '要求を更新', 'Portal:EnterYourCommentsOnTicket' => 'このチケットの解決について、コメントを入力してください。', 'Portal:ErrorNoContactForThisUser' => 'エラー:現在のユーザは連絡先/人物に関連づけられていません。管理者に問い合わせてください。', 'Portal:Attachments' => '添付', 'Portal:AddAttachment' => ' 添付を追加 ', 'Portal:RemoveAttachment' => ' 添付を削除 ', 'Portal:Attachment_No_To_Ticket_Name' => '$2$s ($3$s)への添付 #%1$d', 'Portal:SelectRequestTemplate' => 'Select a template for %1$s のテンプレートを選択', 'Enum:Undefined' => '未定義', 'UI:DurationForm_Days_Hours_Minutes_Seconds' => '%1$s 日 %2$s 時 %3$s 分 %4$s 秒', 'UI:ModifyAllPageTitle' => '全てを修正', 'UI:Modify_ObjectsOf_Class' => 'Modifying objects of class %1$s~~', 'UI:Modify_N_ObjectsOf_Class' => 'クラス%2$sの%1$dオブジェクトを修正', 'UI:Modify_M_ObjectsOf_Class_OutOf_N' => 'クラス%2$sの%3$d中%1$dを修正', 'UI:Menu:ModifyAll' => '修正...', 'UI:Menu:ModifyAll_Class' => 'Modify %1$s objects...~~', 'UI:Menu:ModifyAll_Link' => 'Modify %1$s...~~', 'UI:Menu:ModifyAll_Remote' => 'Modify %1$s...~~', 'UI:Button:ModifyAll' => '全て修正', 'UI:Button:PreviewModifications' => '修正をプレビュー >>', 'UI:ModifiedObject' => '修正されたオブジェクト', 'UI:BulkModifyStatus' => '操作', 'UI:BulkModifyStatus+' => '操作の状態', 'UI:BulkModifyErrors' => 'エラー (もしあれば)', 'UI:BulkModifyErrors+' => '修正を出来ないようにしているエラー', 'UI:BulkModifyStatusOk' => 'Ok', 'UI:BulkModifyStatusError' => 'エラー', 'UI:BulkModifyStatusModified' => '修正', 'UI:BulkModifyStatusSkipped' => 'スキップ', 'UI:BulkModify_Count_DistinctValues' => '%1$d 個の個別の値:', 'UI:BulkModify:Value_Exists_N_Times' => '%1$s, %2$d 回存在', 'UI:BulkModify:N_MoreValues' => '%1$d 個以上の値...', 'UI:AttemptingToSetAReadOnlyAttribute_Name' => '読み込み専用フィールド %1$sにセットしょうとしています。', 'UI:FailedToApplyStimuli' => 'アクションは失敗しました。', 'UI:StimulusModify_N_ObjectsOf_Class' => '%1$s: クラス%3$sの%2$dオブジェクトを修正', 'UI:CaseLogTypeYourTextHere' => 'テキストを入力ください:', 'UI:CaseLog:Header_Date_UserName' => '%1$s - %2$s:', 'UI:CaseLog:InitialValue' => '初期値:', 'UI:AttemptingToSetASlaveAttribute_Name' => 'フィールド %1$s は、データの同期によってマスターリングされているため書き込み可能ではありません。値は設定されません。', 'UI:ActionNotAllowed' => 'あなたは、これらのオブジェクトへのこのアクションを許可されていません。', 'UI:BulkAction:NoObjectSelected' => 'この操作を実行するには、少なくとも1つのオブジェクトを選択してください。', 'UI:AttemptingToChangeASlaveAttribute_Name' => 'フィールド %1$s はデータの同期によってマスターリングされているため、書き込み可能ではありません。値は変更されません。', 'UI:Pagination:HeaderSelection' => '全: %1$s オブジェクト (%2$s オブジェクト選択)。', 'UI:Pagination:HeaderNoSelection' => '全: %1$s オブジェクト。', 'UI:Pagination:PageSize' => '%1$s オブジェクト/ページ', 'UI:Pagination:PagesLabel' => 'ページ:', 'UI:Pagination:All' => '全', 'UI:HierarchyOf_Class' => '%1$s の階層', 'UI:Preferences' => 'プリファレンス...', 'UI:ArchiveModeOn' => 'Activate archive mode~~', 'UI:ArchiveModeOff' => 'Deactivate archive mode~~', 'UI:ArchiveMode:Banner' => 'Archive mode~~', 'UI:ArchiveMode:Banner+' => 'Archived objects are visible, and no modification is allowed~~', 'UI:FavoriteOrganizations' => 'クイックアクセス組織', 'UI:FavoriteOrganizations+' => '迅速なアクセスのためのドロップダウンメニューに表示したい組織は、以下のリストで確認してください。セキュリティ設定ではないことに注意してください。全ての組織のオブジェクトは、表示可能です。ドロップダウンリストで「すべての組織(All Organizations)」を選択することでアクセスすることができます。', 'UI:FavoriteLanguage' => 'ユーザインターフェースの言語', 'UI:Favorites:SelectYourLanguage' => '希望する言語を選択ください。', 'UI:FavoriteOtherSettings' => '他のセッティング', 'UI:Favorites:Default_X_ItemsPerPage' => 'リストの規定の長さ: %1$s items 毎ページ', 'UI:Favorites:ShowObsoleteData' => 'Show obsolete data~~', 'UI:Favorites:ShowObsoleteData+' => 'Show obsolete data in search results and lists of items to select~~', 'UI:NavigateAwayConfirmationMessage' => '全ての変更を破棄します。', 'UI:CancelConfirmationMessage' => '変更内容が失われます。 続けますか?', 'UI:AutoApplyConfirmationMessage' => '幾つかの変更は、まだ反映されていません。 それらの変更を反映させますか?。', 'UI:Create_Class_InState' => '%1$sを作成、ステート:', 'UI:OrderByHint_Values' => '並び順: %1$s', 'UI:Menu:AddToDashboard' => 'ダッシュボードに追加...', 'UI:Button:Refresh' => '再表示', 'UI:Button:GoPrint' => 'Print...~~', 'UI:ExplainPrintable' => 'Click onto the %1$s icon to hide items from the print.| Y | year (4 digits, e.g. 2016) |
| y | year (2 digits, e.g. 16 for 2016) |
| m | month (2 digits, e.g. 01..12) |
| n | month (1 or 2 digits no leading zero, e.g. 1..12) |
| d | day (2 digits, e.g. 01..31) |
| j | day (1 or 2 digits no leading zero, e.g. 1..31) |
| H | hour (24 hour, 2 digits, e.g. 00..23) |
| h | hour (12 hour, 2 digits, e.g. 01..12) |
| G | hour (24 hour, 1 or 2 digits no leading zero, e.g. 0..23) |
| g | hour (12 hour, 1 or 2 digits no leading zero, e.g. 1..12) |
| a | hour, am or pm (lowercase) |
| A | hour, AM or PM (uppercase) |
| i | minutes (2 digits, e.g. 00..59) |
| s | seconds (2 digits, e.g. 00..59) |