Commit Graph

25 Commits

Author SHA1 Message Date
ycjcl868
f867efd4ec fix: translation Update default.po (#3600)
「登陆」 means disembark, 「登录」 is correct.
2024-01-11 10:02:36 +01:00
Adrian Kumpf
c478cc1276 Update dependencies 2023-06-10 18:44:18 +02:00
Jhou
68f67dd6e9 update chinese translations (#2855) 2023-01-13 14:01:34 +01:00
Adrian Kumpf
5f0d513358 Update POT files 2023-01-13 13:09:45 +01:00
Adrian Kumpf
a413e8ce2c Add setting to select tire pressure units 2022-07-18 11:35:14 +02:00
Adrian Kumpf
2339577fbd Update POT files 2022-02-18 18:09:36 +01:00
Adrian Kumpf
0d6e288c70 Encrypt API tokens (#2360)
Store API tokens encrypted in the database.

During the database migration a randomly generated key will be used encrypt the tokens if no ENCRYPTION_KEY environment variable was provided.

If the application is started without the presence of an ENCRYPTION_KEY (or if the key failed to decrypt the existing tokens), the UI will display a warning with further instructions.
2022-02-18 17:03:13 +01:00
Aemon Cao
aa1ae6459c Update default.po (#2479)
typo:
2022-02-18 14:19:55 +01:00
Adrian Kumpf
6c53788738 Don't suspend logging while downloading an update
Fixes #2194
2022-01-22 13:00:50 +01:00
Adrian Kumpf
8aa772872a Remove support for logins with username/password 2022-01-21 19:09:32 +01:00
Howard Su
bb44b88600 Fix Chinese Translation (#2232)
ideal -> 额定
rated -> 典型
2022-01-01 17:44:46 +01:00
summer
716e009e6a Update Chinese language pack(更新中文语言包) (#2236)
* Update Chinese language pack(更新中文语言包)

* Update Chinese language pack(更新中文语言包)

* 优化中文翻译

Co-authored-by: summergeorge <313747791@qq.com>
2022-01-01 17:44:20 +01:00
Adrian Kumpf
1992af38c3 Show token sign-up form by default 2021-11-12 17:39:20 +01:00
Adrian Kumpf
be76577d5b Enter captcha code in a separate view
Addresses #1836
2021-07-16 18:28:25 +02:00
Adrian Kumpf
d676e4de49 Update translations 2021-06-01 00:53:35 +02:00
Adrian Kumpf
a0de45878a Update German translations 2021-03-18 12:06:23 +01:00
Adrian Kumpf
8513d56b9f Allow to sign in with API tokens (#1450)
* Allow to sign in with API tokens

* Test signing in with API tokens

* Add button to go back to login with credentials

* Add note about how to get API tokens
2021-03-16 18:54:48 +01:00
Adrian Kumpf
b9ef13addf Add sign-out button 2021-01-30 20:24:42 +01:00
Adrian Kumpf
d825fc1723 Allow to use the legacy authentication API 2020-12-29 15:05:38 +01:00
Adrian Kumpf
52025c5ded Update translation files 2020-12-20 22:51:58 +01:00
Adrian
7872184a5c Display update version in the homescreen update tooltip (#976)
* Make update_version of the API available

* Add update version to the update tooltip

* Fix formatting

* Update translations to reflect the new tooltip

* Fix car controller test

* Add update_version to the mqtt documentation
2020-10-08 10:33:56 +02:00
Adrian Kumpf
0db6d6905c Allow to set a cost by the minute per geo-fence 2020-05-30 12:33:23 +02:00
edward4hgl
4ca0b7834a Update Chinese (Simplified) translation (#747)
* Add Chinese(Simplified) translation

* Use locale "zh_Hans"

* Improve translation accuracy

Improve translation accuracy

* update default.po

minor translation error correction.

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-05-23 22:04:01 +02:00
edward4hgl
04251b9b23 Improve Chinese (Simplified) translation accuracy (#649)
* Add Chinese(Simplified) translation

* Use locale "zh_Hans"

* Improve translation accuracy

Improve translation accuracy

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-04-27 13:59:09 +02:00
edward4hgl
ce3464759e Add Chinese(Simplified) translation (#625)
* Add Chinese(Simplified) translation

* Use locale "zh_Hans"

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-04-23 11:54:35 +02:00