aboutsummaryrefslogtreecommitdiff
path: root/i18n/asteroid-compass.es.ts
diff options
context:
space:
mode:
authordodoradio <dodoradio@outlook.com>2023-07-09 01:19:34 +0100
committerdodoradio <dodoradio@outlook.com>2023-07-10 14:14:48 +0100
commit16dcaae647c081ba60b239e425b26bf36ca327d3 (patch)
treef94373322980a8df13e8edd8d860548c0c76baff /i18n/asteroid-compass.es.ts
parent6c6ef8cdb09a2c47b60f4f8de875243b559c9fe4 (diff)
Fork and start work on asteroid-toolwatch
This is meant as a multitool app that currently allows usage of compass and barometer. The app includes a means of 'calibrating' the barometer reading. This is not a system level calibration and only affects the app (or any other apps that choose to use the value I'm setting in dconf). The mechanism was initially inspired by the same feature on Casio's watches: under WearOS, all of Casio's apps use a shared calibration offset for barometer. The calibration aims to rectify the infamous inaccuracy of the android barometer sensor. While the sensors are generally very precise and can sense small changes in air pressure, the sensors often lose calibraton and hence suffer from zero error. This can be somewhat helped by allowing the user to set a zero point - it seems this allowed Casio to make the sensor into an actually useful feature. There was discussion about making this calibration into a system-level feature (for example, as a patch to sensorfw or to QtSensors) but I think it's reasonable to expect the sensor to always return the raw value (even if it is wrong) and then have the calibration as a separate, opt-in feature.
Diffstat (limited to 'i18n/asteroid-compass.es.ts')
-rw-r--r--i18n/asteroid-compass.es.ts17
1 files changed, 0 insertions, 17 deletions
diff --git a/i18n/asteroid-compass.es.ts b/i18n/asteroid-compass.es.ts
deleted file mode 100644
index f55a193..0000000
--- a/i18n/asteroid-compass.es.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="es">
-<context>
- <name></name>
- <message id="id-no-data-calibrate">
- <location filename="../src/main.qml" line="45"/>
- <source>&lt;h3&gt;No data&lt;/h3&gt;Calibrate the sensor by moving it in an ∞ figure.</source>
- <translation>&lt;h3&gt;Sin datos&lt;/h3&gt;Calibra el sensor moviéndolo haciendo una figura ∞.</translation>
- </message>
- <message id="id-app-launcher-name">
- <location filename="asteroid-compass.desktop.h" line="6"/>
- <source>Compass</source>
- <translation>Brújula</translation>
- </message>
-</context>
-</TS>