62 Commits
vic ... bka

Author SHA1 Message Date
galadriel1402
322d479725 sweet: libinit: Drop NfcHandler from libinit
Change-Id: I2a3f67ae2b07e1594d7ac6d38d630b1833441094
Signed-off-by: galadriel1402 <galadriel1402@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
spkal01
bec5c3db94 sweet: libinit: Add support of .mod_device hides
Change-Id: I615bb3017f1f7757251ceed7312122b94fdb0641
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
galadriel1402
03020b1274 sweet: libinit: Set ro.product.name and ro.product.vendor.name
Change-Id: Ie5830e40e9721a9c98b9c55f8e88bbfab6a1cdbc
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
Sebastiano Barezzi
f1a3425044 sweet: Initial variant handler libinit
Change-Id: If7aceb3fd962eeeeb9fa6f13167b41dd875a0aa7
Co-authored-by: galadriel1402 <galadriel1402@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
Alcatraz323
c86d19e751 sweet: Build DSPVolumeSynchronizer
Change-Id: I46f37b21fc9f0dd7cfb7f1d72ebd07ae5375bb2f
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
basamaryan
f0aadfa60b sweet: Inherit device/oneplus/dolby
Change-Id: I26fae5c3f0ab62445e628257943d7b6a48a2a478
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
therealmharc
ba508fb9b1 Revert "sweet: Add Dolby Atmos support [1/2]"
This reverts commit 94a2d2d549.

Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
Arian
f4b9b7ec70 sweet: Patch com.vidhance.node.eis.so to allocate GraphicBuffer with new size
Commit [1] ("Introduce a dependency monitor for fences") has added new
members to the GraphicBuffer struct, increasing the size from 0x100 to
0xd30. camera.xiaomi.so creates GraphicBuffer in its constructors using
"new GraphicBuffer(..)" which encodes the size to allocate at compile
time. Then, on destruction of the object, the implicit destructor will
try to destruct the new members, but, since this memory was not
allocated for the object, this leads to memory access of unallocated
storage.

F DEBUG   : backtrace:
F DEBUG   :       #00 pc 000000000003ba00  /vendor/lib64/libui.so (__aarch64_ldadd8_acq_rel+16) (BuildId: b577faa139eb3404c7d3a674b147634c)
F DEBUG   :       #01 pc 0000000000051364  /vendor/lib64/libui.so (android::GraphicBuffer::~GraphicBuffer()+248) (BuildId: b577faa139eb3404c7d3a674b147634c)
F DEBUG   :       #02 pc 0000000000051698  /vendor/lib64/libui.so (android::GraphicBuffer::~GraphicBuffer()+20) (BuildId: b577faa139eb3404c7d3a674b147634c)
F DEBUG   :       #03 pc 0000000000011064  /vendor/lib64/libutils.so (android::RefBase::decStrong(void const*) const+164) (BuildId: 99d1ab745e7b73420d8d2b397483ef54)
F DEBUG   :       #04 pc 00000000000cd538  /vendor/lib64/hw/camera.xiaomi.so (mihal::GraBuffer::~GraBuffer()+236) (BuildId: a4c59705588bd26d407f0ab181902baf)

[1]: df868baf2a

Change-Id: I239c31b6ea5a7813abc3e9cfbefb6d2bdcc1a9e0
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
zenzer0s
62c94dd951 sweet: Update surface flinger timers and disable content detection for refresh rate
- this prevents screen flicker causing due to rapid change in adaptive refresh rate

Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
therealmharc
07c435fcef Revert "sweet: properties: Disable content detection for refresh rate"
This reverts commit c04728fe8d7b9f5c82e9c8ec37aff94e970aab1c.

Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
rmp22
7ee3bb7a27 sweet: add target_ims_override flag
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
Sebastiano Barezzi
fc00311470 sweet: Drop 64-bit soundtrigger blobs
Change-Id: I85590f7ae7629e2088df951b55651b0fa9c1f90c
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
Sebastiano Barezzi
aa778f553e sweet: Remove unused libswvdec blob
libswvdec.so is no longer needed with the Codec2 media stack + this is a
OMX library which we already drop long ago.

Change-Id: I01a801148e4db65ff8e4357668c08abac8c9c7b2
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
therealmharc
f2f4b2efeb Revert "sweet: Import perf boost configs from vendor"
This reverts commit c2fd183d7ca1c1e6e201c1e3e07a67758269b896.

Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:44 +08:00
therealmharc
97ad4295ad sweet: setup dependencies
Signed-off-by: therealmharc <therealmharc@gmail.com>
2026-01-09 02:30:38 +08:00
therealmharc
31347a73ae sweet: Setup DeviceAsWebcam [1/2]
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
therealmharc
3f09ced1c3 sweet: Add Torch Strength support [1/2]
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
therealmharc
57bd82fae0 sweet: Add ViPER4AndroidFX support [1/2]
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
romiyusnandar
734f657643 sweet: Add Bypass Charging support [1/2]
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
therealmharc
54110ba528 sweet: initialize Evolution-X 11.x
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
Yahya Wessam
2b590106d8 sweet: switch to Spiteful kernel [1/2]
- defconfig: https://github.com/tbyool/android_kernel_xiaomi_sm6150/blob/16.0/arch/arm64/configs/sweet_defconfig

Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
eidawon
4cc2bb90a5 sweet: Add KProfiles support [1/2]
Signed-off-by: eidawon <projecteidawon@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
therealmharc
94a2d2d549 sweet: Add Dolby Atmos support [1/2]
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
kamleshhv
53235bff5d sweet: Add min and peak refresh rate option
- drop smooth display

Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
Adithya R
dcc5969fcf sweet: Drop soundtrigger HIDL impl
* breaks google voice match with pixelpropsutils as
   we don't have hotword enrollment support

Change-Id: I213626f9729e5ff47ce7e6c990d605ed669b97e3
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
AdarshGrewal
3f7b24dcc4 sweet: properties: Disable content detection for refresh rate
* Having this enabled makes vili fast switch randomly on loops from 120-60Hz, being so fast that our display doesn't have enough time to react, making garbage content to be shown, like a CRT on static...
So, for avoiding the "CRT bug", we disabled it for good:

Test: After disabling that, see if 120Hz seems stable and no glitches on display appeared
Results: 120Hz locked refresh rate when smooth display enabled, no CRT bug at all
To-do: Adjust idle timing, display in inactive likes to switch back and forth, not so fastly, but noticeable

Change-Id: I24641e8e3b6e9b80328cdf1c0fa65d9a16085acd
Signed-off-by: AdarshGrewal <adarshgrewal@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
anky894
a0aa628a70 sweet: Import perf boost configs from vendor
Change-Id: I53a2f94833924a04fd34101919e781b4c8dead0b
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
Kyle Lin
6f5c8ec0b9 sweet: powerhint: add FIXED_PERFORMANCE
Bug: 153084443
Test: build and boot
Change-Id: Ib8a6244b85404841424ac7e8d6ff77523376778d
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
galadriel1402
c593366c84 sweet: powerhint: Disable high-cap boost when screen is off
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
Andrzej Perczak
fdeab87c41 sweet: powerhint: Disable prefer_idle when screen goes off
Stune prefer_idle minimizes wakeup latency and helps spreading all tasks
evenly across cores, however, it may increase energy consumption. To
minimize effect on battery disable it when screen goes off, this will
optimize task placement for energy.

Signed-off-by: Andrzej Perczak <linux@andrzejperczak.com>
Change-Id: I57c9820a8a3d8bff8efe6815bb9c053d1c3ff7d5
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
xNombre
876a6995c0 sweet: powerhint: Don't boost top-app when screen is off
When screen is off top-app cpuset is needlessly boosted
and can increase power usage. Add a power hint to zero
boost value when display is turned-off.

Reference: 772801bf8a/power/aidl/android/hardware/power/Mode.aidl (134)

Signed-off-by: xNombre <kartapolska@gmail.com>
Change-Id: I68f2fde8bdd2738e5da2b2af6fa9fb7a06604e3f
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
galadriel1402
9c289210e7 sweet: Checkout with kiev powerhints
* Reference: https://github.com/LineageOS/android_device_motorola_kiev/blob/lineage-23.0/configs/power/powerhint.json

Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-12-14 22:49:08 +08:00
Pranav Vashi
c2e6f2c3fa sweet: overlay: Mark display cutout as not translatable
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 15:57:33 +00:00
Pranav Vashi
b9ae99763f sweet: Define AAPT config
Change-Id: I53efa96939b0fa0cbba065ed79d964cac9c1ad07
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 15:57:33 +00:00
Pranav Vashi
13f0771051 sweet: overlay: Reduce statusbar end paddings
Change-Id: I40b191d5490e6b9a00043be9a5a144e89e16c2c8
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 15:57:33 +00:00
raghavt20
d4604d0118 sweet: Set target display density to 410
Change-Id: I11cd2699e105148a8fd381ca8bc91840a53db66b
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 15:57:33 +00:00
Arian
e15d64f9ce sweet: Bring back face detection libs
Change-Id: I50af944e9398eef352f72f4729999f8d0c556837
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 15:57:33 +00:00
Pranav Vashi
92420c6671 sweet: Update libarcsoft_super_night_raw compatible with camera package
Change-Id: I489f181c609a2cdf45fd766bc1e0b0f5eec1cfc5
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 15:57:33 +00:00
Arian
8e246fa93d sweet: Add MIUICamera support [1/2]
Change-Id: Ibb8e46c05c4e22e931337e08489677e14ebd72f0
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 15:57:07 +00:00
trpsl
429276cfc3 sweet: audio: add ACDB IDs for voice recording
Change-Id: I911491d186c85416ce6236ef5a253edc4badcc0b
Signed-off-by: trpsl <trpsl@pixelexperience.org>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-05 14:54:29 +00:00
Sourajit Karmakar
c2022b22aa sweet: power: Boost GPU when EXPENSIVE_RENDERING hints are parsed
* The powerhint configuration is really weird here. As it turns out,
  in commit [1], Google was probably testing the sm7150-aa and sm7150-ab
  for sunfish and for them, they couldn't find any common frequenices.
  Hence, they decided to use the pwr_levels of respective SoCs for boosting
  the GPU which in this case was very conviniently set to 0 which basically
  does no boosting. (Although that shouldn't actually be the case.) (Source:
  watch -n 0.5 the node in question)

* To get the frequencies available to userspace we cat the node:

  sweetin:/ # cat /sys/class/kgsl/kgsl-3d0/devfreq/available_frequencies
  180000000 267000000 355000000 430000000 565000000 650000000 800000000

* Snapdragon 732G at minimum frequencies can't handle blur very well. This
  should help a lot.

[1]: d564c5b2c3

Change-Id: I015c609b63d1eabe30e9774e23ea1796e6000fc4
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 15:02:18 +00:00
Alexander Winkowski
ab84d06a1e sweet: powerhint: Remove EnergyAware node
* Google removed this node in redbull.

Change-Id: Iaba137fdb02dddfad7815b7cb3a0701962a06832
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 15:02:18 +00:00
Subhajeet Muhuri
515b2f56a9 sweet: powerhint: Let CPUBW idle to 2288
Change-Id: I92b499fb492115317e40d904f781bc59481a0103
Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@aosip.dev>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 15:02:18 +00:00
Alexander Winkowski
2944336369 sweet: powerhint: Don't restrict CPU idle levels
The difference in wakeup latencies isn't so significant, let CPU cores enter
deeper idle states to save some power.

Change-Id: I9b24adc356bf35bbdc0bda6e0eee982b4daf1350
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 15:02:18 +00:00
Subhajeet Muhuri
0a644f80f7 sweet: powerhint: Remove unused nodes & hints
Change-Id: I976c877d0260ebce66a7a815f83c6513563dd34d
Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@aosip.dev>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 15:02:18 +00:00
Subhajeet Muhuri
6400ddd42c sweet: power: Remove audio hints
Change-Id: Ifb0e93f6856d9b3301c19a3f5321c933714f9b64
Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@aosip.dev>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 15:02:18 +00:00
Arian
70872e0ab5 Revert "sweet: power: Decrease launch boost to 3sec"
This reverts commit a0cc5fb715.

Change-Id: Ie6bf98c518a898fbde09a9aef7857da41ffeff04
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 15:02:18 +00:00
Bin
08b0e35987 sweet: Patch audio to load libaudioroute-v34.so
Change-Id: Idad20512982b8753820fffa6d956df137e462638
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
basamaryan
5e67a4196c sweet: Run sort-blobs-list.py --dir-first
Change-Id: I41df550b7c7486623a25c8440a6a1428c2bf82f3
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
shoya0x00
ee195f20f4 sweet: manifest: Commonize target-level
Change-Id: I14129505f78def5e0a305479c5436e8654462359
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
Hridaya Prajapati
6f7cc1fbb9 sweet: switch to common AIDL IR service
Change-Id: I36c05aaa312969e479896c6e63a26a68cf897afa
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
Yumi Yukimura
44fb5a2df1 sweet: manifest: Bump target-level to 6
Change-Id: I8d419d248f29b7d316a87d55e19ae7ff141e19a5
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
Michael Bestas
16098b0773 sweet: Disable OMX service
Change-Id: I5381e098af64271f9d71c484262e1710e8fcacea
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
Michael Bestas
fb21864a2d sweet: Remove unused Android.mk
Change-Id: I98105c127066f7de7012a1895d19c96356105921
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
basamaryan
be6ce4538a sweet: display: Convert to blueprint
Change-Id: Ia7f1b0dc373feb2cd2a7db433c162626e5bce29d
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-11-04 14:58:09 +00:00
basamaryan
a03ace867d sweet: Move to Xiaomi fingerprint AIDL
Change-Id: I68dba7184034fd37454c7d32a065f041cb611625
2024-12-25 19:40:07 -05:00
LuK1337
e58327b53c sweet: Enable elfchecks for camera libs
Reference: I23190f0b83c9e28aa2624a7575544b0eaf5c83c8
Change-Id: I18b0b07bf3a435dd449106653e3ca458b4f07b69
2024-12-25 19:40:07 -05:00
basamaryan
7d7d9f44b1 sweet: Enable elfchecks for libgrallocutils
Change-Id: I3719a100caa3535d3f2c27f4d2a0b9f75674d1d7
2024-12-25 19:40:07 -05:00
basamaryan
6ee1b45e9c sweet: Switch to py extract utils
Change-Id: If53e93faec4f455542c9eb46ece28d355e5910e4
2024-12-25 19:40:07 -05:00
LuK1337
8ffc9e22cd sweet: Adjust override prop key names
Change-Id: I436bbf425023dbe54cf3e2c35f50a5575511bc38
2024-12-25 19:40:07 -05:00
basamaryan
1c166492b4 sweet: Run bpfix
Change-Id: Ife7b541d10e427999657195f266d40b303c09532
2024-12-25 19:39:09 -05:00
Ken Huang
d7334688bb sweet: Set 120Hz frame rate multiple threshold
Bug: 215043570
Test: play 24fps video and check refresh rate
Change-Id: Ie638f9dcf11e25bdd903d6cde2d0eeb794668e52
2024-12-17 11:17:40 -05:00
149 changed files with 787 additions and 8759 deletions

View File

@@ -7,6 +7,9 @@
# Inherit from sm6150-common
include device/xiaomi/sm6150-common/BoardConfigCommon.mk
# Inherit from Dolby
-include device/oneplus/dolby/BoardConfig.mk
# MiuiCamera
-include device/xiaomi/miuicamera-sweet/BoardConfig.mk
@@ -19,6 +22,7 @@ TARGET_OTA_ASSERT_DEVICE := sweet,sweetin
TARGET_PROVIDES_AUDIO_EXTNS := true
# Broken Rules
ifneq ($(TARGET_BUILD_VARIANT), user)
BUILD_BROKEN_CLANG_PROPERTY := true
BUILD_BROKEN_CLANG_ASFLAGS := true
BUILD_BROKEN_CLANG_CFLAGS := true
@@ -36,17 +40,15 @@ BUILD_BROKEN_USES_NETWORK := true
BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE := true
BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true
BUILD_BROKEN_INCORRECT_PARTITION_IMAGES := true
BUILD_BROKEN_GENRULE_SANDBOXING := true
# BUILD_BROKEN_GENRULE_SANDBOXING := true
BUILD_BROKEN_DONT_CHECK_SYSTEMSDK := true
endif
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/configs/hidl/manifest.xml
# HWUI
HWUI_COMPILE_FOR_PERF := true
# Kernel
TARGET_KERNEL_CONFIG := sweet_defconfig
TARGET_KERNEL_CONFIG += sweet_defconfig
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 134217728

View File

@@ -65,10 +65,6 @@
<usecase name="USECASE_AUDIO_RECORD_VOIP" type="in" id="16" />
<usecase name="USECASE_AUDIO_A2DP_ABR_FEEDBACK" type="in" id="12" />
<usecase name="USECASE_INCALL_MUSIC_UPLINK" type="out" id="27" />
<usecase name="USECASE_INCALL_MUSIC_UPLINK2" type="out" id="27" />
<usecase name="USECASE_INCALL_REC_UPLINK" type="in" id="27" />
<usecase name="USECASE_INCALL_REC_DOWNLINK" type="in" id="27" />
<usecase name="USECASE_INCALL_REC_UPLINK_AND_DOWNLINK" type="in" id="27" />
</pcm_ids>
<config_params>
<!-- In the below value string, the value indicates default mono -->
@@ -227,8 +223,8 @@
<device name="SND_DEVICE_IN_VOICE_REC_DMIC_FLUENCE" interface="TX_CDC_DMA_TX_3"/>
<device name="SND_DEVICE_IN_AANC_HANDSET_MIC" interface="TX_CDC_DMA_TX_3"/>
<device name="SND_DEVICE_IN_QUAD_MIC" interface="TX_CDC_DMA_TX_3"/>
<device name="SND_DEVICE_IN_HANDSET_DMIC_STEREO" interface="TX_CDC_DMA_TX_3"/>
<device name="SND_DEVICE_IN_SPEAKER_DMIC_STEREO" interface="TX_CDC_DMA_TX_3"/>
<device name="SND_DEVICE_IN_HANDSET_STEREO_DMIC" interface="TX_CDC_DMA_TX_3"/>
<device name="SND_DEVICE_IN_SPEAKER_STEREO_DMIC" interface="TX_CDC_DMA_TX_3"/>
<device name="SND_DEVICE_IN_CAPTURE_VI_FEEDBACK" interface="WSA_CDC_DMA_TX_0"/>
<device name="SND_DEVICE_IN_CAPTURE_VI_FEEDBACK_MONO_1" interface="WSA_CDC_DMA_TX_0"/>
<device name="SND_DEVICE_IN_CAPTURE_VI_FEEDBACK_MONO_2" interface="WSA_CDC_DMA_TX_0"/>

View File

@@ -234,8 +234,8 @@
<!-- RT Proxy Cal end -->
<!-- Incall Recording -->
<ctl name="MultiMedia9 Mixer VOC_REC_UL" value="0" />
<ctl name="MultiMedia9 Mixer VOC_REC_DL" value="0" />
<ctl name="MultiMedia1 Mixer VOC_REC_UL" value="0" />
<ctl name="MultiMedia1 Mixer VOC_REC_DL" value="0" />
<ctl name="MultiMedia8 Mixer VOC_REC_UL" value="0" />
<ctl name="MultiMedia8 Mixer VOC_REC_DL" value="0" />
<!-- Incall Recording End -->
@@ -366,9 +366,9 @@
<!-- Volume controls -->
<ctl name="WSA_RX0 Digital Volume" value="84" />
<ctl name="WSA_RX1 Digital Volume" value="84" />
<ctl name="RX_RX0 Digital Volume" value="87" />
<ctl name="RX_RX1 Digital Volume" value="87" />
<ctl name="RX_RX2 Digital Volume" value="87" />
<ctl name="RX_RX0 Digital Volume" value="84" />
<ctl name="RX_RX1 Digital Volume" value="84" />
<ctl name="RX_RX2 Digital Volume" value="84" />
<ctl name="HPHL Volume" value="20" />
<ctl name="HPHR Volume" value="20" />
<ctl name="EAR SPKR PA Gain" value="G_DEFAULT" />
@@ -2058,7 +2058,7 @@
</path>
<path name="incall-rec-uplink">
<ctl name="MultiMedia9 Mixer VOC_REC_UL" value="1" />
<ctl name="MultiMedia1 Mixer VOC_REC_UL" value="1" />
</path>
<path name="incall-rec-uplink bt-sco">
@@ -2102,7 +2102,7 @@
</path>
<path name="incall-rec-downlink">
<ctl name="MultiMedia9 Mixer VOC_REC_DL" value="1" />
<ctl name="MultiMedia1 Mixer VOC_REC_DL" value="1" />
</path>
<path name="incall-rec-downlink bt-sco">
@@ -2640,7 +2640,7 @@
</path>
<path name="mmap-playback bt-sco-wb">
<ctl name="BT SampleRate" value="KHZ_16" />
<ctl name="BT SampleRate" value="16000" />
<path name="mmap-playback bt-sco" />
</path>
@@ -2660,7 +2660,7 @@
<ctl name="DISPLAY_PORT Mixer MultiMedia16" value="1" />
</path>
<path name="mmap-playback hdmi">
<path name="mmap-buffer-playback hdmi">
<ctl name="HDMI Mixer MultiMedia16" value="1" />
</path>

View File

@@ -1,14 +1,4 @@
<manifest version="2.0" type="device" target-level="6" >
<!-- Codec2 HAl service -->
<hal format="hidl">
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IComponentStore</name>
<instance>default1</instance>
</interface>
</hal>
<manifest version="2.0" type="device">
<hal format="hidl">
<name>android.hardware.sensors</name>
<transport>hwbinder</transport>

View File

@@ -20,12 +20,29 @@
],
"ResetOnInit": true
},
{
"Name": "CPULittleClusterUpRateLimit",
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/schedutil/up_rate_limit_us",
"Values": [
"500",
"2000"
],
"ResetOnInit": true
},
{
"Name": "CPULittleClusterDownRateLimit",
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/schedutil/down_rate_limit_us",
"Values": [
"20000",
"2000"
],
"ResetOnInit": true
},
{
"Name": "CPUBigClusterMaxFreq",
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
"Values": [
"9999999",
"1939200",
"1555200"
],
"DefaultIndex": 0,
@@ -36,40 +53,47 @@
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
"Values": [
"9999999",
"1555200",
"1248000",
"652800"
],
"ResetOnInit": true
},
{
"Name": "GPUMaxFreq",
"Path": "/sys/class/kgsl/kgsl-3d0/max_pwrlevel",
"Name": "CPUBigClusterUpRateLimit",
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/schedutil/up_rate_limit_us",
"Values": [
"0",
"3"
"500",
"2000"
],
"ResetOnInit": true
},
{
"Name": "CPUBigClusterDownRateLimit",
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/schedutil/down_rate_limit_us",
"Values": [
"10000",
"2000"
],
"ResetOnInit": true
},
{
"Name": "GPUMaxFreq",
"Path": "/sys/class/kgsl/kgsl-3d0/devfreq/max_freq",
"Values": [
"800000000",
"650000000"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "GPUMinFreq",
"Path": "/sys/class/kgsl/kgsl-3d0/min_pwrlevel",
"Path": "/sys/class/kgsl/kgsl-3d0/devfreq/min_freq",
"Values": [
"0",
"3",
"7"
],
"ResetOnInit": true
},
{
"Name": "GPUBusMinFreq",
"Path": "/sys/class/devfreq/soc:qcom,gpubw/min_freq",
"Values": [
"6881",
"5931",
"3879",
"0"
"800000000",
"650000000",
"565000000",
"430000000",
"267000000"
],
"ResetOnInit": true
},
@@ -100,13 +124,54 @@
],
"ResetOnInit": true
},
{
"Name": "FgSchedtunePreferIdle",
"Path": "/dev/stune/foreground/schedtune.prefer_idle",
"Values": [
"1",
"0"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "BgSchedtunePreferIdle",
"Path": "/dev/stune/background/schedtune.prefer_idle",
"Values": [
"1",
"0"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
"Name": "TASchedtuneBoost",
"Path": "/dev/stune/top-app/schedtune.boost",
"Values": [
"40",
"10"
"10",
"0"
],
"DefaultIndex": 1,
"ResetOnInit": true
},
{
"Name": "TASchedtuneHighCap",
"Path": "/dev/stune/top-app/schedtune.prefer_high_cap",
"Values": [
"1",
"0"
],
"ResetOnInit": true
},
{
"Name": "TASchedtunePreferIdle",
"Path": "/dev/stune/top-app/schedtune.prefer_idle",
"Values": [
"1",
"0"
],
"DefaultIndex": 0,
"ResetOnInit": true
},
{
@@ -136,32 +201,13 @@
],
"ResetOnInit": true
},
{
"Name": "CPUBWSampleMs",
"Path": "/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/bw_hwmon/sample_ms",
"Values": [
"10",
"4"
],
"ResetOnInit": true
},
{
"Name": "CPUBWIOPercent",
"Path": "/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/bw_hwmon/io_percent",
"Values": [
"80",
"34"
],
"ResetOnInit": true
},
{
"Name": "CPUBWMinFreq",
"Path": "/sys/class/devfreq/soc:qcom,cpu-cpu-llcc-bw/min_freq",
"Values": [
"14236",
"9155",
"7110",
"4577"
"2288"
],
"ResetOnInit": true
},
@@ -175,33 +221,6 @@
],
"ResetOnInit": true
},
{
"Name": "LLCCBWSampleMs",
"Path": "/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/sample_ms",
"Values": [
"10",
"4"
],
"ResetOnInit": true
},
{
"Name": "LLCCBWHistMemory",
"Path": "/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/hist_memory",
"Values": [
"0",
"20"
],
"ResetOnInit": true
},
{
"Name": "LLCCBWHystLength",
"Path": "/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/hyst_length",
"Values": [
"0",
"10"
],
"ResetOnInit": true
},
{
"Name": "L3LittleClusterMinFreq",
"Path": "/sys/class/devfreq/soc:qcom,cpu0-cpu-l3-lat/min_freq",
@@ -211,15 +230,6 @@
],
"ResetOnInit": true
},
{
"Name": "LLCCBWHystTriggerCount",
"Path": "/sys/class/devfreq/soc:qcom,cpu-llcc-ddr-bw/bw_hwmon/hyst_trigger_count",
"Values": [
"0",
"3"
],
"ResetOnInit": true
},
{
"Name": "L3BigClusterMinFreq",
"Path": "/sys/class/devfreq/soc:qcom,cpu6-cpu-l3-lat/min_freq",
@@ -229,31 +239,13 @@
],
"ResetOnInit": true
},
{
"Name": "PMQoSCpuDmaLatency",
"Path": "/dev/cpu_dma_latency",
"Values": [
"44",
"100"
],
"HoldFd": true
},
{
"Name": "EnergyAware",
"Path": "/proc/sys/kernel/sched_energy_aware",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{
"Name": "DoubleTapToWakeEnable",
"Path": "/sys/devices/virtual/touch/touch_dev/double_tap",
"Values": [
"1",
"0"
],
]
},
{
"Name": "PowerHALMainState",
@@ -264,15 +256,6 @@
],
"Type": "Property"
},
{
"Name": "PowerHALAudioState",
"Path": "vendor.powerhal.audio",
"Values": [
"AUDIO_STREAMING_LOW_LATENCY",
""
],
"Type": "Property"
},
{
"Name": "PowerHALRenderingState",
"Path": "vendor.powerhal.rendering",
@@ -306,7 +289,67 @@
"PowerHint": "SUSTAINED_PERFORMANCE",
"Node": "GPUMaxFreq",
"Duration": 0,
"Value": "3"
"Value": "800000000"
},
{
"PowerHint": "FIXED_PERFORMANCE",
"Node": "CPUBigClusterMaxFreq",
"Duration": 0,
"Value": "9999999"
},
{
"PowerHint": "FIXED_PERFORMANCE",
"Node": "CPUBigClusterMinFreq",
"Duration": 0,
"Value": "9999999"
},
{
"PowerHint": "FIXED_PERFORMANCE",
"Node": "CPULittleClusterMaxFreq",
"Duration": 0,
"Value": "9999999"
},
{
"PowerHint": "FIXED_PERFORMANCE",
"Node": "CPULittleClusterMinFreq",
"Duration": 0,
"Value": "9999999"
},
{
"PowerHint": "FIXED_PERFORMANCE",
"Node": "GPUMaxFreq",
"Duration": 0,
"Value": "800000000"
},
{
"PowerHint": "FIXED_PERFORMANCE",
"Node": "GPUMinFreq",
"Duration": 0,
"Value": "800000000"
},
{
"PowerHint": "INTERACTIVE",
"Node": "CPULittleClusterUpRateLimit",
"Duration": 0,
"Value": "500"
},
{
"PowerHint": "INTERACTIVE",
"Node": "CPULittleClusterDownRateLimit",
"Duration": 0,
"Value": "20000"
},
{
"PowerHint": "INTERACTIVE",
"Node": "CPUBigClusterUpRateLimit",
"Duration": 0,
"Value": "500"
},
{
"PowerHint": "INTERACTIVE",
"Node": "CPUBigClusterDownRateLimit",
"Duration": 0,
"Value": "10000"
},
{
"PowerHint": "INTERACTION",
@@ -320,6 +363,12 @@
"Duration": 0,
"Value": "40"
},
{
"PowerHint": "INTERACTION",
"Node": "TASchedtuneHighCap",
"Duration": 0,
"Value": "1"
},
{
"PowerHint": "INTERACTION",
"Node": "CPUBWHystTriggerCount",
@@ -350,114 +399,84 @@
"Duration": 0,
"Value": "2597"
},
{
"PowerHint": "LAUNCH",
"Node": "EnergyAware",
"Duration": 3000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBigClusterMaxFreq",
"Duration": 3000,
"Duration": 5000,
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBigClusterMinFreq",
"Duration": 3000,
"Duration": 5000,
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
"Node": "CPULittleClusterMinFreq",
"Duration": 3000,
"Duration": 5000,
"Value": "9999999"
},
{
"PowerHint": "LAUNCH",
"Node": "PMQoSCpuDmaLatency",
"Duration": 3000,
"Value": "44"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystTriggerCount",
"Duration": 3000,
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHystLength",
"Duration": 3000,
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWHistMemory",
"Duration": 3000,
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "CPUBWMinFreq",
"Duration": 3000,
"Duration": 5000,
"Value": "14236"
},
{
"PowerHint": "LAUNCH",
"Node": "GPUForceClkOn",
"Duration": 3000,
"Duration": 5000,
"Value": "1"
},
{
"PowerHint": "LAUNCH",
"Node": "GPUForceRailOn",
"Duration": 3000,
"Duration": 5000,
"Value": "1"
},
{
"PowerHint": "LAUNCH",
"Node": "GPUIdleTimer",
"Duration": 3000,
"Duration": 5000,
"Value": "10000"
},
{
"PowerHint": "LAUNCH",
"Node": "LLCCBWMinFreq",
"Duration": 3000,
"Duration": 5000,
"Value": "6881"
},
{
"PowerHint": "LAUNCH",
"Node": "L3LittleClusterMinFreq",
"Duration": 3000,
"Duration": 5000,
"Value": "1459200000"
},
{
"PowerHint": "LAUNCH",
"Node": "L3BigClusterMinFreq",
"Duration": 3000,
"Duration": 5000,
"Value": "1459200000"
},
{
"PowerHint": "AUDIO_LAUNCH",
"Node": "PMQoSCpuDmaLatency",
"Duration": 2000,
"Value": "44"
},
{
"PowerHint": "AUDIO_STREAMING_LOW_LATENCY",
"Node": "PowerHALAudioState",
"Duration": 0,
"Value": "AUDIO_STREAMING_LOW_LATENCY"
},
{
"PowerHint": "AUDIO_STREAMING_LOW_LATENCY",
"Node": "PMQoSCpuDmaLatency",
"Duration": 0,
"Value": "44"
},
{
"PowerHint": "EXPENSIVE_RENDERING",
"Node": "PowerHALRenderingState",
@@ -468,19 +487,43 @@
"PowerHint": "EXPENSIVE_RENDERING",
"Node": "GPUMinFreq",
"Duration": 0,
"Value": "0"
"Value": "800000000"
},
{
"PowerHint": "EXPENSIVE_RENDERING",
"Node": "GPUMaxFreq",
"Duration": 0,
"Value": "800000000"
},
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "TASchedtuneBoost",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "TPU_BOOST",
"Node": "PMQoSCpuDmaLatency",
"Duration": 2000,
"Value": "44"
"PowerHint": "DISPLAY_INACTIVE",
"Node": "FgSchedtunePreferIdle",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "BgSchedtunePreferIdle",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "TASchedtunePreferIdle",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "DISPLAY_INACTIVE",
"Node": "TASchedtuneHighCap",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "DOUBLE_TAP_TO_WAKE",

View File

@@ -7,6 +7,9 @@
# Inherit from sm6150-common
$(call inherit-product, device/xiaomi/sm6150-common/sm6150.mk)
# Inherit from dolby
$(call inherit-product-if-exists, device/oneplus/dolby/device.mk)
# MiuiCamera
$(call inherit-product-if-exists, device/xiaomi/miuicamera-sweet/device.mk)
@@ -27,13 +30,6 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio/mixer_paths_overlay_dynamic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_overlay_dynamic.xml \
$(LOCAL_PATH)/configs/audio/mixer_paths_overlay_static.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_overlay_static.xml
# Device-specific settings
PRODUCT_PACKAGES += \
DSPVolumeSynchronizer \
XiaomiDolby \
XiaomiDolbyResCommon \
XiaomiParts
# Display
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/display/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml \
@@ -45,10 +41,20 @@ PRODUCT_PACKAGES += \
# Dolby
TARGET_USES_DOLBY := true
PRODUCT_PACKAGES += \
DSPVolumeSynchronizer
# Init
$(call soong_config_set,libinit,vendor_init_lib,//$(LOCAL_PATH):libinit_sweet)
# Init scripts
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/init.sweet.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.sweet.rc
# KProfiles
PRODUCT_PACKAGES += \
KProfiles
# NFC
PRODUCT_PACKAGES += \
com.android.nfc_extras \
@@ -73,9 +79,6 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml
# Kernel
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
# Overlay
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \

View File

@@ -1,50 +1,68 @@
[
{
"remote": "evo-devices",
"repository": "device_xiaomi_sm6150-common",
"remote": "github-non-los",
"repository": "SoulEye-sweet/device_xiaomi_sm6150-common",
"target_path": "device/xiaomi/sm6150-common",
"branch": "vic"
"branch": "bka"
},
{
"remote": "github-non-los",
"repository": "SoulEye-sweet/device_xiaomi_miuicamera-sweet",
"target_path": "device/xiaomi/miuicamera-sweet",
"branch": "bka"
},
{
"remote": "codeberg",
"repository": "SoulEye-sweet/vendor_xiaomi_sweet",
"target_path": "vendor/xiaomi/sweet",
"branch": "bka"
},
{
"remote": "codeberg",
"repository": "SoulEye-sweet/vendor_xiaomi_sm6150-common",
"target_path": "vendor/xiaomi/sm6150-common",
"branch": "bka"
},
{
"remote": "codeberg",
"repository": "SoulEye-sweet/vendor_xiaomi_miuicamera-sweet",
"target_path": "vendor/xiaomi/miuicamera-sweet",
"branch": "bka"
},
{
"remote": "github-non-los",
"repository": "tbyool/android_kernel_xiaomi_sm6150",
"target_path": "kernel/xiaomi/sm6150",
"branch": "15.0"
"branch": "16.0"
},
{
"remote": "github-non-los",
"repository": "sweet-organization/android_device_xiaomi_miuicamera-sweet",
"target_path": "device/xiaomi/miuicamera-sweet",
"branch": "vic"
"repository": "SoulEye-sweet/device_oneplus_dolby",
"target_path": "device/oneplus/dolby",
"branch": "bka"
},
{
"remote": "codeberg",
"repository": "SoulEye-sweet/vendor_oneplus_dolby",
"target_path": "vendor/oneplus/dolby",
"branch": "bka"
},
{
"remote": "github-non-los",
"repository": "sweet-organization/android_hardware_xiaomi",
"repository": "SoulEye-sweet/hardware_xiaomi",
"target_path": "hardware/xiaomi",
"branch": "vic"
"branch": "bka"
},
{
"remote": "github-non-los",
"repository": "sweet-organization/android_packages_apps_ViPER4AndroidFX",
"repository": "SoulEye-sweet/packages_apps_ViPER4AndroidFX",
"target_path": "packages/apps/ViPER4AndroidFX",
"branch": "vic"
"branch": "bka"
},
{
"remote": "codeberg",
"repository": "sweet-organization/proprietary_vendor_xiaomi_sweet",
"target_path": "vendor/xiaomi/sweet",
"branch": "vic"
},
{
"remote": "codeberg",
"repository": "sweet-organization/proprietary_vendor_xiaomi_sm6150-common",
"target_path": "vendor/xiaomi/sm6150-common",
"branch": "vic"
},
{
"remote": "codeberg",
"repository": "sweet-organization/proprietary_vendor_xiaomi_miuicamera-sweet",
"target_path": "vendor/xiaomi/miuicamera-sweet",
"branch": "vic"
"remote": "github-non-los",
"repository": "yaap/packages_apps_KProfiles",
"target_path": "packages/apps/KProfiles",
"branch": "sixteen"
}
]

View File

@@ -5,6 +5,8 @@
#
from extract_utils.fixups_blob import (
BlobFixupCtx,
File,
blob_fixup,
blob_fixups_user_type,
)
@@ -16,6 +18,12 @@ from extract_utils.main import (
ExtractUtils,
ExtractUtilsModule,
)
from extract_utils.tools import (
llvm_objdump_path,
)
from extract_utils.utils import (
run_cmd,
)
namespace_imports = [
'hardware/qcom-caf/sm8150',
@@ -24,6 +32,33 @@ namespace_imports = [
'vendor/xiaomi/sm6150-common',
]
def blob_fixup_graphic_buffer_size(
ctx: BlobFixupCtx,
file: File,
file_path: str,
*args,
**kwargs,
):
for line in run_cmd(
[
llvm_objdump_path,
'--disassemble-all',
file_path,
]
).splitlines():
line = line.split(maxsplit=5)
if len(line) != 6:
continue
# The size of GraphicBuffer changed from 0x100 to 0xd30
offset, _, instruction, register, value, _ = line
if instruction == 'mov' and register[:-1] == 'w0' and value == '#0x100':
with open(file_path, 'rb+') as f:
f.seek(int(offset[:-1], 16))
f.write(b'\x00\xa6\x81\x52') # AArch64 mov w0, #0xd30
lib_fixups: lib_fixups_user_type = {
**lib_fixups,
}
@@ -33,12 +68,16 @@ blob_fixups: blob_fixups_user_type = {
.regex_replace(' +seclabel u:r:batterysecret:s0\n', ''),
'vendor/etc/init/init.mi_thermald.rc': blob_fixup()
.regex_replace(' +seclabel u:r:mi_thermald:s0\n', ''),
('vendor/lib/hw/audio.primary.sm6150.so', 'vendor/lib/libaudioroute_ext.so'): blob_fixup()
.replace_needed('libaudioroute.so', 'libaudioroute-v34.so'),
'vendor/lib64/camera/components/com.qti.node.watermark.so': blob_fixup()
.add_needed('libpiex_shim.so'),
('vendor/lib64/hw/camera.qcom.so', 'vendor/lib64/libFaceDetectpp-0.5.2.so', 'vendor/lib64/libfacedet.so'): blob_fixup()
.binary_regex_replace(b'libmegface.so', b'libfacedet.so')
.binary_regex_replace(b'libMegviiFacepp-0.5.2.so', b'libFaceDetectpp-0.5.2.so')
.binary_regex_replace(b'megviifacepp_0_5_2_model', b'facedetectpp_0_5_2_model'),
'vendor/lib64/camera/components/com.vidhance.node.eis.so': blob_fixup()
.call(blob_fixup_graphic_buffer_size),
('vendor/lib64/libalLDC.so', 'vendor/lib64/libalhLDC.so'): blob_fixup()
.clear_symbol_version('AHardwareBuffer_allocate')
.clear_symbol_version('AHardwareBuffer_describe')
@@ -57,35 +96,6 @@ blob_fixups: blob_fixups_user_type = {
.clear_symbol_version('rpcmem_alloc')
.clear_symbol_version('rpcmem_free')
.clear_symbol_version('rpcmem_to_fd'),
# Dolby START
'odm/bin/hw/vendor.dolby_sp.media.c2@1.0-service': blob_fixup()
.replace_needed('libcodec2_hidl@1.0.so', 'libcodec2_hidl@1.0_sp.so')
.replace_needed('libcodec2_vndk.so', 'libcodec2_vndk_sp.so'),
'odm/lib64/libcodec2_store_dolby_sp.so': blob_fixup()
.replace_needed('libcodec2_vndk.so', 'libcodec2_vndk_sp.so'),
('odm/lib64/libcodec2_soft_ac4dec_sp.so', 'odm/lib64/libcodec2_soft_ddpdec_sp.so'): blob_fixup()
.replace_needed('libcodec2_vndk.so', 'libcodec2_vndk_sp.so')
.replace_needed('libcodec2_soft_common.so', 'libcodec2_soft_common_sp.so')
.replace_needed('libstagefright_foundation.so', 'libstagefright_foundation-v33.so'),
('odm/lib64/libcodec2_soft_common_sp.so', 'odm/lib64/libcodec2_hidl_plugin_sp.so'): blob_fixup()
.replace_needed('libcodec2_vndk.so', 'libcodec2_vndk_sp.so')
.replace_needed('libstagefright_foundation.so', 'libstagefright_foundation-v33.so'),
(
'odm/lib/libdlbdsservice_v3_6.so',
'odm/lib/libstagefright_soft_ddpdec.so',
'odm/lib64/libdlbdsservice_sp.so',
'odm/lib64/libdlbdsservice_v3_6.so'
): blob_fixup().replace_needed('libstagefright_foundation.so', 'libstagefright_foundation-v33.so'),
'odm/lib64/libcodec2_vndk_sp.so': blob_fixup()
.replace_needed('libui.so', 'libui_sp.so')
.replace_needed('libstagefright_foundation.so', 'libstagefright_foundation-v33.so'),
'odm/lib64/libcodec2_hidl@1.0_sp.so': blob_fixup()
.replace_needed('libcodec2_hidl_plugin.so', 'libcodec2_hidl_plugin_sp.so')
.replace_needed('libcodec2_vndk.so', 'libcodec2_vndk_sp.so'),
'odm/lib64/libui_sp.so': blob_fixup()
.replace_needed('android.hardware.graphics.common-V3-ndk.so', 'android.hardware.graphics.common-V6-ndk.so')
.replace_needed('android.hardware.graphics.allocator-V1-ndk.so', 'android.hardware.graphics.allocator-V2-ndk.so'),
# Dolby END
} # fmt: skip
module = ExtractUtilsModule(

18
libinit/Android.bp Normal file
View File

@@ -0,0 +1,18 @@
//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_library_static {
name: "libinit_sweet",
srcs: [
"init_xiaomi_sweet.cpp",
"libinit_dalvik_heap.cpp",
"libinit_variant.cpp",
"libinit_utils.cpp",
],
whole_static_libs: ["libbase"],
export_include_dirs: ["include"],
include_dirs: ["system/core/init"],
recovery_available: true,
}

View File

@@ -0,0 +1,23 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef LIBINIT_DALVIK_HEAP_H
#define LIBINIT_DALVIK_HEAP_H
#include <string>
typedef struct dalvik_heap_info {
std::string heapstartsize;
std::string heapgrowthlimit;
std::string heapsize;
std::string heapminfree;
std::string heapmaxfree;
std::string heaptargetutilization;
} dalvik_heap_info_t;
void set_dalvik_heap(void);
#endif // LIBINIT_DALVIK_HEAP_H

View File

@@ -0,0 +1,18 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef LIBINIT_UTILS_H
#define LIBINIT_UTILS_H
#include <string>
void property_override(std::string prop, std::string value, bool add = true);
void set_ro_build_prop(const std::string &prop, const std::string &value, bool product = false);
const std::string fingerprint_to_description(const std::string &fingerprint);
#endif // LIBINIT_UTILS_H

View File

@@ -0,0 +1,30 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef LIBINIT_VARIANT_H
#define LIBINIT_VARIANT_H
#include <string>
#include <vector>
typedef struct variant_info {
std::string hwc_value;
std::string sku_value;
std::string brand;
std::string device;
std::string name;
std::string marketname;
std::string model;
std::string mod_device;
std::string build_fingerprint;
} variant_info_t;
void search_variant(const std::vector<variant_info_t> variants);
void set_variant_props(const variant_info_t variant);
#endif // LIBINIT_VARIANT_H

View File

@@ -0,0 +1,74 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <libinit_dalvik_heap.h>
#include <libinit_variant.h>
#include "vendor_init.h"
static const variant_info_t sweet_info = {
.hwc_value = "GLOBAL",
.sku_value = "pro",
.brand = "Redmi",
.device = "sweet",
.mod_device = "sweet_global",
.name = "sweet_global",
.marketname = "Redmi Note 10 Pro",
.model = "M2101K6G",
.build_fingerprint = "Redmi/sweet_global/sweet:13/RKQ1.210614.002/V14.0.9.0.TKFMIXM:user/release-keys",
};
static const variant_info_t sweetjp_info = {
.hwc_value = "JAPAN",
.sku_value = "",
.brand = "Redmi",
.device = "sweet",
.mod_device = "sweet_global",
.name = "sweet_global",
.marketname = "Redmi Note 10 Pro",
.model = "M2101K6R",
.build_fingerprint = "Redmi/sweet_global/sweet:13/RKQ1.210614.002/V14.0.9.0.TKFMIXM:user/release-keys",
};
static const variant_info_t sweetin_info = {
.hwc_value = "INDIA",
.sku_value = "std",
.brand = "Redmi",
.device = "sweetin",
.mod_device = "sweetin_in_global",
.name = "sweetin",
.marketname = "Redmi Note 10 Pro",
.model = "M2101K6P",
.build_fingerprint = "Redmi/sweetin/sweetin:13/RKQ1.210614.002/V14.0.1.0.TKFINXM:user/release-keys",
};
static const variant_info_t sweetinpro_info = {
.hwc_value = "INDIA",
.sku_value = "pro",
.brand = "Redmi",
.device = "sweetin",
.mod_device = "sweetin_in_global",
.name = "sweetinpro",
.marketname = "Redmi Note 10 Pro Max",
.model = "M2101K6I",
.build_fingerprint = "Redmi/sweetinpro/sweetin:13/RKQ1.210614.002/V14.0.1.0.TKFINXM:user/release-keys",
};
static const std::vector<variant_info_t> variants = {
sweet_info,
sweetjp_info,
sweetin_info,
sweetinpro_info,
};
void vendor_load_properties() {
set_dalvik_heap();
search_variant(variants);
}

View File

@@ -0,0 +1,56 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <sys/sysinfo.h>
#include <libinit_utils.h>
#include <libinit_dalvik_heap.h>
#define HEAPSTARTSIZE_PROP "dalvik.vm.heapstartsize"
#define HEAPGROWTHLIMIT_PROP "dalvik.vm.heapgrowthlimit"
#define HEAPSIZE_PROP "dalvik.vm.heapsize"
#define HEAPMINFREE_PROP "dalvik.vm.heapminfree"
#define HEAPMAXFREE_PROP "dalvik.vm.heapmaxfree"
#define HEAPTARGETUTILIZATION_PROP "dalvik.vm.heaptargetutilization"
#define GB(b) (b * 1024ull * 1024 * 1024)
static const dalvik_heap_info_t dalvik_heap_info_8192 = {
.heapstartsize = "24m",
.heapgrowthlimit = "256m",
.heapsize = "512m",
.heapminfree = "8m",
.heapmaxfree = "48m",
.heaptargetutilization = "0.46",
};
static const dalvik_heap_info_t dalvik_heap_info_6144 = {
.heapstartsize = "16m",
.heapgrowthlimit = "256m",
.heapsize = "512m",
.heapminfree = "8m",
.heapmaxfree = "32m",
.heaptargetutilization = "0.5",
};
void set_dalvik_heap() {
struct sysinfo sys;
const dalvik_heap_info_t *dhi;
sysinfo(&sys);
if (sys.totalram > GB(7))
dhi = &dalvik_heap_info_8192;
else
dhi = &dalvik_heap_info_6144;
property_override(HEAPSTARTSIZE_PROP, dhi->heapstartsize);
property_override(HEAPGROWTHLIMIT_PROP, dhi->heapgrowthlimit);
property_override(HEAPSIZE_PROP, dhi->heapsize);
property_override(HEAPTARGETUTILIZATION_PROP, dhi->heaptargetutilization);
property_override(HEAPMINFREE_PROP, dhi->heapminfree);
property_override(HEAPMAXFREE_PROP, dhi->heapmaxfree);
}

67
libinit/libinit_utils.cpp Normal file
View File

@@ -0,0 +1,67 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_
#include <sys/_system_properties.h>
#include <vector>
#include <libinit_utils.h>
void property_override(std::string prop, std::string value, bool add) {
auto pi = (prop_info *) __system_property_find(prop.c_str());
if (pi != nullptr) {
__system_property_update(pi, value.c_str(), value.length());
} else if (add) {
__system_property_add(prop.c_str(), prop.length(), value.c_str(), value.length());
}
}
std::vector<std::string> ro_props_default_source_order = {
"odm.",
"product.",
"system.",
"system_ext.",
"vendor.",
"",
};
void set_ro_build_prop(const std::string &prop, const std::string &value, bool product) {
std::string prop_name;
for (const auto &source : ro_props_default_source_order) {
if (product)
prop_name = "ro.product." + source + prop;
else
prop_name = "ro." + source + "build." + prop;
property_override(prop_name, value, true);
}
}
#define FIND_AND_REMOVE(s, delimiter, variable_name) \
std::string variable_name = s.substr(0, s.find(delimiter)); \
s.erase(0, s.find(delimiter) + delimiter.length());
const std::string fingerprint_to_description(const std::string &fingerprint) {
const std::string delimiter = "/";
const std::string delimiter2 = ":";
std::string build_fingerprint_copy = fingerprint;
FIND_AND_REMOVE(build_fingerprint_copy, delimiter, brand)
FIND_AND_REMOVE(build_fingerprint_copy, delimiter, product)
FIND_AND_REMOVE(build_fingerprint_copy, delimiter2, device)
FIND_AND_REMOVE(build_fingerprint_copy, delimiter, platform_version)
FIND_AND_REMOVE(build_fingerprint_copy, delimiter, build_id)
FIND_AND_REMOVE(build_fingerprint_copy, delimiter2, build_number)
FIND_AND_REMOVE(build_fingerprint_copy, delimiter, build_variant)
std::string build_version_tags = build_fingerprint_copy;
const std::string description = product + "-" + build_variant + " " + platform_version +
" " + build_id + " " + build_number + " " + build_version_tags;
return description;
}

View File

@@ -0,0 +1,51 @@
/*
* SPDX-FileCopyrightText: The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <android-base/logging.h>
#include <android-base/properties.h>
#include <libinit_utils.h>
#include <libinit_variant.h>
using android::base::GetProperty;
#define HWC_PROP "ro.boot.hwc"
#define SKU_PROP "ro.boot.product.hardware.sku"
void search_variant(const std::vector<variant_info_t> variants) {
std::string hwc_value = GetProperty(HWC_PROP, "");
std::string sku_value = GetProperty(SKU_PROP, "");
for (const auto& variant : variants) {
if ((variant.hwc_value == "" || variant.hwc_value == hwc_value) &&
(variant.sku_value == "" || variant.sku_value == sku_value)) {
set_variant_props(variant);
break;
}
}
}
void set_variant_props(const variant_info_t variant) {
// Older devices don't have marketname
auto marketname = !variant.marketname.empty() ? variant.marketname : variant.model;
set_ro_build_prop("brand", variant.brand, true);
set_ro_build_prop("device", variant.device, true);
set_ro_build_prop("marketname", marketname, true);
set_ro_build_prop("model", variant.model, true);
set_ro_build_prop("name", variant.name, true);
set_ro_build_prop("mod_device", variant.mod_device, true);
property_override("ro.product.vendor.name", variant.name, true);
property_override("vendor.usb.product_string", marketname, true);
if (access("/system/bin/recovery", F_OK) != 0) {
property_override("bluetooth.device.default_name", marketname, true);
set_ro_build_prop("fingerprint", variant.build_fingerprint);
property_override("ro.bootimage.build.fingerprint", variant.build_fingerprint);
property_override("ro.build.description", fingerprint_to_description(variant.build_fingerprint));
}
}

View File

@@ -20,23 +20,33 @@ TARGET_INCLUDE_BOOT_ANIMATIONS := true
TARGET_SCREEN_WIDTH := 1080
TARGET_SCREEN_HEIGHT := 2400
# Targets
TARGET_INCLUDE_ACCORD := false
TARGET_HAS_UDFPS := false
TARGET_INCLUDE_VIPERFX := false
TARGET_DISABLE_LINEAGE_SDK := false
TARGET_DISABLE_EPPE := false
TARGET_ENABLE_BLUR := true
# Face Unlock
TARGET_SUPPORTS_64_BIT_APPS := true
# DeviceAsWebcam
TARGET_BUILD_DEVICE_AS_WEBCAM := true
# Enable blur
TARGET_ENABLE_BLUR := true
# BCR
BUILD_BCR := true
TARGET_INCLUDE_BCR := true
# Bypass charge
# Other ROM feature flags
BYPASS_CHARGE_SUPPORTED := true
PERF_ANIM_OVERRIDE := true
TARGET_ENABLES_IMS_OVERRIDES := true
TORCH_STR_SUPPORTED := true
# Device identifier
# Targets
TARGET_INCLUDE_VIPERFX := true
TARGET_DISABLE_LINEAGE_SDK := false
TARGET_DISABLE_EPPE := false
TARGET_BUILD_APERTURE_CAMERA := false
TARGET_EXCLUDES_AUDIOFX := false
TARGET_HAS_UDFPS := false
# Device identifier.
PRODUCT_NAME := lineage_sweet
PRODUCT_DEVICE := sweet
PRODUCT_BRAND := Xiaomi
@@ -48,6 +58,9 @@ ifeq ($(WITH_GMS),true)
TARGET_USES_MINI_GAPPS := false
TARGET_USES_PICO_GAPPS := false
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_INCLUDE_LIVE_WALLPAPERS := true
TARGET_INCLUDE_STOCK_ARCORE := true
TARGET_SUPPORTS_GOOGLE_RECORDER := true
endif
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi

View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Pocket Lock -->
<bool name="config_pocketModeSupported">false</bool>
<!-- Array of:
- Path to fast charging status file
- Delimiter ";"
- Value if fast charging is active
Used to detect whether an oem fast charger is active
Example: <item>/sys/class/power_supply/battery/fastchg_status;1</item>
-->
<string-array name="config_oemFastChargerStatusPaths" translatable="false">
<item>/sys/class/power_supply/bms/fastcharge_mode;1</item>
</string-array>
</resources>

View File

@@ -273,7 +273,7 @@
M -24 51.75 a 24 24 0 1 0 48 0 a 24 24 0 1 0 -48 0
but using a radius 24.5 circle to see the antialiasing.
-->
<string name="config_mainBuiltInDisplayCutout">M -24.5 51.75 a 24.5 24.5 0 1 0 49 0 a 24.5 24.5 0 1 0 -49 0 Z</string>
<string name="config_mainBuiltInDisplayCutout" translatable="false">M -24.5 51.75 a 24.5 24.5 0 1 0 49 0 a 24.5 24.5 0 1 0 -49 0 Z</string>
<!--Like config_mainBuiltInDisplayCutout, but this path is used to report the
one single bounding rect per device edge to the app via
@@ -385,60 +385,4 @@
<item>10</item>
<item>10</item>
</integer-array>
<!-- An array of arrays of side fingerprint sensor properties relative to each display.
Note: this value is temporary and is expected to be queried directly
from the HAL in the future. -->
<array name="config_sfps_sensor_props" translatable="false">
<item>@array/config_sfps_sensor_props_0</item>
</array>
<array name="config_sfps_sensor_props_0" translatable="false">
<item>local:4630946711218184577</item> <!--item>displayId</item-->
<item>1080</item> <!--item>sensorLocationX</item-->
<item>990</item> <!--item>sensorLocationY</item-->
<item>200</item> <!--item>sensorRadius</item-->
</array>
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps" translatable="false">true</bool>
<!-- Flag indicating whether the surface flinger is inefficient
at performing a blur. Used by parts of the UI to turn off
the blur effect where it isn't worth the performance hit.
As of Honeycomb, blurring is not supported anymore. -->
<bool name="config_sf_slowBlur">false</bool>
<!-- The default journal mode to use use when Write-Ahead Logging is not active.
Choices are: OFF, DELETE, TRUNCATE, PERSIST and MEMORY.
PERSIST may improve performance by reducing how often journal blocks are
reallocated (compared to truncation) resulting in better data block locality
and less churn of the storage media.
The PERSIST mode results in data persisting in the journal beyond the life of
a transaction, so it interacts poorly with SECURE_DELETE. -->
<string name="db_default_journal_mode" translatable="false">MEMORY</string>
<!-- The database synchronization mode when using the default journal mode.
FULL is safest and preserves durability at the cost of extra fsyncs.
NORMAL also preserves durability in non-WAL modes and uses checksums to ensure
integrity although there is a small chance that an error might go unno6ticed.
Choices are: FULL, NORMAL, OFF. -->
<string name="db_default_sync_mode" translatable="false">OFF</string>
<!-- The database synchronization mode when using Write-Ahead Logging.
From https://www.sqlite.org/pragma.html#pragma_synchronous:
WAL mode is safe from corruption with synchronous=NORMAL, and probably DELETE mode is safe
too on modern filesystems. WAL mode is always consistent with synchronous=NORMAL, but WAL
mode does lose durability. A transaction committed in WAL mode with
synchronous=NORMAL might roll back following a power loss or system crash.
Transactions are durable across application crashes regardless of the synchronous setting
or journal mode. The synchronous=NORMAL setting is a good choice for most applications
running in WAL mode.
Choices are: FULL, NORMAL, OFF. -->
<string name="db_wal_sync_mode" translatable="false">OFF</string>
<!-- Enables or disables fading edges when marquee is enabled in TextView.
Off by default, since the framebuffer readback used to implement the
fading edges is prohibitively expensive on most GPUs. -->
<bool name="config_ui_enableFadingMarquee">true</bool>
</resources>

View File

@@ -1,186 +1,101 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2018, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License")
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<device name="Android">
<!-- All values are in mA except as noted -->
<item name="battery.capacity">5020</item>
<!-- Number of cores each CPU cluster contains -->
<item name="none">0</item>
<item name="screen.on.display0">75.47</item>
<item name="screen.full.display0">387.93</item>
<item name="bluetooth.active">4.43</item>
<item name="bluetooth.on">0.9</item>
<item name="wifi.on">0.5</item>
<item name="wifi.active">135.59</item>
<item name="wifi.scan">19.46</item>
<item name="audio">20.71</item>
<item name="video">40.63</item>
<item name="camera.flashlight">288.29</item>
<item name="camera.avg">770.28</item>
<item name="gps.on">59.39</item>
<item name="radio.active">165.56</item>
<item name="radio.scanning">45</item>
<array name="radio.on">
<value>9.48</value>
<value>9.48</value>
</array>
<item name="modem.controller.idle">0</item>
<item name="modem.controller.rx">0</item>
<item name="modem.controller.tx">0</item>
<item name="modem.controller.voltage">0</item>
<array name="cpu.clusters.cores">
<value>6</value> <!-- Cluster 0 has 6 cores (cpu0, cpu1, cpu2, cpu3, cpu4, cpu5) -->
<value>2</value> <!-- Cluster 1 has 2 cores (cpu6, cpu7) -->
</array>
<!-- Power consumption when CPU is suspended -->
<item name="cpu.suspend">5.6</item>
<!-- Additional power consumption when CPU is in a kernel idle loop -->
<item name="cpu.idle">5.4</item>
<!-- Additional power consumption by CPU excluding cluster and core when
running -->
<item name="cpu.active">8.4</item>
<!-- Additional power consumption by CPU cluster0 itself when running
excluding cores in it -->
<item name="cpu.cluster_power.cluster0">2</item>
<!-- Additional power consumption by CPU cluster1 itself when running
excluding cores in it -->
<item name="cpu.cluster_power.cluster1">2.2</item>
<!-- Different CPU speeds as reported in
/sys/devices/system/cpu/cpufreq/ploicy0/scaling_available_frequencies -->
<array name="cpu.core_speeds.cluster0">
<value>576000</value> <!-- 576 MHz CPU speed -->
<value>768000</value> <!-- 768 MHz CPU speed -->
<value>1017600</value> <!-- 1017 MHz CPU speed -->
<value>1248000</value> <!-- 1248 MHz CPU speed -->
<value>1324800</value> <!-- 1324 MHz CPU speed -->
<value>1497600</value> <!-- 1497 MHz CPU speed -->
<value>1612800</value> <!-- 1612 MHz CPU speed -->
<value>1708800</value> <!-- 1708 MHz CPU speed -->
<value>1804800</value> <!-- 1804 MHz CPU speed -->
</array>
<!-- Different CPU speeds as reported in
/sys/devices/system/cpu/cpufreq/ploicy6/scaling_available_frequencies -->
<array name="cpu.core_speeds.cluster1">
<value>652800</value> <!-- 652 MHz CPU speed -->
<value>806400</value> <!-- 806 MHz CPU speed -->
<value>979200</value> <!-- 979 MHz CPU speed -->
<value>1094400</value> <!-- 1094 MHz CPU speed -->
<value>1209600</value> <!-- 1209 MHz CPU speed -->
<value>1324800</value> <!-- 1324 MHz CPU speed -->
<value>1555200</value> <!-- 1555 MHz CPU speed -->
<value>1708800</value> <!-- 1708 MHz CPU speed -->
<value>1843200</value> <!-- 1843 MHz CPU speed -->
<value>1939200</value> <!-- 1939 MHz CPU speed -->
<value>2169600</value> <!-- 2169 MHz CPU speed -->
<value>2208000</value> <!-- 2208 MHz CPU speed -->
<value>2304000</value> <!-- 2304 MHz CPU speed -->
</array>
<!-- Additional power used by a CPU core from cluster 0 when running at
different speeds, excluding cluster and active cost -->
<array name="cpu.core_power.cluster0">
<value>46.57</value> <!-- 576 MHz CPU speed -->
<value>54.84</value> <!-- 768 MHz CPU speed -->
<value>68.16</value> <!-- 1017 MHz CPU speed -->
<value>80.70</value> <!-- 1248 MHz CPU speed -->
<value>86.6</value> <!-- 1324 MHz CPU speed -->
<value>99.13</value> <!-- 1497 MHz CPU speed -->
<value>111.05</value> <!-- 1612 MHz CPU speed -->
<value>119.59</value> <!-- 1708 MHz CPU speed -->
<value>128.45</value> <!-- 1804 MHz CPU speed -->
</array>
<!-- Additional power used by a CPU core from cluster 1 when running at
different speeds, excluding cluster and active cost -->
<array name="cpu.core_power.cluster1">
<value>56.92</value> <!-- 652 MHz CPU speed -->
<value>63.41</value> <!-- 806 MHz CPU speed -->
<value>73.03</value> <!-- 979 MHz CPU speed -->
<value>80.38</value> <!-- 1094 MHz CPU speed -->
<value>87.17</value> <!-- 1209 MHz CPU speed -->
<value>96.55</value> <!-- 1324 MHz CPU speed -->
<value>125.61</value> <!-- 1555 MHz CPU speed -->
<value>145.51</value> <!-- 1708 MHz CPU speed -->
<value>182.94</value> <!-- 1843 MHz CPU speed -->
<value>198.92</value> <!-- 1939 MHz CPU speed -->
<value>238.54</value> <!-- 2169 MHz CPU speed -->
<value>266.21</value> <!-- 2208 MHz CPU speed -->
</array>
<!-- Additional power used when screen is ambient mode -->
<item name="ambient.on">29</item>
<!-- Additional power used when screen is turned on at minimum brightness -->
<item name="screen.on.display0">85</item>
<!-- Additional power used when screen is at maximum brightness, compared to
screen at minimum brightness -->
<item name="screen.full.display0">250</item>
<!-- Average power used by the camera flash module when on -->
<item name="camera.flashlight">240.47</item>
<!-- Average power use by the camera subsystem for a typical camera
application. Intended as a rough estimate for an application running a
preview and capturing approximately 10 full-resolution pictures per
minute. -->
<item name="camera.avg">900</item>
<item name="gps.on">10</item> <!-- ~50mA -->
<!-- Radio related values. For modems without energy reporting support in firmware, use
radio.active, radio.scanning, and radio.on. -->
<item name="radio.active">124</item> <!-- ~200mA -->
<item name="radio.scanning">5.2</item>
<!-- Current consumed by the radio at different signal strengths, when paging -->
<array name="radio.on"> <!-- Strength 0 to BINS-1 -->
<value>58</value> <!-- ~2mA -->
<value>6.5</value> <!-- ~1mA -->
</array>
<!-- Additional power used when video is playing -->
<item name="video">25</item>
<!-- Additional power used when audio is playing -->
<item name="audio">75</item>
<!-- Cellular modem related values.-->
<item name="modem.controller.sleep">0</item>
<item name="modem.controller.idle">128</item>
<item name="modem.controller.rx">111</item>
<array name="modem.controller.tx"> <!-- Strength 0 to 4 -->
<value>118</value>
<value>163</value>
<value>225</value>
<value>277</value>
<value>363</value>
</array>
<item name="modem.controller.voltage">3700</item>
<!-- GPS related values.-->
<array name="gps.signalqualitybased"> <!-- Strength 0 to 1 -->
<value>34</value>
<value>6</value>
<value>2</value>
</array>
<item name="gps.voltage">3700</item>
<!-- Idle Receive current for wifi radio in mA.-->
<item name="wifi.controller.idle">79</item>
<!-- Rx current for wifi radio in mA.-->
<item name="wifi.controller.rx">138</item>
<!-- Tx current for wifi radio in mA-->
<item name="wifi.controller.tx">387</item>
<!-- Operating voltage for wifi radio in mV.-->
<item name="wifi.controller.voltage">3700</item>
<array name="wifi.batchedscan"> <!-- mA -->
<value>.0001</value> <!-- 1-8/hr -->
<value>.001</value> <!-- 9-64/hr -->
<value>.01</value> <!-- 65-512/hr -->
<value>.1</value> <!-- 513-4,096/hr -->
<value>1</value> <!-- 4097-/hr -->
<array name="cpu.core_speeds.cluster0">
<value>300000</value>
<value>576000</value>
<value>768000</value>
<value>1017600</value>
<value>1248000</value>
<value>1324800</value>
<value>1497600</value>
<value>1621800</value>
<value>1708800</value>
<value>1804800</value>
</array>
<array name="cpu.core_power.cluster0">
<value>120.09</value>
<value>128.85</value>
<value>139.87</value>
<value>159.83</value>
<value>180.88</value>
<value>191.4</value>
<value>209.57</value>
<value>257.8</value>
<value>276.02</value>
<value>285.67</value>
</array>
<array name="cpu.core_speeds.cluster1">
<value>300000</value>
<value>652800</value>
<value>806400</value>
<value>979200</value>
<value>1094400</value>
<value>1209600</value>
<value>1324800</value>
<value>1555200</value>
<value>1708800</value>
<value>1843200</value>
<value>1939200</value>
<value>2169600</value>
<value>2208000</value>
<value>2304000</value>
</array>
<array name="cpu.core_power.cluster1">
<value>199.52</value>
<value>282.09</value>
<value>317.76</value>
<value>379.8</value>
<value>425.25</value>
<value>478.55</value>
<value>532.35</value>
<value>705.83</value>
<value>813.09</value>
<value>1140.65</value>
<value>1242.73</value>
<value>1314.4</value>
<value>1483.92</value>
<value>1513.32</value>
</array>
<item name="cpu.idle">7.44</item>
<item name="cpu.suspend">4.48</item>
<item name="battery.capacity">5020</item>
<item name="wifi.controller.idle">0</item>
<item name="wifi.controller.rx">0</item>
<item name="wifi.controller.tx">0</item>
<array name="wifi.controller.tx_levels" />
<item name="wifi.controller.voltage">0</item>
<array name="wifi.batchedscan">
<value>.0002</value>
<value>.002</value>
<value>.02</value>
<value>.2</value>
<value>2</value>
</array>
<!-- Idle current for bluetooth in mA.-->
<item name="bluetooth.controller.idle">0.01</item>
<!-- Rx current for bluetooth in mA.-->
<item name="bluetooth.controller.rx">9</item>
<!-- Tx current for bluetooth in mA-->
<item name="bluetooth.controller.tx">7</item>
<!-- Operating voltage for bluetooth in mV.-->
<item name="bluetooth.controller.voltage">3300</item>
</device>

View File

@@ -32,7 +32,4 @@
<!-- Doze: check proximity sensor before pulsing? -->
<bool name="doze_proximity_check_before_pulse">false</bool>
<!-- If not zero, limits the internal screen recorder's framerate to the set value. -->
<integer name="config_screenRecorderMaxFramerate">120</integer>
</resources>

View File

@@ -5,6 +5,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- About device screen, build maintainer -->
<string name="build_maintainer_summary">therealmharc</string>
<string name="build_maintainer_donate_url">https://t.me/therealmharc</string>
<string name="build_maintainer_summary">therealmharc | donjohanliebert</string>
<string name="build_maintainer_donate_url">https://paypal.me/donjohanliebert</string>
</resources>

View File

@@ -1,20 +0,0 @@
//
// Copyright (C) 2017-2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "XiaomiParts",
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
certificate: "platform",
platform_apis: true,
system_ext_specific: true,
privileged: true,
static_libs: [
"org.lineageos.settings.resources",
],
}

View File

@@ -1,126 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015-2016 The CyanogenMod Project
2017-2024 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.lineageos.settings"
android:versionCode="1"
android:versionName="1.0"
android:sharedUserId="android.uid.system">
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/device_settings_app_name"
android:persistent="true"
android:theme="@style/Theme.SubSettingsBase">
<receiver
android:name=".BootCompletedReceiver"
android:exported="false">
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<activity
android:name=".thermal.ThermalActivity"
android:label="@string/thermal_title"
android:exported="false"
android:theme="@style/Theme.SubSettingsBase">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
</intent-filter>
<meta-data
android:name="com.android.settings.category"
android:value="com.android.settings.category.ia.battery" />
<meta-data
android:name="com.android.settings.summary"
android:resource="@string/thermal_summary" />
</activity>
<service
android:name=".thermal.ThermalService"
android:exported="true"
android:permission="ThermalService">
</service>
<activity
android:name=".refreshrate.RefreshActivity"
android:label="@string/refresh_title"
android:exported="false"
android:theme="@style/Theme.SubSettingsBase">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
</intent-filter>
<meta-data
android:name="com.android.settings.category"
android:value="com.android.settings.category.ia.display" />
<meta-data
android:name="com.android.settings.summary"
android:resource="@string/refresh_summary" />
</activity>
<activity
android:name=".TileEntryActivity"
android:label="@string/device_settings_app_name"
android:exported="false"
android:theme="@style/Theme.SubSettingsBase">
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
</intent-filter>
</activity>
<service
android:name=".refreshrate.RefreshService"
android:exported="true"
android:permission="RefreshService">
</service>
<service
android:name=".refreshrate.RefreshTileService"
android:label="@string/refresh_rate_tile_title"
android:exported="true"
android:icon="@drawable/ic_refresh_rate"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE"/>
</intent-filter>
</service>
<activity
android:name=".haptic.HapticLevelActivity"
android:label="@string/haptic_title"
android:exported="false"
android:theme="@style/Theme.SubSettingsBase">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
</intent-filter>
<meta-data android:name="com.android.settings.category"
android:value="com.android.settings.category.ia.sound" />
<meta-data android:name="com.android.settings.summary"
android:resource="@string/haptic_summary" />
</activity>
</application>
</manifest>

View File

@@ -1,13 +0,0 @@
<!-- drawable/headphone-settings.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M0 0h24v24H0V0z" />
<path
android:fillColor="?android:attr/colorControlNormal"
android:pathData="M19 14v3c0 0.55-0.45 1-1 1h-1v-4h2M7 14v4H6c-0.55 0-1-0.45-1-1v-3h2m5-13c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h3c1.66 0 3-1.34 3-3v-7c0-4.97-4.03-9-9-9z" />
</vector>

View File

@@ -1,10 +0,0 @@
<!-- drawable/hifi.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?android:attr/colorControlNormal"
android:pathData="M17,2 L7,2 C5.9,2,5,2.9,5,4 L5,20 C5,21.1,5.9,21.99,7,21.99 L17,22 C18.1,22,19,21.1,19,20 L19,4 C19,2.9,18.1,2,17,2 Z M7,20 L7,4 L17,4 L17,20 L7,20 Z M12,9 C13.1,9,14,8.1,14,7 S13.1,5,12,5 C10.89,5,10,5.9,10,7 S10.89,9,12,9 Z M12,11 C9.79,11,8,12.79,8,15 S9.79,19,12,19 S16,17.21,16,15 S14.21,11,12,11 Z M12,17 C10.9,17,10,16.1,10,15 S10.9,13,12,13 S14,13.9,14,15 S13.1,17,12,17 Z" />
</vector>

View File

@@ -1,11 +0,0 @@
<!-- drawable/equalizer.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?android:attr/colorControlNormal"
android:pathData="M15,21H9V3H15V21M11,19H13V5H11V19M8,21H2V11H8V21M4,19H6V13H4V19M22,21H16V8H22V21M18,19H20V10H18V19Z" />
</vector>

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?android:attr/colorAccent">
<group android:scaleX="0.09448819"
android:scaleY="0.09448819"
android:translateY="0.5728347">
<group android:translateY="178.73438">
<path android:pathData="M74.8125,-57.921875L74.46875,-97.59375L64.828125,-93.296875L65.1875,-52.78125L74.8125,-57.921875ZM74.8125,-11.765625L74.46875,-51.4375L64.828125,-47.140625L65.1875,-6.625L74.8125,-11.765625Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
<path android:pathData="M101.84375,-98L155.21875,-98L149.51562,-107.65625L95.03125,-107.65625L101.84375,-98ZM100.09375,-53L153.53125,-53L147.76562,-62.71875L93.265625,-62.71875L100.09375,-53ZM164.28125,-60.53125L163.9375,-100.25L154.29688,-95.953125L154.65625,-55.390625L164.28125,-60.53125ZM99.171875,0L152.60938,0L146.84375,-9.71875L92.421875,-9.71875L99.171875,0ZM97.703125,-13.1875L97.28125,-53L87.640625,-48.6875L88.0625,-8.03125L97.703125,-13.1875Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
<path android:pathData="M187.6875,-98L241.0625,-98L235.35938,-107.65625L180.875,-107.65625L187.6875,-98ZM251.1875,-60.84375L250.82812,-100.609375L241.20312,-96.3125L241.54688,-55.703125L251.1875,-60.84375ZM185.01562,0L238.45312,0L232.6875,-9.71875L178.26562,-9.71875L185.01562,0ZM183.54688,-13.171875L183.125,-52.9375L173.48438,-48.640625L173.90625,-8.03125L183.54688,-13.171875ZM249.42188,-13.171875L249.07812,-52.9375L239.4375,-48.640625L239.79688,-8.03125L249.42188,-13.171875ZM181.78125,-62.609375L181.35938,-102.375L171.73438,-98.078125L172.15625,-57.46875L181.78125,-62.609375Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
</group>
</group>
</vector>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?android:attr/colorAccent">
<group android:scaleX="0.11024979"
android:scaleY="0.11024979"
android:translateX="2.5736434"
android:translateY="-1.3333334">
<group android:translateY="178.73438">
<path android:pathData="M14.28125,-98L67.640625,-98L61.953125,-107.65625L7.453125,-107.65625L14.28125,-98ZM12.515625,-53L65.953125,-53L60.1875,-62.71875L5.703125,-62.71875L12.515625,-53ZM79.171875,-62.640625L78.828125,-102.375L69.1875,-98.078125L69.546875,-57.5L79.171875,-62.640625ZM11.609375,-0L65.046875,-0L59.28125,-9.71875L4.859375,-9.71875L11.609375,-0ZM79.875,-13.53125L79.53125,-53.359375L69.890625,-49.046875L70.25,-8.375L79.875,-13.53125Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
<path android:pathData="M104.6875,-98L158.0625,-98L152.35938,-107.65625L97.875,-107.65625L104.6875,-98ZM168.1875,-60.84375L167.82812,-100.609375L158.20312,-96.3125L158.54688,-55.703125L168.1875,-60.84375ZM102.015625,0L155.45312,0L149.6875,-9.71875L95.265625,-9.71875L102.015625,0ZM100.546875,-13.171875L100.125,-52.9375L90.484375,-48.640625L90.90625,-8.03125L100.546875,-13.171875ZM166.42188,-13.171875L166.07812,-52.9375L156.4375,-48.640625L156.79688,-8.03125L166.42188,-13.171875ZM98.78125,-62.609375L98.359375,-102.375L88.734375,-98.078125L89.15625,-57.46875L98.78125,-62.609375Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
</group>
</group>
</vector>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?android:attr/colorAccent">
<group android:scaleX="0.11024979"
android:scaleY="0.11024979"
android:translateX="2.6287682"
android:translateY="-1.3333334">
<group android:translateY="178.73438">
<path android:pathData="M15.96875,-98L69.328125,-98L63.640625,-107.65625L9.140625,-107.65625L15.96875,-98ZM14.203125,-53L67.640625,-53L61.875,-62.71875L7.390625,-62.71875L14.203125,-53ZM13.296875,-0L66.734375,-0L60.96875,-9.71875L6.546875,-9.71875L13.296875,-0ZM77.703125,-13.1875L77.34375,-53L67.71875,-48.6875L68.0625,-8.03125L77.703125,-13.1875ZM10.0625,-62.640625L9.640625,-102.375L0,-98.078125L0.421875,-57.5L10.0625,-62.640625Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
<path android:pathData="M103.6875,-98L157.0625,-98L151.35938,-107.65625L96.875,-107.65625L103.6875,-98ZM167.1875,-60.84375L166.82812,-100.609375L157.20312,-96.3125L157.54688,-55.703125L167.1875,-60.84375ZM101.015625,0L154.45312,0L148.6875,-9.71875L94.265625,-9.71875L101.015625,0ZM99.546875,-13.171875L99.125,-52.9375L89.484375,-48.640625L89.90625,-8.03125L99.546875,-13.171875ZM165.42188,-13.171875L165.07812,-52.9375L155.4375,-48.640625L155.79688,-8.03125L165.42188,-13.171875ZM97.78125,-62.609375L97.359375,-102.375L87.734375,-98.078125L88.15625,-57.46875L97.78125,-62.609375Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
</group>
</group>
</vector>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?android:attr/colorAccent">
<group android:scaleX="0.11024979"
android:scaleY="0.11024979"
android:translateX="2.5185184"
android:translateY="-1.3333334">
<group android:translateY="178.73438">
<path android:pathData="M19.546875,-98L72.921875,-98L67.21875,-107.65625L12.734375,-107.65625L19.546875,-98ZM17.796875,-53L71.234375,-53L65.46875,-62.71875L10.96875,-62.71875L17.796875,-53ZM16.875,-0L70.3125,-0L64.546875,-9.71875L10.125,-9.71875L16.875,-0ZM15.40625,-13.1875L14.984375,-53L5.34375,-48.6875L5.765625,-8.03125L15.40625,-13.1875ZM81.28125,-13.1875L80.9375,-53L71.296875,-48.6875L71.65625,-8.03125L81.28125,-13.1875ZM13.640625,-62.640625L13.21875,-102.375L3.59375,-98.078125L4.015625,-57.5L13.640625,-62.640625Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
<path android:pathData="M105.6875,-98L159.0625,-98L153.35938,-107.65625L98.875,-107.65625L105.6875,-98ZM169.1875,-60.84375L168.82812,-100.609375L159.20312,-96.3125L159.54688,-55.703125L169.1875,-60.84375ZM103.015625,0L156.45312,0L150.6875,-9.71875L96.265625,-9.71875L103.015625,0ZM101.546875,-13.171875L101.125,-52.9375L91.484375,-48.640625L91.90625,-8.03125L101.546875,-13.171875ZM167.42188,-13.171875L167.07812,-52.9375L157.4375,-48.640625L157.79688,-8.03125L167.42188,-13.171875ZM99.78125,-62.609375L99.359375,-102.375L89.734375,-98.078125L90.15625,-57.46875L99.78125,-62.609375Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
</group>
</group>
</vector>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?android:attr/colorAccent">
<group android:scaleX="0.11024979"
android:scaleY="0.11024979"
android:translateX="2.6838932"
android:translateY="-1.3333334">
<group android:translateY="178.73438">
<path android:pathData="M17.65625,-98L71.015625,-98L65.328125,-107.65625L10.828125,-107.65625L17.65625,-98ZM15.546875,-49L68.984375,-49L63.21875,-58.71875L8.71875,-58.71875L15.546875,-49ZM81.140625,-61.03125L80.796875,-100.609375L71.15625,-96.3125L71.515625,-55.90625L81.140625,-61.03125ZM14.984375,-0L68.421875,-0L62.65625,-9.71875L8.234375,-9.71875L14.984375,-0ZM79.390625,-13.203125L79.03125,-53.15625L69.40625,-48.859375L69.75,-8.03125L79.390625,-13.203125ZM11.75,-62.796875L11.328125,-102.375L1.6875,-98.078125L2.109375,-57.65625L11.75,-62.796875Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
<path android:pathData="M102.6875,-98L156.0625,-98L150.35938,-107.65625L95.875,-107.65625L102.6875,-98ZM166.1875,-60.84375L165.82812,-100.609375L156.20312,-96.3125L156.54688,-55.703125L166.1875,-60.84375ZM100.015625,0L153.45312,0L147.6875,-9.71875L93.265625,-9.71875L100.015625,0ZM98.546875,-13.171875L98.125,-52.9375L88.484375,-48.640625L88.90625,-8.03125L98.546875,-13.171875ZM164.42188,-13.171875L164.07812,-52.9375L154.4375,-48.640625L154.79688,-8.03125L164.42188,-13.171875ZM96.78125,-62.609375L96.359375,-102.375L86.734375,-98.078125L87.15625,-57.46875L96.78125,-62.609375Z"
android:fillColor="?android:attr/colorAccent"
android:fillAlpha="1.0"/>
</group>
</group>
</vector>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24"
android:tint="?android:attr/colorAccent">
<path
android:fillColor="#ff000000"
android:pathData="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8c0-1.85 0.63-3.55 1.69-4.9L16.9 18.31c-1.4 1.1-3.12 1.7-4.9 1.69zm6.31-3.1L7.1 5.69C8.5 4.59 10.22 3.99 12 4c4.42 0 8 3.58 8 8c0 1.85-0.63 3.55-1.69 4.9z"/>
</vector>

View File

@@ -1,14 +0,0 @@
<?xml version="1.0"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?android:attr/colorControlNormal">
<path
android:fillColor="#ff000000"
android:pathData="M17 1.01L7 1C5.9 1 5 1.9 5 3v18c0 1.1 0.9 2 2 2h10c1.1 0 2-0.9 2-2V3c0-1.1-0.9-1.99-2-1.99zM17 21H7V3h10v18z"/>
<path
android:fillColor="#ff000000"
android:pathData="M12 8c1.1 0 2.1 0.4 2.8 1.2L16 8v4h-4l1.8-1.8c-0.5-0.4-1.1-0.7-1.8-0.7c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5c0.8 0 1.5-0.4 2-1h1.7C15.1 15 13.7 16 12 16c-2.2 0-4-1.8-4-4s1.8-4 4-4z"/>
</vector>

View File

@@ -1,9 +0,0 @@
<!-- drawable/music_clef_bass.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?android:attr/colorControlNormal">
<path android:fillColor="#000" android:pathData="M18.5 5A1.5 1.5 0 1 1 17 6.5A1.5 1.5 0 0 1 18.5 5M18.5 11A1.5 1.5 0 1 1 17 12.5A1.5 1.5 0 0 1 18.5 11M10 4A5 5 0 0 0 5 9V10A2 2 0 1 0 7.18 8A3 3 0 0 1 10 6A4 4 0 0 1 14 10C14 13.59 11.77 16.19 7 18.2L7.76 20.04C13.31 17.72 16 14.43 16 10A6 6 0 0 0 10 4Z" />
</vector>

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<group
android:scaleX="5.50297"
android:scaleY="5.52411"
android:translateX="-59.0634"
android:translateY="-57.934">
<path
android:fillColor="?android:attr/colorAccent"
android:fillType="evenOdd"
android:pathData="M10.961 13.514c0 -1.078 0.874 -1.952 1.953 -1.952 0.555 0 1.057 0.232 1.412 0.604l-0.583 0.141c-0.236 -0.162 -0.522 -0.257 -0.829 -0.257 -0.809 0 -1.465 0.655 -1.465 1.464l0 0c0 0.135 -0.109 0.244 -0.244 0.244 -0.134 0 -0.244 -0.109 -0.244 -0.244l0 0zm3.417 0c0 -0.094 -0.009 -0.185 -0.026 -0.274l0.429 -0.297c0.055 0.181 0.085 0.373 0.085 0.571 0 0.135 -0.109 0.244 -0.244 0.244 -0.135 0 -0.244 -0.109 -0.244 -0.244l0 0zm-0.02 -1.097c0.102 -0.028 0.212 0.022 0.256 0.121 0.045 0.101 0.007 0.219 -0.085 0.275l0 0 -1.313 0.833c-0.011 0.008 -0.023 0.016 -0.035 0.023l-0.001 0 0 0c-0.013 0.008 -0.025 0.014 -0.039 0.02 -0.226 0.101 -0.491 0 -0.592 -0.226 -0.101 -0.225 0 -0.491 0.226 -0.592 0.026 -0.012 0.052 -0.021 0.079 -0.027l1.504 -0.427 0 0z"
android:strokeLineJoin="round"
android:strokeMiterLimit="1.41421" />
</group>
</vector>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="?android:attr/colorAccent"
android:pathData="M2.546,5.862C4.557,2.772 8.042,0.727 12,0.727C15.958,0.727 19.443,2.772 21.454,5.862C21.584,5.947 21.674,6.086 21.694,6.246C22.697,7.931 23.273,9.899 23.273,12C23.273,18.222 18.222,23.273 12,23.273C5.778,23.273 0.727,18.222 0.727,12C0.727,9.899 1.303,7.931 2.306,6.246C2.326,6.086 2.416,5.947 2.546,5.862ZM7.784,18.049L5.229,18.049C6.602,19.585 8.49,20.651 10.62,20.977C9.503,20.219 8.537,19.221 7.784,18.049ZM18.771,18.049L16.31,18.049C15.564,19.211 14.608,20.202 13.503,20.957C15.583,20.61 17.424,19.555 18.771,18.049ZM13.235,18.049L10.86,18.049C11.207,18.703 11.606,19.307 12.047,19.852C12.488,19.307 12.888,18.703 13.235,18.049ZM6.086,13.083L2.983,13.083C3.101,14.074 3.379,15.016 3.79,15.882L6.713,15.882C6.393,15.001 6.178,14.062 6.086,13.083ZM21.017,13.083L18.008,13.083C17.916,14.062 17.702,15.001 17.382,15.882L20.21,15.882C20.621,15.016 20.899,14.074 21.017,13.083ZM14.67,13.083L9.424,13.083C9.503,14.057 9.689,14.997 9.962,15.882L14.132,15.882C14.406,14.997 14.591,14.057 14.67,13.083ZM6.78,7.939L3.877,7.939C3.418,8.854 3.109,9.858 2.983,10.917L6.086,10.917C6.184,9.872 6.422,8.871 6.78,7.939ZM20.123,7.939L17.315,7.939C17.672,8.871 17.91,9.872 18.008,10.917L21.017,10.917C20.891,9.858 20.582,8.854 20.123,7.939ZM14.076,7.939L10.019,7.939C9.714,8.877 9.509,9.877 9.424,10.917L14.67,10.917C14.585,9.877 14.38,8.877 14.076,7.939ZM10.62,3.023C8.574,3.336 6.751,4.333 5.393,5.772L7.901,5.772C8.637,4.677 9.56,3.742 10.62,3.023ZM13.503,3.043C14.551,3.759 15.465,4.687 16.193,5.772L18.607,5.772C17.276,4.361 15.499,3.376 13.503,3.043ZM12.047,4.148C11.647,4.643 11.281,5.187 10.957,5.772L13.138,5.772C12.814,5.187 12.448,4.643 12.047,4.148Z" />
</vector>

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<group
android:scaleX="0.879929"
android:scaleY="0.883309"
android:translateX="1.44085"
android:translateY="0.746289">
<path
android:fillColor="?android:attr/colorAccent"
android:fillType="evenOdd"
android:pathData="M20.764 21.26l-17.528 0c-1.07 0 -1.939 -0.868 -1.939 -1.939l0 -11.324c0 -1.07 0.869 -1.939 1.939 -1.939l4.534 0C7.982 5.01 8.91 4.22 10.02 4.22l3.96 0c1.11 0 2.037 0.79 2.25 1.838l4.534 0c1.07 0 1.939 0.869 1.939 1.939l0 11.324c0 1.071 -0.869 1.939 -1.939 1.939zM12 8.646c2.767 0 5.013 2.246 5.013 5.013 0 2.767 -2.246 5.013 -5.013 5.013 -2.767 0 -5.013 -2.246 -5.013 -5.013 0 -2.767 2.246 -5.013 5.013 -5.013zM3.674 7.257c0.624 0 1.131 0.507 1.131 1.131 0 0.624 -0.507 1.131 -1.131 1.131 -0.624 0 -1.131 -0.507 -1.131 -1.131 0 -0.624 0.507 -1.131 1.131 -1.131z"
android:strokeLineJoin="round"
android:strokeMiterLimit="1.41421" />
</group>
</vector>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24"
android:tint="?android:attr/colorAccent">
<path
android:fillColor="#ff000000"
android:pathData="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8c0-1.85 0.63-3.55 1.69-4.9L16.9 18.31c-1.4 1.1-3.12 1.7-4.9 1.69zm6.31-3.1L7.1 5.69C8.5 4.59 10.22 3.99 12 4c4.42 0 8 3.58 8 8c0 1.85-0.63 3.55-1.69 4.9z"/>
</vector>

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<group
android:scaleX="0.0930942"
android:scaleY="0.0934518"
android:translateX="19.4408"
android:translateY="9.49012">
<path
android:fillColor="?android:attr/colorAccent"
android:pathData="M0 57.121c-22.463 -12.601 -36.159 -9.862 -42.734 0 -6.574 9.862 -20.819 24.106 -42.186 6.574 -10.987 -9.015 -22.91 -21.121 -31.769 -31.918 -17.532 -21.367 -3.287 -35.612 6.575 -42.186 9.861 -6.575 12.601 -20.272 0 -42.734 -12.601 -22.463 -33.421 -16.437 -33.421 -16.437 0 0 -22.462 6.575 -32.324 48.213 -8.889 37.534 35.637 88.416 44.502 98.083 0 0 57.942 56.011 99.581 46.149 41.638 -9.861 48.212 -32.324 48.212 -32.324 0 0 6.027 -20.819 -16.436 -33.42"
android:strokeLineJoin="round"
android:strokeMiterLimit="1.41421" />
</group>
</vector>

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<group
android:scaleX="0.921041"
android:scaleY="0.924579"
android:translateX="0.752324"
android:translateY="0.893459">
<path
android:fillColor="?android:attr/colorAccent"
android:fillType="evenOdd"
android:pathData="M10.228 14.833c-0.006 0 -0.894 0.008 -1.83 1.069 -0.716 0.812 -1.981 2.473 -3.218 3.16 -0.07 0.041 -0.143 0.078 -0.218 0.111 -0.311 0.143 -0.619 0.217 -0.913 0.192l-0.015 0C3.63 19.362 3.252 19.254 2.924 19.066 1.702 18.44 1.782 17.099 1.782 17.099c0 -0.07 0.004 -0.139 0.01 -0.206C1.847 15.696 2.143 9.661 2.563 8.549 3.102 6.316 5.114 4.656 7.51 4.656l9.423 0c2.478 0 4.545 1.775 4.997 4.123 0.383 1.539 0.65 6.984 0.702 8.114 0.006 0.067 0.009 0.136 0.009 0.206 0 0 0.081 1.341 -1.142 1.967 -0.327 0.188 -0.706 0.296 -1.109 0.299l-0.015 0c-0.294 0.025 -0.602 -0.049 -0.914 -0.192 -0.074 -0.033 -0.147 -0.07 -0.218 -0.111 -1.236 -0.687 -2.502 -2.348 -3.217 -3.16 -0.936 -1.061 -1.824 -1.069 -1.83 -1.069l-3.968 0zM8.247 6.379c1.935 0 3.507 1.571 3.507 3.507 0 1.935 -1.572 3.507 -3.507 3.507 -1.936 0 -3.507 -1.572 -3.507 -3.507 0 -1.936 1.571 -3.507 3.507 -3.507zm9.138 4.16c0.454 0 0.823 0.369 0.823 0.823 0 0.454 -0.369 0.823 -0.823 0.823 -0.454 0 -0.823 -0.369 -0.823 -0.823 0 -0.454 0.369 -0.823 0.823 -0.823zm-8.421 0.07l0 0.814c0 0.399 -0.324 0.723 -0.723 0.723 -0.399 0 -0.723 -0.324 -0.723 -0.723l0 -0.814 -0.815 0C6.304 10.609 5.98 10.285 5.98 9.886 5.98 9.487 6.304 9.163 6.703 9.163l0.815 0 0 -0.815c0 -0.399 0.324 -0.723 0.723 -0.723 0.399 0 0.723 0.324 0.723 0.723l0 0.815 0.815 0c0.399 0 0.723 0.324 0.723 0.723 0 0.399 -0.324 0.722 -0.723 0.723l-0.815 0zm10.72 -0.723c0 0.454 -0.369 0.823 -0.823 0.823 -0.454 0 -0.823 -0.369 -0.823 -0.823 0 -0.455 0.369 -0.823 0.823 -0.823 0.454 0 0.823 0.368 0.823 0.823zm-2.952 0c0 0.454 -0.369 0.823 -0.823 0.823 -0.455 0 -0.823 -0.369 -0.823 -0.823 0 -0.455 0.368 -0.823 0.823 -0.823 0.454 0 0.823 0.368 0.823 0.823zm0.653 -2.3c0.454 0 0.823 0.369 0.823 0.824 0 0.454 -0.369 0.823 -0.823 0.823 -0.454 0 -0.823 -0.369 -0.823 -0.823 0 -0.455 0.369 -0.824 0.823 -0.824z"
android:strokeLineJoin="round"
android:strokeMiterLimit="1.41421" />
</group>
</vector>

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<group
android:scaleX="1.20862"
android:scaleY="1.21327"
android:translateX="-0.686496"
android:translateY="-0.544151">
<path
android:fillColor="?android:attr/colorAccent"
android:fillType="evenOdd"
android:pathData="M13.29 18.046l-8.091 0c-1.277 0 -2.315 -1.037 -2.315 -2.315l0 -4.631c0 -1.277 1.038 -2.315 2.315 -2.315l8.091 0c1.272 0 2.305 1.027 2.315 2.296l1.307 -0.754c0.065 -0.038 0.135 -0.067 0.21 -0.086l0.002 0 0 0 0 0 0 0c0.062 -0.015 0.126 -0.023 0.188 -0.023l0.001 0 0.003 0c0.146 0.001 0.283 0.041 0.401 0.11 0.11 0.065 0.205 0.156 0.276 0.272 0.043 0.071 0.076 0.15 0.096 0.233l0 0.002c0.014 0.059 0.02 0.119 0.02 0.178l0 0.001 0 4.803 0 0.001c0 0.059 -0.006 0.119 -0.02 0.178l0 0.001 0 0 0 0 0 0.001c-0.02 0.084 -0.053 0.162 -0.096 0.233 -0.071 0.116 -0.166 0.208 -0.276 0.272 -0.118 0.07 -0.255 0.11 -0.401 0.11l0 0 0 0 -0.003 0 -0.001 0c-0.062 0 -0.126 -0.007 -0.188 -0.023l0 0 0 0 0 0 -0.002 0c-0.075 -0.018 -0.145 -0.047 -0.21 -0.085L15.605 15.75c-0.01 1.269 -1.043 2.296 -2.315 2.296zm-1.773 -4.63c0 -0.107 -0.027 -0.214 -0.083 -0.313l0 0 0 0 -0.001 -0.002 -0.001 0C11.409 13.06 11.381 13.023 11.349 12.988 11.305 12.94 11.254 12.9 11.198 12.869L7.919 10.975C7.867 10.945 7.811 10.922 7.752 10.908l-0.001 -0.001 0 0 0 0 0 0C7.702 10.895 7.652 10.889 7.602 10.889l0 0 -0.002 0 -0.001 0 0 0C7.484 10.89 7.376 10.921 7.283 10.976 7.196 11.027 7.12 11.099 7.064 11.191 7.03 11.247 7.004 11.309 6.989 11.375l0 0.001 0 0 0 0 0 0.001c-0.011 0.046 -0.016 0.094 -0.016 0.141l0 0 0 3.795 0 0.001c0 0.047 0.005 0.094 0.016 0.141l0 0.001c0.015 0.066 0.041 0.128 0.075 0.185 0.056 0.091 0.132 0.163 0.219 0.214 0.093 0.055 0.201 0.087 0.316 0.087l0.003 0 0 0c0.05 0 0.1 -0.006 0.149 -0.018l0 0 0 0 0 0 0.001 0c0.059 -0.015 0.115 -0.038 0.167 -0.068l3.279 -1.893c0.056 -0.032 0.107 -0.072 0.151 -0.119 0.032 -0.035 0.06 -0.073 0.083 -0.113l0.001 -0.001 0.001 -0.001 0 -0.001 0 0c0.056 -0.098 0.083 -0.206 0.083 -0.312zM6.026 4.848c0.955 0 1.731 0.776 1.731 1.731C7.757 7.535 6.981 8.31 6.026 8.31 5.07 8.31 4.295 7.535 4.295 6.579 4.295 5.624 5.07 4.848 6.026 4.848Zm4.986 -2.216c1.567 0 2.839 1.272 2.839 2.839 0 1.567 -1.272 2.839 -2.839 2.839 -1.567 0 -2.839 -1.272 -2.839 -2.839 0 -1.567 1.272 -2.839 2.839 -2.839z"
android:strokeLineJoin="round"
android:strokeMiterLimit="1.41421" />
</group>
</vector>

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2014, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="match_parent"
android:layout_width="match_parent"/>

View File

@@ -1,80 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
(C) 2018-2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:layout_marginBottom="6dp"
android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeight"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
<FrameLayout
android:id="@android:id/icon_frame"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/summary">
<ImageView
android:id="@android:id/icon"
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_marginEnd="12dp"
android:layout_gravity="start|center_vertical" />
</FrameLayout>
<TextView
android:id="@android:id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toEndOf="@android:id/icon_frame"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceListItem"
android:textColor="?android:attr/textColorPrimary" />
<TextView
android:id="@android:id/summary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@android:id/title"
android:layout_toEndOf="@android:id/icon_frame"
android:maxLines="4"
android:paddingTop="8dp"
android:paddingBottom="5dp"
android:textAppearance="?android:attr/textAppearanceListItemSecondary"
android:textColor="?android:attr/textColorSecondary" />
<SeekBar
android:id="@+id/seekbar"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_below="@android:id/summary"
android:layout_gravity="center_vertical"
android:layout_toEndOf="@android:id/icon_frame"
android:tickMark="@null"
android:paddingStart="0dp"
android:paddingEnd="12dp"
style="@android:style/Widget.Material.SeekBar.Discrete" />
</RelativeLayout>

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/refresh_rv_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

View File

@@ -1,73 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:paddingBottom="4dp"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingTop="4dp">
<ImageView
android:id="@+id/app_icon"
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size"
android:layout_marginEnd="8dp"
android:layout_gravity="center_vertical"
android:scaleType="centerInside" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="8dp"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:orientation="vertical">
<TextView
android:id="@+id/app_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:singleLine="true"
android:textAlignment="viewStart"
android:textColor="?android:attr/textColorPrimary"
style="?android:attr/textAppearanceMedium" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical">
<Spinner
android:id="@+id/app_mode"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<ImageView
android:id="@+id/state"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="8dp"
android:scaleType="centerInside"
android:src="@drawable/ic_refresh_default" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/thermal_rv_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

View File

@@ -1,73 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:paddingBottom="4dp"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingTop="4dp">
<ImageView
android:id="@+id/app_icon"
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size"
android:layout_marginEnd="8dp"
android:layout_gravity="center_vertical"
android:scaleType="centerInside" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="8dp"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:orientation="vertical">
<TextView
android:id="@+id/app_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:singleLine="true"
android:textAlignment="viewStart"
android:textColor="?android:attr/textColorPrimary"
style="?android:attr/textAppearanceMedium" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical">
<Spinner
android:id="@+id/app_mode"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />
<ImageView
android:id="@+id/state"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="8dp"
android:scaleType="centerInside"
android:src="@drawable/ic_thermal_default" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">محسن صوت Mi</string>
<string name="dirac_summary">تحسين جودة الصوت</string>
<string name="dirac_headset_title">اختيار نوع سماعة الرأس</string>
<string name="dirac_preset_title">اختر إعداد</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">الافتراضي</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">عام</string>
<string name="dirac_headset_general_inear">عامة In-Ear</string>
<string name="dirac_headset_piston_basic">إصدار رئيسي</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">إصدار قياسي</string>
<string name="dirac_headset_headphone">سماعات رأس Mi</string>
<string name="dirac_headset_piston_youth">إصدار شبابي</string>
<string name="dirac_headset_piston_color">إصدار اللون</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">إلغاء الضوضاء Mi Type-C</string>
<string name="dirac_headset_cancelling">إلغاء الضوضاء Mi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">الافتراضي</string>
<string name="dirac_preset_rock">روك</string>
<string name="dirac_preset_jazz">جاز</string>
<string name="dirac_preset_pop">بوب</string>
<string name="dirac_preset_classical">كلاسيك</string>
<string name="dirac_preset_hiphop">هيب هوب</string>
<string name="dirac_preset_blues">إيقاع</string>
<string name="dirac_preset_electronic">الكتروني</string>
<string name="dirac_preset_country">الريف</string>
<string name="dirac_preset_dance">رقص</string>
<string name="dirac_preset_metal">معدن</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ধ্বনি পৰিবৰ্ধক</string>
<string name="dirac_summary">অডিঅ\' গুণমান অনুকূলিত কৰক</string>
<string name="dirac_headset_title">হেডফোনৰ প্ৰকাৰ পচন্দ কৰক</string>
<string name="dirac_preset_title">এটা প্ৰিছেট পচন্দ কৰক</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ডিফ\'ল্ট</string>
<string name="dirac_headset_earbuds">Mi ইয়েৰবাড</string>
<string name="dirac_headset_in_ear_2013">Mi ইন-ইয়েৰ (2013)</string>
<string name="dirac_headset_piston_1">Mi পিষ্টন-1</string>
<string name="dirac_headset_general">সাধাৰণ</string>
<string name="dirac_headset_general_inear">সাধাৰণ ইন-ইয়েৰ</string>
<string name="dirac_headset_piston_basic">প্ৰাথমিক সংস্কৰণ</string>
<string name="dirac_headset_piston_2">Mi পিষ্টন-2</string>
<string name="dirac_headset_piston_standard">মান্য সংস্কৰণ</string>
<string name="dirac_headset_headphone">Mi হেডফোন</string>
<string name="dirac_headset_piston_youth">যুৱ সংস্কৰণ</string>
<string name="dirac_headset_piston_color">ৰঙীণ সংস্কৰণ</string>
<string name="dirac_headset_in_ear">Mi ইন-ইয়েৰ</string>
<string name="dirac_headset_capsule">Mi কেপচুল</string>
<string name="dirac_headset_in_ear_pro">Mi ইন-ইয়েৰ প্ৰ\'</string>
<string name="dirac_headset_comfort">Mi আৰাম</string>
<string name="dirac_headset_reduction_noise">Mi কোলাহল বাতিলকৰণ টাইপ-C</string>
<string name="dirac_headset_cancelling">Mi কোলাহল বাতিলকৰণ 3.5মি.মি.</string>
<string name="dirac_headset_half_in_ear">Mi হাফ ইন ইয়েৰ</string>
<string name="dirac_headset_in_ear2">Mi ইন-ইয়েৰ 2</string>
<string name="dirac_headset_earphone_basic">Mi ইয়েৰফোন বেছিক</string>
<string name="dirac_headset_earphone">Mi ইয়েৰফোন</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ডিফ\'ল্ট</string>
<string name="dirac_preset_rock">ৰক</string>
<string name="dirac_preset_jazz">জাজ</string>
<string name="dirac_preset_pop">পপ</string>
<string name="dirac_preset_classical">ক্লাছিকেল</string>
<string name="dirac_preset_hiphop">হিপ হপ</string>
<string name="dirac_preset_blues">ব্লুজ</string>
<string name="dirac_preset_electronic">ইলেকট্ৰনিক</string>
<string name="dirac_preset_country">কাণ্ট্ৰি</string>
<string name="dirac_preset_dance">নৃত্য</string>
<string name="dirac_preset_metal">মেটেল</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Səs Gücləndirici</string>
<string name="dirac_summary">Səs keyfiyyətini optimallaşdır</string>
<string name="dirac_headset_title">Qulaqlıq növünü seçin</string>
<string name="dirac_preset_title">Ön tənzimləmə seçin</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Varsayılan</string>
<string name="dirac_headset_earbuds">Mi Qulaqlıqları</string>
<string name="dirac_headset_in_ear_2013">Mi Qulaq-İçi (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Ümumi</string>
<string name="dirac_headset_general_inear">Ümumi Qulaq-İçi</string>
<string name="dirac_headset_piston_basic">Sadə versiya</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standart versiya</string>
<string name="dirac_headset_headphone">Mi Qulaqlıqları</string>
<string name="dirac_headset_piston_youth">Gənc versiyası</string>
<string name="dirac_headset_piston_color">Rəngli versiyası</string>
<string name="dirac_headset_in_ear">Mi Qulaq-İçi</string>
<string name="dirac_headset_capsule">Mi Kapsul</string>
<string name="dirac_headset_in_ear_pro">Mi Qulaq-İçi Pro</string>
<string name="dirac_headset_comfort">Mi Rahatlıq</string>
<string name="dirac_headset_reduction_noise">Mi Səs-küy Əngəlləmə Type-C</string>
<string name="dirac_headset_cancelling">Mi Səs-küy Əngəlləmə 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Yarı Qulaq-içi</string>
<string name="dirac_headset_in_ear2">Mi Qulaq-İçi 2</string>
<string name="dirac_headset_earphone_basic">Mi Qulaqlıq Sadə</string>
<string name="dirac_headset_earphone">Mi Qulaqlıq</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Varsayılan</string>
<string name="dirac_preset_rock">Rok</string>
<string name="dirac_preset_jazz">Caz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassik</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blyuz</string>
<string name="dirac_preset_electronic">Elektronik</string>
<string name="dirac_preset_country">Kantri</string>
<string name="dirac_preset_dance">Rəqs</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Паляпшэнне гуку Mi</string>
<string name="dirac_summary">Паляпшэнне якасці гуку</string>
<string name="dirac_headset_title">Выберыце тып навушнікаў</string>
<string name="dirac_preset_title">Выбар усталёўкі</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Па змаўчанні</string>
<string name="dirac_headset_earbuds">Mi-навушнікі</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi-пістоны 1</string>
<string name="dirac_headset_general">Звычайныя навушнікі</string>
<string name="dirac_headset_general_inear">Звычайныя ўкладышы</string>
<string name="dirac_headset_piston_basic">Звыч. пістоны</string>
<string name="dirac_headset_piston_2">Mi-пістоны 2</string>
<string name="dirac_headset_piston_standard">Стандартная версія</string>
<string name="dirac_headset_headphone">Mi навушнікі</string>
<string name="dirac_headset_piston_youth">Моладзевая версія</string>
<string name="dirac_headset_piston_color">Каляровае версія</string>
<string name="dirac_headset_in_ear">Mi-укладышы</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Noise Cancelling Type-C</string>
<string name="dirac_headset_cancelling">Mi Noise Cancelling 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi-укладышы</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Па змаўчанні</string>
<string name="dirac_preset_rock">Рок</string>
<string name="dirac_preset_jazz">Джаз</string>
<string name="dirac_preset_pop">Поп</string>
<string name="dirac_preset_classical">Класіка</string>
<string name="dirac_preset_hiphop">Хіп-хоп</string>
<string name="dirac_preset_blues">Блюз</string>
<string name="dirac_preset_electronic">Электра</string>
<string name="dirac_preset_country">Кантры</string>
<string name="dirac_preset_dance">Танцавальная</string>
<string name="dirac_preset_metal">Метал</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Използване на MiSound enhancer</string>
<string name="dirac_summary">Оптимизиране качеството на звука</string>
<string name="dirac_headset_title">Вид слушалки</string>
<string name="dirac_preset_title">Избери предв. зададен</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">По подразбиране</string>
<string name="dirac_headset_earbuds">Mi слушалки</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi piston-1</string>
<string name="dirac_headset_general">Обикновени слушалки</string>
<string name="dirac_headset_general_inear">Обикновени \"тапи за уши\"</string>
<string name="dirac_headset_piston_basic">Обикновени</string>
<string name="dirac_headset_piston_2">Mi piston-2</string>
<string name="dirac_headset_piston_standard">Стандартна версия</string>
<string name="dirac_headset_headphone">Mi Слушалки</string>
<string name="dirac_headset_piston_youth">Mi piston-youth</string>
<string name="dirac_headset_piston_color">Цветно издание</string>
<string name="dirac_headset_in_ear">Mi in-ear headphones</string>
<string name="dirac_headset_capsule">Mi капсула</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Комфорт</string>
<string name="dirac_headset_reduction_noise">Mi шумопотискане Тип-C</string>
<string name="dirac_headset_cancelling">Mi шумопотискане 3.5mm</string>
<string name="dirac_headset_half_in_ear">Вградени слушалки Mi</string>
<string name="dirac_headset_in_ear2">Mi слушалки на две уши</string>
<string name="dirac_headset_earphone_basic">Mi Слушалки</string>
<string name="dirac_headset_earphone">Mi Слушалки</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">По подразбиране</string>
<string name="dirac_preset_rock">Рок</string>
<string name="dirac_preset_jazz">Джаз</string>
<string name="dirac_preset_pop">Поп</string>
<string name="dirac_preset_classical">Класика</string>
<string name="dirac_preset_hiphop">Хип-Хоп</string>
<string name="dirac_preset_blues">Блус</string>
<string name="dirac_preset_electronic">Електронна</string>
<string name="dirac_preset_country">Кънтри</string>
<string name="dirac_preset_dance">Танцувална</string>
<string name="dirac_preset_metal">Метъл</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi সাউন্ড বিবর্ধক</string>
<string name="dirac_summary">অডিওয়ের গুণমান অপ্টিমাইজ করুন</string>
<string name="dirac_headset_title">হেডফোনের প্রকার চয়ন করুন</string>
<string name="dirac_preset_title">একটি প্রিসেট বাছুন</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ডিফল্ট</string>
<string name="dirac_headset_earbuds">Mi ইয়ারবাড</string>
<string name="dirac_headset_in_ear_2013">Mi ইন- ইয়ার(2013)</string>
<string name="dirac_headset_piston_1">Mi পিসটন-১</string>
<string name="dirac_headset_general">সাধারণ</string>
<string name="dirac_headset_general_inear">সাধারণত কানে</string>
<string name="dirac_headset_piston_basic">বেসিক সংস্করণ</string>
<string name="dirac_headset_piston_2">Mi পিসটন-২</string>
<string name="dirac_headset_piston_standard"> আদর্শ সংস্করণ</string>
<string name="dirac_headset_headphone">Mi হেডফোন</string>
<string name="dirac_headset_piston_youth">যুবা সংস্করণ</string>
<string name="dirac_headset_piston_color">রঙ সম্পাদক</string>
<string name="dirac_headset_in_ear">Mi ইন-ইয়ার</string>
<string name="dirac_headset_capsule">Mi ক্যাপসুল</string>
<string name="dirac_headset_in_ear_pro">Mi ইন ইয়ার প্রো</string>
<string name="dirac_headset_comfort">Mi কমফর্ট</string>
<string name="dirac_headset_reduction_noise">Mi কোলাহল বাতিল টাইপ-C</string>
<string name="dirac_headset_cancelling">Mi কোলাহল বাতিল (3.5মি. মি.)</string>
<string name="dirac_headset_half_in_ear">Mi হাফ ইন ইয়ার</string>
<string name="dirac_headset_in_ear2">Mi ইন-ইয়ার 2</string>
<string name="dirac_headset_earphone_basic">Mi ইয়ারফোন বেসিক</string>
<string name="dirac_headset_earphone">Mi ইয়েরফোন</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ডিফল্ট</string>
<string name="dirac_preset_rock">রক</string>
<string name="dirac_preset_jazz">জ্যাজ</string>
<string name="dirac_preset_pop">পপ</string>
<string name="dirac_preset_classical">ক্লাসিকাল</string>
<string name="dirac_preset_hiphop">হিপ হপ</string>
<string name="dirac_preset_blues">ব্লুজ</string>
<string name="dirac_preset_electronic">ইলেক্ট্রনিক</string>
<string name="dirac_preset_country">কান্ট্রি</string>
<string name="dirac_preset_dance">নাচ</string>
<string name="dirac_preset_metal">মেটাল</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound pojačivač</string>
<string name="dirac_summary">Optimizovanje kvaliteta zvuka</string>
<string name="dirac_headset_title">Odaberite vrstu slušalica</string>
<string name="dirac_preset_title">Izaberite postavljenje</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Podrazumijevano</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Opšte</string>
<string name="dirac_headset_general_inear">Opšte In-Ear</string>
<string name="dirac_headset_piston_basic">Osnovno izdanje</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standardno izdanje</string>
<string name="dirac_headset_headphone">Mi slušalice</string>
<string name="dirac_headset_piston_youth">Izdanje za mlade</string>
<string name="dirac_headset_piston_color">Izdanje u boji</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Noise otkazivanje buke tip-C</string>
<string name="dirac_headset_cancelling">Mi Noise otkazivanje 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Podrazumijevano</string>
<string name="dirac_preset_rock">Rok</string>
<string name="dirac_preset_jazz">Džez</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klasična</string>
<string name="dirac_preset_hiphop">Hip hop</string>
<string name="dirac_preset_blues">Bluz</string>
<string name="dirac_preset_electronic">Elektronska</string>
<string name="dirac_preset_country">Kantri</string>
<string name="dirac_preset_dance">Dens</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_enable">Utilitza el potenciador de so Mi</string>
<string name="dirac_title">Potenciador de so Mi</string>
<string name="dirac_summary">Optimitza la qualitat d\'àudio</string>
<string name="dirac_headset_title">Seleccioneu el tipus d\'auriculars</string>
<string name="dirac_preset_title">Trieu una configuració per defecte</string>
<string name="dirac_hifi_enable_title">Habilitar Hi-fi</string>
<string name="dirac_hifi_title">Hi-Fi</string>
<string name="dirac_hifi_summary">Augmenta la qualitat de l\'àudio disminuint el soroll i la distorsió</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Per defecte</string>
<string name="dirac_headset_earbuds">Mi</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Normals</string>
<string name="dirac_headset_general_inear">In-ear normals</string>
<string name="dirac_headset_piston_basic">Edició Bàsica</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Edició Estàndard</string>
<string name="dirac_headset_headphone">Mi Auriculars</string>
<string name="dirac_headset_piston_youth">Edició Jove</string>
<string name="dirac_headset_piston_color">Edició de color</string>
<string name="dirac_headset_in_ear">Mi in-ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Cancel·la sorolls Mi Tipus C</string>
<string name="dirac_headset_cancelling">Cancel·la sorolls Mi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Auriculars Mi Bàsic</string>
<string name="dirac_headset_earphone">Mi Auriculars</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Per defecte</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Clàssica</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Electrònica</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metall</string>
<string name="dirac_preset_bass_booster">Potenciador de greus</string>
<string name="dirac_preset_live">Directe</string>
<string name="dirac_preset_balanced">Equilibrat</string>
<string name="dirac_preset_bass_reduction">Reducció de greus</string>
<string name="dirac_preset_treble_reduction">Reducció d\'aguts</string>
<string name="dirac_preset_soft_bass">Greus suaus</string>
<string name="dirac_preset_soft_treble">Aguts suaus</string>
<!-- Thermal Profiles -->
<string name="thermal_title">Perfils Térmics</string>
<string name="thermal_summary">Ajusta els perfils tèrmics per aplicació per a un rendiment òptim</string>
<string name="thermal_default">Per defecte</string>
<string name="thermal_benchmark">Benchmark</string>
<string name="thermal_browser">Navegador</string>
<string name="thermal_camera">Càmera</string>
<string name="thermal_dialer">Telèfon</string>
<string name="thermal_gaming">Gaming</string>
<string name="thermal_streaming">Streaming</string>
<!-- Refresh Rate Settings -->
<string name="refresh_rate_tile_title">Taxa de refresc</string>
<string name="refresh_title">Taxa de refresc per aplicació</string>
<string name="refresh_summary">Defineix la taxa de refresc màxima per a una aplicació específica</string>
<string name="refresh_default">Per defecte</string>
<string name="refresh_low">Baixa (30Hz)</string>
<string name="refresh_moderate">Moderada (50Hz)</string>
<string name="refresh_standard">Standard (60Hz)</string>
<string name="refresh_high">Alta (90Hz)</string>
<string name="refresh_extreme">Fluida (120Hz)</string>
<!-- Haptic Level Settings -->
<string name="haptic_title">Resposta hàptica</string>
<string name="haptic_warning">Configurar un nivell hàptic massa alt pot causar danys permanents al dispositiu, fes-ho servir sota el teu propi risc</string>
<string name="haptic_summary">Personalitza l\'intensitat de la vibració</string>
<string name="haptic_level_title">Nivell</string>
<string name="haptic_level_summary">Quantitat d\'intensitat de vibració</string>
<string name="haptic_level_summary_incompatible">Funció no admesa</string>
<!-- Scene Selection -->
<string name="music_headset_scenario_select">Seleccionar escena</string>
<string name="music_headset_scenario_intelligent">Intel·ligent</string>
<string name="music_headset_scenario_music">Música</string>
<string name="music_headset_scenario_video">Video</string>
<string name="music_headset_scenario_vocal">Veu</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Vylepšení Mi Sound</string>
<string name="dirac_summary">Optimalizovat kvalitu zvuku</string>
<string name="dirac_headset_title">Typ sluchátek</string>
<string name="dirac_preset_title">Zvolit přednastavené</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Výchozí</string>
<string name="dirac_headset_earbuds">Mi pecky</string>
<string name="dirac_headset_in_ear_2013">Mi špunty (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Obyčejná</string>
<string name="dirac_headset_general_inear">Běžné špunty</string>
<string name="dirac_headset_piston_basic">Základní edice</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standardní edice</string>
<string name="dirac_headset_headphone">Mi sluchátka</string>
<string name="dirac_headset_piston_youth">Pro mladé</string>
<string name="dirac_headset_piston_color">Barevná edice</string>
<string name="dirac_headset_in_ear">Mi špunty</string>
<string name="dirac_headset_capsule">Mi kapsle</string>
<string name="dirac_headset_in_ear_pro">Mi špunty Pro</string>
<string name="dirac_headset_comfort">Mi Komfort</string>
<string name="dirac_headset_reduction_noise">Mi Rušení hluku Typ-C</string>
<string name="dirac_headset_cancelling">Mi Rušení hluku 3,5 mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Výchozí</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klasická</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronická</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Taneční</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Optimer lydkvalitet</string>
<string name="dirac_headset_title">Vælg type hovedtelefon</string>
<string name="dirac_preset_title">Vælg en forindstilling</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Standard</string>
<string name="dirac_headset_earbuds">Mi ørepropper</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Generelt</string>
<string name="dirac_headset_general_inear">Generelt In-Ear</string>
<string name="dirac_headset_piston_basic">Basic Edition</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standard Edition</string>
<string name="dirac_headset_headphone">Mi hovedtelefoner</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Color Edition</string>
<string name="dirac_headset_in_ear">Mi in-ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi-støjreduktion type C</string>
<string name="dirac_headset_cancelling">Mi-støjreduktion 3,5 mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi-hovedtelefoner grundlæggende</string>
<string name="dirac_headset_earphone">Mi-hovedtelefoner</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Standard</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassisk</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronisk</string>
<string name="dirac_preset_country">Countrymusik</string>
<string name="dirac_preset_dance">Dans</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_enable">Verwende Mi Sound Enhancer</string>
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Audioqualität optimieren</string>
<string name="dirac_headset_title">Kopfhörertyp auswählen</string>
<string name="dirac_preset_title">Vorgabe auswählen</string>
<string name="dirac_hifi_enable_title"> Aktiviere Hi-fi</string>
<string name="dirac_hifi_title">Hi-Fi</string>
<string name="dirac_hifi_summary">Reduzierung von Rauschen und Verzerrungen und Verbesserung der Audioqualität</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Standard</string>
<string name="dirac_headset_earbuds">Mi Ohrhörer</string>
<string name="dirac_headset_in_ear_2013">Mi In Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston 1</string>
<string name="dirac_headset_general">Allgemeine Earbuds</string>
<string name="dirac_headset_general_inear">Allgemeine In Ear</string>
<string name="dirac_headset_piston_basic">Basis Edition</string>
<string name="dirac_headset_piston_2">Mi Piston 2</string>
<string name="dirac_headset_piston_standard">Standard Edition</string>
<string name="dirac_headset_headphone">Mi Kopfhörer</string>
<string name="dirac_headset_piston_youth">Jugend Edition</string>
<string name="dirac_headset_piston_color">Farbige Edition</string>
<string name="dirac_headset_in_ear">Mi In Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In Ear Pro</string>
<string name="dirac_headset_comfort">Mi Komfort</string>
<string name="dirac_headset_reduction_noise">Mi-Geräuschunterdrückung (Typ-C)</string>
<string name="dirac_headset_cancelling">Mi-Geräuschunterdrückung (3.5 mm)</string>
<string name="dirac_headset_half_in_ear">Mi Half In Ear</string>
<string name="dirac_headset_in_ear2">Mi In Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Standard</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassisch</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronik</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
<string name="dirac_preset_bass_booster">Bass Booster</string>
<string name="dirac_preset_live">Live</string>
<string name="dirac_preset_balanced">Ausgewogen</string>
<string name="dirac_preset_bass_reduction">Bassabsenkung</string>
<string name="dirac_preset_treble_reduction">Höhenabsenkung</string>
<string name="dirac_preset_soft_bass">Weicher Bass</string>
<string name="dirac_preset_soft_treble">Weiche Höhen</string>
<!-- Thermal Profiles -->
<string name="thermal_title">Thermal-Profile</string>
<string name="thermal_summary">Anpassung der thermischen Profile je Anwendung für optimale Leistung</string>
<string name="thermal_default">Default</string>
<string name="thermal_benchmark">Benchmark</string>
<string name="thermal_browser">Browser</string>
<string name="thermal_camera">Camera</string>
<string name="thermal_dialer">Telefon</string>
<string name="thermal_gaming">Spiele</string>
<string name="thermal_streaming">Streaming</string>
<!-- Refresh Rate Settings -->
<string name="refresh_rate_tile_title">Aktualisierungsrate</string>
<string name="refresh_title">App Aktualisierungsrate</string>
<string name="refresh_summary">Maximale Aktualisierungsrate je App anpassen</string>
<string name="refresh_default">Default</string>
<string name="refresh_low">Niedrig (30Hz)</string>
<string name="refresh_moderate">Moderat (50Hz)</string>
<string name="refresh_standard">Standard (60Hz)</string>
<string name="refresh_high">Hoch (90Hz)</string>
<string name="refresh_extreme">Gleichmäßig (120Hz)</string>
<!-- Haptic Level Settings -->
<string name="haptic_title">Haptisches Feedback</string>
<string name="haptic_warning">Eine zu hohe Einstellung der Vibrationsintensität kann zu dauerhaften Hardwareschäden führen. Die Verwendung erfolgt auf eigene Gefahr!</string>
<string name="haptic_summary">Vibrationsintensität anpassen</string>
<string name="haptic_level_title">Pegel</string>
<string name="haptic_level_summary">Stärke der Vibrationsintensität</string>
<string name="haptic_level_summary_incompatible">Funktion wird nicht unterstützt</string>
<!-- Scene Selection -->
<string name="music_headset_scenario_select">Szene auswählen</string>
<string name="music_headset_scenario_intelligent">Intelligent</string>
<string name="music_headset_scenario_music">Musik</string>
<string name="music_headset_scenario_video">Video</string>
<string name="music_headset_scenario_vocal">Sprache</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Ενισχυτής Mi Ήχου</string>
<string name="dirac_summary">Βελτιστοποίηση ποιότητας ήχου</string>
<string name="dirac_headset_title">Επιλογή τύπου ακουστικών</string>
<string name="dirac_preset_title">Επιλογή προεπιλογής</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Προεπιλογή</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Γενικά</string>
<string name="dirac_headset_general_inear">Γενικά In-Ear</string>
<string name="dirac_headset_piston_basic">Basic Edition</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standard Edition</string>
<string name="dirac_headset_headphone">Mi Headphones</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Color Edition</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Ακύρωση Mi Θορύβου Type-C</string>
<string name="dirac_headset_cancelling">Ακύρωση Mi Θορύβου 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Μισό στο Αυτί</string>
<string name="dirac_headset_in_ear2">Mi Μέσα στο Αυτί 2</string>
<string name="dirac_headset_earphone_basic">Βασικά Ακουστικά Mi</string>
<string name="dirac_headset_earphone">Μi ακουστικά</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Προεπιλογή</string>
<string name="dirac_preset_rock">Ροκ</string>
<string name="dirac_preset_jazz">Τζάζ</string>
<string name="dirac_preset_pop">Ποπ</string>
<string name="dirac_preset_classical">Κλασσική</string>
<string name="dirac_preset_hiphop">Χιπ Χοπ</string>
<string name="dirac_preset_blues">Μπλουζ</string>
<string name="dirac_preset_electronic">Ηλεκτρόνικ</string>
<string name="dirac_preset_country">Κάντρι</string>
<string name="dirac_preset_dance">Χορός</string>
<string name="dirac_preset_metal">Μέταλ</string>
</resources>

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_enable">Usar Mi Sound Enhancer</string>
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Optimizar la calidad del audio</string>
<string name="dirac_headset_title">Selecciona el tipo de auriculares</string>
<string name="dirac_preset_title">Selecciona un preajuste</string>
<string name="dirac_hifi_enable_title">Habilitar Hi-fi</string>
<string name="dirac_hifi_title">Hi-Fi</string>
<string name="dirac_hifi_summary">Aumenta la calidad del audio disminuyendo el ruido y la distorsión</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Predeterminado</string>
<string name="dirac_headset_earbuds">Auriculares de tapón Mi</string>
<string name="dirac_headset_in_ear_2013">Mi Intrauriculares (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">General</string>
<string name="dirac_headset_general_inear">Intrauriculares genéricos</string>
<string name="dirac_headset_piston_basic">Edición básica</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Edición estándar</string>
<string name="dirac_headset_headphone">Auriculares Mi</string>
<string name="dirac_headset_piston_youth">Edición juvenil</string>
<string name="dirac_headset_piston_color">Edición a color</string>
<string name="dirac_headset_in_ear">Mi Intrauriculares</string>
<string name="dirac_headset_capsule">Mi Cápsula</string>
<string name="dirac_headset_in_ear_pro">Mi Intrauriculares Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Cancelación de Ruido Mi Tipo C</string>
<string name="dirac_headset_cancelling">Cancelación de Ruido Mi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Predeterminado</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Clásica</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Electrónica</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
<string name="dirac_preset_bass_booster">Potenciador de graves</string>
<string name="dirac_preset_live">Directo</string>
<string name="dirac_preset_balanced">Equilibrado</string>
<string name="dirac_preset_bass_reduction">Reducción de graves</string>
<string name="dirac_preset_treble_reduction">Reducción de agudos</string>
<string name="dirac_preset_soft_bass">Graves suaves</string>
<string name="dirac_preset_soft_treble">Agudos suaves</string>
<!-- Thermal Profiles -->
<string name="thermal_title">Perfiles Térmicos</string>
<string name="thermal_summary">Ajusta los perfiles térmicos por aplicación para un rendimiento óptimo</string>
<string name="thermal_default">Por defecto</string>
<string name="thermal_benchmark">Benchmark</string>
<string name="thermal_browser">Navegador</string>
<string name="thermal_camera">Cámara</string>
<string name="thermal_dialer">Teléfono</string>
<string name="thermal_gaming">Gaming</string>
<string name="thermal_streaming">Streaming</string>
<!-- Refresh Rate Settings -->
<string name="refresh_rate_tile_title">Tasa de refresco</string>
<string name="refresh_title">Tasa de refresco por aplicación</string>
<string name="refresh_summary">Defina la tasa de refresco máxima para una aplicación específica</string>
<string name="refresh_default">Por defecto</string>
<string name="refresh_low">Baja (30Hz)</string>
<string name="refresh_moderate">Moderada (50Hz)</string>
<string name="refresh_standard">Standard (60Hz)</string>
<string name="refresh_high">Alta (90Hz)</string>
<string name="refresh_extreme">Fluida (120Hz)</string>
<!-- Haptic Level Settings -->
<string name="haptic_title">Retroalimentación háptica</string>
<string name="haptic_warning">La configuración de un nivel háptico demasiado alto puede causar daños permanentes en el hardware, utilícelo bajo su propio riesgo</string>
<string name="haptic_summary">Personaliza la intensidad de la vibración</string>
<string name="haptic_level_title">Nivel</string>
<string name="haptic_level_summary">Cantidad de intensidad de vibración</string>
<string name="haptic_level_summary_incompatible">Función no admitida</string>
<!-- Scene Selection -->
<string name="music_headset_scenario_select">Seleccionar escena</string>
<string name="music_headset_scenario_intelligent">Inteligente</string>
<string name="music_headset_scenario_music">Música</string>
<string name="music_headset_scenario_video">Video</string>
<string name="music_headset_scenario_vocal">Voz</string>
</resources>

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_enable">Usar Mi Sound Enhancer</string>
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Optimizar la calidad del audio</string>
<string name="dirac_headset_title">Selecciona el tipo de auriculares</string>
<string name="dirac_preset_title">Selecciona un preajuste</string>
<string name="dirac_hifi_enable_title">Habilitar Hi-fi</string>
<string name="dirac_hifi_title">Hi-Fi</string>
<string name="dirac_hifi_summary">Aumenta la calidad del audio disminuyendo el ruido y la distorsión</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Predeterminado</string>
<string name="dirac_headset_earbuds">Auriculares de tapón Mi</string>
<string name="dirac_headset_in_ear_2013">Mi Intrauriculares (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">General</string>
<string name="dirac_headset_general_inear">Intrauriculares genéricos</string>
<string name="dirac_headset_piston_basic">Edición básica</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Edición estándar</string>
<string name="dirac_headset_headphone">Auriculares Mi</string>
<string name="dirac_headset_piston_youth">Edición juvenil</string>
<string name="dirac_headset_piston_color">Edición a color</string>
<string name="dirac_headset_in_ear">Mi Intrauriculares</string>
<string name="dirac_headset_capsule">Mi Cápsula</string>
<string name="dirac_headset_in_ear_pro">Mi Intrauriculares Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Cancelación de Ruido Mi Tipo C</string>
<string name="dirac_headset_cancelling">Cancelación de Ruido Mi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Predeterminado</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Clásica</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Electrónica</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
<string name="dirac_preset_bass_booster">Potenciador de graves</string>
<string name="dirac_preset_live">Directo</string>
<string name="dirac_preset_balanced">Equilibrado</string>
<string name="dirac_preset_bass_reduction">Reducción de graves</string>
<string name="dirac_preset_treble_reduction">Reducción de agudos</string>
<string name="dirac_preset_soft_bass">Graves suaves</string>
<string name="dirac_preset_soft_treble">Agudos suaves</string>
<!-- Thermal Profiles -->
<string name="thermal_title">Perfiles Térmicos</string>
<string name="thermal_summary">Ajusta los perfiles térmicos por aplicación para un rendimiento óptimo</string>
<string name="thermal_default">Por defecto</string>
<string name="thermal_benchmark">Benchmark</string>
<string name="thermal_browser">Navegador</string>
<string name="thermal_camera">Cámara</string>
<string name="thermal_dialer">Teléfono</string>
<string name="thermal_gaming">Gaming</string>
<string name="thermal_streaming">Streaming</string>
<!-- Refresh Rate Settings -->
<string name="refresh_rate_tile_title">Tasa de refresco</string>
<string name="refresh_title">Tasa de refresco por aplicación</string>
<string name="refresh_summary">Defina la tasa de refresco máxima para una aplicación específica</string>
<string name="refresh_default">Por defecto</string>
<string name="refresh_low">Baja (30Hz)</string>
<string name="refresh_moderate">Moderada (50Hz)</string>
<string name="refresh_standard">Standard (60Hz)</string>
<string name="refresh_high">Alta (90Hz)</string>
<string name="refresh_extreme">Fluida (120Hz)</string>
<!-- Haptic Level Settings -->
<string name="haptic_title">Retroalimentación háptica</string>
<string name="haptic_warning">La configuración de un nivel háptico demasiado alto puede causar daños permanentes en el hardware, utilícelo bajo su propio riesgo</string>
<string name="haptic_summary">Personaliza la intensidad de la vibración</string>
<string name="haptic_level_title">Nivel</string>
<string name="haptic_level_summary">Cantidad de intensidad de vibración</string>
<string name="haptic_level_summary_incompatible">Función no admitida</string>
<!-- Scene Selection -->
<string name="music_headset_scenario_select">Seleccionar escena</string>
<string name="music_headset_scenario_intelligent">Inteligente</string>
<string name="music_headset_scenario_music">Música</string>
<string name="music_headset_scenario_video">Video</string>
<string name="music_headset_scenario_vocal">Voz</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Heli Parandaja</string>
<string name="dirac_summary">Optimeerige heli kvaliteeti</string>
<string name="dirac_headset_title">Valige kõrvaklapitüüp</string>
<string name="dirac_preset_title">Valige eelsätestus</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Vaikimisi</string>
<string name="dirac_headset_earbuds">Mi Nööpkuularid</string>
<string name="dirac_headset_in_ear_2013">Mi Kõrvasisesed (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Üldidne</string>
<string name="dirac_headset_general_inear">Üldised kõrvasisesed</string>
<string name="dirac_headset_piston_basic">Põhiväljalase</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standardväljalase</string>
<string name="dirac_headset_headphone">Mi Kõrvaklapid</string>
<string name="dirac_headset_piston_youth">Noorte väljalase</string>
<string name="dirac_headset_piston_color">Värviline väljalase</string>
<string name="dirac_headset_in_ear">Mi Kõrvasisesed</string>
<string name="dirac_headset_capsule">Mi Kapsul</string>
<string name="dirac_headset_in_ear_pro">Mi Kõrvasisesed Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi müra tühistamise C-tüüp</string>
<string name="dirac_headset_cancelling">Mi müra tühistamine 3.5mm</string>
<string name="dirac_headset_half_in_ear">Kõrvasisene Mi Half</string>
<string name="dirac_headset_in_ear2">Kõrvasisene Mi 2</string>
<string name="dirac_headset_earphone_basic">Mi Kõrvaklapid Basic</string>
<string name="dirac_headset_earphone">Mi Kõrvaklapid</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Vaikimisi</string>
<string name="dirac_preset_rock">Kivi</string>
<string name="dirac_preset_jazz">Džäss</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassikaline</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Bluus</string>
<string name="dirac_preset_electronic">Elektrooniline</string>
<string name="dirac_preset_country">Riik</string>
<string name="dirac_preset_dance">Tants</string>
<string name="dirac_preset_metal">Metral</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Soinu indartzailea</string>
<string name="dirac_summary">Audio kalitatea optimizatu</string>
<string name="dirac_headset_title">Entzungailu mota aukeratu</string>
<string name="dirac_preset_title">Aurrez ezarritakoa aukeratu</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Lehenetsia</string>
<string name="dirac_headset_earbuds">Mi Audiofonoa</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013) </string>
<string name="dirac_headset_piston_1">Mi Pistoia-1</string>
<string name="dirac_headset_general">Orokorra</string>
<string name="dirac_headset_general_inear">In-Ear orokorra</string>
<string name="dirac_headset_piston_basic">Oinarrizko Edizioa</string>
<string name="dirac_headset_piston_2">Mi Pistoia-2</string>
<string name="dirac_headset_piston_standard">Edizio arrunta</string>
<string name="dirac_headset_headphone">Mi Entzungailuak</string>
<string name="dirac_headset_piston_youth">Gazte Edizioa</string>
<string name="dirac_headset_piston_color">Kolore Edizioa</string>
<string name="dirac_headset_in_ear">Mi In-Ear </string>
<string name="dirac_headset_capsule">Mi Kapsula</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro </string>
<string name="dirac_headset_comfort">Mi Comfort </string>
<string name="dirac_headset_reduction_noise">Mi Zarata Ezabagailua C-Mota</string>
<string name="dirac_headset_cancelling">Mi Zarata Ezabagailua 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half in Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi oinarrizko entzungailuak</string>
<string name="dirac_headset_earphone">Mi entzungailuak</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Lehenetsia</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klasikoa</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronikoa</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">تقویت‌کننده صدای Mi</string>
<string name="dirac_summary">بهینه‌سازی کیفیت صدا</string>
<string name="dirac_headset_title">نوع هدفون‌ها را انتخاب کنید</string>
<string name="dirac_preset_title">یک مورد از پیش تعیین شده را انتخاب کنید</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">پیش‌فرض</string>
<string name="dirac_headset_earbuds">ریز هدفون Mi</string>
<string name="dirac_headset_in_ear_2013">درون گوشی Mi (۲۰۱۳)</string>
<string name="dirac_headset_piston_1">پیستون Mi-۱</string>
<string name="dirac_headset_general">عمومی</string>
<string name="dirac_headset_general_inear">درون گوشی عمومی</string>
<string name="dirac_headset_piston_basic">نسخه پایه</string>
<string name="dirac_headset_piston_2">پیستون Mi-۲</string>
<string name="dirac_headset_piston_standard">نسخه استاندارد</string>
<string name="dirac_headset_headphone">هدفون Mi</string>
<string name="dirac_headset_piston_youth">نسخه جوانان</string>
<string name="dirac_headset_piston_color">نسخه رنگی</string>
<string name="dirac_headset_in_ear">درون گوشی Mi</string>
<string name="dirac_headset_capsule">کپسول Mi</string>
<string name="dirac_headset_in_ear_pro">درون گوشی Mi حرفه‌ای</string>
<string name="dirac_headset_comfort">Mi آسوده</string>
<string name="dirac_headset_reduction_noise">کاهنده اختلال صدای Mi نوع C</string>
<string name="dirac_headset_cancelling">کاهنده اختلال صدای Mi ۳.۵ میلی‌متری</string>
<string name="dirac_headset_half_in_ear">نیم‌درون گوشی Mi</string>
<string name="dirac_headset_in_ear2">درون گوشی Mi ۲</string>
<string name="dirac_headset_earphone_basic">هندزفری‌های اصلی Mi</string>
<string name="dirac_headset_earphone">هندزفری‌های Mi</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">پیش‌فرض</string>
<string name="dirac_preset_rock">راک</string>
<string name="dirac_preset_jazz">جاز</string>
<string name="dirac_preset_pop">پاپ</string>
<string name="dirac_preset_classical">کلاسیک</string>
<string name="dirac_preset_hiphop">هیپ هاپ</string>
<string name="dirac_preset_blues">بلوز</string>
<string name="dirac_preset_electronic">الکترونیک</string>
<string name="dirac_preset_country">روستایی</string>
<string name="dirac_preset_dance">رقص</string>
<string name="dirac_preset_metal">متال</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Optimoi äänenlaatua</string>
<string name="dirac_headset_title">Valitse kuuloke tyyppi</string>
<string name="dirac_preset_title">Valitse esiasetus</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Oletus</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Yleinen</string>
<string name="dirac_headset_general_inear">Yleinen kuuloke</string>
<string name="dirac_headset_piston_basic">Perusversio</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Vakioversio</string>
<string name="dirac_headset_headphone">Mi-kuulokkeet</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Color Edition</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Melunvaimennus Type-C</string>
<string name="dirac_headset_cancelling">Mi Melunvaimennus 3,5 mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Oletus</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassinen</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Electronic</string>
<string name="dirac_preset_country">Kantri</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metalli</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Amélioration audio Mi</string>
<string name="dirac_summary">Optimiser la qualité audio</string>
<string name="dirac_headset_title">Sélectionnez le type d\'écouteurs</string>
<string name="dirac_preset_title">Choisir une présélection</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Par défaut</string>
<string name="dirac_headset_earbuds">Écouteurs Mi</string>
<string name="dirac_headset_in_ear_2013">Écouteurs intra Mi (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Générique</string>
<string name="dirac_headset_general_inear">Intra générique</string>
<string name="dirac_headset_piston_basic">Édition basique</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Édition standard</string>
<string name="dirac_headset_headphone">Casque Mi</string>
<string name="dirac_headset_piston_youth">Édition Jeunesse</string>
<string name="dirac_headset_piston_color">Édition colorée</string>
<string name="dirac_headset_in_ear">Intra Mi</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Intra Mi Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Élimination de bruit Type C</string>
<string name="dirac_headset_cancelling">Mi Élimination de bruit 3,5 mm</string>
<string name="dirac_headset_half_in_ear">Mi Half in-Ear</string>
<string name="dirac_headset_in_ear2">Écouteurs intra Mi 2</string>
<string name="dirac_headset_earphone_basic">Écouteurs Basiques Mi</string>
<string name="dirac_headset_earphone">Écouteurs Mi</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Par défaut</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Classique</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Electronic</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Métal</string>
</resources>

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_enable">Usar Mi Sound Enhancer</string>
<string name="dirac_title">Potenciador Mi Sound</string>
<string name="dirac_summary">Optimizar a calidade do son</string>
<string name="dirac_headset_title">Seleccionar o tipo de auriculares</string>
<string name="dirac_preset_title">Elixir un predefinido</string>
<string name="dirac_hifi_enable_title">Usar Hi-fi</string>
<string name="dirac_hifi_title">Hi-Fi</string>
<string name="dirac_hifi_summary">Aumenta a calidade do audio reducindo o ruído e a distorsión</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Predefinido</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Xeral</string>
<string name="dirac_headset_general_inear">Manos libres xeral</string>
<string name="dirac_headset_piston_basic">Edición básica</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Edición estándar</string>
<string name="dirac_headset_headphone">Auriculares Mi</string>
<string name="dirac_headset_piston_youth">Edición mocidade</string>
<string name="dirac_headset_piston_color">Edición a cor</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Cancelación de Mi Noise TipoC</string>
<string name="dirac_headset_cancelling">Cancelación de Mi Noise 3,5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Auriculares básicos Mi</string>
<string name="dirac_headset_earphone">Auriculares Mi</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Predefinido</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Clásica</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Electrónica</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
<string name="dirac_preset_bass_booster">Potenciador de graves</string>
<string name="dirac_preset_live">Directo</string>
<string name="dirac_preset_balanced">Equilibrado</string>
<string name="dirac_preset_bass_reduction">Redución de graves</string>
<string name="dirac_preset_treble_reduction">Redución de agudos</string>
<string name="dirac_preset_soft_bass">Graves suaves</string>
<string name="dirac_preset_soft_treble">Agudos suaves</string>
<!-- Thermal Profiles -->
<string name="thermal_title">Perfís térmicos</string>
<string name="thermal_summary">Axuste os perfís térmicos por aplicación para un rendemento óptimo</string>
<string name="thermal_default">Por defecto</string>
<string name="thermal_benchmark">Benchmark</string>
<string name="thermal_browser">Navegador</string>
<string name="thermal_camera">Cámara</string>
<string name="thermal_dialer">Teléfono</string>
<string name="thermal_gaming">Gaming</string>
<string name="thermal_streaming">Streaming</string>
<!-- Refresh Rate Settings -->
<string name="refresh_rate_tile_title">Taxa de actualización</string>
<string name="refresh_title">Taxa de actualización por aplicación</string>
<string name="refresh_summary">Defina a frecuencia de actualización máxima para unha aplicación específica</string>
<string name="refresh_default">Por defecto</string>
<string name="refresh_low">Baixa (30Hz)</string>
<string name="refresh_moderate">Moderada (50Hz)</string>
<string name="refresh_standard">Standard (60Hz)</string>
<string name="refresh_high">Alta (90Hz)</string>
<string name="refresh_extreme">Fluída (120Hz)</string>
<!-- Haptic Level Settings -->
<string name="haptic_title">Controlador de vibración</string>
<string name="haptic_warning">Axustar o nivel háptico demasiado alto pode causar danos permanentes no hardware, úsao baixo o teu propio risco</string>
<string name="haptic_summary">Personaliza a intensidade da vibración</string>
<string name="haptic_level_title">Nivel</string>
<string name="haptic_level_summary">Intensidade de vibración</string>
<string name="haptic_level_summary_incompatible">Función non compatible</string>
<!-- Scene Selection -->
<string name="music_headset_scenario_select">Seleccionar escena</string>
<string name="music_headset_scenario_intelligent">Intelixente</string>
<string name="music_headset_scenario_music">Música</string>
<string name="music_headset_scenario_video">Vídeo</string>
<string name="music_headset_scenario_vocal">Voz</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi સાઉન્ડ એન્હાંસર</string>
<string name="dirac_summary">ઑડિયો ગુણવત્તા ઑપ્ટિમાઇઝ કરો</string>
<string name="dirac_headset_title">હેડફોન પ્રકાર પસંદ કરો</string>
<string name="dirac_preset_title">પ્રીસેટ પસંદ કરો</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ડિફૉલ્ટ</string>
<string name="dirac_headset_earbuds">Mi ઇયરબડ</string>
<string name="dirac_headset_in_ear_2013">Mi ઇન-ઇઅર (2013)</string>
<string name="dirac_headset_piston_1">માઇલ પિસ્ટન 1</string>
<string name="dirac_headset_general">સામાન્ય</string>
<string name="dirac_headset_general_inear">સામાન્ય ઇન-ઇયર</string>
<string name="dirac_headset_piston_basic">મૂળભૂત આવૃત્તિ</string>
<string name="dirac_headset_piston_2">માઇલ પિસ્ટન 2</string>
<string name="dirac_headset_piston_standard">સ્ટાન્ડર્ડ આવૃત્તિ</string>
<string name="dirac_headset_headphone">માઇલ હેડફોન</string>
<string name="dirac_headset_piston_youth">યુવા આવૃત્તિ</string>
<string name="dirac_headset_piston_color">રંગ આવૃત્તિ</string>
<string name="dirac_headset_in_ear">Mi ઇન-ઇયર</string>
<string name="dirac_headset_capsule">Mi કેપ્સ્યુલ</string>
<string name="dirac_headset_in_ear_pro">Mi ઇન-ઇઅર પ્રો</string>
<string name="dirac_headset_comfort">Mi આરામ</string>
<string name="dirac_headset_reduction_noise">Mi Noise Cancelling Type-C</string>
<string name="dirac_headset_cancelling">Mi Noise Cancelling 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi ઇન-ઇઅર 2</string>
<string name="dirac_headset_earphone_basic">Mi ઇયરફોન બેઝિક</string>
<string name="dirac_headset_earphone">Mi ઇયરફોન</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ડિફૉલ્ટ</string>
<string name="dirac_preset_rock">રૉક</string>
<string name="dirac_preset_jazz">જૅઝ</string>
<string name="dirac_preset_pop">પૉપ</string>
<string name="dirac_preset_classical">ક્લાસિકલ</string>
<string name="dirac_preset_hiphop">હિપ હોપ</string>
<string name="dirac_preset_blues">બ્લૂઝ</string>
<string name="dirac_preset_electronic">ઇલેક્ટ્રોનિક</string>
<string name="dirac_preset_country">દેશ</string>
<string name="dirac_preset_dance">નૃત્ય</string>
<string name="dirac_preset_metal">મેટલ</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Kyautata Sautin Mi</string>
<string name="dirac_summary">Gyara kyaun sauti</string>
<string name="dirac_headset_title">Zabin irin na\'urar ji ta kunni</string>
<string name="dirac_preset_title">Zabi salon</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Na asali</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Na Genaral</string>
<string name="dirac_headset_general_inear">Na General In-Ear</string>
<string name="dirac_headset_piston_basic">Bugu Na asali</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Bugu na Daidai</string>
<string name="dirac_headset_headphone">Na\'urar kunni na Mi</string>
<string name="dirac_headset_piston_youth">Bugu na matasa</string>
<string name="dirac_headset_piston_color">Bugu na launi</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Sokewar Hayaniyar Mi Irin-C</string>
<string name="dirac_headset_cancelling">Sokewar Hayaniyar Mi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Na asali</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Gargajiya</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronik</string>
<string name="dirac_preset_country">Ƙasa</string>
<string name="dirac_preset_dance">Rawa</string>
<string name="dirac_preset_metal">Mital</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ध्वनि एन्हांसर</string>
<string name="dirac_summary">ऑडियो गुणवत्ता ऑप्टिमाइज़ करें</string>
<string name="dirac_headset_title">हेडफोन प्रकार चुनें</string>
<string name="dirac_preset_title">पूर्व निर्धारित चुनें</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">डिफ़ॉल्ट</string>
<string name="dirac_headset_earbuds">Mi इयरबड्स</string>
<string name="dirac_headset_in_ear_2013">Mi इन-ईयर (2013)</string>
<string name="dirac_headset_piston_1">Mi पिस्टन-1</string>
<string name="dirac_headset_general">सामान्य</string>
<string name="dirac_headset_general_inear">सामान्य इन-इयर</string>
<string name="dirac_headset_piston_basic">मूल संस्करण</string>
<string name="dirac_headset_piston_2">Mi पिस्टन-2</string>
<string name="dirac_headset_piston_standard">मानक संस्करण</string>
<string name="dirac_headset_headphone">Mi हेडफोन्स</string>
<string name="dirac_headset_piston_youth">युवा संस्करण</string>
<string name="dirac_headset_piston_color">रंग संस्करण</string>
<string name="dirac_headset_in_ear">Mi इन-इयर</string>
<string name="dirac_headset_capsule">Mi कैपसूल</string>
<string name="dirac_headset_in_ear_pro">Mi इन-ईयर प्रो</string>
<string name="dirac_headset_comfort">Mi आराम</string>
<string name="dirac_headset_reduction_noise">Mi नॉइज कैंसलिंग टाइप-C</string>
<string name="dirac_headset_cancelling">Mi नॉइज कैंसलिंग 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi हाल्फ इन ईयर</string>
<string name="dirac_headset_in_ear2">Mi इन-ईयर 2</string>
<string name="dirac_headset_earphone_basic">Mi ईयरफ़ोन बेसिक</string>
<string name="dirac_headset_earphone">Mi ईयरफ़ोन्स</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">डिफ़ॉल्ट</string>
<string name="dirac_preset_rock">रॉक</string>
<string name="dirac_preset_jazz">जैज़</string>
<string name="dirac_preset_pop">पॉप</string>
<string name="dirac_preset_classical">क्लॅसिकल</string>
<string name="dirac_preset_hiphop">हिप हॉप</string>
<string name="dirac_preset_blues">ब्लूज़</string>
<string name="dirac_preset_electronic">इलेक्ट्रॉनिक</string>
<string name="dirac_preset_country">कंट्री</string>
<string name="dirac_preset_dance">डांस</string>
<string name="dirac_preset_metal">मेटल</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Optimiziranje kvalitete zvuka</string>
<string name="dirac_headset_title">Odaberite vrstu slušalica</string>
<string name="dirac_preset_title">Odaberi podešenje</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Zadano</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Općenite</string>
<string name="dirac_headset_general_inear">Općenite In-Ear</string>
<string name="dirac_headset_piston_basic">Basic Edition</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standard Edition</string>
<string name="dirac_headset_headphone">Mi Headphones</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Color Edition</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Noise otkazivanje buke tip-C</string>
<string name="dirac_headset_cancelling">Mi Noise otkazivanje 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Zadano</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Classical</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Electronic</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Hangjavítás</string>
<string name="dirac_summary">Hangminőség optimalizálása</string>
<string name="dirac_headset_title">Fülhallgató típusa</string>
<string name="dirac_preset_title">Válasszon egy előbeállítást</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Alapértelmezett</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Általános</string>
<string name="dirac_headset_general_inear">Általános fülhallgató</string>
<string name="dirac_headset_piston_basic">Basic kiadás</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standard kiadás</string>
<string name="dirac_headset_headphone">Mi fejhallgató</string>
<string name="dirac_headset_piston_youth">Youth kiadás</string>
<string name="dirac_headset_piston_color">Színes kiadás</string>
<string name="dirac_headset_in_ear">Mi fülhallgató</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Zajcsökkentés Type-C</string>
<string name="dirac_headset_cancelling">Mi Zajcsökkentés 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Alapértelmezett</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klasszikus</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronikus</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metál</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Ձայնի բարելավում</string>
<string name="dirac_summary">Օպտիմիզացնել ձայնի որակը</string>
<string name="dirac_headset_title">Ընտրել ականջակալների տեսակը</string>
<string name="dirac_preset_title">Ընտրել նախնական կարգավորում</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Կանխադրված</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi ներդրվող (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Սովորական</string>
<string name="dirac_headset_general_inear">Սովորական ներդրվող</string>
<string name="dirac_headset_piston_basic">Հիմնական տարբերակ</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Ստանդարտ տարբերակ</string>
<string name="dirac_headset_headphone">Mi ականջակալներ</string>
<string name="dirac_headset_piston_youth">Երիտասարդական տարբերակ</string>
<string name="dirac_headset_piston_color">Գունավոր տարբերակ</string>
<string name="dirac_headset_in_ear">Mi ներդրվող</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi ներդրվող Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Աղմուկի Չեղարկում Տիպ C</string>
<string name="dirac_headset_cancelling">Mi Աղմուկի Չեղարկում 3.5մմ</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Կանխադրված</string>
<string name="dirac_preset_rock">Ռոք</string>
<string name="dirac_preset_jazz">Ջազ</string>
<string name="dirac_preset_pop">Փոփ</string>
<string name="dirac_preset_classical">Դասական</string>
<string name="dirac_preset_hiphop">Հիպ Հոփ</string>
<string name="dirac_preset_blues">Բլյուզ</string>
<string name="dirac_preset_electronic">Էլեկտրոնային</string>
<string name="dirac_preset_country">Քանտրի</string>
<string name="dirac_preset_dance">Պար</string>
<string name="dirac_preset_metal">Մետալ</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Optimalkan kualitas audio</string>
<string name="dirac_headset_title">Pilih tipe headphone</string>
<string name="dirac_preset_title">Pilih preset</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Bawaan</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Umum</string>
<string name="dirac_headset_general_inear">In-Ear umum</string>
<string name="dirac_headset_piston_basic">Edisi Basic</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Edisi standar</string>
<string name="dirac_headset_headphone">Mi Headphone</string>
<string name="dirac_headset_piston_youth">Edisi Youth</string>
<string name="dirac_headset_piston_color">Edisi Warna</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Noise Cancelling Type-C</string>
<string name="dirac_headset_cancelling">Mi Noise Cancelling 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphone</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Bawaan</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klasik</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronik</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Ottimizzazione Mi Sound</string>
<string name="dirac_summary">Ottimizza la qualità audio</string>
<string name="dirac_headset_title">Scegli il tipo di cuffie</string>
<string name="dirac_preset_title">Seleziona una preimpostazione</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Predefinito</string>
<string name="dirac_headset_earbuds">Auricolari Mi</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Generiche</string>
<string name="dirac_headset_general_inear">In-Ear generiche</string>
<string name="dirac_headset_piston_basic">Edizione base</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Edizione Standard</string>
<string name="dirac_headset_headphone">Cuffie Mi</string>
<string name="dirac_headset_piston_youth">Edizione Youth</string>
<string name="dirac_headset_piston_color">Edizione Color</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Cancellazione Rumore Mi Type-C</string>
<string name="dirac_headset_cancelling">Cancellazione Rumore Mi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Auricolari Mi Basic</string>
<string name="dirac_headset_earphone">Auricolari Mi</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Predefinito</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Classica</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elettronica</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">מגבר צלילים Mi</string>
<string name="dirac_summary">ייעול איכות השמע</string>
<string name="dirac_headset_title">בחר סוג אוזניות</string>
<string name="dirac_preset_title">בחירת הגדרה</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ברירת מחדל</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">כללי</string>
<string name="dirac_headset_general_inear">In-Ear כללי</string>
<string name="dirac_headset_piston_basic">מהדורה בסיסית</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">מהודרה רגילה</string>
<string name="dirac_headset_headphone">אוזניות Mi</string>
<string name="dirac_headset_piston_youth">מהדורת נוער</string>
<string name="dirac_headset_piston_color">מהדורת צבע</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">קפסולת Mi</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">ביטול רעשים של Mi Type-C</string>
<string name="dirac_headset_cancelling">ביטול רעשים של Mi 3.5 מ\"מ</string>
<string name="dirac_headset_half_in_ear">Mi Half in Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi מיקרופון בסיסי</string>
<string name="dirac_headset_earphone">אוזניות Mi</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ברירת מחדל</string>
<string name="dirac_preset_rock">רוק</string>
<string name="dirac_preset_jazz">ג\'אז</string>
<string name="dirac_preset_pop">פופ</string>
<string name="dirac_preset_classical">קלאסית</string>
<string name="dirac_preset_hiphop">היפ הופ</string>
<string name="dirac_preset_blues">בלוז</string>
<string name="dirac_preset_electronic">אלקטרונית</string>
<string name="dirac_preset_country">קאנטרי</string>
<string name="dirac_preset_dance">דאנס</string>
<string name="dirac_preset_metal">מטאל</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi サウンドエンハンサー</string>
<string name="dirac_summary">オーディオ品質を最適化</string>
<string name="dirac_headset_title">ヘッドフォンの種類を選択</string>
<string name="dirac_preset_title">プリセットを選択してください</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">デフォルト</string>
<string name="dirac_headset_earbuds">Mi イヤーバッド</string>
<string name="dirac_headset_in_ear_2013">Mi インイヤー (2013)</string>
<string name="dirac_headset_piston_1">Mi ピストン 1</string>
<string name="dirac_headset_general">一般</string>
<string name="dirac_headset_general_inear">一般的なインイヤー型</string>
<string name="dirac_headset_piston_basic">ベーシック版</string>
<string name="dirac_headset_piston_2">Mi ピストン 2</string>
<string name="dirac_headset_piston_standard">スタンダード版</string>
<string name="dirac_headset_headphone">Mi ヘッドフォン</string>
<string name="dirac_headset_piston_youth">青春版</string>
<string name="dirac_headset_piston_color">カラー版</string>
<string name="dirac_headset_in_ear">Mi インイヤー</string>
<string name="dirac_headset_capsule">Mi カプセル</string>
<string name="dirac_headset_in_ear_pro">Mi インイヤー Pro</string>
<string name="dirac_headset_comfort">Mi コンフォート</string>
<string name="dirac_headset_reduction_noise">Mi ノイズキャンセリング Type-C</string>
<string name="dirac_headset_cancelling">Mi ノイズキャンセリング 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi ハーフインイヤー</string>
<string name="dirac_headset_in_ear2">Mi インイヤー2</string>
<string name="dirac_headset_earphone_basic">Mi イヤフォン ベーシック</string>
<string name="dirac_headset_earphone">Mi イヤホン</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">デフォルト</string>
<string name="dirac_preset_rock">ロック</string>
<string name="dirac_preset_jazz">ジャズ</string>
<string name="dirac_preset_pop">ポップ</string>
<string name="dirac_preset_classical">クラシック</string>
<string name="dirac_preset_hiphop">ヒップホップ</string>
<string name="dirac_preset_blues">ブルース</string>
<string name="dirac_preset_electronic">エレクトロニック</string>
<string name="dirac_preset_country">カントリー</string>
<string name="dirac_preset_dance">ダンス</string>
<string name="dirac_preset_metal">メタル</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ხმის გამაუმჯობესებელი</string>
<string name="dirac_summary">აუდიო ოპტიმიზაცია</string>
<string name="dirac_headset_title">ყურსასმენის ტიპის არჩევა</string>
<string name="dirac_preset_title">ნამზადის არჩევა</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">დათქმული</string>
<string name="dirac_headset_earbuds">Mi ყურსასმენი</string>
<string name="dirac_headset_in_ear_2013">Mi ყურსასმენი (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">მთავარი</string>
<string name="dirac_headset_general_inear">მთავარი ყურსასმენი</string>
<string name="dirac_headset_piston_basic">ძირითადი ედიცია</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">სტანდარტული ედიცია</string>
<string name="dirac_headset_headphone">Mi ყურსასმენები</string>
<string name="dirac_headset_piston_youth">ახალგაზრდული ედიცია</string>
<string name="dirac_headset_piston_color">ფერადი ედიცია</string>
<string name="dirac_headset_in_ear">Mi ყურს შიდა</string>
<string name="dirac_headset_capsule">Mi კაპსულა</string>
<string name="dirac_headset_in_ear_pro">Mi ყურსასმენი Pro</string>
<string name="dirac_headset_comfort">Mi Comfort-ი</string>
<string name="dirac_headset_reduction_noise">Mi Noise Cancelling Type-C</string>
<string name="dirac_headset_cancelling">Mi Noise Cancelling 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">დათქმული</string>
<string name="dirac_preset_rock">როკი</string>
<string name="dirac_preset_jazz">ჯაზი</string>
<string name="dirac_preset_pop">პოპი</string>
<string name="dirac_preset_classical">კლასიკური</string>
<string name="dirac_preset_hiphop">ჰიპ ჰოპი</string>
<string name="dirac_preset_blues">ბლუზი</string>
<string name="dirac_preset_electronic">ელექტრონული</string>
<string name="dirac_preset_country">ქვეყანა</string>
<string name="dirac_preset_dance">ცეკვა</string>
<string name="dirac_preset_metal">მეტალი</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi дыбыс жақсарту</string>
<string name="dirac_summary">Mi дыбыс жақсарту</string>
<string name="dirac_headset_title">Құлаққап түрлері</string>
<string name="dirac_preset_title">Орнатуды таңдау</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Әдепкі</string>
<string name="dirac_headset_earbuds">Mi Earbuds (ішпектер)</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Кәдімгі ішпектер</string>
<string name="dirac_headset_general_inear">Кәдімгі арнаішілік</string>
<string name="dirac_headset_piston_basic">Mi Piston (базалық нұсқа)</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Mi Piston (стандартты нұсқа)</string>
<string name="dirac_headset_headphone">Mi Headphones (жапсырмалы)</string>
<string name="dirac_headset_piston_youth">Mi Piston (жастар нұсқасы)</string>
<string name="dirac_headset_piston_color">Mi Piston (түсті нұсқа)</string>
<string name="dirac_headset_in_ear">\"Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule (капсулалық)</string>
<string name="dirac_headset_in_ear_pro">\"Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Шуыл Болдырылмауда Type-C</string>
<string name="dirac_headset_cancelling">Mi Шуыл Болдырылмауда 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Әдепкі</string>
<string name="dirac_preset_rock">Рок</string>
<string name="dirac_preset_jazz">Джаз</string>
<string name="dirac_preset_pop">Поп</string>
<string name="dirac_preset_classical">Классикалық</string>
<string name="dirac_preset_hiphop">Хип-Хоп</string>
<string name="dirac_preset_blues">Блюз</string>
<string name="dirac_preset_electronic">Электро</string>
<string name="dirac_preset_country">Кантри</string>
<string name="dirac_preset_dance">Би</string>
<string name="dirac_preset_metal">Металл</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">បង្កើនប្រសិទ្ធភាពគុណភាពសម្លេង</string>
<string name="dirac_headset_title">ជ្រើសប្រភេទកាស</string>
<string name="dirac_preset_title">ជ្រើសកំណត់ជាមុន</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">លំនាំដើម</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">ទូទៅ</string>
<string name="dirac_headset_general_inear">General In-Ear</string>
<string name="dirac_headset_piston_basic">Basic Edition</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standard Edition</string>
<string name="dirac_headset_headphone">កាស Mi ទាំងឡាយ</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Color Edition</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">ការលុបសម្លេងMi ប្រភេទ -C</string>
<string name="dirac_headset_cancelling">ការលុបសម្លេងMi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear ២</string>
<string name="dirac_headset_earphone_basic">មូលដ្ឋានកាសMi</string>
<string name="dirac_headset_earphone">កាស Mi</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">លំនាំដើម</string>
<string name="dirac_preset_rock">ចង្វាក់​រ៉ុក</string>
<string name="dirac_preset_jazz">ហ្សាស</string>
<string name="dirac_preset_pop">ប៉ប់</string>
<string name="dirac_preset_classical">បុរាណ</string>
<string name="dirac_preset_hiphop">ហ៊ីបហប់</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">អេឡិចត្រូនិក</string>
<string name="dirac_preset_country">បែបជនបទ</string>
<string name="dirac_preset_dance">រាំ</string>
<string name="dirac_preset_metal">តន្ត្រីលោហៈ</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ಧ್ವನಿ ಎನ್‌ಹ್ಯಾನ್ಸರ್‌‌</string>
<string name="dirac_summary">ಆಡಿಯೊ ಗುಣಮಟ್ಟ ಆಪ್ಟಿಮೈಸ್ ಮಾಡಿ</string>
<string name="dirac_headset_title">ಹೆಡ್‌‌ಫೋನ್‌ಗಳ ವಿಧವನ್ನು ಆರಿಸಿ</string>
<string name="dirac_preset_title">ಪ್ರೀಸೆಟ್ ಆರಿಸಿ</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ಡೀಫಾಲ್ಟ್‌</string>
<string name="dirac_headset_earbuds">Mi ಇಯರ್‌‌ಬಡ್ಸ್</string>
<string name="dirac_headset_in_ear_2013">Mi ಇನ್‌-ಇಯರ್‌ (2013)</string>
<string name="dirac_headset_piston_1">Mi ಪಿಸ್ಟನ್-1</string>
<string name="dirac_headset_general">ಸಾಮಾನ್ಯ</string>
<string name="dirac_headset_general_inear">ಸಾಮಾನ್ಯ ಇನ್-ಇಯರ್</string>
<string name="dirac_headset_piston_basic">ಮೂಲ ಆವೃತ್ತಿ</string>
<string name="dirac_headset_piston_2">Mi ಪಿಸ್ಟನ್-2</string>
<string name="dirac_headset_piston_standard">ಪ್ರಮಾಣಿತ ಆವೃತ್ತಿ</string>
<string name="dirac_headset_headphone">Mi ಹೆಡ್‌ಫೋನ್‌ಗಳು</string>
<string name="dirac_headset_piston_youth">ಯುವ ಆವೃತ್ತಿ</string>
<string name="dirac_headset_piston_color">ಬಣ್ಣದ ಆವೃತ್ತಿ</string>
<string name="dirac_headset_in_ear">Mi ಇನ್-ಇಯರ್</string>
<string name="dirac_headset_capsule">Mi ಕ್ಯಾಪ್ಸೂಲ್</string>
<string name="dirac_headset_in_ear_pro">Mi ಇನ್‌-ಇಯರ್‌ ಪ್ರೋ</string>
<string name="dirac_headset_comfort">Mi ಕಂಫರ್ಟ್‌</string>
<string name="dirac_headset_reduction_noise">Mi ಸದ್ದು ರದ್ದುಗೊಳಿಸುವಿಕೆ ಪ್ರಕಾರ-C</string>
<string name="dirac_headset_cancelling">Mi ಸದ್ದು ರದ್ದುಗೊಳಿಸುವಿಕೆ 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi ಹಾಫ್ ಇನ್ ಇಯರ್</string>
<string name="dirac_headset_in_ear2">Mi ಇನ್‌-ಇಯರ್‌ 2</string>
<string name="dirac_headset_earphone_basic">Mi ಇಯರ್ಫೋನ್ಸ್ ಬೇಸಿಕ್</string>
<string name="dirac_headset_earphone">Mi ಇಯರ್ಫೋನ್ಗಳು</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ಡೀಫಾಲ್ಟ್‌</string>
<string name="dirac_preset_rock">ರಾಕ್</string>
<string name="dirac_preset_jazz">ಜಾಝ್</string>
<string name="dirac_preset_pop">ಪಾಪ್</string>
<string name="dirac_preset_classical">ಕ್ಲಾಸಿಕ್‌</string>
<string name="dirac_preset_hiphop">ಹಿಪ್ ಹಾಪ್</string>
<string name="dirac_preset_blues">ಬ್ಲೂಸ್</string>
<string name="dirac_preset_electronic">ಎಲೆಕ್ಟ್ರಾನಿಕ್</string>
<string name="dirac_preset_country">ದೇಶೀಯ</string>
<string name="dirac_preset_dance">ಡ್ಯಾನ್ಸ್</string>
<string name="dirac_preset_metal">ಮೆಟಲ್‌</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi 사운드 강화</string>
<string name="dirac_summary">음질 최적화</string>
<string name="dirac_headset_title">헤드폰 유형 선택</string>
<string name="dirac_preset_title">프리셋 선택</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">기본</string>
<string name="dirac_headset_earbuds">Mi 이어버드</string>
<string name="dirac_headset_in_ear_2013">Mi 인이어 (2013)</string>
<string name="dirac_headset_piston_1">Mi 피스톤 1</string>
<string name="dirac_headset_general">일반</string>
<string name="dirac_headset_general_inear">일반 이어폰</string>
<string name="dirac_headset_piston_basic">기본 에디션</string>
<string name="dirac_headset_piston_2">Mi 피스톤 2</string>
<string name="dirac_headset_piston_standard">표준 에디션</string>
<string name="dirac_headset_headphone">Mi 헤드폰</string>
<string name="dirac_headset_piston_youth">청소년 에디션</string>
<string name="dirac_headset_piston_color">컬러 에디션</string>
<string name="dirac_headset_in_ear">Mi 이어폰</string>
<string name="dirac_headset_capsule">Mi 캡슐</string>
<string name="dirac_headset_in_ear_pro">Mi 인이어 프로</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi 노이즈 캔슬링 Type-C</string>
<string name="dirac_headset_cancelling">Mi 노이즈 캔슬링 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi 하프 인이어</string>
<string name="dirac_headset_in_ear2">Mi 인이어 2</string>
<string name="dirac_headset_earphone_basic">Mi 이어폰 베이직</string>
<string name="dirac_headset_earphone">Mi 이어폰</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">기본</string>
<string name="dirac_preset_rock"></string>
<string name="dirac_preset_jazz">재즈</string>
<string name="dirac_preset_pop"></string>
<string name="dirac_preset_classical">클래식</string>
<string name="dirac_preset_hiphop">힙합</string>
<string name="dirac_preset_blues">블루스</string>
<string name="dirac_preset_electronic">일렉트로닉</string>
<string name="dirac_preset_country">컨트리</string>
<string name="dirac_preset_dance">댄스</string>
<string name="dirac_preset_metal">메탈</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">„Mi garso pagerinimas“</string>
<string name="dirac_summary">Optimizuoti garso kokybę</string>
<string name="dirac_headset_title">Pasirinkite ausinių tipą</string>
<string name="dirac_preset_title">Pasirinkti ruošinį</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Numatytasis</string>
<string name="dirac_headset_earbuds">Mi Ausinės</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Įprastos ausinės</string>
<string name="dirac_headset_general_inear">Paprastos įkišamos ausinės</string>
<string name="dirac_headset_piston_basic">Įprastos kamštinės</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standartinis Leidimas</string>
<string name="dirac_headset_headphone">Mi Ausinės</string>
<string name="dirac_headset_piston_youth">Jaunimo Leidimas</string>
<string name="dirac_headset_piston_color">Spalvų Leidimas</string>
<string name="dirac_headset_in_ear">Mi Įkišamos ausinės</string>
<string name="dirac_headset_capsule">Mi Kapsulė</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Komfortas</string>
<string name="dirac_headset_reduction_noise">„Mi“ triukšmo mažinimas (Tipas-C)</string>
<string name="dirac_headset_cancelling">„Mi“ triukšmo mažinimas (3.5mm)</string>
<string name="dirac_headset_half_in_ear">„Mi Half in Ear“</string>
<string name="dirac_headset_in_ear2">„Mi In-Ear 2“</string>
<string name="dirac_headset_earphone_basic">Įprastos „Mi“ ausinės</string>
<string name="dirac_headset_earphone">„Mi“ ausinės</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Numatytasis</string>
<string name="dirac_preset_rock">Rokas</string>
<string name="dirac_preset_jazz">Džiazas</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klasika</string>
<string name="dirac_preset_hiphop">Hiphopas</string>
<string name="dirac_preset_blues">Bliuzas</string>
<string name="dirac_preset_electronic">Elektronika</string>
<string name="dirac_preset_country">Kantri</string>
<string name="dirac_preset_dance">Šokių</string>
<string name="dirac_preset_metal">Metalas</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Optimizēt audio kvalitāti</string>
<string name="dirac_headset_title">Izvēlieties austiņu tipu</string>
<string name="dirac_preset_title">Izvēlēties iestatījumus</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Noklusējums</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Vispārīgi</string>
<string name="dirac_headset_general_inear">Vispārīgas ausīs liekamas</string>
<string name="dirac_headset_piston_basic">Pamata modelis</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standarta modelis</string>
<string name="dirac_headset_headphone">Mi Headphones</string>
<string name="dirac_headset_piston_youth">Jauniešu modelis</string>
<string name="dirac_headset_piston_color">Krāsu modelis</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Trokšņu Slāpēšana Tips-C</string>
<string name="dirac_headset_cancelling">Mi trokšņu slāpēšana 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Noklusējums</string>
<string name="dirac_preset_rock">Roks</string>
<string name="dirac_preset_jazz">Džezs</string>
<string name="dirac_preset_pop">Popmūzika</string>
<string name="dirac_preset_classical">Klasiskā mūzika</string>
<string name="dirac_preset_hiphop">Hiphops</string>
<string name="dirac_preset_blues">Blūzs</string>
<string name="dirac_preset_electronic">Elektroniskā mūzika</string>
<string name="dirac_preset_country">Kantrī mūzika</string>
<string name="dirac_preset_dance">Deju mūzika</string>
<string name="dirac_preset_metal">Metāls</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound засилувач</string>
<string name="dirac_summary">Оптимизирај квалитет на звук</string>
<string name="dirac_headset_title">Избери вид слушалки</string>
<string name="dirac_preset_title">Изберете дефиниција</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Стандардно</string>
<string name="dirac_headset_earbuds">Mi “Earbuds“</string>
<string name="dirac_headset_in_ear_2013">Mi “In-Ear“ (2013)</string>
<string name="dirac_headset_piston_1">Mi “Piston-1“</string>
<string name="dirac_headset_general">Обични</string>
<string name="dirac_headset_general_inear">Обични “in-ear“</string>
<string name="dirac_headset_piston_basic">Обични слушалки</string>
<string name="dirac_headset_piston_2">Mi “Piston-2“</string>
<string name="dirac_headset_piston_standard">Стандардни слушалки</string>
<string name="dirac_headset_headphone">Mi слушалки</string>
<string name="dirac_headset_piston_youth">Младешки слушалки</string>
<string name="dirac_headset_piston_color">Слушалки во боја</string>
<string name="dirac_headset_in_ear">Mi “In-Ear“</string>
<string name="dirac_headset_capsule">Mi “Capsule“</string>
<string name="dirac_headset_in_ear_pro">Mi “In-Ear Pro“</string>
<string name="dirac_headset_comfort">Mi “Comfort“</string>
<string name="dirac_headset_reduction_noise">Mi Noise откажување бучава тип-C</string>
<string name="dirac_headset_cancelling">Mi Noise откажување 3.5mm</string>
<string name="dirac_headset_half_in_ear">Слушалки Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi основни слушалки</string>
<string name="dirac_headset_earphone">Mi слушалки</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Стандардно</string>
<string name="dirac_preset_rock">Рок</string>
<string name="dirac_preset_jazz">Џез</string>
<string name="dirac_preset_pop">Поп</string>
<string name="dirac_preset_classical">Класично</string>
<string name="dirac_preset_hiphop">Хип Хоп</string>
<string name="dirac_preset_blues">Блус</string>
<string name="dirac_preset_electronic">Електронска</string>
<string name="dirac_preset_country">Кантри</string>
<string name="dirac_preset_dance">Денс</string>
<string name="dirac_preset_metal">Метал</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ശബ്ദ എൻഹാൻസർ</string>
<string name="dirac_summary">ഓഡിയോ ഗുണനിലവാരം ഒപ്റ്റിമൈസുചെയ്യുക</string>
<string name="dirac_headset_title">ഹെഡ്ഫോൺ ടൈപ്പ് തിരഞ്ഞെടുക്കുക</string>
<string name="dirac_preset_title">ഒരു പ്രീസെറ്റ് തിരഞ്ഞെടുക്കുക</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ഡിഫോൾട്ട്</string>
<string name="dirac_headset_earbuds">Mi ഇയർബഡ്സുകൾ</string>
<string name="dirac_headset_in_ear_2013">Mi ഇൻ-ഇയർ (2013)</string>
<string name="dirac_headset_piston_1">Mi പിസ്റ്റൺ-1</string>
<string name="dirac_headset_general">പൊതുവായത്</string>
<string name="dirac_headset_general_inear">പൊതുവായത് ഇൻ-ഇയർ</string>
<string name="dirac_headset_piston_basic">അടിസ്ഥാന എഡിഷൻ</string>
<string name="dirac_headset_piston_2">Mi പിസ്റ്റൺ-2</string>
<string name="dirac_headset_piston_standard">സ്റ്റാൻഡേർഡ് എഡിഷൻ</string>
<string name="dirac_headset_headphone">Mi ഹെഡ്‌ഫോണുകള്‍</string>
<string name="dirac_headset_piston_youth">യൂത്ത് പതിപ്പ്</string>
<string name="dirac_headset_piston_color">കളർ എഡിഷൻ</string>
<string name="dirac_headset_in_ear">Mi ഇൻ-ഇയർ</string>
<string name="dirac_headset_capsule">Mi ക്യാപ്സ്യൂൾ</string>
<string name="dirac_headset_in_ear_pro">Mi ഇൻ-ഇയർ പ്രോ</string>
<string name="dirac_headset_comfort">Mi കംഫർട്ട്</string>
<string name="dirac_headset_reduction_noise">Mi നോയ്സ് റദ്ദാക്കൽ ടൈപ്പ്-C</string>
<string name="dirac_headset_cancelling">Mi നോയ്സ് റദ്ദാക്കൽ 3.5മിമീ</string>
<string name="dirac_headset_half_in_ear">Mi ഹാഫ് ഇൻ ഇയർ</string>
<string name="dirac_headset_in_ear2">Mi ഇൻ ഇയർ 2</string>
<string name="dirac_headset_earphone_basic">Mi ഇയർഫോൺ ബേസിക്</string>
<string name="dirac_headset_earphone">Mi ഇയർഫോണുകൾ</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ഡിഫോൾട്ട്</string>
<string name="dirac_preset_rock">റോക്ക്</string>
<string name="dirac_preset_jazz">ജാസ്സ്</string>
<string name="dirac_preset_pop">പോപ്പ്</string>
<string name="dirac_preset_classical">ക്ലാസിക്കൽ</string>
<string name="dirac_preset_hiphop">ഹിപ്പ് ഹോപ്പ്</string>
<string name="dirac_preset_blues">ദുഃഖഭാവമുള്ള</string>
<string name="dirac_preset_electronic">ഇലക്ട്രോണിക്ക്</string>
<string name="dirac_preset_country">രാജ്യം</string>
<string name="dirac_preset_dance">ഡാൻസ്</string>
<string name="dirac_preset_metal">മെറ്റൽ</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ध्वनी वर्धक</string>
<string name="dirac_summary">अॉडिओ गुणवत्ता अनुकूल करा</string>
<string name="dirac_headset_title">हेडफोन प्रकार निवडा</string>
<string name="dirac_preset_title">एखादे प्रिसेट निवडा</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">डिफॉल्ट</string>
<string name="dirac_headset_earbuds">Mi इअरबड्स</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear(2013)</string>
<string name="dirac_headset_piston_1">Mi पिस्टन-1</string>
<string name="dirac_headset_general">सामान्य</string>
<string name="dirac_headset_general_inear">सामान्य इन-इअर</string>
<string name="dirac_headset_piston_basic">मूळ अावृत्ती</string>
<string name="dirac_headset_piston_2">Mi पिस्टन-2</string>
<string name="dirac_headset_piston_standard">मानक आवृत्ती</string>
<string name="dirac_headset_headphone">Mi हेडफोन्स</string>
<string name="dirac_headset_piston_youth">यूथ एडिशन</string>
<string name="dirac_headset_piston_color">रंग आवृत्ति</string>
<string name="dirac_headset_in_ear">Mi इन-इअर</string>
<string name="dirac_headset_capsule">Mi कॅप्सूल</string>
<string name="dirac_headset_in_ear_pro">Mi इन इअर प्रो</string>
<string name="dirac_headset_comfort">Mi कम्फर्ट</string>
<string name="dirac_headset_reduction_noise">Mi गोंगाट थांबवणे प्रकार-सी</string>
<string name="dirac_headset_cancelling">Mi गोंगाट थांबवणे 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi हाल्फ इन-इयर</string>
<string name="dirac_headset_in_ear2">कान 2 मध्ये Mi</string>
<string name="dirac_headset_earphone_basic">Mi इयरफोन्स बेसिक</string>
<string name="dirac_headset_earphone">Mi इयरफोन्स</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">डिफॉल्ट</string>
<string name="dirac_preset_rock">रॉक</string>
<string name="dirac_preset_jazz">जाझ</string>
<string name="dirac_preset_pop">पॉप</string>
<string name="dirac_preset_classical">क्लासिकल</string>
<string name="dirac_preset_hiphop">हिप हॉप</string>
<string name="dirac_preset_blues">ब्लूज</string>
<string name="dirac_preset_electronic">इलेक्ट्रॉनिक</string>
<string name="dirac_preset_country">कंट्री</string>
<string name="dirac_preset_dance">डान्स</string>
<string name="dirac_preset_metal">मेटल</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Penambah Bunyi Mi</string>
<string name="dirac_summary">Optimumkan kualiti audio</string>
<string name="dirac_headset_title">Pilih jenis fon kepala</string>
<string name="dirac_preset_title">Memilih pratetap</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Lalai</string>
<string name="dirac_headset_earbuds">Bud telinga Mi</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi piston-1</string>
<string name="dirac_headset_general">Umum</string>
<string name="dirac_headset_general_inear">General In-Ear</string>
<string name="dirac_headset_piston_basic">Edisi asas</string>
<string name="dirac_headset_piston_2">Piston-2 Mi</string>
<string name="dirac_headset_piston_standard">Edisi biasa</string>
<string name="dirac_headset_headphone">Mi Headphone</string>
<string name="dirac_headset_piston_youth">Edisi Remaja</string>
<string name="dirac_headset_piston_color">Edisi Warna</string>
<string name="dirac_headset_in_ear">Mi di telinga</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Pembatalan Bunyi Bising Mi Type-C</string>
<string name="dirac_headset_cancelling">Pembatalan Bunyi Bising Mi 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Lalai</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klasik</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronik</string>
<string name="dirac_preset_country">Negara</string>
<string name="dirac_preset_dance">Tarian</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Tejjeb il-kwalità tal-ħoss</string>
<string name="dirac_headset_title">Agħżel it-tip ta\' kuffji</string>
<string name="dirac_preset_title">Agħżel predeterminazzjoni</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Komuni</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Ġenerali</string>
<string name="dirac_headset_general_inear">Ġenerali fil-Widna</string>
<string name="dirac_headset_piston_basic">Edizzjoni Bażika</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Edizzjoni Standard</string>
<string name="dirac_headset_headphone">Mi Headphones</string>
<string name="dirac_headset_piston_youth">Edizzjoni Żagħżugħa</string>
<string name="dirac_headset_piston_color">Edizzjoni Kkulurita</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Noise Cancelling Tip-C</string>
<string name="dirac_headset_cancelling">Mi Noise Cancelling 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Nofs fil-Widna</string>
<string name="dirac_headset_in_ear2">Mi f\'Widna 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Bażiċi</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Komuni</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassiku</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elettronika</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi အသံကောင်းမွန်စေသူ</string>
<string name="dirac_summary">အသံ အရည်အသွေးကို မြှင့်တင်မည်</string>
<string name="dirac_headset_title">နားကြပ်အမျိုးအစားရွေးချယ်ပါ</string>
<string name="dirac_preset_title">ကြိုတင်သတ်မှတ်မှု တစ်ခု ရွေးပါ</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ပုံသေ</string>
<string name="dirac_headset_earbuds">Mi နားကြပ်ပေါက်</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi ပစ်စတန်-1</string>
<string name="dirac_headset_general">အထွေထွေ</string>
<string name="dirac_headset_general_inear">နားတွင်းအထွေထွေ</string>
<string name="dirac_headset_piston_basic">အခြေခံ တည်းဖြတ်ချက်</string>
<string name="dirac_headset_piston_2">Mi ပစ်စတန်-2</string>
<string name="dirac_headset_piston_standard">စံ တည်းဖြတ်ချက်</string>
<string name="dirac_headset_headphone">Mi နားကြပ်များ</string>
<string name="dirac_headset_piston_youth">လူငယ်နှင့်ဆိုင်သော</string>
<string name="dirac_headset_piston_color">အရောင်တည်းဖြတ်မှု</string>
<string name="dirac_headset_in_ear">Mi In-Ear နားကြပ်</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro နားကြပ်</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi ဆူညံသံလျှော့ချခြင်း Type-C</string>
<string name="dirac_headset_cancelling">Mi ဆူညံသံလျှော့ချခြင်း 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi နားကြပ်</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ပုံသေ</string>
<string name="dirac_preset_rock">ရော့ခ်</string>
<string name="dirac_preset_jazz">ဂျတ်ဇ်ဂီတ</string>
<string name="dirac_preset_pop">ပေါ့ပ်</string>
<string name="dirac_preset_classical">ဂန္ထဝင်ဂီတ</string>
<string name="dirac_preset_hiphop">ဟစ်ဟော့ပ်</string>
<string name="dirac_preset_blues">ဘလူးစ်ဂီတ</string>
<string name="dirac_preset_electronic">အီလက်ထရွန်နစ် ဂီတ</string>
<string name="dirac_preset_country">ကျေးလက်ဂီတ</string>
<string name="dirac_preset_dance">ဒန့်စ်</string>
<string name="dirac_preset_metal">မက်တယ်လ် ဂီတ</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Lydforbedrer</string>
<string name="dirac_summary">Optimaliser lydkvaliteten</string>
<string name="dirac_headset_title">Velg hodetelefontype</string>
<string name="dirac_preset_title">Velg en forhåndsinnstilling</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Standard</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Vanlig</string>
<string name="dirac_headset_general_inear">Vanlig i-øret</string>
<string name="dirac_headset_piston_basic">Hovedutgave</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standardutgave</string>
<string name="dirac_headset_headphone">Mi Headphones</string>
<string name="dirac_headset_piston_youth">Ungdomsutgave</string>
<string name="dirac_headset_piston_color">Fargeutgave</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Støydempende Type-C</string>
<string name="dirac_headset_cancelling">Mi Støydempende 3,5 mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi-hodetelefoner Basic</string>
<string name="dirac_headset_earphone">Mi-hodetelefoner</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Standard</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassisk</string>
<string name="dirac_preset_hiphop">Hip hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronika</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi आवाज एन्हान्सर</string>
<string name="dirac_summary">अडियोको गुणस्तरलाई अप्टिमाइज गर्नुहोस्</string>
<string name="dirac_headset_title">हेडफोन प्रकार छनोट गर्नुहोस्</string>
<string name="dirac_preset_title">एउटा प्रिसेट छनोट गर्नुहोस्</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">पूर्वनिर्धारित</string>
<string name="dirac_headset_earbuds">Mi इयरबड्स</string>
<string name="dirac_headset_in_ear_2013">Mi इन-ईयर (२०१३)</string>
<string name="dirac_headset_piston_1">Mi पिस्टन-1</string>
<string name="dirac_headset_general">साधारण</string>
<string name="dirac_headset_general_inear">सामान्य कान-मा</string>
<string name="dirac_headset_piston_basic">मूल संस्करण</string>
<string name="dirac_headset_piston_2">Mi पिस्टन-2</string>
<string name="dirac_headset_piston_standard">मानक संस्करण</string>
<string name="dirac_headset_headphone">Mi हेडफोनहरू</string>
<string name="dirac_headset_piston_youth">युवा संस्करण</string>
<string name="dirac_headset_piston_color">रङ संस्करण</string>
<string name="dirac_headset_in_ear">Mi कान-मा</string>
<string name="dirac_headset_capsule">Mi क्यापसुल</string>
<string name="dirac_headset_in_ear_pro">Mi कान-मा प्रो</string>
<string name="dirac_headset_comfort">Mi सुविधा</string>
<string name="dirac_headset_reduction_noise">Mi शोर रद्द गर्दै प्रकार-C</string>
<string name="dirac_headset_cancelling">Mi शोर रद्द गर्दै 3.5मि. मि</string>
<string name="dirac_headset_half_in_ear">Mi हाल्फ इन ईयर</string>
<string name="dirac_headset_in_ear2">Mi इन-ईयर 2</string>
<string name="dirac_headset_earphone_basic">Mi ईयरफ़ोन बेसिक</string>
<string name="dirac_headset_earphone">Mi ईयरफोनहरू</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">पूर्वनिर्धारित</string>
<string name="dirac_preset_rock">रक</string>
<string name="dirac_preset_jazz">ज्याज</string>
<string name="dirac_preset_pop">पप</string>
<string name="dirac_preset_classical">क्लासिकल</string>
<string name="dirac_preset_hiphop">हिप हप</string>
<string name="dirac_preset_blues">ब्लुज</string>
<string name="dirac_preset_electronic">इलेक्ट्रोनिक</string>
<string name="dirac_preset_country">राष्ट्र</string>
<string name="dirac_preset_dance">नाच</string>
<string name="dirac_preset_metal">मेटल</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi आवाज एन्हान्सर</string>
<string name="dirac_summary">अडियोको गुणस्तरलाई अप्टिमाइज गर्नुहोस्</string>
<string name="dirac_headset_title">हेडफोन प्रकार छनोट गर्नुहोस्</string>
<string name="dirac_preset_title">एउटा प्रिसेट छनोट गर्नुहोस्</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">पूर्वनिर्धारित</string>
<string name="dirac_headset_earbuds">Mi इयरबड्स</string>
<string name="dirac_headset_in_ear_2013">Mi इन-ईयर (२०१३)</string>
<string name="dirac_headset_piston_1">Mi पिस्टन-1</string>
<string name="dirac_headset_general">साधारण</string>
<string name="dirac_headset_general_inear">सामान्य कान-मा</string>
<string name="dirac_headset_piston_basic">मूल संस्करण</string>
<string name="dirac_headset_piston_2">Mi पिस्टन-2</string>
<string name="dirac_headset_piston_standard">मानक संस्करण</string>
<string name="dirac_headset_headphone">Mi हेडफोनहरू</string>
<string name="dirac_headset_piston_youth">युवा संस्करण</string>
<string name="dirac_headset_piston_color">रङ संस्करण</string>
<string name="dirac_headset_in_ear">Mi कान-मा</string>
<string name="dirac_headset_capsule">Mi क्यापसुल</string>
<string name="dirac_headset_in_ear_pro">Mi कान-मा प्रो</string>
<string name="dirac_headset_comfort">Mi सुविधा</string>
<string name="dirac_headset_reduction_noise">Mi शोर रद्द गर्दै प्रकार-C</string>
<string name="dirac_headset_cancelling">Mi शोर रद्द गर्दै 3.5मि. मि</string>
<string name="dirac_headset_half_in_ear">Mi हाल्फ इन ईयर</string>
<string name="dirac_headset_in_ear2">Mi इन-ईयर 2</string>
<string name="dirac_headset_earphone_basic">Mi ईयरफ़ोन बेसिक</string>
<string name="dirac_headset_earphone">Mi ईयरफोनहरू</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">पूर्वनिर्धारित</string>
<string name="dirac_preset_rock">रक</string>
<string name="dirac_preset_jazz">ज्याज</string>
<string name="dirac_preset_pop">पप</string>
<string name="dirac_preset_classical">क्लासिकल</string>
<string name="dirac_preset_hiphop">हिप हप</string>
<string name="dirac_preset_blues">ब्लुज</string>
<string name="dirac_preset_electronic">इलेक्ट्रोनिक</string>
<string name="dirac_preset_country">राष्ट्र</string>
<string name="dirac_preset_dance">नाच</string>
<string name="dirac_preset_metal">मेटल</string>
</resources>

View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<color name="switchbar_switch_track_tint">#82000000</color>
<color name="switchbar_switch_thumb_tint">@android:color/black</color>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi Geluid Verbeteraar</string>
<string name="dirac_summary">Audiokwaliteit optimaliseren</string>
<string name="dirac_headset_title">Kies type hoofdtelefoon</string>
<string name="dirac_preset_title">Kies vooraf ingesteld</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Standaard</string>
<string name="dirac_headset_earbuds">Mi oordoppen</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston-1</string>
<string name="dirac_headset_general">Algemeen</string>
<string name="dirac_headset_general_inear">Algemene in-ear</string>
<string name="dirac_headset_piston_basic">Basis editie</string>
<string name="dirac_headset_piston_2">Mi Piston-2</string>
<string name="dirac_headset_piston_standard">Standaard editie</string>
<string name="dirac_headset_headphone">Mi Headphones</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Kleur editie</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Noise annuleren Type-C</string>
<string name="dirac_headset_cancelling">Mi Noise annuleren 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Standaard</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Klassiek</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektronisch</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ଧ୍ୱନୀ ବର୍ଦ୍ଧକ</string>
<string name="dirac_summary">ଅଡିଓ ଗୁଣବତ୍ତା ଅପ୍ଟିମାଇଜ୍‌ କରନ୍ତୁ</string>
<string name="dirac_headset_title">ହେଡ୍‌ଫୋନ୍‌ ପ୍ରକାର ଚୟନ କରନ୍ତୁ</string>
<string name="dirac_preset_title">ପ୍ରିସେଟ୍‌ ଚୟନ କରନ୍ତୁ</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ଡିଫଲ୍ଟ୍‌</string>
<string name="dirac_headset_earbuds">Mi ଇଅର୍‌ବଡ୍</string>
<string name="dirac_headset_in_ear_2013">Mi ଇନ୍-ଇୟର(2013)</string>
<string name="dirac_headset_piston_1">Mi ପିଷ୍ଟନ୍‍-1</string>
<string name="dirac_headset_general">ସାଧାରଣ</string>
<string name="dirac_headset_general_inear">ସାଧାରଣ ଇନ୍‍-ଇଅର୍‍</string>
<string name="dirac_headset_piston_basic">ମୂଳ ସଂସ୍କରଣ</string>
<string name="dirac_headset_piston_2">Mi ପିଷ୍ଟନ୍‍-2</string>
<string name="dirac_headset_piston_standard">ମାନକ ସଂସ୍କରଣ</string>
<string name="dirac_headset_headphone">Mi ହେଡ୍‌ଫୋନ୍</string>
<string name="dirac_headset_piston_youth">ଯୁବ ସଂସ୍କରଣ</string>
<string name="dirac_headset_piston_color">ରଙ୍ଗ ସଂସ୍କରଣ</string>
<string name="dirac_headset_in_ear">Mi ଇନ୍‌‍-ଇଅର୍‍</string>
<string name="dirac_headset_capsule">Mi କ୍ୟାପସୁଲ୍</string>
<string name="dirac_headset_in_ear_pro">Mi ଇନ୍‌‍-ଇଅର୍‌ ପ୍ରୋ</string>
<string name="dirac_headset_comfort">Mi କମ୍ଫର୍ଟ</string>
<string name="dirac_headset_reduction_noise">Mi ଶବ୍ଦ ପ୍ରଦୂଷଣ ବାତିଲ କରାଯାଉଛି C- ପ୍ରକାରର</string>
<string name="dirac_headset_cancelling">Mi ଶବ୍ଦ ପ୍ରଦୂଷଣ ବାତିଲ କରାଯାଉଛି 3.5 mm</string>
<string name="dirac_headset_half_in_ear">Mi ହାଫ ଇନ-ଇଅର</string>
<string name="dirac_headset_in_ear2">Mi ଇନ୍-ଇୟର 2</string>
<string name="dirac_headset_earphone_basic">Mi ଇଅରଫୋନ ବେସିକ</string>
<string name="dirac_headset_earphone">Mi ଇଅର୍‌ଫୋନ୍‌</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ଡିଫଲ୍ଟ୍‌</string>
<string name="dirac_preset_rock">ରକ୍</string>
<string name="dirac_preset_jazz">ଜାଜ୍</string>
<string name="dirac_preset_pop">ପପ୍‌</string>
<string name="dirac_preset_classical">ଶାସ୍ତ୍ରୀୟ</string>
<string name="dirac_preset_hiphop">ହିପ୍‌ ହପ୍</string>
<string name="dirac_preset_blues">ବ୍ଲୁଜ୍</string>
<string name="dirac_preset_electronic">ଇଲେକ୍ଟ୍ରୋନିକ୍</string>
<string name="dirac_preset_country">କଣ୍ଟ୍ରୀ</string>
<string name="dirac_preset_dance">ନୃତ୍ୟ</string>
<string name="dirac_preset_metal">ମେଟାଲ୍</string>
</resources>

View File

@@ -1,59 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_title">Mi ਧੁਨੀ ਵਰਧਕ</string>
<string name="dirac_summary">ਆਡੀਓ ਗੁਣਵੱਤਾ ਅਨੁਕੂਲਿਤ ਕਰੋ</string>
<string name="dirac_headset_title">ਹੈੱਡਫ਼ੋਨਾਂ ਦੀ ਕਿਸਮ ਚੁਣੋ</string>
<string name="dirac_preset_title">ਇੱਕ ਪ੍ਰੀਸੈੱਟ ਚੁਣੋ</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">ਪੂਰਵ-ਨਿਰਧਾਰਤ</string>
<string name="dirac_headset_earbuds">Mi ਈਅਰਬਡਸ</string>
<string name="dirac_headset_in_ear_2013">Mi ਇਨ-ਈਅਰ (2013)</string>
<string name="dirac_headset_piston_1">Mi ਪਿਸਟਨ-1</string>
<string name="dirac_headset_general">ਸਧਾਰਨ</string>
<string name="dirac_headset_general_inear">ਸਧਾਰਨ ਇਨ-ਈਅਰ</string>
<string name="dirac_headset_piston_basic">ਮੂਲ ਸੰਸਕਰਨ</string>
<string name="dirac_headset_piston_2">Mi ਪਿਸਟਨ-2</string>
<string name="dirac_headset_piston_standard">ਸਟੈਂਡਰਡ ਸੰਸਕਰਨ</string>
<string name="dirac_headset_headphone">Mi ਹੈੱਡਫ਼ੋਨਸ</string>
<string name="dirac_headset_piston_youth">ਯੂਥ ਸੰਸਕਰਨ</string>
<string name="dirac_headset_piston_color">ਰੰਗ ਸੰਸਕਰਨ</string>
<string name="dirac_headset_in_ear">Mi ਇਨ-ਈਅਰ</string>
<string name="dirac_headset_capsule">Mi ਕੈਪਸੂਲ</string>
<string name="dirac_headset_in_ear_pro">Mi ਇਨ-ਈਅਰ ਪ੍ਰੋ</string>
<string name="dirac_headset_comfort">Mi ਕਮਫ਼ਰਟ</string>
<string name="dirac_headset_reduction_noise">Mi ਸ਼ੋਰ ਰੱਦ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ ਕਿਸਮ-C</string>
<string name="dirac_headset_cancelling">Mi ਸ਼ੋਰ ਰੱਦ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ 3.5ਮਿ.ਮਿ.</string>
<string name="dirac_headset_half_in_ear">Mi ਹਾਫ਼ ਇਨ ਈਅਰ</string>
<string name="dirac_headset_in_ear2">Mi ਇਨ-ਈਅਰ 2</string>
<string name="dirac_headset_earphone_basic">Mi ਈਅਰਫ਼ੋਨ ਬੇਸਿਕ</string>
<string name="dirac_headset_earphone">Mi ਈਅਰਫ਼ੋਨ</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">ਪੂਰਵ-ਨਿਰਧਾਰਤ</string>
<string name="dirac_preset_rock">ਰੌਕ</string>
<string name="dirac_preset_jazz">ਜੈਜ਼</string>
<string name="dirac_preset_pop">ਪੌਪ</string>
<string name="dirac_preset_classical">ਸ਼ਾਸਤਰੀ</string>
<string name="dirac_preset_hiphop">ਹਿਪ ਹੌਪ</string>
<string name="dirac_preset_blues">ਬਲੂਜ਼</string>
<string name="dirac_preset_electronic">ਇਲੈਕਟ੍ਰੋਨਿਕ</string>
<string name="dirac_preset_country">ਦੇਸ਼</string>
<string name="dirac_preset_dance">ਡਾਂਸ</string>
<string name="dirac_preset_metal">ਮੈਟਲ</string>
</resources>

View File

@@ -1,75 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_enable">Korzystaj z Mi Sound Enhancer</string>
<string name="dirac_title">Ulepszanie dźwięku Mi</string>
<string name="dirac_summary">Optymalizuj jakość dźwięku</string>
<string name="dirac_headset_title">Typ słuchawek</string>
<string name="dirac_preset_title">Wybierz konfigurację</string>
<string name="dirac_hifi_enable_title">Włącz Hi-fi</string>
<string name="dirac_hifi_title">Hi-Fi</string>
<string name="dirac_hifi_summary">Zredukuj szum oraz zniekształcenia w celu poprawy jakości dźwięku</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Domyślny</string>
<string name="dirac_headset_earbuds">Douszne Mi</string>
<string name="dirac_headset_in_ear_2013">Mi dokanałowe (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston v1</string>
<string name="dirac_headset_general">Douszne</string>
<string name="dirac_headset_general_inear">Dokanałowe</string>
<string name="dirac_headset_piston_basic">Mi Piston Basic</string>
<string name="dirac_headset_piston_2">Mi Piston v2</string>
<string name="dirac_headset_piston_standard">Mi Piston v3</string>
<string name="dirac_headset_headphone">Słuchawki Mi</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Edycja kolorowa</string>
<string name="dirac_headset_in_ear">Mi Dokanałowe</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi Dokanałowe Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi z redukcją szumów (Typ-C)</string>
<string name="dirac_headset_cancelling">Mi z redukcją szumów (3.5mm)</string>
<string name="dirac_headset_half_in_ear">Mi częściowo dokanałowe</string>
<string name="dirac_headset_in_ear2">Mi dokanałowe 2</string>
<string name="dirac_headset_earphone_basic">Słuchawki douszne Mi Basic</string>
<string name="dirac_headset_earphone">Słuchawki douszne Mi</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Domyślny</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Muzyka poważna</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Elektroniczna</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Taniec</string>
<string name="dirac_preset_metal">Metal</string>
<!-- Thermal Profiles -->
<string name="thermal_title">Profile Termalne</string>
<string name="thermal_summary">Dostosuj profile termalne dla poszczególnych aplikacji dla optymalnej wydajności</string>
<string name="thermal_default">Domyślne</string>
<string name="thermal_benchmark">Benchmark</string>
<string name="thermal_browser">Przeglądarka</string>
<string name="thermal_camera">Aparat</string>
<string name="thermal_dialer">Telefon</string>
<string name="thermal_gaming">Gry</string>
<string name="thermal_streaming">Streamowanie</string>
<!-- Refresh Rate Settings -->
<string name="refresh_rate_tile_title">Częstotliwość odświeżania</string>
</resources>

View File

@@ -1,109 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2018 The PixelExperience Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Dirac settings -->
<string name="dirac_enable">Usar Mi Sound Enhancer</string>
<string name="dirac_title">Mi Sound Enhancer</string>
<string name="dirac_summary">Otimizar qualidade de áudio</string>
<string name="dirac_headset_title">Escolher tipo de fone de ouvido</string>
<string name="dirac_preset_title">Escolha uma predefinição</string>
<string name="dirac_hifi_enable_title">Habilitar Hi-Fi</string>
<string name="dirac_hifi_title">Hi-Fi</string>
<string name="dirac_hifi_summary">Diminua o ruído e a distorção e aumente a qualidade do áudio</string>
<!-- Dirac settings: Headset types -->
<string name="dirac_headset_default">Padrão</string>
<string name="dirac_headset_earbuds">Mi Earbuds</string>
<string name="dirac_headset_in_ear_2013">Mi In-Ear (2013)</string>
<string name="dirac_headset_piston_1">Mi Piston 1</string>
<string name="dirac_headset_general">Genérico</string>
<string name="dirac_headset_general_inear">In-Ear genérico</string>
<string name="dirac_headset_piston_basic">Basic Edition</string>
<string name="dirac_headset_piston_2">Mi Piston 2</string>
<string name="dirac_headset_piston_standard">Standard Edition</string>
<string name="dirac_headset_headphone">Mi Headphones</string>
<string name="dirac_headset_piston_youth">Youth Edition</string>
<string name="dirac_headset_piston_color">Color Edition</string>
<string name="dirac_headset_in_ear">Mi In-Ear</string>
<string name="dirac_headset_capsule">Mi Capsule</string>
<string name="dirac_headset_in_ear_pro">Mi In-Ear Pro</string>
<string name="dirac_headset_comfort">Mi Comfort</string>
<string name="dirac_headset_reduction_noise">Mi Noise Cancelling Type-C</string>
<string name="dirac_headset_cancelling">Mi Noise Cancelling 3.5mm</string>
<string name="dirac_headset_half_in_ear">Mi Half In-Ear</string>
<string name="dirac_headset_in_ear2">Mi In-Ear 2</string>
<string name="dirac_headset_earphone_basic">Mi Earphones Basic</string>
<string name="dirac_headset_earphone">Mi Earphones</string>
<!-- Dirac settings: Equalizer presets -->
<string name="dirac_preset_default">Padrão</string>
<string name="dirac_preset_rock">Rock</string>
<string name="dirac_preset_jazz">Jazz</string>
<string name="dirac_preset_pop">Pop</string>
<string name="dirac_preset_classical">Clássica</string>
<string name="dirac_preset_hiphop">Hip Hop</string>
<string name="dirac_preset_blues">Blues</string>
<string name="dirac_preset_electronic">Eletrônica</string>
<string name="dirac_preset_country">Country</string>
<string name="dirac_preset_dance">Dance</string>
<string name="dirac_preset_metal">Metal</string>
<string name="dirac_preset_bass_booster">Intensificador de graves</string>
<string name="dirac_preset_live">Ao vivo</string>
<string name="dirac_preset_balanced">Balanceado</string>
<string name="dirac_preset_bass_reduction">Redução de graves</string>
<string name="dirac_preset_treble_reduction">Redução de agudos</string>
<string name="dirac_preset_soft_bass">Baixos suaves</string>
<string name="dirac_preset_soft_treble">Agudos suaves</string>
<!-- Thermal Profiles -->
<string name="thermal_title">Perfil termíco</string>
<string name="thermal_summary">Ajuste um perfil termíco de acordo com sua necessidade</string>
<string name="thermal_default">Padrão</string>
<string name="thermal_benchmark">Benchmark</string>
<string name="thermal_browser">Internet</string>
<string name="thermal_camera">Câmera</string>
<string name="thermal_dialer">Chamadas</string>
<string name="thermal_gaming">Jogos</string>
<string name="thermal_streaming">Streaming</string>
<!-- Refresh Rate Settings -->
<string name="refresh_rate_tile_title">Taxa de atualização</string>
<string name="refresh_title">Taxa de atualização por Aplicativo</string>
<string name="refresh_summary">Defina a taxa de atualização máxima para um aplicativo em específico</string>
<string name="refresh_default">Padrão</string>
<string name="refresh_low">Baixa (30Hz)</string>
<string name="refresh_moderate">Moderada (50Hz)</string>
<string name="refresh_standard">Standard (60Hz)</string>
<string name="refresh_high">Alta (90Hz)</string>
<string name="refresh_extreme">Suave (120Hz)</string>
<!-- Haptic Level Settings -->
<string name="haptic_title">Controlador de vibração</string>
<string name="haptic_warning">A configuração de nível háptico muito alto pode causar danos permanentes ao hardware, use por sua conta e risco</string>
<string name="haptic_summary">Personalize a intensidade da vibração</string>
<string name="haptic_level_title">Nível</string>
<string name="haptic_level_summary">A quantidade de intensidade de vibração</string>
<string name="haptic_level_summary_incompatible">Recurso não suportado</string>
<!-- Scene Selection -->
<string name="music_headset_scenario_select">Selecionar cena</string>
<string name="music_headset_scenario_intelligent">Inteligente</string>
<string name="music_headset_scenario_music">Música</string>
<string name="music_headset_scenario_video">Vídeo</string>
<string name="music_headset_scenario_vocal">Voz</string>
</resources>

Some files were not shown because too many files have changed in this diff Show More