diff --git a/ng-app/src/locales/en.json b/ng-app/src/locales/en.json index 696b742..eb7089f 100644 --- a/ng-app/src/locales/en.json +++ b/ng-app/src/locales/en.json @@ -256,7 +256,7 @@ }, "wallet_login_qr": { "title": "Import Wallet with QR-Code", - "scan.description": "To import your wallet from another device, generate an export-QR-Code there. On the other device, go to
User Panel > Wallet > Export by scanning QR-Code to export.", + "scan.description": "To import your wallet from another device, generate an export QR-Code there. On the other device, go to
User Panel > Wallet > Generate QR to export.", "scan.button": "Scan QR-Code", "scan.modal.title": "Scan Wallet QR-Code", "gen.button": "Generate QR-Code", @@ -288,8 +288,7 @@ "back_to_homepage": "Go back to Homepage", "logout": "Logout", "login": "Login", - "start_over": "Start over", - "generate": "generate" + "start_over": "Start over" }, "errors": { "an_error_occurred": "An error occurred", diff --git a/ng-app/src/locales/es.json b/ng-app/src/locales/es.json index d104fc6..40cac26 100644 --- a/ng-app/src/locales/es.json +++ b/ng-app/src/locales/es.json @@ -21,7 +21,7 @@ "bandage": "cara con la cabeza vendada", "vomit": "cara vomitando", "tissue": "cara estornudando", - "hot": "cara con la cabeza vendada", + "hot": "cara con calor", "cold": "cara con frío", "crossed_eyes": "cara mareada", "exploding": "cabeza explotando", diff --git a/ng-app/src/locales/fr.json b/ng-app/src/locales/fr.json index 4a067d8..fcf37c7 100644 --- a/ng-app/src/locales/fr.json +++ b/ng-app/src/locales/fr.json @@ -21,7 +21,7 @@ "bandage": "visage avec bandage autour de la tête", "vomit": "visage qui vomit", "tissue": "visage qui éternue", - "hot": "visage avec bandage autour de la tête", + "hot": "visage rouge et chaud", "cold": "visage bleu et froid", "crossed_eyes": "visage étourdi", "exploding": "tête qui explose", diff --git a/ng-app/src/locales/it.json b/ng-app/src/locales/it.json index fb55cbe..8e1f0dc 100644 --- a/ng-app/src/locales/it.json +++ b/ng-app/src/locales/it.json @@ -21,7 +21,7 @@ "bandage": "faccina con la testa bendata", "vomit": "faccina che vomita", "tissue": "faccina che starnutisce", - "hot": "faccina con la testa bendata", + "hot": "faccina accaldata", "cold": "faccina congelata", "crossed_eyes": "faccina frastornata", "exploding": "testa che esplode", diff --git a/ng-app/src/locales/pt.json b/ng-app/src/locales/pt.json index 8d14ed8..41611d9 100644 --- a/ng-app/src/locales/pt.json +++ b/ng-app/src/locales/pt.json @@ -21,7 +21,7 @@ "bandage": "rosto com atadura na cabeça", "vomit": "rosto vomitando", "tissue": "rosto espirrando", - "hot": "rosto com atadura na cabeça", + "hot": "rosto fervendo de calor", "cold": "rosto gelado", "crossed_eyes": "rosto atordoado", "exploding": "cabeça explodindo", diff --git a/ng-app/src/locales/ru.json b/ng-app/src/locales/ru.json index 7603d43..e6202be 100644 --- a/ng-app/src/locales/ru.json +++ b/ng-app/src/locales/ru.json @@ -21,7 +21,7 @@ "bandage": "с перевязанной головой", "vomit": "рвота", "tissue": "чихает", - "hot": "с перевязанной головой", + "hot": "жар", "cold": "мерзнет", "crossed_eyes": "головокружение", "exploding": "взрыв мозга", diff --git a/ng-app/src/locales/zh.json b/ng-app/src/locales/zh.json index 61b0757..03a6f74 100644 --- a/ng-app/src/locales/zh.json +++ b/ng-app/src/locales/zh.json @@ -21,7 +21,7 @@ "bandage": "受伤", "vomit": "呕吐", "tissue": "打喷嚏", - "hot": "受伤", + "hot": "脸发烧", "cold": "冷脸", "crossed_eyes": "晕头转向", "exploding": "爆炸头", diff --git a/ng-app/src/wallet_emojis.ts b/ng-app/src/wallet_emojis.ts index e2cfd35..a1b56c9 100644 --- a/ng-app/src/wallet_emojis.ts +++ b/ng-app/src/wallet_emojis.ts @@ -126,8 +126,7 @@ let face_unwell = [ code: "tissue", }, { - // TODO: This unicode id is incorrect. It should probably be 1F975 - hexcode: "1f915", + hexcode: "1f975", shortcode: "hot_face", code: "hot", }, diff --git a/ng-wallet/src/emojis.rs b/ng-wallet/src/emojis.rs index 8867e02..c799a7d 100644 --- a/ng-wallet/src/emojis.rs +++ b/ng-wallet/src/emojis.rs @@ -123,7 +123,7 @@ const face_unwell: [EmojiDef<'static>; 15] = [ code: "tissue", }, EmojiDef { - hexcode: "1f915", + hexcode: "1f975", shortcode: "hot_face", code: "hot", },