From 2ab50d12f8940bb5e687ee544ffe9963e553d864 Mon Sep 17 00:00:00 2001 From: BlackdestinyXX <65021823+BlackdestinyXX@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:19:17 +0200 Subject: [PATCH] enhancement: better italian traduction enhancement: improved italian traduction with more correct terms for the uniqueness level --- public/locales/it/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/it/translation.json b/public/locales/it/translation.json index d99d7a6..243ab00 100644 --- a/public/locales/it/translation.json +++ b/public/locales/it/translation.json @@ -52,9 +52,9 @@ "unavailable": "Non disponibile", "uniqueness": { "description": "UNIQ mostra quanto il tuo nome รจ unico (da 0 a 100)", - "high": "Piuttosto unico", - "low": "Tipico", - "moderate": "Moderatamente unico" + "high": "Molto raro", + "low": "Comune", + "moderate": "Raro" }, "join-us": "Invia <1>una pull request e diventa un contributore!" }