diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 1eee8cb..88fa8e1 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -56,8 +56,8 @@ "uniqueness": { "description": "UNIQ shows how unique the name is (0 to 100)", "high": "Pretty unique", - "low": "Typical", - "moderate": "Moderately unique" + "low": "Common", + "moderate": "Rare" }, "join-us": "Send <1>a pull request and become a contributor!" } 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!" }