mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 12:10:32 +09:00
Bahasa Indonesia Translation (#157)
* fix: show spinner when fetching suggestions * Update src/components/Footer.tsx * Update i18n.ts Co-authored-by: Yasuaki Uechi <y@uechi.io>
This commit is contained in:
parent
7b207a39f4
commit
fe14ba9447
64
public/locales/id/translation.json
Normal file
64
public/locales/id/translation.json
Normal file
@ -0,0 +1,64 @@
|
||||
{
|
||||
"about": "Tentang Kami",
|
||||
"available": "Tersedia",
|
||||
"blog": "Pengenalan",
|
||||
"community": "Komunitas",
|
||||
"contributors": "Kontributor",
|
||||
"countryCode": "id",
|
||||
"title": "Buat nama proyekmu jadi lebih keren",
|
||||
"description": "Cek ketersediaan nama aplikasi dan organisasimu di berbagai platform dengan mudah.",
|
||||
"gettingStarted": "Mulai",
|
||||
"gettingStartedWithExample": "Coba dengan namae",
|
||||
"issues": "Terbitan",
|
||||
"language": "Bahasa",
|
||||
"noResult": "Tidak ada hasil",
|
||||
"placeholder": "Cari",
|
||||
"pressEnterToSearch": "Tekan Enter untuk memulai pencarian",
|
||||
"providers": {
|
||||
"appStore": "App Store",
|
||||
"archlinux": "Arch Linux",
|
||||
"ubuntu": "Ubuntu",
|
||||
"debian": "Debian",
|
||||
"domains": "Domain",
|
||||
"firebase": "Firebase",
|
||||
"github": "Organisasi GitHub",
|
||||
"githubSearch": "Repositori Github",
|
||||
"gitlab": "GitLab",
|
||||
"google": "Pencarian Google",
|
||||
"heroku": "Heroku",
|
||||
"homebrew": "Homebrew",
|
||||
"instagram": "Instagram",
|
||||
"jsorg": "js.org",
|
||||
"modland": "mod.land",
|
||||
"linux": "Linux",
|
||||
"netlify": "Netlify",
|
||||
"now": "Vercel",
|
||||
"npm": "npm",
|
||||
"nta": "Perusahaan (JP)",
|
||||
"ocaml": "OCaml",
|
||||
"playStore": "Google Play Store",
|
||||
"pypi": "PyPI",
|
||||
"rubygems": "RubyGems",
|
||||
"rust": "Rust",
|
||||
"s3": "AWS S3",
|
||||
"slack": "Slack",
|
||||
"spectrum": "Spectrum",
|
||||
"reddit": "Reddit",
|
||||
"twitter": "Twitter",
|
||||
"cloudflare": "Halaman Cloudflare",
|
||||
"chromeWebStore": "Chrome Web Store",
|
||||
"firefoxAddons": "Firefox Add-ons",
|
||||
"youtube": "YouTube"
|
||||
},
|
||||
"showMore": "Lihat lebih banyak",
|
||||
"try": "Coba nama-nama berikut",
|
||||
"unavailable": "Tidak tersedia",
|
||||
"uniqueness": {
|
||||
"description": "UNIQ memperlihatkan seberapa unik nama tersebut (skala 0 hingga 100)",
|
||||
"high": "Sangat Unik",
|
||||
"low": "Normal",
|
||||
"moderate": "Cukup Unik"
|
||||
},
|
||||
"join-us": "Kirim <1>pull request</1> dan jadilah bagian dari tim kontributor!"
|
||||
}
|
||||
|
@ -58,6 +58,9 @@ const Languages = () => {
|
||||
<li>
|
||||
<a href="/?lng=nl">Nederlands</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/?lng=id">Bahasa Indonesia</a>
|
||||
</li>
|
||||
</ul>
|
||||
</Pane>
|
||||
);
|
||||
|
@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
|
||||
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
|
||||
const TRANSLATION_VERSION = '15';
|
||||
const TRANSLATION_VERSION = '16';
|
||||
|
||||
i18n
|
||||
.use(Backend)
|
||||
@ -28,6 +28,7 @@ i18n
|
||||
it: TRANSLATION_VERSION,
|
||||
ru: TRANSLATION_VERSION,
|
||||
nl: TRANSLATION_VERSION,
|
||||
id: TRANSLATION_VERSION,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user