diff --git a/common/webapp/public/lang/id.conf b/common/webapp/public/lang/id.conf new file mode 100644 index 000000000..73163e4fd --- /dev/null +++ b/common/webapp/public/lang/id.conf @@ -0,0 +1,175 @@ +{ +  pageTitle: "BlueMap - {map}" +  menu: { +    title: "Menu" +    tooltip: "Menu" +  } +  map: { +    unloaded: "Peta tidak tersedia." +    loading: "Memuat peta..." +    errored: "Terjadi kesalahan saat memuat peta ini!" +  } +  maps: { +    title: "Peta-Peta" +    button: "Peta-Peta" +    tooltip: "Daftar Peta" +  } +  markers: { +    title: "Penanda" +    button: "Penanda" +    tooltip: "Daftar Penanda" +    marker: "penanda | penanda" +    markerSet: "set-penanda | set-penanda" +    searchPlaceholder: "Cari..." +    followPlayerTitle: "Ikuti Pemain" +    sort { +      title: "Urutkan berdasarkan" +      by { +        default: "bawaan" +        label: "nama" +        distance: "jarak" +      } +    } +  } +  settings: { +    title: "Pengaturan" +    button: "Pengaturan" +  } +  goFullscreen: { +    button: "Layar Penuh" +  } +  resetCamera: { +    button: "Atur Ulang Kamera" +    tooltip: "Atur Ulang Kamera & Posisi" +  } +  updateMap: { +    button: "Perbarui Peta" +    tooltip: "Bersihkan Tembolok Ubin" +  } +  lighting: { +    title: "Pencahayaan" +    dayNightSwitch: { +      tooltip: "Siang/Malam" +    } +    sunlight: "Cahaya Matahari" +    ambientLight: "Cahaya Ambien" +  } +  resolution: { +    title: "Resolusi" +    high: "Tinggi (SSAA x2)" +    normal: "Normal (Native x1)" +    low: "Rendah (Upscaling x0.5)" +  } +  mapControls: { +    title: "Kontrol Peta" +    showZoomButtons: "Tampilkan Tombol Zum" +  } +  freeFlightControls: { +    title: "Kontrol Free-Flight" +    mouseSensitivity: "Sensitivitas Tetikus" +    invertMouseY: "Balikkan Tetikus Y" +  } +  renderDistance: { +    title: "Jarak Render" +    hiresLayer: "Layer resolusi tinggi" +    lowersLayer: "Layer resolusi rendah" +    loadHiresWhileMoving: "Muat resolusi tinggi saat bergerak" +    off: "Mati" +  } +  theme: { +    title: "Tema" +    default: "Bawaan (Sistem/Peramban)" +    dark: "Gelap" +    light: "Terang" + contrast: "Kontras" +  } +  chunkBorders: { +    button: "Tampilkan batas bongkahan" +  } +  debug: { +    button: "Awakutu" +  } +  resetAllSettings: { +    button: "Reset Semua Pengaturan" +  } +  players: { +    title: "Pemain" +    tooltip: "Daftar Pemain" +  } +  compass: { +    tooltip: "Kompas / Hadap Utara" +  } +  screenshot: { +    title: "Screenshot" +    button: "Ambil Tangkapan Layar" +    clipboard: "Salin ke Papan Klip" +  } +  controls: { +    title: "Tampilan / Kontrol" +    perspective: { +      button: "Perspektif" +      tooltip: "Tampilan Perspektif" +    } +    flatView: { +      button: "Datar" +      tooltip: "Tampilan Ortografik / Datar" +    } +    freeFlight: { +      button: "Free-Flight" +      tooltip: "Mode Free-Flight / Spektator" +    } +  } +  language: { +    title: "Bahasa" +  } +  blockTooltip: { +    block: "Blok" +    position: "Posisi" +    chunk: "Bongkahan" +    region: { +      region: "Wilayah" +      file: "Berkas" +    } +    light: { +      light: "Cahaya" +      sun: "Matahari" +      block: "Blok" +    } +    clipboard: "klik untuk menyalin" +  } +  info: { +    title: "Info" +    button: "Info" +    content: """ + +

+   

Kontrol Tetikus:

+    +        +        +        +   
gerakklik kiri + seret
zoomroda tetikus (gulir)
putar / miringkanklik kanan + seret
+

+

+   

Kontrol Keyboard:

+    +        +        +        +   
gerakwasd / tombol panah
zoomNumpad: +/- atau Ins/Home
putar / miringkanLeft-Alt + wasd / tombol panah atau Delete/End/Page Up/Page Down
+

+

+   

Kontrol Sentuh:

+    +        +        +        +   
geraksentuh + seret
zoomsentuh dengan dua jari + cubit
putar / miringkansentuh dengan dua jari + putar / gerakkan ke atas/bawah
+

+

+ +""" +  } +} diff --git a/common/webapp/public/lang/settings.conf b/common/webapp/public/lang/settings.conf index 081e3bdce..63cb4d7ec 100644 --- a/common/webapp/public/lang/settings.conf +++ b/common/webapp/public/lang/settings.conf @@ -3,10 +3,12 @@ useBrowserLanguage: true languages: [ // remove the languages you don't need reorder them or add your own - { locale: "cs", name: "Czech" } + { locale: "id", name: "Bahasa Indonesia" } + { locale: "cs", name: "Čeština" } { locale: "de", name: "Deutsch" } { locale: "en", name: "English" } - { locale: "fr", name: "French" } + { locale: "es", name: "Español" } + { locale: "fr", name: "Français" } { locale: "hi", name: "हिन्दी" } { locale: "it", name: "Italiano" } { locale: "lv", name: "Latviešu" } @@ -19,15 +21,14 @@ { locale: "sr-Latn-RS", name: "Srpski (latinica)" } { locale: "sr-Cyrl-RS", name: "Српски (ћирилица)" } { locale: "fi", name: "Suomi" } - { locale: "es", name: "Spanish" } { locale: "sv", name: "Svenska" } { locale: "tr", name: "Türkçe" } { locale: "th", name: "ภาษาไทย" } { locale: "ua", name: "Українська" } { locale: "ja", name: "日本語" } - { locale: "zh-CN", name: "简体中文(中国大陆)" } - { locale: "zh-TW", name: "繁體中文(台灣)" } - { locale: "zh-HK", name: "繁體中文(香港特別行政區)" } + { locale: "zh-CN", name: "简体中文 (中国大陆)" } + { locale: "zh-TW", name: "繁體中文 (台灣)" } + { locale: "zh-HK", name: "繁體中文 (香港特別行政區)" } { locale: "ko", name: "한국어" } { locale: "vi", name: "Tiếng Việt"} ]