aboutsummaryrefslogtreecommitdiffstats
path: root/imports_shared/assets/translations/ja_JP.ts
Commit message (Collapse)AuthorAgeFilesLines
* Port to Qt 6.2Robert Griebl2022-07-011-1/+1
| | | | | | | | | | | - Build is warning free on Linux - Still using qmake - Custom fragmenShaders in the cluster are not ported yet - Qt 3D models are rendered, but the Studio 3D integration is untested Change-Id: I0e410a932d6461ba29e7c945cb5e9750d6df8964 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Bramastyo Harimukti Santoso <bram.harimukti@gmail.com>
* [qsr] remove translations from qsr panelEgor Nemtsev2020-08-051-15/+0
| | | | | | Fixes: AUTOSUITE-1603 Change-Id: I7b5835a0d52af53b5bd49ff1c032732fbe3e3088 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [downloads] move to state observer/controllerEgor Nemtsev2020-04-061-1/+32
| | | | | | Task-number: AUTOSUITE-1486 Change-Id: I9ac110f93691e9345f31ac791f21581293169e8b Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [all] add wrapper qsTr("...") for stringsAleksei Korkov2020-03-311-0/+216
| | | | | | Task-number: AUTOSUITE-1551 Change-Id: I4ec09e540aa028c62c49d34024cd9414a6c5515c Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [vehicle] add another check for 3d modelsGrigorii Zimin2020-03-301-0/+7
| | | | | | | | | this change allows to not load a model if no OpenGL context has been created, and so to prevent corresponding SEGFAULT Fixes: AUTOSUITE-1514 Change-Id: I0c7cd8fbe17567a2156953f35b45876ed14498a7 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [map] add check for opengl contextGrigorii Zimin2020-03-301-0/+8
| | | | | | | | | this change allows to not show a map, which requires created OpenGL context, and so to prevent a user' interaction with the missed map content Fixes: AUTOSUITE-1402 Change-Id: I12f3468624cff4f69edfaa748a450bd7f616eef3 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [settings] fix notifications on color and theme changedAleksei Korkov2020-03-181-0/+20
| | | | | | Fixes: AUTOSUITE-1532 Change-Id: Ic842a8c1ec961ebac48ba52371b13deea22e8f13 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [downloads] move to "package" logicEgor Nemtsev2019-12-161-0/+31
| | | | | | | | | | | - use PackageManager and "package" in Downloads app for QtAppMan 5.14 instead of application representation. Fix support of built-in app returning -1 size. Task-number: AUTOSUITE-1344 Change-Id: Id86c372098435209b0eb28d33cfc5ae938117710 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [sysui&apps] Design updates -- cherry-pick with reloaded assetsGrigorii Zimin2019-12-021-28/+8
| | | | | | | | | | | | Updating assets for album art, color picker, expand icons, widgets, popups and main dark background Also replaced Canvas with Image in ColorSelector and removed animation in width property in AbstractApplicationWidget Change-Id: I9175708556e699277e0c5948575106cc93d3d496 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [map] move business logic of the next turn distance to the storeBramastyo Harimukti2019-11-251-10/+27
| | | | | Change-Id: I8d462c542ed9928ffe90a87e631985cda75f936d Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [hud] applying clean UI architecture to the applicationBramastyo Harimukti2019-11-201-0/+7
| | | | | Change-Id: Iee97ed7bd80efe36b694c1df0d37251fc24a288f Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [settings] Fixing ToolsColumn width issueAlexandra Betouni2019-11-201-1/+1
| | | | | | | | | | | The text in settinga app tools column was cut. 1) Renamed connectivity to network to fit better 2) Increased ToolsColumn width so that languages also fits complete Change-Id: Ic28649d5ad883a017ab0711509a7f64fd1a2eb19 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [map] add turn-by-turn navigation demoGrigorii Zimin2019-11-181-0/+19
| | | | | | | | | | Notes: 1) Maneuver point is not always equal to the end of segment.path 2) Distance between maneuver points should be calculated manually, distance from the maneuver obj itself might be incorrect. Change-Id: I1c97e6dcb5ea01dd45308d763af5d3cdbb5c9f71 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [map] change url request for app on intentsGrigorii Zimin2019-11-131-1/+5
| | | | | Change-Id: I634264858188a4313b38ba20257bc4d331e68d44 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [map] refactor map controls on widgetsGrigorii Zimin2019-10-251-1/+5
| | | | | Change-Id: Idc282ac6bf8867daafbc2ec03bc815d6fc3b281d Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [map] add demo driving option for mapsGrigorii Zimin2019-10-241-1/+9
| | | | | | | | | | | | | | 1) Extend a behavior of the map app, previously it only shows route, now it also could start the demo driving simulation. 2) Map box panel has states now, this change allows to control UI state more generally and in one place, rather than with several bool flags. Controls appearance when app is shown as widget will be fixed in the following commit. Fixes: AUTOSUITE-1321 Change-Id: I4f627d7ad46604b6da9839b080e6d1c64f543428 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [Settings] Add connectivity optionsAnatoly Kozlov2019-10-211-0/+4
| | | | | | | | | - Add Qt IVI plugin to emulate connectivity features - Add WiFi settings to The Settings application Change-Id: I2e03cd3fa92a7a566455bf5c525d7aad94da62da Reviewed-by: Alexandra Betouni <ABetouni@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* Merge remote-tracking branch 'origin/5.13' into devBramastyo Harimukti2019-09-301-0/+25
|\ | | | | | | Change-Id: I97b030b0c690ec49afd59a99433293d4abee1db3
| * [vehicle] change popup window to notificationGrigorii Zimin2019-09-121-5/+13
| | | | | | | | | | Change-Id: Ia586a96044f7ce509edb9879ea37959b60be09bc Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
| * [doc] add a page to extend the parking app exampleBramastyo Harimukti2019-09-041-0/+9
| | | | | | | | | | | | | | | | | | - integrate Intent - integrate Notification Task-number: AUTOSUITE-1131 Change-Id: I68fdc07351f586e5d2e965750b81254f19b0cbcb Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
| * [vehicle] refactor runtime change reactionGrigorii Zimin2019-08-201-0/+8
| | | | | | | | | | | | | | | | | | | | 1) replace cpu-greedy BusyIndicator by a regular label 2) add immediate reaction on user intents for qt3d model 3) disable dynamic runtime change Change-Id: Iae5b2f6b1e81783e534128b98fb202ad3db0126a Fixes: AUTOSUITE-1069 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* | [sysui] Notifications refactorAlexandra Betouni2019-08-271-2/+2
|/ | | | | | | | Refactored notifications code Task-number: AUTOSUITE-1135 Change-Id: Ia970b6e071b485a352ee6b34fb71d114b6c2b671 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [map] fix showing notification about connection statusBramastyo Harimukti2019-08-021-0/+24
| | | | | | Change-Id: Ic9928fe66be14c7edcd700ace5262f4ff0f9fab3 Reviewed-by: Alexandra Betouni <ABetouni@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [sysui] fix ??? remain for deleted appEgor Nemtsev2019-07-051-3/+15
| | | | | | Task-number: AUTOSUITE-1076 Change-Id: If340858ca8421ac74d3cf4be370b29a828b1d2b4 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [monitor] refactor network statusGrigorii Zimin2019-05-281-10/+14
| | | | | | Task-number: AUTOSUITE-799 Change-Id: I9811b871f4f49e0944d2acafff6d1dafed66fa96 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [vehicle] add new vehicle app based on 3D StudioGrigorii Zimin2019-05-171-0/+12
| | | | | | Task-number: AUTOSUITE-465 Change-Id: I039ee27b395d208d71816ed654eb54786ce14a70 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [vehicle] move settings from yaml to uiGrigorii Zimin2019-05-171-0/+23
| | | | | Change-Id: I0524d9f8c61b0e725d6008f9791c9f53b4f313a4 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [translation] add missing translationsBramastyo Harimukti Santoso2019-04-291-0/+12
| | | | | Change-Id: I9aab451eda4d40fd6fabbeb39e87aed89eee3338 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [greenomics] remove the app and moved it to the deployment serverBramastyo Harimukti2019-04-251-7/+0
| | | | | | | | - this application is being used only for demo and not make any sense to be part of the built-in apps Change-Id: I390e12cdf3883d81f0a72b14ba3f2d8ce95875a6 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [translation] update languagesBramastyo Harimukti2019-04-231-22/+41
| | | | | Change-Id: Ia21521b9be06edfd2f0073eb522f5cfe419e4ced Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [SystemMonitor] Move single or multiprocess indicatorGeorg Leugner2019-03-281-3/+7
| | | | | | | | | Some system integrators might deploy single process versions to their images, what is hard to see without shell access. Hence this information is shown on a more prominent place. Change-Id: Ic124df0a59b0fdc5d95d010da847dae612012445 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [vehicle] change doors panel titleGrigorii Zimin2019-03-261-2/+2
| | | | | | | Task-number: AUTOSUITE-852 Change-Id: I29593449195ddea4fceb3eac5ba3fd19a0ee3ac4 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [translations] add missing translationsBramastyo Harimukti2019-03-221-18/+26
| | | | | Change-Id: Ie8f99cdb25db0456d34bea45e8353dcebc202570 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [translation] add missing translation for the clusterBramastyo Harimukti2019-03-181-0/+49
| | | | | Change-Id: I96858a10b10ca0e574ae35ed40fcdfc76938de5d Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [music] hide busy indicator and show warning when no media is availableBramastyo Harimukti Santoso2019-02-121-0/+7
| | | | | | | | - busy indicator consumes quite a lot of CPU to render its animation Task-number: AUTOSUITE-770 Change-Id: Ie7ae053f8fc40cbcc76c137c611afe0ea0919963 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [sysui] add information to the user when app window is not createdBramastyo Harimukti2018-12-191-0/+8
| | | | | | Task-number: AUTOSUITE-270 Change-Id: Ia7c944903da0ee8b4ba3dffe6b08f81730ff3bc8 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com>
* [sysui] Adapt to the new monitor APIs from QtApplicationManagerDaniel d'Andrada2018-12-111-4/+4
| | | | | | | | appman now provides a FrameTimer, so no need for us to implement our own. Change-Id: I9fa1bcb631215409f8591e325bf19284b7497261 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [map] use qmldir when importing modules and change the helper moduleBramastyo Harimukti2018-11-211-11/+0
| | | | | Change-Id: I1613cc28a1ee7b10f90928ebe62fac09873fb736 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* [climate] move popup content to its own panelBramastyo Harimukti2018-11-201-4/+7
| | | | | Change-Id: Ibca8472a42047ed4d283a65539675d46f9598a3d Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* [cluster] make the application follow the coreui principlesBramastyo Harimukti Santoso2018-11-071-3/+21
| | | | | Change-Id: Iaf932a57bc939766f2c2f0369b2c0761b6234712 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* [hud] initial implementation of the HUDBramastyo Harimukti Santoso2018-11-061-0/+4
| | | | | Change-Id: I69772305bf2c3fa14e6b50b0639841e3ad4fe2a0 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* [downloads] update the installation setupBramastyo Harimukti2018-10-221-0/+40
| | | | | | | | | - use task finished and task failed from ApplicationInstaller to show the correct status in the UI - additionally add the size of installed application Change-Id: I5d62882643fb2feeca0dfa7302d013fe8e92757c Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* [downloads] rename appstore to downloadsBramastyo Harimukti Santoso2018-10-171-32/+39
| | | | | | | | | - app store is not the correct name as we have nothing to purchase. hence, the application is renamed to downloads instead. Task-number: AUTOSUITE-634 Change-Id: I390d893e2dae3001a00a24223f6fd6444b25df21 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* [sysui] update the imports to use imports_system and imports_sharedBramastyo Harimukti2018-10-171-0/+1554
- in the current implementation, applications are able to import components related to the system. this patch is to prevent that situation and have a better separation between applications and system Change-Id: Ic9ca41aa8b789a74d7b3a8df4686faa61bf702af Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>