mirror of
https://github.com/munki/munki.git
synced 2026-05-06 20:39:30 -05:00
Merge pull request #495 from arubdesu/ja-localization
add localization for japanese, haven't modified project settings
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
"CFBundleName" = "Managed Software Center";
|
||||
"CFBundleDisplayName" = "Managed Software Center";
|
||||
NSHumanReadableCopyright = "Copyright © 2010-2014 The Munki Project\nhttps://github.com/munki/munki";
|
||||
+432
@@ -0,0 +1,432 @@
|
||||
/* Multiple Updates message */
|
||||
"%s pending updates" = "%sのアップデートを保留中";
|
||||
|
||||
/* One Update message */
|
||||
"1 pending update" = "保留中のアップデートが1つあります";
|
||||
|
||||
/* Logout Required detail */
|
||||
"A logout is required before updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "アップデートの前にログアウトする必要があります。ログインウィンドウで若干の時間がかかります。今からログアウトしアップデートを実行しますか?";
|
||||
|
||||
/* Logout warning string when logout is an hour or more away */
|
||||
"A logout will be forced at approximately %s." = "%sに、強制的にログアウトされます";
|
||||
|
||||
/* Logout warning string when logout is in < 60 minutes */
|
||||
"A logout will be forced in less than %s minutes." = "%s分以内に、強制的にログアウトされます";
|
||||
|
||||
/* Logout warning string when logout is in less than a minute */
|
||||
"A logout will be forced in less than a minute.\nAll pending updates will be installed. Unsaved work will be lost." = "1分以内に強制的にログアウトされます。\n保留中のアップデートはすべてインストールされます。保存されていないワークは消失します。";
|
||||
|
||||
/* Removal Error message */
|
||||
"A removal attempt failed. Removal will be attempted again.\nIf this situation continues, contact your systems administrator." = "削除に失敗しました。再度削除を試みます。\n削除されない場合は、システムアドミニストレータに連絡してください。";
|
||||
|
||||
/* Restart Required detail */
|
||||
"A restart is required after updating. Please be patient as there may be a short delay at the login window. Log out and update now?" = "アップデート後に再起動する必要があります。ログインウィンドウで若干の時間がかかります。今からログアウトしアップデートを実行しますか?";
|
||||
|
||||
/* Additional Pending Updates title */
|
||||
"Additional Pending Updates" = "その他保留中のアップデート";
|
||||
|
||||
/* AllCategoriesLabel */
|
||||
"All Categories" = "すべてのカテゴリ";
|
||||
|
||||
/* AllItemsHeaderText */
|
||||
"All items" = "すべてのアイテム";
|
||||
|
||||
/* Forced Logout warning detail */
|
||||
"All pending updates will be installed. Unsaved work will be lost.\nYou may avoid the forced logout by logging out now." = "保留中のすべてのアップデートをインストールします。保存されていないワークは消失します。\n今ログアウトをすれば、強制ログアウトを避ける事ができます。";
|
||||
|
||||
/* Install Error message */
|
||||
"An installation attempt failed. Installation will be attempted again.\nIf this situation continues, contact your systems administrator." = "インストールに失敗しました。再度インストールを試みます。\nインストールが実行されない場合は、システムアドミニストレータに連絡してください。";
|
||||
|
||||
/* Other Users Blocking Apps Running title */
|
||||
"Applications in use by others" = "別のユーザーがアプリケーションを使用しています";
|
||||
|
||||
/* Cancel button title/short action text */
|
||||
"Cancel" = "キャンセル";
|
||||
|
||||
/* Cancel Install long action text */
|
||||
"Cancel install" = "インストールをキャンセル";
|
||||
|
||||
/* Cancel Removal long action text */
|
||||
"Cancel removal" = "削除をキャンセル";
|
||||
|
||||
/* Cancel Update long action text */
|
||||
"Cancel update" = "アップデートをキャンセル";
|
||||
|
||||
/* Item Not Found message */
|
||||
"Cannot display the requested item." = "リクエストされたアイテムは表示できません";
|
||||
|
||||
/* Categories label */
|
||||
"Categories" = "カテゴリ";
|
||||
|
||||
/* Sidebar Category label */
|
||||
"Category:" = "カテゴリ:";
|
||||
|
||||
/* Check Again button title */
|
||||
"Check Again" = "もう一度確認する";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking Apple Software Update catalog..." = "アップルソフトウェアアップデートカタログを確認中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking for additional changes..." = "追加変更を確認中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking for available Apple Software Updates..." = "入手可能なアップルソフトウェアアップデートを確認中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking for available updates..." = "入手可能なアップデートを確認中…";
|
||||
|
||||
/* Checking For Updates message */
|
||||
"Checking for updates..." = "アップデートを確認中…";
|
||||
|
||||
/* Blocking Apps Running title */
|
||||
"Conflicting applications running" = "下記のプログラムを閉じる必要があります";
|
||||
|
||||
/* Continue button text */
|
||||
"Continue" = "続ける";
|
||||
|
||||
/* Critical Update type */
|
||||
"Critical Update" = "クリティカルアップデート";
|
||||
|
||||
/* Unavailable long action text */
|
||||
"Currently Unavailable" = "現在利用できません";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Determining which filesystem items to remove" = "どのファイルシステムアイテムを削除するか特定中";
|
||||
|
||||
/* Sidebar Developer label */
|
||||
"Developer:" = "デベロッパ:";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Done." = "完了";
|
||||
|
||||
/* Downloading status text */
|
||||
"Downloading" = "ダウンロード中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Downloading available Apple Software Updates..." = "入手可能なアップル ソフトウェアアップデートをダウンロード中…";
|
||||
|
||||
/* Sidebar Due label */
|
||||
"Due:" = "アップデート期限:";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Finishing..." = "仕上げ中…";
|
||||
|
||||
/* Firmware Alert Default detail */
|
||||
"Firmware will be updated on your computer. Your computer's power cord must be connected and plugged into a working power source. It may take several minutes for the update to complete. Do not disturb or shut off the power on your computer during this update." = "ファームウェアがアップデートされます。お使いのコンピューターの電源コードを電源に差し込んでください。アップデート完了までには数分時間がかかります。アップデートの最中は、アップデートを妨げたり、コンピューターの電源を切らないでください。";
|
||||
|
||||
/* No Power Source Warning detail */
|
||||
"For best results, you should connect your computer to a power source before updating. Are you sure you want to continue the update?" = "最良の結果のため、アップデート前にコンピューターを電源に接続してください。アップデートを続けていいですか?";
|
||||
|
||||
/* Forced Logout title text */
|
||||
"Forced Logout for Mandatory Install" = "必須インストールのため、強制ログアウトします";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Gathering information on installed packages" = "インストールされたパッケージの情報を収集中";
|
||||
|
||||
/* No help alert title */
|
||||
"Help" = "ヘルプ";
|
||||
|
||||
/* No help alert detail */
|
||||
"Help isn't available for Managed Software Center." = "Managed Software Centerにはヘルプがありません";
|
||||
|
||||
/* Sidebar Information label */
|
||||
"Information" = "インフォメーション";
|
||||
|
||||
/* Install action text */
|
||||
"Install" = "インストール";
|
||||
|
||||
/* Install Requested status text */
|
||||
"Install requested" = "インストールをリクエスト";
|
||||
|
||||
/* Install Required action text */
|
||||
"Install Required" = "インストールが必要です";
|
||||
|
||||
/* Install Session Failed title */
|
||||
"Install session failed" = "インストールセッションに失敗しました";
|
||||
|
||||
/* Install Error status text */
|
||||
"Installation Error" = "インストールエラー";
|
||||
|
||||
/* Installed status text */
|
||||
"Installed" = "インストール済み";
|
||||
|
||||
/* Installing status text */
|
||||
"Installing" = "インストール中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Installing available Apple Software Updates..." = "入手可能なアップルソフトウェアアップデートをインストール中…";
|
||||
|
||||
/* Log out and Update button text */
|
||||
"Log out and update" = "ログアウトし、アップデートする";
|
||||
|
||||
/* Logout and Update Now button text */
|
||||
"Log out and update now" = "ログアウトし、今すぐアップデートする";
|
||||
|
||||
/* Logout Required title */
|
||||
"Logout Required" = "ログアウトが必要です";
|
||||
|
||||
/* Failed Preflight Check detail */
|
||||
"Managed Software Center cannot check for updates now.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centerは現在アップーデートのチェックができません。\n後でもう一度実行してください。もしこの状況が改善されない場合は、システムアドミニストレータに連絡してください。";
|
||||
|
||||
/* Cannot Contact Server detail */
|
||||
"Managed Software Center cannot contact the update server at this time.\nTry again later. If this situation continues, contact your systems administrator." = "Managed Software Centerは現在アップーデートサーバーと接続できません。\n後でもう一度実行してください。もしこの状況が改善されない場合は、システムアドミニストレータに連絡してください。";
|
||||
|
||||
/* Managed Update type */
|
||||
"Managed Update" = "必須のアップデート";
|
||||
|
||||
/* Mandatory Updates Pending text */
|
||||
"Mandatory Updates Pending" = "必須のアップデートを保留中";
|
||||
|
||||
/* More link text */
|
||||
"More" = "さらに見る";
|
||||
|
||||
/* Sidebar More By Developer label */
|
||||
"More by %s" = "%sをもっと見る";
|
||||
|
||||
/* Sidebar More In Category label */
|
||||
"More in %s" = "%sでもっと見る";
|
||||
|
||||
/* My Items label */
|
||||
"My Items" = "マイアイテム";
|
||||
|
||||
/* No Licenses Available display text */
|
||||
"No licenses available" = "入手可能なライセンスはありません";
|
||||
|
||||
/* No Updates message */
|
||||
"No pending updates" = "保留中のアップデートはありません";
|
||||
|
||||
/* Not Currently Available display text */
|
||||
"Not currently available" = "現在使用ができません";
|
||||
|
||||
/* Not Enough Disk Space display text */
|
||||
"Not enough disk space" = "ディスクのスペースが足りません";
|
||||
|
||||
/* Item Not Found title */
|
||||
"Not Found" = "見つかりません";
|
||||
|
||||
/* Not Installed status text */
|
||||
"Not installed" = "インストールされていません";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Nothing to remove." = "削除する項目がありません";
|
||||
|
||||
/* OK button title */
|
||||
"OK" = "OK";
|
||||
|
||||
/* Forced Install Date summary */
|
||||
"One or more items must be installed by %s" = "%sまでに、一つまたそれ以上のアイテムをインストールしなければいけません";
|
||||
|
||||
/* Mandatory Updates Imminent detail */
|
||||
"One or more mandatory updates are overdue for installation. A logout will be forced soon." = "一つまたそれ以上の必須アップデートが行われていないため、強制ログアウトをします";
|
||||
|
||||
/* Mandatory Updates Pending detail */
|
||||
"One or more updates must be installed by %s. A logout may be forced if you wait too long to update." = "%sまでに、一つまたそれ以上のアイテムをインストールしなければいけません。アップーデートを実行しなければ、強制ログアウトされます。";
|
||||
|
||||
/* Other Available Updates label */
|
||||
"Other available updates" = "その他入手可能なアップデート";
|
||||
|
||||
/* Other Users Blocking Apps Running detail */
|
||||
"Other logged in users are using the following applications. Try updating later when they are no longer in use:\n\n%s" = "別のユーザーが、下記のアプリケーションを使用しています。別のユーザーが\n%s\nの使用を終えてから、アップーデートをもう一度実行してください。";
|
||||
|
||||
/* Other Users Logged In title */
|
||||
"Other users logged in" = "別のユーザーがログイン中です";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Package removal complete." = "パッケージの削除が完了しました";
|
||||
|
||||
/* Pending Updates alert title */
|
||||
"Pending updates" = "アップデートを保留中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Performing postflight tasks..." = "postflightタスクを実行中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Performing preflight tasks..." = "preflightタスクを実行中…";
|
||||
|
||||
/* Preparing Removal status text */
|
||||
"Preparing removal" = "削除準備中です";
|
||||
|
||||
/* Quit button title */
|
||||
"Quit" = "終了";
|
||||
|
||||
/* Removal Error status text */
|
||||
"Removal Error" = "削除エラー";
|
||||
|
||||
/* Removal Requested status text */
|
||||
"Removal requested" = "削除リクエスト";
|
||||
|
||||
/* Remove action text */
|
||||
"Remove" = "削除";
|
||||
|
||||
/* Removing status text */
|
||||
"Removing" = "削除中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Removing receipt info" = "receipt情報を削除中です";
|
||||
|
||||
/* Install Required action text */
|
||||
"Required" = "必須";
|
||||
|
||||
/* Restart button title */
|
||||
"Restart" = "再起動";
|
||||
|
||||
/* Restart Required title */
|
||||
"Restart Required" = "再起動が必要です";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Retrieving list of software for this machine..." = "このコンピューターのソフトウェアリストを取得中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Running Adobe Patch Installer" = "Adobeアップデートをインストール中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Running Adobe Setup" = "Adobeセットアップ実行中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Running Adobe Uninstall" = "Adobeアンインストール実行中";
|
||||
|
||||
/* No Installed Software secondary text */
|
||||
"Select software to install." = "インストールするソフトウェアを選択してください";
|
||||
|
||||
/* Sidebar Size label */
|
||||
"Size:" = "サイズ:";
|
||||
|
||||
/* Software label */
|
||||
"Software" = "ソフトウェア";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Software installed or removed requires a restart." = "インストールまた削除したソフトウェアがあるため再起動が必要です";
|
||||
|
||||
/* Restart Required alert detail */
|
||||
"Software installed or removed requires a restart. You will have a chance to save open documents." = "インストールまた削除したソフトウェアがあるため再起動が必要です。現在使用中のドキュメントの保存ができます。";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Starting Adobe installer..." = "Adobeインストーラーを開始…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Starting..." = "開始…";
|
||||
|
||||
/* Sidebar Status label */
|
||||
"Status:" = "ステータス:";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"The software was successfully installed." = "ソフトウェアのインストールが完了しました";
|
||||
|
||||
/* Additional Pending Updates detail */
|
||||
"There are additional pending updates to install or remove." = "インストールまた削除すべきアップデートが保留中になっています";
|
||||
|
||||
/* No Items primary text */
|
||||
"There are no available software items." = "使用可能なソフトウェアアイテムはありません";
|
||||
|
||||
/* No Developer Results primary text */
|
||||
"There are no items from this developer." = "このディベロッパのアイテムはありません";
|
||||
|
||||
/* No Category Results primary text */
|
||||
"There are no items in this category." = "このカタゴリにアイテムはありません";
|
||||
|
||||
/* Other Users Logged In detail */
|
||||
"There are other users logged into this computer.\nUpdating now could cause other users to lose their work.\n\nPlease try again later after the other users have logged out." = "他のユーザーがこのコンピューターにログインしています。\n今アップデートを実行すると、他のユーザーのワークが失われる原因になります。\n\n他のユーザーがログアウトしたのち、もう一度アップデートを実行してください。";
|
||||
|
||||
/* Pending Updates alert detail text */
|
||||
"There are pending updates for this computer." = "このコンピューターには、保留中のアップデートがあります";
|
||||
|
||||
/* Could Not Start Session message */
|
||||
"There is a configuration problem with the managed software installer. Could not start the process. Contact your systems administrator." = "managed softwareインストラーのコンフィギュレーションに問題があります。インストールプロセスを開始することができません。システムアドミニストレータに連絡してください。";
|
||||
|
||||
/* Unexpected Session End message */
|
||||
"There is a configuration problem with the managed software installer. The process ended unexpectedly. Contact your systems administrator." = "managed softwareインストラーのコンフィギュレーションに問題があります。インストールプロセスが予期せず中断されました。システムアドミニストレータに連絡してください。";
|
||||
|
||||
/* No Pending Updates secondary text */
|
||||
"There is no new software for your computer at this time." = "現在、このコンピューターには新しいソフトウェアありません";
|
||||
|
||||
/* Dependency List prologue text */
|
||||
"This item is required by:" = "関連アイテム:";
|
||||
|
||||
/* Forced Date warning */
|
||||
"This item must be installed by %s" = "このアイテムは%sまでにインストールしなければいけません";
|
||||
|
||||
/* No Items secondary text */
|
||||
"Try again later." = "後でもう一度実行してください";
|
||||
|
||||
/* No Search Results secondary text */
|
||||
"Try searching again." = "もう一度検索してください";
|
||||
|
||||
/* No Category Results secondary text */
|
||||
"Try selecting another category." = "ほかのカタゴリを選択してしてください";
|
||||
|
||||
/* No Developer Results secondary text */
|
||||
"Try selecting another developer." = "ほかのディベロッパを選択してしてください";
|
||||
|
||||
/* Sidebar Type label */
|
||||
"Type:" = "種類:";
|
||||
|
||||
/* Unavailable status text */
|
||||
"Unavailable" = "入手できません";
|
||||
|
||||
/* No Category name */
|
||||
"Uncategorized" = "未分類";
|
||||
|
||||
/* Update button title/action text */
|
||||
"Update" = "アップデート";
|
||||
|
||||
/* Update All button title */
|
||||
"Update All" = "すべてをアップデート";
|
||||
|
||||
/* Update Available status text */
|
||||
"Update available" = "アップデートがあります";
|
||||
|
||||
/* Update Check Failed title */
|
||||
"Update check failed" = "アップデートの確認に失敗しました";
|
||||
|
||||
/* Update In Progress primary text */
|
||||
"Update in progress." = "アップデートを実行中です";
|
||||
|
||||
/* Update Now button title */
|
||||
"Update now" = "今すぐアップデート";
|
||||
|
||||
/* Update Required long action text */
|
||||
"Update Required" = "アップデートが必要です";
|
||||
|
||||
/* Update Will Be Installed status text */
|
||||
"Update will be installed" = "アップデートをインストールします";
|
||||
|
||||
/* Updates label */
|
||||
"Updates" = "アップデート";
|
||||
|
||||
/* Updating message */
|
||||
"Updating..." = "アップデート中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Verifying package integrity..." = "パッケージの完全性を検証中…";
|
||||
|
||||
/* Sidebar Version label */
|
||||
"Version" = "バージョン";
|
||||
|
||||
/* Sidebar Version label */
|
||||
"Version:" = "バージョン:";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Waiting for network..." = "ネットーワークを待っています…";
|
||||
|
||||
/* Will Be Installed status text */
|
||||
"Will be installed" = "インストールします";
|
||||
|
||||
/* Will Be Removed status text */
|
||||
"Will be removed" = "削除します";
|
||||
|
||||
/* No Installed Software primary text */
|
||||
"You have no selected software." = "ソフトウェアが選択されていません";
|
||||
|
||||
/* Blocking Apps Running detail */
|
||||
"You must quit the following applications before proceeding with installation or removal:\n\n%s" = "インストールまた削除を進めるには、以下のアプリケーションを終了しなければいけません:\n\n%s";
|
||||
|
||||
/* No Power Source Warning text */
|
||||
"Your computer is not connected to a power source." = "このコンピューターは電源に接続されていません";
|
||||
|
||||
/* No Search Results primary text */
|
||||
"Your search had no results." = "検索結果がありません";
|
||||
|
||||
/* No Pending Updates primary text */
|
||||
"Your software is up to date." = "ソフトウェアは最新です";
|
||||
|
||||
@@ -0,0 +1,138 @@
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */
|
||||
"19.title" = "ウィンドウ";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "23"; */
|
||||
"23.title" = "しまう";
|
||||
|
||||
/* Class = "NSMenu"; title = "Window"; ObjectID = "24"; */
|
||||
"24.title" = "ウィンドウ";
|
||||
|
||||
/* Class = "NSMenu"; title = "AMainMenu"; ObjectID = "29"; */
|
||||
"29.title" = "AMainMenu";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Managed Software Center"; ObjectID = "56"; */
|
||||
"56.title" = "Managed Software Center";
|
||||
|
||||
/* Class = "NSMenu"; title = "Managed Software Center"; ObjectID = "57"; */
|
||||
"57.title" = "Managed Software Center";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "About Managed Software Center"; ObjectID = "58"; */
|
||||
"58.title" = "Managed Software Centerについて";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
|
||||
"103.title" = "ヘルプ";
|
||||
|
||||
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
|
||||
"106.title" = "ヘルプ";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Managed Software Center Help"; ObjectID = "111"; */
|
||||
"111.title" = "Managed Software Center ヘルプ";
|
||||
|
||||
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
|
||||
"130.title" = "サービス";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
|
||||
"131.title" = "サービス";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Hide Managed Software Center"; ObjectID = "134"; */
|
||||
"134.title" = "Managed Software Centerを隠す";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Quit Managed Software Center"; ObjectID = "136"; */
|
||||
"136.title" = "Managed Software Centerを終了";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */
|
||||
"145.title" = "ほかを隠す";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */
|
||||
"150.title" = "すべてを表示";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "197"; */
|
||||
"197.title" = "コピー";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "198"; */
|
||||
"198.title" = "すべてを選択";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "199"; */
|
||||
"199.title" = "カット";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "202"; */
|
||||
"202.title" = "削除";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "203"; */
|
||||
"203.title" = "ペースト";
|
||||
|
||||
/* Class = "NSMenu"; title = "Edit"; ObjectID = "205"; */
|
||||
"205.title" = "編集";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "217"; */
|
||||
"217.title" = "編集";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "239"; */
|
||||
"239.title" = "ズーム";
|
||||
|
||||
/* Class = "NSWindow"; title = "Managed Software Center"; ObjectID = "371"; */
|
||||
"371.title" = "Managed Software Center";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Navigate"; ObjectID = "375"; */
|
||||
"375.title" = "ナビゲートする";
|
||||
|
||||
/* Class = "NSMenu"; title = "Navigate"; ObjectID = "376"; */
|
||||
"376.title" = "ナビゲートする";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Search"; ObjectID = "1XY-pX-Pwv"; */
|
||||
"1XY-pX-Pwv.title" = "検索";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "My Items"; ObjectID = "1uK-HI-wGR"; */
|
||||
"1uK-HI-wGR.title" = "マイアイテム";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Categories"; ObjectID = "9S1-fB-bKZ"; */
|
||||
"9S1-fB-bKZ.title" = "カテゴリ";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Reload Page"; ObjectID = "Afg-mB-WlJ"; */
|
||||
"Afg-mB-WlJ.title" = "再読み込み";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Updates"; ObjectID = "AjB-m1-mu8"; */
|
||||
"AjB-m1-mu8.label" = "アップデート";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Updates"; ObjectID = "AjB-m1-mu8"; */
|
||||
"AjB-m1-mu8.paletteLabel" = "アップデート";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Navigation"; ObjectID = "CEb-sx-e3H"; */
|
||||
"CEb-sx-e3H.paletteLabel" = "ナビゲーション";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Categories"; ObjectID = "G2X-M7-NVB"; */
|
||||
"G2X-M7-NVB.label" = "カテゴリ";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Categories"; ObjectID = "G2X-M7-NVB"; */
|
||||
"G2X-M7-NVB.paletteLabel" = "カテゴリ";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "My Items"; ObjectID = "Uby-CQ-lvU"; */
|
||||
"Uby-CQ-lvU.label" = "マイアイテム";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "My Items"; ObjectID = "Uby-CQ-lvU"; */
|
||||
"Uby-CQ-lvU.paletteLabel" = "マイアイテム";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Software"; ObjectID = "VYO-og-DRc"; */
|
||||
"VYO-og-DRc.title" = "ソフトウェア";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
|
||||
"bd5-IY-BXv.title" = "閉じる";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Back"; ObjectID = "fEq-6D-Ce0"; */
|
||||
"fEq-6D-Ce0.title" = "戻る";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Search"; ObjectID = "fbJ-cF-weR"; */
|
||||
"fbJ-cF-weR.paletteLabel" = "検索";
|
||||
|
||||
/* Class = "NSToolbarItem"; label = "Software"; ObjectID = "jTu-Wf-fi2"; */
|
||||
"jTu-Wf-fi2.label" = "ソフトウェア";
|
||||
|
||||
/* Class = "NSToolbarItem"; paletteLabel = "Software"; ObjectID = "jTu-Wf-fi2"; */
|
||||
"jTu-Wf-fi2.paletteLabel" = "ソフトウェア";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Updates"; ObjectID = "tv9-wZ-XWN"; */
|
||||
"tv9-wZ-XWN.title" = "アップデート";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Forward"; ObjectID = "z4Z-vu-XGX"; */
|
||||
"z4Z-vu-XGX.title" = "先へ";
|
||||
@@ -0,0 +1,5 @@
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
"CFBundleName" = "MunkiStatus";
|
||||
"CFBundleDisplayName" = "MunkiStatus";
|
||||
NSHumanReadableCopyright = "Copyright © 2010-2014 The Munki Project\nhttps://github.com/munki/munki";
|
||||
@@ -0,0 +1,86 @@
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking Apple Software Update catalog..." = "アップルソフトウェアアップデートカタログを確認中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking for additional changes..." = "追加変更を確認中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking for available Apple Software Updates..." = "入手可能なアップルソフトウェアアップデートを確認中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Checking for available updates..." = "入手可能なアップデートを確認中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Determining which filesystem items to remove" = "どのファイルシステムアイテムを削除するか特定中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Done." = "完了";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Downloading available Apple Software Updates..." = "入手可能なアップル ソフトウェアアップデートをダウンロード中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Finishing..." = "仕上げ中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Gathering information on installed packages" = "インストールされたパッケージの情報を収集中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Installing available Apple Software Updates..." = "入手可能なアップルソフトウェアアップデートをインストール中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Nothing to remove." = "削除する項目がありません";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Package removal complete." = "パッケージの削除が完了しました";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Performing postflight tasks..." = "postflightタスクを実行中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Performing preflight tasks..." = "preflightタスクを実行中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Removing receipt info" = "receipt情報を削除中です";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Restart" = "再起動";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Restart Required" = "再起動が必要です";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Retrieving list of software for this machine..." = "このコンピューターのソフトウェアリストを取得中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Running Adobe Patch Installer" = "Adobeアップデートをインストール中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Running Adobe Setup" = "Adobeセットアップ実行中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Running Adobe Uninstall" = "Adobeアンインストール実行中";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Software installed or removed requires a restart." = "インストールまた削除したソフトウェアがあるため再起動が必要です";
|
||||
|
||||
/* Restart Required alert detail */
|
||||
"Software installed or removed requires a restart. You will have a chance to save open documents." = "インストールまた削除したソフトウェアがあるため再起動が必要です。現在使用中のドキュメントの保存ができます。";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Starting Adobe installer..." = "Adobeインストーラーを開始…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Starting..." = "開始…";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Starting…" = "Starting…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"The software was successfully installed." = "ソフトウェアのインストールが完了しました";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Verifying package integrity..." = "パッケージの完全性を検証中…";
|
||||
|
||||
/* managedsoftwareupdate message */
|
||||
"Waiting for network..." = "ネットーワークを待っています…";
|
||||
@@ -0,0 +1,84 @@
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */
|
||||
"19.title" = "ウィンドウ";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "23"; */
|
||||
"23.title" = "しまう";
|
||||
|
||||
/* Class = "NSMenu"; title = "Window"; ObjectID = "24"; */
|
||||
"24.title" = "ウィンドウ";
|
||||
|
||||
/* Class = "NSMenu"; title = "AMainMenu"; ObjectID = "29"; */
|
||||
"29.title" = "AMainMenu";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "MunkiStatus"; ObjectID = "56"; */
|
||||
"56.title" = "MunkiStatus";
|
||||
|
||||
/* Class = "NSMenu"; title = "MunkiStatus"; ObjectID = "57"; */
|
||||
"57.title" = "MunkiStatus";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "About MunkiStatus"; ObjectID = "58"; */
|
||||
"58.title" = "MunkiStatusについて";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */
|
||||
"103.title" = "ヘルプ";
|
||||
|
||||
/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */
|
||||
"106.title" = "ヘルプ";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "MunkiStatus Help"; ObjectID = "111"; */
|
||||
"111.title" = "MunkiStatus ヘルプ";
|
||||
|
||||
/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */
|
||||
"130.title" = "サービス";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */
|
||||
"131.title" = "サービス";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Hide MunkiStatus"; ObjectID = "134"; */
|
||||
"134.title" = "MunkiStatusを隠す";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Quit MunkiStatus"; ObjectID = "136"; */
|
||||
"136.title" = "MunkiStatusを終了";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */
|
||||
"145.title" = "ほかを隠す";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */
|
||||
"150.title" = "すべてを表示";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "197"; */
|
||||
"197.title" = "コピー";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "198"; */
|
||||
"198.title" = "すべてを選択";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "199"; */
|
||||
"199.title" = "カット";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "202"; */
|
||||
"202.title" = "削除";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "203"; */
|
||||
"203.title" = "ペースト";
|
||||
|
||||
/* Class = "NSMenu"; title = "Edit"; ObjectID = "205"; */
|
||||
"205.title" = "編集";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "217"; */
|
||||
"217.title" = "編集";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "239"; */
|
||||
"239.title" = "ズーム";
|
||||
|
||||
/* Class = "NSWindow"; title = "Managed Software Center"; ObjectID = "1Nd-E7-vfR"; */
|
||||
"1Nd-E7-vfR.title" = "Managed Software Center";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Stop"; ObjectID = "M20-JG-Pmr"; */
|
||||
"M20-JG-Pmr.title" = "Stop";
|
||||
|
||||
/* Class = "BorderlessWindow"; title = "BackdropWindow"; ObjectID = "VCy-58-vwp"; */
|
||||
"VCy-58-vwp.title" = "BackdropWindow";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Close"; ObjectID = "bd5-IY-BXv"; */
|
||||
"bd5-IY-BXv.title" = "Close";
|
||||
Reference in New Issue
Block a user