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

feat: sectioned cards

This commit is contained in:
2022-06-04 18:25:58 +09:00
parent 218ee2889b
commit c05ee42473
15 changed files with 124 additions and 63 deletions

View File

@@ -19,7 +19,7 @@
"archlinux": "Arch Linux",
"ubuntu": "Ubuntu",
"debian": "Debian",
"domains": "Domains",
"domains": "Domain",
"firebase": "Firebase",
"github": "GitHub Organization",
"githubSearch": "GitHub Repository",
@@ -34,7 +34,7 @@
"netlify": "Netlify",
"now": "Vercel",
"npm": "npm",
"nta": "Company (JP)",
"nta": "Company (Japan)",
"ocaml": "OCaml",
"playStore": "Google Play Store",
"pypi": "PyPI",
@@ -62,5 +62,12 @@
"low": "Common",
"moderate": "Rare"
},
"join-us": "Send <1>a pull request</1> and become a contributor!"
"join-us": "Send <1>a pull request</1> and become a contributor!",
"section": {
"starter": "Starter",
"social": "Social Network",
"package": "Package",
"web": "Web Platform",
"app": "App & Extension"
}
}

View File

@@ -30,7 +30,7 @@
"netlify": "Netlify",
"now": "Vercel",
"npm": "npm",
"nta": "法人",
"nta": "法人 (日本)",
"ocaml": "OCaml",
"pypi": "PyPI",
"rubygems": "RubyGems",
@@ -51,5 +51,12 @@
"low": "普通",
"moderate": "そこそこユニーク"
},
"join-us": "<1>プルリクエスト</1>を送ってコントリビューターになりましょう!"
"join-us": "<1>プルリクエスト</1>を送ってコントリビューターになりましょう!",
"section": {
"starter": "基本",
"social": "SNS",
"package": "パッケージ",
"web": "Web",
"app": "アプリとエクステンション"
}
}