mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 01:48:12 +09:00
feat: new uniqueness indicator
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
"uniqueness": {
|
||||
"high": "Pretty unique",
|
||||
"moderate": "Moderately unique",
|
||||
"low": "Not so unique"
|
||||
"low": "Typical",
|
||||
"description": "UNIQ shows how unique the name is (0 to 100)"
|
||||
},
|
||||
"countryCode": "us",
|
||||
"try": "How about this?",
|
||||
|
@@ -29,9 +29,10 @@
|
||||
"firebase": "Firebase"
|
||||
},
|
||||
"uniqueness": {
|
||||
"high": "とてもユニーク",
|
||||
"high": "超ユニーク",
|
||||
"moderate": "そこそこユニーク",
|
||||
"low": "あまりユニークではない"
|
||||
"low": "普通",
|
||||
"description": "UNIQ は名前がどれくらいユニークかを示しています(0から100)"
|
||||
},
|
||||
"countryCode": "jp",
|
||||
"try": "これはどう?",
|
||||
|
Reference in New Issue
Block a user