diff --git a/locales/id-ID/common.json b/locales/id-ID/common.json new file mode 100644 index 0000000..8969893 --- /dev/null +++ b/locales/id-ID/common.json @@ -0,0 +1,15 @@ +{ + "navigation": { + "github": "GitHub", + "discussions": "Discussions", + "language": "Language" + }, + "footer": { + "help_translate": "Bantu Terjemahkan", + "privacy_policy": "Privacy Policy" + }, + "cookie_consent": { + "description": "This website uses cookies to enhance the user experience." + }, + "ok": "OK" +} diff --git a/locales/id-ID/index.json b/locales/id-ID/index.json new file mode 100644 index 0000000..05cb947 --- /dev/null +++ b/locales/id-ID/index.json @@ -0,0 +1,31 @@ +{ + "title": "LinearMouse | The mouse and trackpad utility for Mac.", + "description": "Customize mouse and trackpad's scrolling direction, pointer acceleration, pointer speed and so on...", + "slogan": "Customize \nLike a Pro.", + "slogan_marquee": { + "mouse_and_trackpad": "Mouse and Trackpad", + "scrolling_direction": "Scrolling Direction", + "pointer_acceleration": "Pointer Acceleration", + "pointer_speed": "Pointer Speed", + "modifier_keys": "Modifier Keys" + }, + "install": { + "download": "Download", + "install_via_homebrew": "Install via Homebrew", + "copied": "Copied" + }, + "features": [ + { + "title": "For Each Pointing Device.", + "description": "

LinearMouse supports per-device settings.

You can apply different settings to your mice and trackpads.

" + }, + { + "title": "More Natural\nThan Natural.", + "description": "

If you are uncomfortable with the natural scrolling when using a mouse, LinearMouse can help you reverse the scrolling direction.

As each device can be configured independently, there is no need to be concerned about the trackpad's scrolling direction being affected.

" + }, + { + "title": "Move the Pointer\nFast and Accurately.", + "description": "

LinearMouse allows you to find a comfortable pointer acceleration and speed and helps you to move the pointer faster and more accurately.

You can even disable pointer acceleration if you are a gamer or designer to get the best pointer accuracy.

" + } + ] +}