Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 80dceeb

Browse files
Dhi Aurrahmanzkat
authored andcommitted
feat(i18n): add Bahasa Indonesia locale (#95)
Support Bahasa Indonesia locale 🇮🇩.
1 parent 9a3ef33 commit 80dceeb

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

locales/id.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"Execute binaries from npm packages.\n%s": "Jalankan berkas-berkas binari darpi paket-paket npm.\n%s",
3+
"Package to be installed.": "Paket yang akan dipasang.",
4+
"Location of the npm cache.": "Lokasi dari cache npm.",
5+
"Skip installation if a package is missing.": "Lewati pemasangan jika paket tidak ditemukan.",
6+
"Path to user npmrc.": "Jalur ke npmrc milik pengguna.",
7+
"Execute string as if inside `npm run-script`.": "Jalankan string seperti ada di dalam `npm run-script`.",
8+
"Shell to execute the command with, if any.": "Shell untuk menjalankan sebuah perintah, jika ada.",
9+
"Generate shell code to use npx as the \"command not found\" fallback.": "Membangkitkan kode shell untuk menggunakan npx sebagai cadangan dari \"perintah tidak ditemukan\" .",
10+
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Jangan hiraukan berkas-berkas binari yang ada di $PATH, atau yang ada di proyek lokal. Ini memaksa npx untuk melakukan pemasangan sementara dan menggunakan versi yang terakhir.",
11+
"npm binary to use for internal operations.": "Binari npm yang digunakan untuk operasi internal.",
12+
"For the full documentation, see the manual page for npx(1).": "Untuk dokumentasi lengkap, mohon baca laman manual untuk npx(1).",
13+
"Unable to guess a binary name from %s. Please use --package.": "Tidak dapat menebak nama binari dari %s. Mohon gunakan --package.",
14+
"\nERROR: You must supply a command.\n": "\nGALAT: Anda harus menyediakan sebuah perintah.\n",
15+
"Command failed: %s %s": "Perintah tidak berhasil: %s %s",
16+
"Install for %s failed with code %s": "Pemasangan untuk %s tidak berhasil dengan kode %s",
17+
"%s not found. Trying with npx...": "%s tidak ditemukan. Mencoba dengan npx...",
18+
"command not found: %s": "Perintah tidak ditemukan: %s",
19+
"options": "opsi-opsi",
20+
"command": "perintah",
21+
"version": "versi",
22+
"command-arg": "arg-perintah",
23+
"command-string": "string-perintah",
24+
"shell": "shell",
25+
"package": "paket",
26+
"npx: installed %s in %ss": "npx: %s terpasang di %ss",
27+
"Suppress output from npx itself. Subcommands will not be affected.": "Hilangkan keluaran dari npx itu sendiri. Sub-sub perintah tidak akan terpengaruh.",
28+
"Extra node argument when calling a node binary.": "Argumen node ekstra ketika memanggil binari node."
29+
}

0 commit comments

Comments
 (0)