-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[translate-id] Translate nav.ts to Indonesia localization #963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
d0638b2
Added nav translation for Bahasa Indonesia
trastanechora 1385be5
Register navCopy into root Bahasa Indonesia site copy
trastanechora b65c4d5
Fixed skip_to_content term
trastanechora d8bf485
Fixed nav_playground and nav_handbook terms
trastanechora File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
import { defineMessages } from "react-intl" | ||
import { comCopy } from "./id/community" | ||
import { docCopy } from "./id/documentation" | ||
import { navCopy } from "./id/nav" | ||
import { Copy, messages as englishMessages } from "./en" | ||
|
||
export const lang: Copy = defineMessages({ | ||
...englishMessages, | ||
...comCopy, | ||
...docCopy, | ||
...navCopy, | ||
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export const navCopy = { | ||
skip_to_content: "Lewati ke konten", | ||
nav_documentation: "Dokumentasi", | ||
nav_documentation_short: "Dokumentasi", | ||
nav_download: "Unduh", | ||
nav_community: "Komunitas", | ||
nav_playground: "Area Bermain", | ||
nav_playground_short: "Bermain", | ||
nav_handbook: "Buku Saku", | ||
nav_tools: "Alat", | ||
nav_search_placeholder: "Cari Dokumentasi", | ||
nav_search_aria: "Cari di situs TypeScript", | ||
// let me know if you can't make this work in your lang: | ||
// TypeScript X.Y [stable][between?]Z.Y[beta/rc] | ||
nav_version_stable_prefix: "telah tersedia sekarang", | ||
nav_version_between: ", ", | ||
nav_version_beta_prefix: "saat ini dalam versi beta.", | ||
nav_version_rc_prefix: "memiliki kandidat rilis untuk dicoba.", | ||
nav_this_page_in_your_lang: "Halaman ini telah tersedia di bahasa Anda", | ||
nav_this_page_in_your_lang_open: "Buka", | ||
nav_this_page_in_your_lang_no_more: "Jangan munculkan kembali", | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Di berkas sebelumnya saya menggunakan
kamu
, menurut teman-teman baiknya menggunakankamu
atauAnda
, biar sekalian seragam di semua tempatThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kamu terasa lebih santai, tapi banyak artikel resmi yang memilih menggunakan Anda dibandingkan kamu sih.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ini harus janjian dulu untuk seluruh penerjemah. Mau menggunakan kamu atau Anda.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saya ikut saja @jefrydco.
Kalau memang mau menggunakan kamu, ya berarti bagian ini harus diubah juga
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oke Mas, saya barusan cek di dokumentasi Vue.js ID lebih banyak menggunakan
Anda
. Sependapat juga, mungkin lebih baik menggunakanAnda
karena ini artikel resmi. Di berkas yang kemarin akan saya ganti kalau gitu.