diff --git a/res/app/components/stf/language/language-service.js b/res/app/components/stf/language/language-service.js index 510b5d72..096a5cea 100644 --- a/res/app/components/stf/language/language-service.js +++ b/res/app/components/stf/language/language-service.js @@ -1,46 +1,43 @@ var supportedLanguages = require('./../../../../common/lang/langs.json') -module.exports = function LanguageServiceFactory( - SettingsService -, gettextCatalog -) { - // TODO: make this LanguageProvider so it can be used on config +module.exports = + function LanguageServiceFactory(SettingsService, gettextCatalog) { + // TODO: make this LanguageProvider so it can be used on config - var LanguageService = {} + var LanguageService = {} - function detectLanguage() { - return (navigator.language || navigator.userLanguage || 'en-US') - .substring(0, 2) - } - - function isSupported(lang) { - return !!supportedLanguages[lang] - } - - function onlySupported(lang, defaultValue) { - return isSupported(lang) ? lang : defaultValue - } - - LanguageService.supportedLanguages = supportedLanguages - LanguageService.defaultLanguage = 'en' - LanguageService.detectedLanguage = - onlySupported(detectLanguage(), LanguageService.defaultLanguage) - - SettingsService.sync( - LanguageService - , { - target: 'selectedLanguage' - , source: 'selectedLanguage' - , defaultValue: LanguageService.detectedLanguage + function detectLanguage() { + return (navigator.language || navigator.userLanguage || 'en-US') + .substring(0, 2) } - , updateLanguage - ) - function updateLanguage() { - gettextCatalog.setCurrentLanguage(LanguageService.selectedLanguage) + function isSupported(lang) { + return !!supportedLanguages[lang] + } + + function onlySupported(lang, defaultValue) { + return isSupported(lang) ? lang : defaultValue + } + + LanguageService.settingKey = 'selectedLanguage' + LanguageService.supportedLanguages = supportedLanguages + LanguageService.defaultLanguage = 'en' + LanguageService.detectedLanguage = + onlySupported(detectLanguage(), LanguageService.defaultLanguage) + + SettingsService.sync( + LanguageService, { + target: LanguageService.settingKey, + source: LanguageService.settingKey, + defaultValue: LanguageService.detectedLanguage + }, updateLanguage + ) + + function updateLanguage() { + gettextCatalog.setCurrentLanguage(LanguageService.selectedLanguage) + } + + LanguageService.updateLanguage = updateLanguage + + return LanguageService } - - LanguageService.updateLanguage = updateLanguage - - return LanguageService -} diff --git a/res/common/lang/po/stf.ja.po b/res/common/lang/po/stf.ja.po index 0f8c107e..049e820d 100644 --- a/res/common/lang/po/stf.ja.po +++ b/res/common/lang/po/stf.ja.po @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.7\n" +"X-Generator: Poedit 1.6.9\n" "Plural-Forms: nplurals=1; plural=0;\n" #: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js @@ -20,6 +20,20 @@ msgstr "-" msgid "A new version of STF is available" msgstr "STFの新しいバージョンがリリースされました" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "A package is already installed with the same name." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"A previously installed package of the same name has a different signature " +"than the new package (and the old package's data was not removed)." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "A secure container mount point couldn't be accessed on external media." +msgstr "" + #: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html #: /Users/a12907/STF/stf/res/app/device-list/device-column-service.js msgid "ABI" @@ -33,7 +47,7 @@ msgstr "AC" msgid "Account" msgstr "アカウント" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Action" msgstr "アクション" @@ -41,7 +55,7 @@ msgstr "アクション" msgid "Actions" msgstr "アクション" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Activity" msgstr "アクティビティ" @@ -78,7 +92,7 @@ msgstr "アプリ" msgid "App Store" msgstr "アプリストア" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "App Upload" msgstr "アプリアップロード" @@ -155,7 +169,7 @@ msgstr "指定されたURLはアクセスできません" msgid "Carrier" msgstr "キャリア" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Category" msgstr "カテゴリー" @@ -230,7 +244,7 @@ msgstr "D-pad上" msgid "Dashboard" msgstr "ダッシュボード" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Data" msgstr "データ" @@ -309,7 +323,7 @@ msgstr "ディスプレー" msgid "Domain" msgstr "ドメイン" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Drop file to upload" msgstr "ここにファイルをドロップ" @@ -345,10 +359,6 @@ msgstr "再接続中にエラーが発生しました。" msgid "Error." msgstr "エラー" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html -msgid "Error:" -msgstr "エラー:" - #: /Users/a12907/STF/stf/res/app/control-panes/advanced/port-forwarding/port-forwarding-controller.js msgid "Error: Forwarding ports failed." msgstr "エラー:ポートフォワーディングが失敗しました。" @@ -475,11 +485,19 @@ msgstr "要素の検証機能は、現在WebViewのみ対応" msgid "Inspector" msgstr "要素の検証" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html -msgid "Installation failed" -msgstr "インストールが失敗しました" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "Installation failed due to an unknown error." +msgstr "インストールが未知のエラーで失敗しました。" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "Installation succeeded." +msgstr "インストールが完了しました。" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "Installation timed out." +msgstr "インストールがタイムアウトしました。" + +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Installing app..." msgstr "アプリをインストール中..." @@ -491,11 +509,11 @@ msgstr "横" msgid "Language" msgstr "言語" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Launch Activity" msgstr "アクティビティを起動する" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Launching activity..." msgstr "アクティビティを起動中..." @@ -588,14 +606,6 @@ msgstr "ブラウジング" msgid "Network" msgstr "ネットワーク" -#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js -msgid "" -"New package failed because the current SDK version is older than that " -"required by the package" -msgstr "" -"この端末のSDKバージョンがパッケージが必要としているSDKのバージョンより古いた" -"め、失敗しました。" - #: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html msgid "Next" msgstr "次" @@ -657,6 +667,10 @@ msgstr "OS" msgid "Offline" msgstr "オフライン" +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html +msgid "Oops!" +msgstr "おっと!" + #: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/navigation/navigation.html msgid "Open" msgstr "開く" @@ -677,7 +691,7 @@ msgstr "過熱" msgid "PID" msgstr "PID" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Package" msgstr "パッケージ" @@ -773,7 +787,7 @@ msgstr "メニューボタンを押す" msgid "Previous" msgstr "前" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Processing..." msgstr "処理中..." @@ -782,7 +796,7 @@ msgstr "処理中..." msgid "Product" msgstr "型番" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Pushing app..." msgstr "アプリをプッシュ中..." @@ -1039,10 +1053,178 @@ msgstr "温度" msgid "Text" msgstr "テキスト" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The URI passed in is invalid." +msgstr "渡されたURIは無効です。" + #: /Users/a12907/STF/stf/res/app/control-panes/advanced/maintenance/maintenance-controller.js msgid "The device will be unavailable for a moment." msgstr "しばらく端末が利用できなくなります。" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The existing package could not be deleted." +msgstr "既存のパッケージは削除できませんでした。" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package couldn't be installed because the verification did not " +"succeed." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package couldn't be installed because the verification timed out." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package couldn't be installed in the specified install location " +"because the media is not available." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package couldn't be installed in the specified install location." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package failed because it contains a content provider with thesame " +"authority as a provider already installed in the system." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package failed because it has specified that it is a test-only " +"package and the caller has not supplied the INSTALL_ALLOW_TEST flag." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package failed because the current SDK version is newer than that " +"required by the package." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package failed because the current SDK version is older than that " +"required by the package." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package failed while optimizing and validating its dex files, either " +"because there was not enough storage or the validation failed." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The new package has an older version code than the currently installed " +"package." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package is assigned a different UID than it previously held." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package uses a feature that is not available." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package uses a shared library that is not available." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package archive file is invalid." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The package being installed contains native code, but none that is " +"compatible with the device's CPU_ABI." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package changed from what the calling program expected." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package is already installed." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The package manager service found that the device didn't have enough storage " +"space to install the app." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The parser did not find any actionable tags (instrumentation or application) " +"in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser did not find any certificates in the .apk." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The parser encountered a CertificateEncodingException in one of the files in " +"the .apk." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered a bad or missing package name in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered a bad shared user id name in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered an unexpected exception." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered some structural problem in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser found inconsistent certificates on the files in the .apk." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The parser was given a path that is not a file, or does not end with the " +"expected '.apk' extension." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser was unable to retrieve the AndroidManifest.xml file." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The requested shared user does not exist." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The system failed to install the package because its packaged native code " +"did not match any of the ABIs supported by the system." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The system failed to install the package because of system issues." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "" +"The system failed to install the package because the user is restricted from " +"installing apps." +msgstr "" + #: /Users/a12907/STF/stf/tmp/html/app/components/stf/screen/screen.html msgid "" "This might be caused by a network error, or you might be trying to access a " @@ -1083,7 +1265,7 @@ msgstr "権限外" msgid "Unforward" msgstr "フォーワード解除" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Uninstall" msgstr "削除" @@ -1099,15 +1281,10 @@ msgstr "未知。" msgid "Unspecified Failure" msgstr "未定義の失敗" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Upload From Link" msgstr "リンク先よりアップロードする" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html -msgid "Upload complete" -msgstr "アップロードが完了しました" - -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html #: /Users/a12907/STF/stf/res/app/components/stf/upload/upload-error-filter.js msgid "Upload failed" msgstr "アップロードが失敗しました" @@ -1120,7 +1297,7 @@ msgstr "アップロード未知エラー" msgid "Uploaded file is not valid" msgstr "アップロードされたファイル" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Uploading..." msgstr "アップロード中..." @@ -1240,6 +1417,12 @@ msgstr "{{ device.enhancedName }}のステータス:" msgid "{{ device.enhancedName }} was disconnected" msgstr "{{ device.enhancedName }}への接続が切れました" +#~ msgid "Error:" +#~ msgstr "エラー:" + +#~ msgid "Upload complete" +#~ msgstr "アップロードが完了しました" + #~ msgid "Browser" #~ msgstr "ブラウザ" diff --git a/res/common/lang/po/stf.pot b/res/common/lang/po/stf.pot old mode 100644 new mode 100755 index 65a7c9d6..6293113a --- a/res/common/lang/po/stf.pot +++ b/res/common/lang/po/stf.pot @@ -16,6 +16,18 @@ msgstr "" msgid "A new version of STF is available" msgstr "" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "A package is already installed with the same name." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "A previously installed package of the same name has a different signature than the new package (and the old package's data was not removed)." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "A secure container mount point couldn't be accessed on external media." +msgstr "" + #: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html #: /Users/a12907/STF/stf/res/app/device-list/device-column-service.js msgid "ABI" @@ -29,7 +41,7 @@ msgstr "" msgid "Account" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Action" msgstr "" @@ -37,7 +49,7 @@ msgstr "" msgid "Actions" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Activity" msgstr "" @@ -74,7 +86,7 @@ msgstr "" msgid "App Store" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "App Upload" msgstr "" @@ -151,7 +163,7 @@ msgstr "" msgid "Carrier" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Category" msgstr "" @@ -226,7 +238,7 @@ msgstr "" msgid "Dashboard" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Data" msgstr "" @@ -305,7 +317,7 @@ msgstr "" msgid "Domain" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Drop file to upload" msgstr "" @@ -341,10 +353,6 @@ msgstr "" msgid "Error." msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html -msgid "Error:" -msgstr "" - #: /Users/a12907/STF/stf/res/app/control-panes/advanced/port-forwarding/port-forwarding-controller.js msgid "Error: Forwarding ports failed." msgstr "" @@ -471,11 +479,19 @@ msgstr "" msgid "Inspector" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html -msgid "Installation failed" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "Installation failed due to an unknown error." msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "Installation succeeded." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "Installation timed out." +msgstr "" + +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Installing app..." msgstr "" @@ -487,11 +503,11 @@ msgstr "" msgid "Language" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Launch Activity" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Launching activity..." msgstr "" @@ -584,10 +600,6 @@ msgstr "" msgid "Network" msgstr "" -#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js -msgid "New package failed because the current SDK version is older than that required by the package" -msgstr "" - #: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html msgid "Next" msgstr "" @@ -649,6 +661,10 @@ msgstr "" msgid "Offline" msgstr "" +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html +msgid "Oops!" +msgstr "" + #: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/navigation/navigation.html msgid "Open" msgstr "" @@ -669,7 +685,7 @@ msgstr "" msgid "PID" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/activities/activities.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/activities/activities.html msgid "Package" msgstr "" @@ -765,7 +781,7 @@ msgstr "" msgid "Previous" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Processing..." msgstr "" @@ -774,7 +790,7 @@ msgstr "" msgid "Product" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Pushing app..." msgstr "" @@ -1025,10 +1041,146 @@ msgstr "" msgid "Text" msgstr "" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The URI passed in is invalid." +msgstr "" + #: /Users/a12907/STF/stf/res/app/control-panes/advanced/maintenance/maintenance-controller.js msgid "The device will be unavailable for a moment." msgstr "" +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The existing package could not be deleted." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package couldn't be installed because the verification did not succeed." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package couldn't be installed because the verification timed out." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package couldn't be installed in the specified install location because the media is not available." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package couldn't be installed in the specified install location." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package failed because it contains a content provider with thesame authority as a provider already installed in the system." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package failed because it has specified that it is a test-only package and the caller has not supplied the INSTALL_ALLOW_TEST flag." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package failed because the current SDK version is newer than that required by the package." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package failed because the current SDK version is older than that required by the package." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package failed while optimizing and validating its dex files, either because there was not enough storage or the validation failed." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package has an older version code than the currently installed package." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package is assigned a different UID than it previously held." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package uses a feature that is not available." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The new package uses a shared library that is not available." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package archive file is invalid." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package being installed contains native code, but none that is compatible with the device's CPU_ABI." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package changed from what the calling program expected." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package is already installed." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The package manager service found that the device didn't have enough storage space to install the app." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser did not find any actionable tags (instrumentation or application) in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser did not find any certificates in the .apk." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered a CertificateEncodingException in one of the files in the .apk." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered a bad or missing package name in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered a bad shared user id name in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered an unexpected exception." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser encountered some structural problem in the manifest." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser found inconsistent certificates on the files in the .apk." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser was given a path that is not a file, or does not end with the expected '.apk' extension." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The parser was unable to retrieve the AndroidManifest.xml file." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The requested shared user does not exist." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The system failed to install the package because its packaged native code did not match any of the ABIs supported by the system." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The system failed to install the package because of system issues." +msgstr "" + +#: /Users/a12907/STF/stf/res/app/components/stf/install/install-error-filter.js +msgid "The system failed to install the package because the user is restricted from installing apps." +msgstr "" + #: /Users/a12907/STF/stf/tmp/html/app/components/stf/screen/screen.html msgid "This might be caused by a network error, or you might be trying to access a secure view." msgstr "" @@ -1065,7 +1217,7 @@ msgstr "" msgid "Unforward" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Uninstall" msgstr "" @@ -1081,15 +1233,10 @@ msgstr "" msgid "Unspecified Failure" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Upload From Link" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html -msgid "Upload complete" -msgstr "" - -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html #: /Users/a12907/STF/stf/res/app/components/stf/upload/upload-error-filter.js msgid "Upload failed" msgstr "" @@ -1102,7 +1249,7 @@ msgstr "" msgid "Uploaded file is not valid" msgstr "" -#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/upload/upload.html +#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/install/install.html msgid "Uploading..." msgstr "" diff --git a/res/common/lang/translations/stf.ja.json b/res/common/lang/translations/stf.ja.json index 2e5194bc..33ce0b1b 100644 --- a/res/common/lang/translations/stf.ja.json +++ b/res/common/lang/translations/stf.ja.json @@ -1 +1 @@ -{"ja":{"-":"-","A new version of STF is available":"STFの新しいバージョンがリリースされました","ABI":"ABI","AC":"AC","Account":"アカウント","Action":"アクション","Actions":"アクション","Activity":"アクティビティ","Add":"追加","Admin mode has been disabled.":"管理モードは無効になりました。","Admin mode has been enabled.":"管理モードは有効になりました。","Advanced":"高度機能","Advanced Input":"高度な入力","Airplane Mode":"機内モード","App":"アプリ","App Store":"アプリストア","App Upload":"アプリアップロード","Apps":"アプリ","Are you sure you want to reboot this device?":"この端末を再起動しますか?","Automation":"自動化","Available":"利用可能","Back":"戻る","Battery":"バッテリー","Battery Health":"バッテリー健康状態","Battery Level":"バッテリーレベル","Battery Source":"バッテリー電力源","Battery Status":"バッテリー状態","Battery Temp":"バッテリー温度","Bluetooth":"Bluetooth","Busy":"貸し出し中","Busy devices":"貸し出し中","CPU":"CPU","Camera":"カメラ","Cannot access specified URL":"指定されたURLはアクセスできません","Carrier":"キャリア","Category":"カテゴリー","Charging":"充電中","Chat":"チャット","Clear":"クリア","Clipboard":"クリップボード","Close":"閉じる","Cold":"コールド","Connected":"接続中","Connected successfully.":"接続できました。","Cookies":"クッキー","Cores":"コア数","Customize":"カスタマイズ","D-pad Center":"D-padセンター","D-pad Down":"D-pad下","D-pad Left":"D-pad左","D-pad Right":"D-pad右","D-pad Up":"D-pad上","Dashboard":"ダッシュボード","Data":"データ","Dead":"残量なし","Delete":"削除","Density":"表示密度","Details":"詳細","Developer Settings":"開発者向け設定","Device":"デバイス","Device Photo":"実機写真","Device Settings":"実機設定","Device cannot get kicked from the group":"このデバイスはグループからキックできません。","Device is not present anymore for some reason.":"実機が見えなくなりました。","Device is present but offline.":"デバイスは接続されているが、オフラインになっています。","Device was kicked by automatic timeout.":"デバイスは自動タイムアウトにより切断されました。","Devices":"端末リスト","Disable WiFi":"無線LANを無効にする","Discharging":"放電中","Disconnected":"切断中","Display":"ディスプレー","Domain":"ドメイン","Drop file to upload":"ここにファイルをドロップ","Dummy":"ダミー","Eject":"排出","Enable WiFi":"無線LANを有効にする","Enable notifications":"通知を有効にする","Encrypted":"暗号化","Error while getting data":"データ取得中にエラーが発生しました。","Error while reconnecting.":"再接続中にエラーが発生しました。","Error.":"エラー","Error:":"エラー:","Error: Forwarding ports failed.":"エラー:ポートフォワーディングが失敗しました。","Ethernet":"イーサーネット","FPS":"FPS","Failed to download file":"ファイルのダウンロードが失敗しした。","Fast Forward":"早送り","Filter":"フィルター","Find Device":"実機を探す","Forward":"フォーワード","Frequency":"クロック","Full":"フル","Get":"取得","Get clipboard contents":"クリップボードの中身を取得する","Go Back":"戻る","Go Forward":"進む","Go to Device List":"端末リストへ","Good":"良い","Hardware":"ハードウェア","Health":"健康状態","Height":"高さ","Help":"ヘルプ","Hide Screen":"画面を非表しない","Home":"ホーム","Host":"ホスト","Hostname":"ホスト名","ICCID":"ICCID","ID":"ID","IMEI":"IMEI","Info":"情報","Inspect Device":"端末の要素検証","Inspecting is currently only supported in WebView":"要素の検証機能は、現在WebViewのみ対応","Inspector":"要素の検証","Installation failed":"インストールが失敗しました","Installing app...":"アプリをインストール中...","Landscape":"横","Language":"言語","Launch Activity":"アクティビティを起動する","Launching activity...":"アクティビティを起動中...","Level":"レベル","Local Settings":"ローカル設定","Location":"場所","Logs":"ログ","Maintenance":"メンテナンス","Manage Apps":"アプリ管理","Manufacturer":"メーカー","Media":"メディア","Memory":"メモリー","Menu":"メニュー","Mobile":"モバイル","Mobile DUN":"モバイルDUN","Mobile High Priority":"モバイル最優先","Mobile MMS":"モバイルMMS","Mobile SUPL":"モバイルSUPL","Model":"機種名","Mute":"音を消す","Name":"名称","Native":"Native","Navigation":"ブラウジング","Network":"ネットワーク","New package failed because the current SDK version is older than that required by the package":"この端末のSDKバージョンがパッケージが必要としているSDKのバージョンより古いため、失敗しました。","Next":"次","No":"いいえ","No clipboard data":"クリップボードデータはありません","No cookies to show":"クッキーはありません","No device screen":"画面が表示できません","No devices connected":"端末が接続されていません","No photo available":"写真はありません","No screenshots taken":"キャプチャはありません","Normal Mode":"通常モード","Not Charging":"充電されていない","Nothing to inspect":"要素の検証対象はありません","Notifications":"通知","Number":"番号","OS":"OS","Offline":"オフライン","Open":"開く","Orientation":"方向","Over Voltage":"過電圧","Overheat":"過熱","PID":"PID","Package":"パッケージ","Password":"パスワード","Path":"パス","Pause":"停止","Phone":"電話番号","Phone ICCID":"携帯ICCID","Phone IMEI":"携帯IMEI","Physical Device":"物理デバイス","Place":"場所","Platform":"プラットホーム","Play":"再生","Play/Pause":"再生/停止","Please enter your Store password":"ストアのパスワードを入力してください","Please enter your Store username":"ストアのユーザ名を入力してください","Port":"ポート","Port forwarding":"ポートフォワーディング","Portrait":"縦","Power":"電源","Power Source":"電力源","Preparing":"準備中","Press Back button":"戻るボタンを押す","Press Home button":"ホームボタンを押す","Press Menu button":"メニューボタンを押す","Previous":"前","Processing...":"処理中...","Product":"型番","Pushing app...":"アプリをプッシュ中...","RAM":"RAM","ROM":"ROM","Ready":"利用可能","Reconnected successfully.":"正常に再接続しました。","Record":"記録する","Refresh":"更新","Released":"発売日","Reload":"再読込","Remote debug":"リモートデバッグ","Reset":"初期化","Reset Settings":"すべての設定をリセット","Reset all browser settings":"ブラウザの設定をリセットする","Restart Device":"端末を再起動","Retrieving the device screen has timed out.":"実機画面の取得はタイムアウトになりました。","Retry":"再試行","Rewind":"巻き戻す","Roaming":"ローミング","Rotate Left":"左回りに回転","Rotate Right":"右回りに回転","Run":"実行","Run Command":"コマンドを実行","Run JavaScript":"JavaScript注入","Run command":"コマンドを実行する","Run the following on your command line to debug the device from your Browser":"次のコマンドをコマンドラインで実行しますと、お使いのブラウザより端末のデバッグができます。","Run the following on your command line to debug the device from your IDE":"次のコマンドをコマンドラインで実行しますと、お使いのIDEより端末のデバッグができます。","SD Card Mounted":"SDカード","SDK":"SDK","SIM":"SIM","Save...":"保存する...","Screen":"解像度","Screenshot":"キャプチャ","Screenshots":"キャプチャ","Search":"検索","Secure":"セキュア","Selects Next IME":"入力モードの切り替え","Serial":"シリアル","Set":"設定","Set Cookie":"クッキー設定","Settings":"設定","Shell":"シェル","Show Screen":"画面を表示する","Sign In":"サインイン","Sign Out":"サインアウト","Silent Mode":"マナーモード","Socket connection was lost, try again reloading the page.":"接続が切れました。ページをリロードしてみてください。","Someone stole your device.":"誰かはデバイスを盗みました。","Special Keys":"特別なキー","Start/Stop Logging":"ログ取得の開始/停止","Status":"ステータス","Stop":"停止","Stop Using":"停止する","Store Account":"ストアアカウント","Sub Type":"サブタイプ","Switch Charset":"文字入力の切り替え","TID":"TID","Tag":"タグ","Take Pageshot (Needs WebView running)":"ページ全体ショットを撮る(現在はWebViewのみ対応)","Take Screenshot":"スクリーンショットを撮る","Temperature":"温度","Text":"テキスト","The device will be unavailable for a moment.":"しばらく端末が利用できなくなります。","This might be caused by a network error, or you might be trying to access a secure view.":"起因として考えられるものは下記の通りです。・ネットワーク・エラー・暗号化されたビュー","Time":"時刻","Toggle Web/Native":"ウェブ/ネイティブを選択","Total devices":"全機種","Try to reconnect":"再接続する","Type":"タイプ","USB":"USB","Unauthorized":"権限外","Unforward":"フォーワード解除","Uninstall":"削除","Unknown":"未知","Unknown reason.":"未知。","Unspecified Failure":"未定義の失敗","Upload From Link":"リンク先よりアップロードする","Upload complete":"アップロードが完了しました","Upload failed":"アップロードが失敗しました","Upload unknown error":"アップロード未知エラー","Uploaded file is not valid":"アップロードされたファイル","Uploading...":"アップロード中...","Usable devices":"利用可能","Usb speed":"USB速度","Use":"利用する","User":"ユーザ","Username":"ユーザ名","Using":"利用中","Using Fallback":"フォールバックを使用中","Value":"値","Version":"バージョン","Version Update":"バージョンアップ","Vibrate Mode":"マナーモード(バイブON)","Voltage":"電圧","Volume":"音量","Volume Down":"音量↓","Volume Up":"音量↑","Web":"Web","WiFi":"無線LAN","WiFi Enabled":"無線LAN:ON","WiFi Settings":"無線LAN設定","WiMAX":"WiMAX","Width":"幅","Wireless":"無線","X DPI":"X DPI","Y DPI":"Y DPI","Yes":"はい","You (or someone else) kicked the device.":"この実機はキックされました。","You are no longer controlling the device.":"この実機のリモート操作ができなくなりました。","{{ device.enhancedName }} current status:":"{{ device.enhancedName }}のステータス:","{{ device.enhancedName }} was disconnected":"{{ device.enhancedName }}への接続が切れました","Browser":"ブラウザ","Reference":"参考","Relaunch":"再起動","Relaunch the browser":"ブラウザを再起動する","Run the following on your command line:":"次のコマンドをコマンドラインで実行してください。","Remove Accounts":"アカウント削除","Saved to: {{savedTo}}":"保存先: {{savedTo}}","Are you sure you want to kick this device?Currently it is being used by":"このデバイスをキックしますか?\n只今、次のユーザが使用中です:","Connecting...":"接続中...","Error while connecting.":"接続中にエラーが発生しました。","N/A":"適用なし","Reconnecting...":"再接続中...","Show All":"すべてを表示","Forward Ports":"ポートフォワード","Model:":"機種名:","(Absent)":"(オフライン)","Absent":"不在","Present":"存在する","Example: 3000":"例:3000","Local":"ローカル","Maker":"メーカー","Release":"リリース","Target IP / Hostname":"ローカル側のIP / ホスト名","Target Port":"ローカル側のポート","Target host (detect if blank)":"対象ホスト(空のときは自動検知)","(Needs refreshing the page)":"(ページの再読込が必要)","Aa":"あA","Control":"リモート操作","Detected":"検知済み","Failed to get device screen":"端末の画面が取得できません","H":"高","High":"高画質","High Quality":"高画質","Image Quality":"画質","Inspect":"要素の検証","Keyboard Input":"キーボード入力","L":"低","Local storage":"ローカルストレージ","Low":"低画質","Low Quality":"低画質","M":"中","Medium":"中画質","Medium Quality":"中画質","Original":"原寸","Other Keys":"キー・その他","Pageshot":"ページ全体","Release Date":"発売日","Resources":"リソース","Start Using":"利用する","System":"システム","Terminal":"ターミナル","Types text. Only ASCII characters are supported.":"テキストをタイピングします。ASCII文字のみ入力が可能。","USB Speed Benchmark":"USBベンチマーク","{{ started ? 'Stop' : 'Start' }}":"{{ started ? '停止' : '取得' }}","Start":"開始","{{ device.control ? 'Stop' : 'Use' }}":"{{ device.control ? '停止する' : '利用する' }}","Inspect Current Page":"開いているページを検証","Input":"入力"}} \ No newline at end of file +{"ja":{"-":"-","A new version of STF is available":"STFの新しいバージョンがリリースされました","ABI":"ABI","AC":"AC","Account":"アカウント","Action":"アクション","Actions":"アクション","Activity":"アクティビティ","Add":"追加","Admin mode has been disabled.":"管理モードは無効になりました。","Admin mode has been enabled.":"管理モードは有効になりました。","Advanced":"高度機能","Advanced Input":"高度な入力","Airplane Mode":"機内モード","App":"アプリ","App Store":"アプリストア","App Upload":"アプリアップロード","Apps":"アプリ","Are you sure you want to reboot this device?":"この端末を再起動しますか?","Automation":"自動化","Available":"利用可能","Back":"戻る","Battery":"バッテリー","Battery Health":"バッテリー健康状態","Battery Level":"バッテリーレベル","Battery Source":"バッテリー電力源","Battery Status":"バッテリー状態","Battery Temp":"バッテリー温度","Bluetooth":"Bluetooth","Busy":"貸し出し中","Busy devices":"貸し出し中","CPU":"CPU","Camera":"カメラ","Cannot access specified URL":"指定されたURLはアクセスできません","Carrier":"キャリア","Category":"カテゴリー","Charging":"充電中","Chat":"チャット","Clear":"クリア","Clipboard":"クリップボード","Close":"閉じる","Cold":"コールド","Connected":"接続中","Connected successfully.":"接続できました。","Cookies":"クッキー","Cores":"コア数","Customize":"カスタマイズ","D-pad Center":"D-padセンター","D-pad Down":"D-pad下","D-pad Left":"D-pad左","D-pad Right":"D-pad右","D-pad Up":"D-pad上","Dashboard":"ダッシュボード","Data":"データ","Dead":"残量なし","Delete":"削除","Density":"表示密度","Details":"詳細","Developer Settings":"開発者向け設定","Device":"デバイス","Device Photo":"実機写真","Device Settings":"実機設定","Device cannot get kicked from the group":"このデバイスはグループからキックできません。","Device is not present anymore for some reason.":"実機が見えなくなりました。","Device is present but offline.":"デバイスは接続されているが、オフラインになっています。","Device was kicked by automatic timeout.":"デバイスは自動タイムアウトにより切断されました。","Devices":"端末リスト","Disable WiFi":"無線LANを無効にする","Discharging":"放電中","Disconnected":"切断中","Display":"ディスプレー","Domain":"ドメイン","Drop file to upload":"ここにファイルをドロップ","Dummy":"ダミー","Eject":"排出","Enable WiFi":"無線LANを有効にする","Enable notifications":"通知を有効にする","Encrypted":"暗号化","Error while getting data":"データ取得中にエラーが発生しました。","Error while reconnecting.":"再接続中にエラーが発生しました。","Error.":"エラー","Error: Forwarding ports failed.":"エラー:ポートフォワーディングが失敗しました。","Ethernet":"イーサーネット","FPS":"FPS","Failed to download file":"ファイルのダウンロードが失敗しした。","Fast Forward":"早送り","Filter":"フィルター","Find Device":"実機を探す","Forward":"フォーワード","Frequency":"クロック","Full":"フル","Get":"取得","Get clipboard contents":"クリップボードの中身を取得する","Go Back":"戻る","Go Forward":"進む","Go to Device List":"端末リストへ","Good":"良い","Hardware":"ハードウェア","Health":"健康状態","Height":"高さ","Help":"ヘルプ","Hide Screen":"画面を非表しない","Home":"ホーム","Host":"ホスト","Hostname":"ホスト名","ICCID":"ICCID","ID":"ID","IMEI":"IMEI","Info":"情報","Inspect Device":"端末の要素検証","Inspecting is currently only supported in WebView":"要素の検証機能は、現在WebViewのみ対応","Inspector":"要素の検証","Installation failed due to an unknown error.":"インストールが未知のエラーで失敗しました。","Installation succeeded.":"インストールが完了しました。","Installation timed out.":"インストールがタイムアウトしました。","Installing app...":"アプリをインストール中...","Landscape":"横","Language":"言語","Launch Activity":"アクティビティを起動する","Launching activity...":"アクティビティを起動中...","Level":"レベル","Local Settings":"ローカル設定","Location":"場所","Logs":"ログ","Maintenance":"メンテナンス","Manage Apps":"アプリ管理","Manufacturer":"メーカー","Media":"メディア","Memory":"メモリー","Menu":"メニュー","Mobile":"モバイル","Mobile DUN":"モバイルDUN","Mobile High Priority":"モバイル最優先","Mobile MMS":"モバイルMMS","Mobile SUPL":"モバイルSUPL","Model":"機種名","Mute":"音を消す","Name":"名称","Native":"Native","Navigation":"ブラウジング","Network":"ネットワーク","Next":"次","No":"いいえ","No clipboard data":"クリップボードデータはありません","No cookies to show":"クッキーはありません","No device screen":"画面が表示できません","No devices connected":"端末が接続されていません","No photo available":"写真はありません","No screenshots taken":"キャプチャはありません","Normal Mode":"通常モード","Not Charging":"充電されていない","Nothing to inspect":"要素の検証対象はありません","Notifications":"通知","Number":"番号","OS":"OS","Offline":"オフライン","Oops!":"おっと!","Open":"開く","Orientation":"方向","Over Voltage":"過電圧","Overheat":"過熱","PID":"PID","Package":"パッケージ","Password":"パスワード","Path":"パス","Pause":"停止","Phone":"電話番号","Phone ICCID":"携帯ICCID","Phone IMEI":"携帯IMEI","Physical Device":"物理デバイス","Place":"場所","Platform":"プラットホーム","Play":"再生","Play/Pause":"再生/停止","Please enter your Store password":"ストアのパスワードを入力してください","Please enter your Store username":"ストアのユーザ名を入力してください","Port":"ポート","Port forwarding":"ポートフォワーディング","Portrait":"縦","Power":"電源","Power Source":"電力源","Preparing":"準備中","Press Back button":"戻るボタンを押す","Press Home button":"ホームボタンを押す","Press Menu button":"メニューボタンを押す","Previous":"前","Processing...":"処理中...","Product":"型番","Pushing app...":"アプリをプッシュ中...","RAM":"RAM","ROM":"ROM","Ready":"利用可能","Reconnected successfully.":"正常に再接続しました。","Record":"記録する","Refresh":"更新","Released":"発売日","Reload":"再読込","Remote debug":"リモートデバッグ","Reset":"初期化","Reset Settings":"すべての設定をリセット","Reset all browser settings":"ブラウザの設定をリセットする","Restart Device":"端末を再起動","Retrieving the device screen has timed out.":"実機画面の取得はタイムアウトになりました。","Retry":"再試行","Rewind":"巻き戻す","Roaming":"ローミング","Rotate Left":"左回りに回転","Rotate Right":"右回りに回転","Run":"実行","Run Command":"コマンドを実行","Run JavaScript":"JavaScript注入","Run command":"コマンドを実行する","Run the following on your command line to debug the device from your Browser":"次のコマンドをコマンドラインで実行しますと、お使いのブラウザより端末のデバッグができます。","Run the following on your command line to debug the device from your IDE":"次のコマンドをコマンドラインで実行しますと、お使いのIDEより端末のデバッグができます。","SD Card Mounted":"SDカード","SDK":"SDK","SIM":"SIM","Save...":"保存する...","Screen":"解像度","Screenshot":"キャプチャ","Screenshots":"キャプチャ","Search":"検索","Secure":"セキュア","Selects Next IME":"入力モードの切り替え","Serial":"シリアル","Set":"設定","Set Cookie":"クッキー設定","Settings":"設定","Shell":"シェル","Show Screen":"画面を表示する","Sign In":"サインイン","Sign Out":"サインアウト","Silent Mode":"マナーモード","Socket connection was lost, try again reloading the page.":"接続が切れました。ページをリロードしてみてください。","Someone stole your device.":"誰かはデバイスを盗みました。","Special Keys":"特別なキー","Start/Stop Logging":"ログ取得の開始/停止","Status":"ステータス","Stop":"停止","Stop Using":"停止する","Store Account":"ストアアカウント","Sub Type":"サブタイプ","Switch Charset":"文字入力の切り替え","TID":"TID","Tag":"タグ","Take Pageshot (Needs WebView running)":"ページ全体ショットを撮る(現在はWebViewのみ対応)","Take Screenshot":"スクリーンショットを撮る","Temperature":"温度","Text":"テキスト","The URI passed in is invalid.":"渡されたURIは無効です。","The device will be unavailable for a moment.":"しばらく端末が利用できなくなります。","The existing package could not be deleted.":"既存のパッケージは削除できませんでした。","This might be caused by a network error, or you might be trying to access a secure view.":"起因として考えられるものは下記の通りです。・ネットワーク・エラー・暗号化されたビュー","Time":"時刻","Toggle Web/Native":"ウェブ/ネイティブを選択","Total devices":"全機種","Try to reconnect":"再接続する","Type":"タイプ","USB":"USB","Unauthorized":"権限外","Unforward":"フォーワード解除","Uninstall":"削除","Unknown":"未知","Unknown reason.":"未知。","Unspecified Failure":"未定義の失敗","Upload From Link":"リンク先よりアップロードする","Upload failed":"アップロードが失敗しました","Upload unknown error":"アップロード未知エラー","Uploaded file is not valid":"アップロードされたファイル","Uploading...":"アップロード中...","Usable devices":"利用可能","Usb speed":"USB速度","Use":"利用する","User":"ユーザ","Username":"ユーザ名","Using":"利用中","Using Fallback":"フォールバックを使用中","Value":"値","Version":"バージョン","Version Update":"バージョンアップ","Vibrate Mode":"マナーモード(バイブON)","Voltage":"電圧","Volume":"音量","Volume Down":"音量↓","Volume Up":"音量↑","Web":"Web","WiFi":"無線LAN","WiFi Enabled":"無線LAN:ON","WiFi Settings":"無線LAN設定","WiMAX":"WiMAX","Width":"幅","Wireless":"無線","X DPI":"X DPI","Y DPI":"Y DPI","Yes":"はい","You (or someone else) kicked the device.":"この実機はキックされました。","You are no longer controlling the device.":"この実機のリモート操作ができなくなりました。","{{ device.enhancedName }} current status:":"{{ device.enhancedName }}のステータス:","{{ device.enhancedName }} was disconnected":"{{ device.enhancedName }}への接続が切れました","Error:":"エラー:","Upload complete":"アップロードが完了しました","Browser":"ブラウザ","Reference":"参考","Relaunch":"再起動","Relaunch the browser":"ブラウザを再起動する","Run the following on your command line:":"次のコマンドをコマンドラインで実行してください。","Remove Accounts":"アカウント削除","Saved to: {{savedTo}}":"保存先: {{savedTo}}","Are you sure you want to kick this device?Currently it is being used by":"このデバイスをキックしますか?\n只今、次のユーザが使用中です:","Connecting...":"接続中...","Error while connecting.":"接続中にエラーが発生しました。","N/A":"適用なし","Reconnecting...":"再接続中...","Show All":"すべてを表示","Forward Ports":"ポートフォワード","Model:":"機種名:","(Absent)":"(オフライン)","Absent":"不在","Present":"存在する","Example: 3000":"例:3000","Local":"ローカル","Maker":"メーカー","Release":"リリース","Target IP / Hostname":"ローカル側のIP / ホスト名","Target Port":"ローカル側のポート","Target host (detect if blank)":"対象ホスト(空のときは自動検知)","(Needs refreshing the page)":"(ページの再読込が必要)","Aa":"あA","Control":"リモート操作","Detected":"検知済み","Failed to get device screen":"端末の画面が取得できません","H":"高","High":"高画質","High Quality":"高画質","Image Quality":"画質","Inspect":"要素の検証","Keyboard Input":"キーボード入力","L":"低","Local storage":"ローカルストレージ","Low":"低画質","Low Quality":"低画質","M":"中","Medium":"中画質","Medium Quality":"中画質","Original":"原寸","Other Keys":"キー・その他","Pageshot":"ページ全体","Release Date":"発売日","Resources":"リソース","Start Using":"利用する","System":"システム","Terminal":"ターミナル","Types text. Only ASCII characters are supported.":"テキストをタイピングします。ASCII文字のみ入力が可能。","USB Speed Benchmark":"USBベンチマーク","{{ started ? 'Stop' : 'Start' }}":"{{ started ? '停止' : '取得' }}","Start":"開始","{{ device.control ? 'Stop' : 'Use' }}":"{{ device.control ? '停止する' : '利用する' }}","Inspect Current Page":"開いているページを検証","Input":"入力"}} \ No newline at end of file