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:
parent
6c88884fba
commit
b139849b3f
6 changed files with 234 additions and 50 deletions
|
@ -39,6 +39,8 @@ datautil.applyData = function(device) {
|
||||||
device.name = match.name.id
|
device.name = match.name.id
|
||||||
device.releasedAt = match.date
|
device.releasedAt = match.date
|
||||||
device.image = model + '.jpg'
|
device.image = model + '.jpg'
|
||||||
|
device.cpu = match.cpu
|
||||||
|
device.memory = match.memory
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
log.warn(
|
log.warn(
|
||||||
|
@ -48,7 +50,7 @@ datautil.applyData = function(device) {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return device
|
return device
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
/*color: #111111;*/
|
/*color: #111111;*/
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stf-info .table-infocard tbody > tr > td:last-child {
|
.stf-info .table-infocard tbody > tr > td:last-child {
|
||||||
|
@ -23,5 +24,3 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -179,3 +179,36 @@ angular-packery='{draggable: true, draggableHandle: ".heading i"}')
|
||||||
tr
|
tr
|
||||||
td(translate) ABI
|
td(translate) ABI
|
||||||
td {{device.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
|
||||||
|
|
|
@ -12,19 +12,17 @@ msgstr ""
|
||||||
"X-Generator: Poedit 1.6.5\n"
|
"X-Generator: Poedit 1.6.5\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "-"
|
msgid "-"
|
||||||
msgstr "-"
|
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/device-list/device-list.html
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
||||||
msgid "ABI"
|
msgid "ABI"
|
||||||
msgstr "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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "AC"
|
msgid "AC"
|
||||||
msgstr "AC"
|
msgstr "AC"
|
||||||
|
@ -41,6 +39,7 @@ msgstr "アクティビティ"
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "追加"
|
msgstr "追加"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "高度機能"
|
msgstr "高度機能"
|
||||||
|
@ -69,12 +68,14 @@ msgstr "アプリアップロード"
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr "アプリ"
|
msgstr "アプリ"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.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"
|
msgid "Are you sure you want to kick this device?Currently it is being used by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"このデバイスをキックしますか?\n"
|
"このデバイスをキックしますか?\n"
|
||||||
"只今、次のユーザが使用中です:"
|
"只今、次のユーザが使用中です:"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
||||||
msgid "Available"
|
msgid "Available"
|
||||||
msgstr "利用可能"
|
msgstr "利用可能"
|
||||||
|
@ -107,6 +108,7 @@ msgstr "バッテリー状態"
|
||||||
msgid "Battery Temperature"
|
msgid "Battery Temperature"
|
||||||
msgstr "バッテリー温度"
|
msgstr "バッテリー温度"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "Bluetooth"
|
msgstr "Bluetooth"
|
||||||
|
@ -115,10 +117,15 @@ msgstr "Bluetooth"
|
||||||
msgid "Browser"
|
msgid "Browser"
|
||||||
msgstr "ブラウザ"
|
msgstr "ブラウザ"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Busy"
|
msgid "Busy"
|
||||||
msgstr "貸し出し中"
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
|
||||||
msgid "Camera"
|
msgid "Camera"
|
||||||
msgstr "カメラ"
|
msgstr "カメラ"
|
||||||
|
@ -136,6 +143,7 @@ msgstr "キャリア"
|
||||||
msgid "Category"
|
msgid "Category"
|
||||||
msgstr "カテゴリー"
|
msgstr "カテゴリー"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Charging"
|
msgid "Charging"
|
||||||
msgstr "充電中"
|
msgstr "充電中"
|
||||||
|
@ -154,21 +162,23 @@ msgstr "クリップボード"
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "閉じる"
|
msgstr "閉じる"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Cold"
|
msgid "Cold"
|
||||||
msgstr "コールド"
|
msgstr "コールド"
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
#: /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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Connected"
|
msgid "Connected"
|
||||||
msgstr "接続中"
|
msgstr "接続中"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Connected successfully."
|
msgid "Connected successfully."
|
||||||
msgstr "接続できました。"
|
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..."
|
msgid "Connecting..."
|
||||||
msgstr "接続中..."
|
msgstr "接続中..."
|
||||||
|
|
||||||
|
@ -176,6 +186,14 @@ msgstr "接続中..."
|
||||||
msgid "Cookies"
|
msgid "Cookies"
|
||||||
msgstr "クッキー"
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
|
||||||
msgid "D-pad Center"
|
msgid "D-pad Center"
|
||||||
msgstr "D-padセンター"
|
msgstr "D-padセンター"
|
||||||
|
@ -196,6 +214,7 @@ msgstr "D-pad右"
|
||||||
msgid "D-pad Up"
|
msgid "D-pad Up"
|
||||||
msgstr "D-pad上"
|
msgstr "D-pad上"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "ダッシュボード"
|
msgstr "ダッシュボード"
|
||||||
|
@ -204,6 +223,7 @@ msgstr "ダッシュボード"
|
||||||
msgid "Data"
|
msgid "Data"
|
||||||
msgstr "データ"
|
msgstr "データ"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Dead"
|
msgid "Dead"
|
||||||
msgstr "残量なし"
|
msgstr "残量なし"
|
||||||
|
@ -230,22 +250,26 @@ msgstr "開発者向け設定"
|
||||||
msgid "Device"
|
msgid "Device"
|
||||||
msgstr "デバイス"
|
msgstr "デバイス"
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
msgid "Device was disconnected"
|
#: /Users/a12907/STF/stf/res/app/device-list/device-list-controller.js
|
||||||
msgstr "デバイスへの接続が切れました"
|
msgid "Device cannot get kicked from the group"
|
||||||
|
msgstr "このデバイスはグループからキックできません。"
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
|
#: /Users/a12907/STF/stf/tmp/html/app/device-list/device-list.html
|
||||||
msgid "Devices"
|
msgid "Devices"
|
||||||
msgstr "端末リスト"
|
msgstr "端末リスト"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Discharging"
|
msgid "Discharging"
|
||||||
msgstr "放電中"
|
msgstr "放電中"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Disconnected"
|
msgid "Disconnected"
|
||||||
msgstr "切断中"
|
msgstr "切断中"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid ""
|
msgid ""
|
||||||
"Disconnected.<br />Socket connection was lost, try again reloading the page."
|
"Disconnected.<br />Socket connection was lost, try again reloading the page."
|
||||||
|
@ -265,6 +289,7 @@ msgstr "ドメイン"
|
||||||
msgid "Drop file to upload"
|
msgid "Drop file to upload"
|
||||||
msgstr "ここにファイルをドロップ"
|
msgstr "ここにファイルをドロップ"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Dummy"
|
msgid "Dummy"
|
||||||
msgstr "ダミー"
|
msgstr "ダミー"
|
||||||
|
@ -285,22 +310,26 @@ msgstr "暗号化"
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "エラー"
|
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."
|
msgid "Error while connecting."
|
||||||
msgstr "接続中にエラーが発生しました。"
|
msgstr "接続中にエラーが発生しました。"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
||||||
msgid "Error while getting data"
|
msgid "Error while getting data"
|
||||||
msgstr "データ取得中にエラーが発生しました。"
|
msgstr "データ取得中にエラーが発生しました。"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Error while reconnecting."
|
msgid "Error while reconnecting."
|
||||||
msgstr "再接続中にエラーが発生しました。"
|
msgstr "再接続中にエラーが発生しました。"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Error."
|
msgid "Error."
|
||||||
msgstr "エラー"
|
msgstr "エラー"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Ethernet"
|
msgid "Ethernet"
|
||||||
msgstr "イーサーネット"
|
msgstr "イーサーネット"
|
||||||
|
@ -329,6 +358,11 @@ msgstr "実機を探す"
|
||||||
msgid "Forward Ports"
|
msgid "Forward Ports"
|
||||||
msgstr "ポートフォワード"
|
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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Full"
|
msgid "Full"
|
||||||
msgstr "フル"
|
msgstr "フル"
|
||||||
|
@ -350,10 +384,7 @@ msgstr "戻る"
|
||||||
msgid "Go Forward"
|
msgid "Go Forward"
|
||||||
msgstr "進む"
|
msgstr "進む"
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
msgid "Go to Device List"
|
|
||||||
msgstr "端末リストへ"
|
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Good"
|
msgid "Good"
|
||||||
msgstr "良い"
|
msgstr "良い"
|
||||||
|
@ -402,6 +433,7 @@ msgstr "ID"
|
||||||
msgid "IMEI"
|
msgid "IMEI"
|
||||||
msgstr "IMEI"
|
msgstr "IMEI"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Info"
|
msgid "Info"
|
||||||
msgstr "情報"
|
msgstr "情報"
|
||||||
|
@ -456,6 +488,7 @@ msgstr "ローカル設定"
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "場所"
|
msgstr "場所"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Logs"
|
msgid "Logs"
|
||||||
msgstr "ログ"
|
msgstr "ログ"
|
||||||
|
@ -473,50 +506,56 @@ msgstr "メーカー"
|
||||||
msgid "Media"
|
msgid "Media"
|
||||||
msgstr "メディア"
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/device-control/device-control.html
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr "メニュー"
|
msgstr "メニュー"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile"
|
msgid "Mobile"
|
||||||
msgstr "モバイル"
|
msgstr "モバイル"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile DUN"
|
msgid "Mobile DUN"
|
||||||
msgstr "モバイル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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile High Priority"
|
msgid "Mobile High Priority"
|
||||||
msgstr "モバイル最優先"
|
msgstr "モバイル最優先"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile MMS"
|
msgid "Mobile MMS"
|
||||||
msgstr "モバイル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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile SUPL"
|
msgid "Mobile SUPL"
|
||||||
msgstr "モバイル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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
||||||
msgid "Model"
|
msgid "Model"
|
||||||
msgstr "機種名"
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
|
||||||
msgid "Mute"
|
msgid "Mute"
|
||||||
msgstr "音を消す"
|
msgstr "音を消す"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
||||||
msgid "N/A"
|
msgid "N/A"
|
||||||
msgstr "適用なし"
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/resources/resources.html
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "ネーム"
|
msgstr "名称"
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/menu/menu.html
|
#: /Users/a12907/STF/stf/tmp/html/app/menu/menu.html
|
||||||
msgid "Native"
|
msgid "Native"
|
||||||
|
@ -535,10 +574,12 @@ msgstr "ネットワーク"
|
||||||
msgid "Next"
|
msgid "Next"
|
||||||
msgstr "次"
|
msgstr "次"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "いいえ"
|
msgstr "いいえ"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
||||||
msgid "No clipboard data"
|
msgid "No clipboard data"
|
||||||
msgstr "クリップボードデータはありません"
|
msgstr "クリップボードデータはありません"
|
||||||
|
@ -559,6 +600,7 @@ msgstr "端末が接続されていません"
|
||||||
msgid "No screenshots taken"
|
msgid "No screenshots taken"
|
||||||
msgstr "キャプチャはありません"
|
msgstr "キャプチャはありません"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Not Charging"
|
msgid "Not Charging"
|
||||||
msgstr "充電されていない"
|
msgstr "充電されていない"
|
||||||
|
@ -580,6 +622,7 @@ msgstr "番号"
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Offline"
|
msgid "Offline"
|
||||||
msgstr "オフライン"
|
msgstr "オフライン"
|
||||||
|
@ -592,10 +635,12 @@ msgstr "開く"
|
||||||
msgid "Orientation"
|
msgid "Orientation"
|
||||||
msgstr "方向"
|
msgstr "方向"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Over Voltage"
|
msgid "Over Voltage"
|
||||||
msgstr "過電圧"
|
msgstr "過電圧"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Overheat"
|
msgid "Overheat"
|
||||||
msgstr "過熱"
|
msgstr "過熱"
|
||||||
|
@ -664,6 +709,7 @@ msgstr "電源"
|
||||||
msgid "Power Source"
|
msgid "Power Source"
|
||||||
msgstr "電力源"
|
msgstr "電力源"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Preparing"
|
msgid "Preparing"
|
||||||
msgstr "準備中"
|
msgstr "準備中"
|
||||||
|
@ -685,15 +731,25 @@ msgstr "型番"
|
||||||
msgid "Pushing app..."
|
msgid "Pushing app..."
|
||||||
msgstr "アプリをプッシュ中..."
|
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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Ready"
|
msgid "Ready"
|
||||||
msgstr "利用可能"
|
msgstr "利用可能"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Reconnected successfully."
|
msgid "Reconnected successfully."
|
||||||
msgstr "正常に再接続しました。"
|
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..."
|
msgid "Reconnecting..."
|
||||||
msgstr "再接続中..."
|
msgstr "再接続中..."
|
||||||
|
|
||||||
|
@ -723,7 +779,6 @@ msgid "Released"
|
||||||
msgstr "発売日"
|
msgstr "発売日"
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/dashboard/navigation/navigation.html
|
#: /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"
|
msgid "Reload"
|
||||||
msgstr "再読込"
|
msgstr "再読込"
|
||||||
|
|
||||||
|
@ -798,6 +853,7 @@ msgstr "解像度"
|
||||||
msgid "Screenshot"
|
msgid "Screenshot"
|
||||||
msgstr "キャプチャ"
|
msgstr "キャプチャ"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Screenshots"
|
msgid "Screenshots"
|
||||||
msgstr "キャプチャ"
|
msgstr "キャプチャ"
|
||||||
|
@ -857,6 +913,7 @@ msgstr "ステータス"
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "停止"
|
msgstr "停止"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Stop Using"
|
msgid "Stop Using"
|
||||||
msgstr "停止する"
|
msgstr "停止する"
|
||||||
|
@ -905,18 +962,16 @@ msgstr ""
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "時刻"
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "タイプ"
|
msgstr "タイプ"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "USB"
|
msgid "USB"
|
||||||
msgstr "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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Unauthorized"
|
msgid "Unauthorized"
|
||||||
msgstr "権限外"
|
msgstr "権限外"
|
||||||
|
@ -929,10 +984,12 @@ msgstr "ポートフォワード解除"
|
||||||
msgid "Uninstall"
|
msgid "Uninstall"
|
||||||
msgstr "削除"
|
msgstr "削除"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "未知"
|
msgstr "未知"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Unspecified Failure"
|
msgid "Unspecified Failure"
|
||||||
msgstr "未定義の失敗"
|
msgstr "未定義の失敗"
|
||||||
|
@ -961,6 +1018,7 @@ msgstr "アップロード中..."
|
||||||
msgid "Usb speed"
|
msgid "Usb speed"
|
||||||
msgstr "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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Use"
|
msgid "Use"
|
||||||
msgstr "利用する"
|
msgstr "利用する"
|
||||||
|
@ -981,10 +1039,6 @@ msgstr "値"
|
||||||
msgid "Version"
|
msgid "Version"
|
||||||
msgstr "バージョン"
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
||||||
msgid "Voltage"
|
msgid "Voltage"
|
||||||
msgstr "電圧"
|
msgstr "電圧"
|
||||||
|
@ -1005,6 +1059,7 @@ msgstr "音量↑"
|
||||||
msgid "Web"
|
msgid "Web"
|
||||||
msgstr "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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "WiFi"
|
msgid "WiFi"
|
||||||
msgstr "無線LAN"
|
msgstr "無線LAN"
|
||||||
|
@ -1013,6 +1068,7 @@ msgstr "無線LAN"
|
||||||
msgid "WiFi Settings"
|
msgid "WiFi Settings"
|
||||||
msgstr "無線LAN設定"
|
msgstr "無線LAN設定"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "WiMAX"
|
msgid "WiMAX"
|
||||||
msgstr "WiMAX"
|
msgstr "WiMAX"
|
||||||
|
@ -1021,6 +1077,7 @@ msgstr "WiMAX"
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
msgstr "幅"
|
msgstr "幅"
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Wireless"
|
msgid "Wireless"
|
||||||
msgstr "無線"
|
msgstr "無線"
|
||||||
|
@ -1033,13 +1090,31 @@ msgstr "X DPI"
|
||||||
msgid "Y DPI"
|
msgid "Y DPI"
|
||||||
msgstr "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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "はい"
|
msgstr "はい"
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
|
#~ msgid "A new version of STF is available"
|
||||||
msgid "You are no longer controlling the device."
|
#~ msgstr "STFの新しいバージョンがリリースされました"
|
||||||
msgstr "この実機のリモート操作ができなくなりました。"
|
|
||||||
|
#~ 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)"
|
#~ msgid "(Absent)"
|
||||||
#~ msgstr "(オフライン)"
|
#~ msgstr "(オフライン)"
|
||||||
|
@ -1050,9 +1125,6 @@ msgstr "この実機のリモート操作ができなくなりました。"
|
||||||
#~ msgid "Present"
|
#~ msgid "Present"
|
||||||
#~ msgstr "存在する"
|
#~ msgstr "存在する"
|
||||||
|
|
||||||
#~ msgid "CPU"
|
|
||||||
#~ msgstr "CPU"
|
|
||||||
|
|
||||||
#~ msgid "Device is not in use anymore"
|
#~ msgid "Device is not in use anymore"
|
||||||
#~ msgstr "実機が使われなくなりました"
|
#~ msgstr "実機が使われなくなりました"
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,11 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/resources/resources.html
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "-"
|
msgid "-"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -21,6 +21,7 @@ msgstr ""
|
||||||
msgid "ABI"
|
msgid "ABI"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "AC"
|
msgid "AC"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -37,6 +38,7 @@ msgstr ""
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -65,12 +67,14 @@ msgstr ""
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
||||||
msgid ""
|
msgid ""
|
||||||
"Are you sure you want to kick this device?"
|
"Are you sure you want to kick this device?"
|
||||||
"Currently it is being used by"
|
"Currently it is being used by"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
||||||
msgid "Available"
|
msgid "Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -103,6 +107,7 @@ msgstr ""
|
||||||
msgid "Battery Temperature"
|
msgid "Battery Temperature"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -111,10 +116,15 @@ msgstr ""
|
||||||
msgid "Browser"
|
msgid "Browser"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Busy"
|
msgid "Busy"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
|
||||||
msgid "Camera"
|
msgid "Camera"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -132,6 +142,7 @@ msgstr ""
|
||||||
msgid "Category"
|
msgid "Category"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Charging"
|
msgid "Charging"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -150,21 +161,23 @@ msgstr ""
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Cold"
|
msgid "Cold"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
#: /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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Connected"
|
msgid "Connected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Connected successfully."
|
msgid "Connected successfully."
|
||||||
msgstr ""
|
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..."
|
msgid "Connecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -172,6 +185,14 @@ msgstr ""
|
||||||
msgid "Cookies"
|
msgid "Cookies"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
|
||||||
msgid "D-pad Center"
|
msgid "D-pad Center"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -192,6 +213,7 @@ msgstr ""
|
||||||
msgid "D-pad Up"
|
msgid "D-pad Up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -200,6 +222,7 @@ msgstr ""
|
||||||
msgid "Data"
|
msgid "Data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Dead"
|
msgid "Dead"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -226,6 +249,11 @@ msgstr ""
|
||||||
msgid "Device"
|
msgid "Device"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/components/stf/common-ui/modals/fatal-message/fatal-message.html
|
||||||
msgid "Device was disconnected"
|
msgid "Device was disconnected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -234,14 +262,17 @@ msgstr ""
|
||||||
msgid "Devices"
|
msgid "Devices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Discharging"
|
msgid "Discharging"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Disconnected"
|
msgid "Disconnected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.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."
|
msgid "Disconnected.<br />Socket connection was lost, try again reloading the page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -258,6 +289,7 @@ msgstr ""
|
||||||
msgid "Drop file to upload"
|
msgid "Drop file to upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Dummy"
|
msgid "Dummy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -278,22 +310,26 @@ msgstr ""
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
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."
|
msgid "Error while connecting."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
||||||
msgid "Error while getting data"
|
msgid "Error while getting data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Error while reconnecting."
|
msgid "Error while reconnecting."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Error."
|
msgid "Error."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Ethernet"
|
msgid "Ethernet"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -322,6 +358,11 @@ msgstr ""
|
||||||
msgid "Forward Ports"
|
msgid "Forward Ports"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Full"
|
msgid "Full"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -347,6 +388,7 @@ msgstr ""
|
||||||
msgid "Go to Device List"
|
msgid "Go to Device List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Good"
|
msgid "Good"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -395,6 +437,7 @@ msgstr ""
|
||||||
msgid "IMEI"
|
msgid "IMEI"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Info"
|
msgid "Info"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -449,6 +492,7 @@ msgstr ""
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Logs"
|
msgid "Logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -466,47 +510,53 @@ msgstr ""
|
||||||
msgid "Media"
|
msgid "Media"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/device-control/device-control.html
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile"
|
msgid "Mobile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile DUN"
|
msgid "Mobile DUN"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile High Priority"
|
msgid "Mobile High Priority"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile MMS"
|
msgid "Mobile MMS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Mobile SUPL"
|
msgid "Mobile SUPL"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/info/info.html
|
||||||
msgid "Model"
|
msgid "Model"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/advanced/input/input.html
|
||||||
msgid "Mute"
|
msgid "Mute"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
#: /Users/a12907/STF/stf/res/app/device-list/device-list-details-controller.js
|
||||||
msgid "N/A"
|
msgid "N/A"
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/resources/resources.html
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -528,10 +578,12 @@ msgstr ""
|
||||||
msgid "Next"
|
msgid "Next"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/control/control-service.js
|
||||||
msgid "No clipboard data"
|
msgid "No clipboard data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -552,6 +604,7 @@ msgstr ""
|
||||||
msgid "No screenshots taken"
|
msgid "No screenshots taken"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Not Charging"
|
msgid "Not Charging"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -573,6 +626,7 @@ msgstr ""
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Offline"
|
msgid "Offline"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -585,10 +639,12 @@ msgstr ""
|
||||||
msgid "Orientation"
|
msgid "Orientation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Over Voltage"
|
msgid "Over Voltage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Overheat"
|
msgid "Overheat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -657,6 +713,7 @@ msgstr ""
|
||||||
msgid "Power Source"
|
msgid "Power Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Preparing"
|
msgid "Preparing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -678,15 +735,25 @@ msgstr ""
|
||||||
msgid "Pushing app..."
|
msgid "Pushing app..."
|
||||||
msgstr ""
|
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
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Ready"
|
msgid "Ready"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/socket/socket-state/socket-state-directive.js
|
||||||
msgid "Reconnected successfully."
|
msgid "Reconnected successfully."
|
||||||
msgstr ""
|
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..."
|
msgid "Reconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -791,6 +858,7 @@ msgstr ""
|
||||||
msgid "Screenshot"
|
msgid "Screenshot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
#: /Users/a12907/STF/stf/res/app/control-panes/control-panes-controller.js
|
||||||
msgid "Screenshots"
|
msgid "Screenshots"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -850,6 +918,7 @@ msgstr ""
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Stop Using"
|
msgid "Stop Using"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -902,10 +971,12 @@ msgstr ""
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "USB"
|
msgid "USB"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Unauthorized"
|
msgid "Unauthorized"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -918,10 +989,12 @@ msgstr ""
|
||||||
msgid "Uninstall"
|
msgid "Uninstall"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Unspecified Failure"
|
msgid "Unspecified Failure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -950,6 +1023,7 @@ msgstr ""
|
||||||
msgid "Usb speed"
|
msgid "Usb speed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Use"
|
msgid "Use"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -994,6 +1068,7 @@ msgstr ""
|
||||||
msgid "Web"
|
msgid "Web"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "WiFi"
|
msgid "WiFi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1002,6 +1077,7 @@ msgstr ""
|
||||||
msgid "WiFi Settings"
|
msgid "WiFi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "WiMAX"
|
msgid "WiMAX"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1010,6 +1086,7 @@ msgstr ""
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Wireless"
|
msgid "Wireless"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1022,6 +1099,7 @@ msgstr ""
|
||||||
msgid "Y DPI"
|
msgid "Y DPI"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /Users/a12907/STF/stf/res/build/bundle.js
|
||||||
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
#: /Users/a12907/STF/stf/res/app/components/stf/device/device-info-filter/index.js
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue