1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

feat: add uniqueness indicator

This commit is contained in:
2020-03-26 20:22:06 +09:00
parent 2f85792fce
commit ef24e724d8
13 changed files with 297 additions and 48 deletions

View File

@@ -27,6 +27,11 @@
"nta": "Company (JP)",
"ocaml": "OCaml"
},
"uniqueness": {
"high": "Pretty unique",
"moderate": "Moderately unique",
"low": "Not so unique"
},
"countryCode": "us",
"try": "How about this?",
"showMore": "show more",

View File

@@ -27,6 +27,11 @@
"nta": "法人",
"ocaml": "OCaml"
},
"uniqueness": {
"high": "とてもユニーク",
"moderate": "そこそこユニーク",
"low": "あまりユニークではない"
},
"countryCode": "jp",
"try": "これはどう?",
"showMore": "もっと見る",