1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Added CPU information.

Added Memory information.
This commit is contained in:
Gunther Brunner 2014-06-18 00:40:49 +09:00
parent 6c88884fba
commit b139849b3f
6 changed files with 234 additions and 50 deletions

View file

@ -39,6 +39,8 @@ datautil.applyData = function(device) {
device.name = match.name.id
device.releasedAt = match.date
device.image = model + '.jpg'
device.cpu = match.cpu
device.memory = match.memory
}
else {
log.warn(
@ -48,7 +50,7 @@ datautil.applyData = function(device) {
)
}
}
return device
}

View file

@ -13,6 +13,7 @@
margin-right: 20px;
/*color: #111111;*/
font-weight: bold;
white-space: nowrap;
}
.stf-info .table-infocard tbody > tr > td:last-child {
@ -23,5 +24,3 @@
margin-bottom: 0;
height: 15px;
}

View file

@ -179,3 +179,36 @@ angular-packery='{draggable: true, draggableHandle: ".heading i"}')
tr
td(translate) ABI
td {{device.abi}}
.col-md-4-x.packery-item
.widget-container.fluid-height
.heading
i.fa.fa-slack
span(translate) CPU
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr
td(translate) Name
td {{device.cpu.name}}
tr
td(translate) Cores
td {{device.cpu.cores}}
tr
td(translate) Frequency
td {{device.cpu.freq}} GHz
.col-md-4-x.packery-item
.widget-container.fluid-height
.heading
i.fa.fa-database
span(translate) Memory
.widget-content.padded-small
table.table.table-condensed.table-hover.table-infocard
tbody
tr
td(translate) RAM
td {{device.memory.ram}} MB
tr
td(translate) ROM
td {{device.memory.rom}} MB

View file

@ -12,19 +12,17 @@ msgstr ""
"X-Generator: Poedit 1.6.5\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "-"
msgstr "-"
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/version-update/version-update.html
msgid "A new version of STF is available"
msgstr "STFの新しいバージョンがリリースされました"
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "ABI"
msgstr "ABI"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "AC"
msgstr "AC"
@ -41,6 +39,7 @@ msgstr "アクティビティ"
msgid "Add"
msgstr "追加"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Advanced"
msgstr "高度機能"
@ -69,12 +68,14 @@ msgstr "アプリアップロード"
msgid "Apps"
msgstr "アプリ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
msgid "Are you sure you want to kick this device?Currently it is being used by"
msgstr ""
"このデバイスをキックしますか?\n"
"只今、次のユーザが使用中です:"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
msgid "Available"
msgstr "利用可能"
@ -107,6 +108,7 @@ msgstr "バッテリー状態"
msgid "Battery Temperature"
msgstr "バッテリー温度"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Bluetooth"
msgstr "Bluetooth"
@ -115,10 +117,15 @@ msgstr "Bluetooth"
msgid "Browser"
msgstr "ブラウザ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Busy"
msgstr "貸し出し中"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "CPU"
msgstr "CPU"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
msgid "Camera"
msgstr "カメラ"
@ -136,6 +143,7 @@ msgstr "キャリア"
msgid "Category"
msgstr "カテゴリー"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Charging"
msgstr "充電中"
@ -154,21 +162,23 @@ msgstr "クリップボード"
msgid "Close"
msgstr "閉じる"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Cold"
msgstr "コールド"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/port-forwarding/port-forwarding.html
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Connected"
msgstr "接続中"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Connected successfully."
msgstr "接続できました。"
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
#: /Users/a12907/STF/stf/res/build/bundle.js
msgid "Connecting..."
msgstr "接続中..."
@ -176,6 +186,14 @@ msgstr "接続中..."
msgid "Cookies"
msgstr "クッキー"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Cores"
msgstr "コア数"
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
msgid "Customize"
msgstr "カスタマイズ"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
msgid "D-pad Center"
msgstr "D-padセンター"
@ -196,6 +214,7 @@ msgstr "D-pad右"
msgid "D-pad Up"
msgstr "D-pad上"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Dashboard"
msgstr "ダッシュボード"
@ -204,6 +223,7 @@ msgstr "ダッシュボード"
msgid "Data"
msgstr "データ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Dead"
msgstr "残量なし"
@ -230,22 +250,26 @@ msgstr "開発者向け設定"
msgid "Device"
msgstr "デバイス"
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
msgid "Device was disconnected"
msgstr "デバイスへの接続が切れました"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-controller.js
msgid "Device cannot get kicked from the group"
msgstr "このデバイスはグループからキックできません。"
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
msgid "Devices"
msgstr "端末リスト"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Discharging"
msgstr "放電中"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Disconnected"
msgstr "切断中"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid ""
"Disconnected.<br />Socket connection was lost, try again reloading the page."
@ -265,6 +289,7 @@ msgstr "ドメイン"
msgid "Drop file to upload"
msgstr "ここにファイルをドロップ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Dummy"
msgstr "ダミー"
@ -285,22 +310,26 @@ msgstr "暗号化"
msgid "Error"
msgstr "エラー"
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
#: /Users/a12907/STF/stf/res/build/bundle.js
msgid "Error while connecting."
msgstr "接続中にエラーが発生しました。"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
msgid "Error while getting data"
msgstr "データ取得中にエラーが発生しました。"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Error while reconnecting."
msgstr "再接続中にエラーが発生しました。"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Error."
msgstr "エラー"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Ethernet"
msgstr "イーサーネット"
@ -329,6 +358,11 @@ msgstr "実機を探す"
msgid "Forward Ports"
msgstr "ポートフォワード"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Frequency"
msgstr "クロック"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Full"
msgstr "フル"
@ -350,10 +384,7 @@ msgstr "戻る"
msgid "Go Forward"
msgstr "進む"
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
msgid "Go to Device List"
msgstr "端末リストへ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Good"
msgstr "良い"
@ -402,6 +433,7 @@ msgstr "ID"
msgid "IMEI"
msgstr "IMEI"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Info"
msgstr "情報"
@ -456,6 +488,7 @@ msgstr "ローカル設定"
msgid "Location"
msgstr "場所"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Logs"
msgstr "ログ"
@ -473,50 +506,56 @@ msgstr "メーカー"
msgid "Media"
msgstr "メディア"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Memory"
msgstr "メモリー"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/device-control/device-control.html
msgid "Menu"
msgstr "メニュー"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile"
msgstr "モバイル"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile DUN"
msgstr "モバイルDUN"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile High Priority"
msgstr "モバイル最優先"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile MMS"
msgstr "モバイルMMS"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile SUPL"
msgstr "モバイルSUPL"
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Model"
msgstr "機種名"
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
msgid "Model:"
msgstr "機種名:"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
msgid "Mute"
msgstr "音を消す"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
msgid "N/A"
msgstr "適用なし"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/resources/resources.html
msgid "Name"
msgstr "ネーム"
msgstr "名称"
#: /Users/a12907/STF/stf/tmp/html/app/menu/menu.html
msgid "Native"
@ -535,10 +574,12 @@ msgstr "ネットワーク"
msgid "Next"
msgstr "次"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "No"
msgstr "いいえ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
msgid "No clipboard data"
msgstr "クリップボードデータはありません"
@ -559,6 +600,7 @@ msgstr "端末が接続されていません"
msgid "No screenshots taken"
msgstr "キャプチャはありません"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Not Charging"
msgstr "充電されていない"
@ -580,6 +622,7 @@ msgstr "番号"
msgid "OS"
msgstr "OS"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Offline"
msgstr "オフライン"
@ -592,10 +635,12 @@ msgstr "開く"
msgid "Orientation"
msgstr "方向"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Over Voltage"
msgstr "過電圧"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Overheat"
msgstr "過熱"
@ -664,6 +709,7 @@ msgstr "電源"
msgid "Power Source"
msgstr "電力源"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Preparing"
msgstr "準備中"
@ -685,15 +731,25 @@ msgstr "型番"
msgid "Pushing app..."
msgstr "アプリをプッシュ中..."
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "RAM"
msgstr "RAM"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "ROM"
msgstr "ROM"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Ready"
msgstr "利用可能"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Reconnected successfully."
msgstr "正常に再接続しました。"
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
#: /Users/a12907/STF/stf/res/build/bundle.js
msgid "Reconnecting..."
msgstr "再接続中..."
@ -723,7 +779,6 @@ msgid "Released"
msgstr "発売日"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/navigation/navigation.html
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/version-update/version-update.html
msgid "Reload"
msgstr "再読込"
@ -798,6 +853,7 @@ msgstr "解像度"
msgid "Screenshot"
msgstr "キャプチャ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Screenshots"
msgstr "キャプチャ"
@ -857,6 +913,7 @@ msgstr "ステータス"
msgid "Stop"
msgstr "停止"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Stop Using"
msgstr "停止する"
@ -905,18 +962,16 @@ msgstr ""
msgid "Time"
msgstr "時刻"
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
msgid "Try to reconnect"
msgstr "再接続する"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Type"
msgstr "タイプ"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "USB"
msgstr "USB"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Unauthorized"
msgstr "権限外"
@ -929,10 +984,12 @@ msgstr "ポートフォワード解除"
msgid "Uninstall"
msgstr "削除"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Unknown"
msgstr "未知"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Unspecified Failure"
msgstr "未定義の失敗"
@ -961,6 +1018,7 @@ msgstr "アップロード中..."
msgid "Usb speed"
msgstr "USB速度"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Use"
msgstr "利用する"
@ -981,10 +1039,6 @@ msgstr "値"
msgid "Version"
msgstr "バージョン"
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/version-update/version-update.html
msgid "Version Update"
msgstr "バージョンアップ"
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Voltage"
msgstr "電圧"
@ -1005,6 +1059,7 @@ msgstr "音量↑"
msgid "Web"
msgstr "Web"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "WiFi"
msgstr "無線LAN"
@ -1013,6 +1068,7 @@ msgstr "無線LAN"
msgid "WiFi Settings"
msgstr "無線LAN設定"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "WiMAX"
msgstr "WiMAX"
@ -1021,6 +1077,7 @@ msgstr "WiMAX"
msgid "Width"
msgstr "幅"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Wireless"
msgstr "無線"
@ -1033,13 +1090,31 @@ msgstr "X DPI"
msgid "Y DPI"
msgstr "Y DPI"
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Yes"
msgstr "はい"
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
msgid "You are no longer controlling the device."
msgstr "この実機のリモート操作ができなくなりました。"
#~ msgid "A new version of STF is available"
#~ msgstr "STFの新しいバージョンがリリースされました"
#~ msgid "Device was disconnected"
#~ msgstr "デバイスへの接続が切れました"
#~ msgid "Go to Device List"
#~ msgstr "端末リストへ"
#~ msgid "Model:"
#~ msgstr "機種名:"
#~ msgid "Try to reconnect"
#~ msgstr "再接続する"
#~ msgid "Version Update"
#~ msgstr "バージョンアップ"
#~ msgid "You are no longer controlling the device."
#~ msgstr "この実機のリモート操作ができなくなりました。"
#~ msgid "(Absent)"
#~ msgstr "(オフライン)"
@ -1050,9 +1125,6 @@ msgstr "この実機のリモート操作ができなくなりました。"
#~ msgid "Present"
#~ msgstr "存在する"
#~ msgid "CPU"
#~ msgstr "CPU"
#~ msgid "Device is not in use anymore"
#~ msgstr "実機が使われなくなりました"

View file

@ -3,11 +3,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/resources/resources.html
msgid ""
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "-"
msgstr ""
@ -21,6 +21,7 @@ msgstr ""
msgid "ABI"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "AC"
msgstr ""
@ -37,6 +38,7 @@ msgstr ""
msgid "Add"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Advanced"
msgstr ""
@ -65,12 +67,14 @@ msgstr ""
msgid "Apps"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
msgid ""
"Are you sure you want to kick this device?"
"Currently it is being used by"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
msgid "Available"
msgstr ""
@ -103,6 +107,7 @@ msgstr ""
msgid "Battery Temperature"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Bluetooth"
msgstr ""
@ -111,10 +116,15 @@ msgstr ""
msgid "Browser"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Busy"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "CPU"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
msgid "Camera"
msgstr ""
@ -132,6 +142,7 @@ msgstr ""
msgid "Category"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Charging"
msgstr ""
@ -150,21 +161,23 @@ msgstr ""
msgid "Close"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Cold"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/port-forwarding/port-forwarding.html
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Connected"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Connected successfully."
msgstr ""
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
#: /Users/a12907/STF/stf/res/build/bundle.js
msgid "Connecting..."
msgstr ""
@ -172,6 +185,14 @@ msgstr ""
msgid "Cookies"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Cores"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
msgid "Customize"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
msgid "D-pad Center"
msgstr ""
@ -192,6 +213,7 @@ msgstr ""
msgid "D-pad Up"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Dashboard"
msgstr ""
@ -200,6 +222,7 @@ msgstr ""
msgid "Data"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Dead"
msgstr ""
@ -226,6 +249,11 @@ msgstr ""
msgid "Device"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-controller.js
msgid "Device cannot get kicked from the group"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
msgid "Device was disconnected"
msgstr ""
@ -234,14 +262,17 @@ msgstr ""
msgid "Devices"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Discharging"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Disconnected"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Disconnected.<br />Socket connection was lost, try again reloading the page."
msgstr ""
@ -258,6 +289,7 @@ msgstr ""
msgid "Drop file to upload"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Dummy"
msgstr ""
@ -278,22 +310,26 @@ msgstr ""
msgid "Error"
msgstr ""
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
#: /Users/a12907/STF/stf/res/build/bundle.js
msgid "Error while connecting."
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
msgid "Error while getting data"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Error while reconnecting."
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Error."
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Ethernet"
msgstr ""
@ -322,6 +358,11 @@ msgstr ""
msgid "Forward Ports"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Frequency"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Full"
msgstr ""
@ -347,6 +388,7 @@ msgstr ""
msgid "Go to Device List"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Good"
msgstr ""
@ -395,6 +437,7 @@ msgstr ""
msgid "IMEI"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Info"
msgstr ""
@ -449,6 +492,7 @@ msgstr ""
msgid "Location"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Logs"
msgstr ""
@ -466,47 +510,53 @@ msgstr ""
msgid "Media"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Memory"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/device-control/device-control.html
msgid "Menu"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile DUN"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile High Priority"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile MMS"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Mobile SUPL"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "Model"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
msgid "Model:"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
msgid "Mute"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
msgid "N/A"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/resources/resources.html
msgid "Name"
msgstr ""
@ -528,10 +578,12 @@ msgstr ""
msgid "Next"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "No"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
msgid "No clipboard data"
msgstr ""
@ -552,6 +604,7 @@ msgstr ""
msgid "No screenshots taken"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Not Charging"
msgstr ""
@ -573,6 +626,7 @@ msgstr ""
msgid "OS"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Offline"
msgstr ""
@ -585,10 +639,12 @@ msgstr ""
msgid "Orientation"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Over Voltage"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Overheat"
msgstr ""
@ -657,6 +713,7 @@ msgstr ""
msgid "Power Source"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Preparing"
msgstr ""
@ -678,15 +735,25 @@ msgstr ""
msgid "Pushing app..."
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "RAM"
msgstr ""
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
msgid "ROM"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Ready"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
msgid "Reconnected successfully."
msgstr ""
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
#: /Users/a12907/STF/stf/res/build/bundle.js
msgid "Reconnecting..."
msgstr ""
@ -791,6 +858,7 @@ msgstr ""
msgid "Screenshot"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
msgid "Screenshots"
msgstr ""
@ -850,6 +918,7 @@ msgstr ""
msgid "Stop"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Stop Using"
msgstr ""
@ -902,10 +971,12 @@ msgstr ""
msgid "Type"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "USB"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Unauthorized"
msgstr ""
@ -918,10 +989,12 @@ msgstr ""
msgid "Uninstall"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Unknown"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Unspecified Failure"
msgstr ""
@ -950,6 +1023,7 @@ msgstr ""
msgid "Usb speed"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Use"
msgstr ""
@ -994,6 +1068,7 @@ msgstr ""
msgid "Web"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "WiFi"
msgstr ""
@ -1002,6 +1077,7 @@ msgstr ""
msgid "WiFi Settings"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "WiMAX"
msgstr ""
@ -1010,6 +1086,7 @@ msgstr ""
msgid "Width"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Wireless"
msgstr ""
@ -1022,6 +1099,7 @@ msgstr ""
msgid "Y DPI"
msgstr ""
#: /Users/a12907/STF/stf/res/build/bundle.js
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
msgid "Yes"
msgstr ""

File diff suppressed because one or more lines are too long