ja.dict.itop-welcome-itil.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. // Copyright (C) 2010-2014 Combodo SARL
  3. //
  4. // This file is part of iTop.
  5. //
  6. // iTop is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Affero General Public License as published by
  8. // the Free Software Foundation, either version 3 of the License, or
  9. // (at your option) any later version.
  10. //
  11. // iTop is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. // GNU Affero General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Affero General Public License
  17. // along with iTop. If not, see <http://www.gnu.org/licenses/>
  18. /**
  19. * @copyright Copyright (C) 2010-2014 Combodo SARL
  20. * @license http://opensource.org/licenses/AGPL-3.0
  21. */
  22. Dict::Add('JA JP', 'Japanese', '日本語', array(
  23. 'Menu:DataSources' => '同期データソース',
  24. 'Menu:DataSources+' => '全ての同期データソース',
  25. 'Menu:WelcomeMenu' => 'ようこそ',
  26. 'Menu:WelcomeMenu+' => 'ようこそ、iTopへ',
  27. 'Menu:WelcomeMenuPage' => 'ようこそ',
  28. 'Menu:WelcomeMenuPage+' => 'ようこそ、iTopへ',
  29. 'Menu:AdminTools' => '管理ツール',
  30. 'Menu:AdminTools+' => '管理ツール',
  31. 'Menu:AdminTools?' => 'このツールは管理者プロフィールを持つユーザのみアクセスが可能です。',
  32. 'Menu:DataModelMenu' => 'データモデル',
  33. 'Menu:DataModelMenu+' => 'データモデル概要',
  34. 'Menu:ExportMenu' => 'エクスポート',
  35. 'Menu:ExportMenu+' => '任意のクエリ結果をHTML、CSV、XMLでエクスポートする',
  36. 'Menu:NotificationsMenu' => '通知',
  37. 'Menu:NotificationsMenu+' => '通知の設定',
  38. 'Menu:AuditCategories' => '監査カテゴリ',
  39. 'Menu:AuditCategories+' => '監査カテゴリ',
  40. 'Menu:Notifications:Title' => '監査カテゴリ',
  41. 'Menu:RunQueriesMenu' => 'クエリ実行',
  42. 'Menu:RunQueriesMenu+' => '任意のクエリを実行',
  43. 'Menu:QueryMenu' => 'クエリのフレーズブック',
  44. 'Menu:QueryMenu+' => 'クエリのフレーズブック',
  45. 'Menu:UniversalSearchMenu' => '全検索',
  46. 'Menu:UniversalSearchMenu+' => '何か...検索',
  47. 'Menu:UserManagementMenu' => 'ユーザ管理',
  48. 'Menu:UserManagementMenu+' => 'ユーザ管理',
  49. 'Menu:ProfilesMenu' => 'プロフィール',
  50. 'Menu:ProfilesMenu+' => 'プロフィール',
  51. 'Menu:ProfilesMenu:Title' => 'プロフィール',
  52. 'Menu:UserAccountsMenu' => 'ユーザアカウント',
  53. 'Menu:UserAccountsMenu+' => 'ユーザアカウント',
  54. 'Menu:UserAccountsMenu:Title' => 'ユーザアカウント',
  55. 'Menu:MyShortcuts' => '私のショートカット',
  56. ));