﻿{
  "NOT_IN_CLASS": {
    "str": "Anda tidak berada di kelas.",
    "desc": "User is not joined to a class."
  },
  "NOT_IN_CLASS_NOTE": {
    "str": "Gunakan komputer ini dengan bijak!",
    "desc": "NOTE when User is not joined to a class."
  },
  "CHAT_UNAVAILABLE": {
    "str": "Obrolan telah dinonaktifkan oleh guru.",
    "desc": "The teacher has disabled the ability for the student to use chat."
  },
  "HELLO": {
    "str": "Halo!",
    "desc": "Greeting to the student."
  },
  "CHAT_WITH_TEACHER": {
    "str": "Mengobrol dengan guru Anda di sini.",
    "desc": "This tool allows the user to chat with their teacher."
  },
  "ENTERED_CLASS": {
    "str": "Masuk kelas {{ timeStamp }}",
    "desc": "Notify the user they have entered the class at a particular time."
  },
  "ENTERED_CLASS_INTRO": {
    "str": "Anda berada di kelas. Instruktur Anda dapat melihat pekerjaan Anda.",
    "desc": "Notify the user they are in a class and the instructor can see their work."
  },
  "LEFT_CLASS": {
    "str": "Keluar dari <strong>{{ className }}</strong> pada {{ timeStamp }}",
    "desc": "Notify the user they have left the class at a particular time."
  },
  "RAISED_HAND": {
    "str": "Anda telah mengangkat tangan Anda",
    "desc": "Notify the user they have raised their hand in the chat window."
  },
  "LOWERED_HAND": {
    "str": "Anda telah menurunkan tangan Anda",
    "desc": "Notify the user they have lowered their hand in the chat window."
  },
  "TYPE_MESSAGE_HERE": {
    "str": "Ketik pesan di sini...",
    "desc": "Placeholder text where the user types a chat message."
  },
  "ACTIVE_SPEAKER": {
    "str": "Berbicara: {{ activeTalker }}",
    "desc": "Shows who is currently speaking in the conference."
  },
  "MULTPLE_SPEAKERS": {
    "str": "(Beberapa)",
    "desc": "More than one speaker is currently speaking in the conference."
  },
  "TEACHER_SPEAKER": {
    "str": "Guru",
    "desc": "Shown when the teacher is the current speaker in the conference."
  },
  "TEACHER_CHAT": {
    "str": "Guru",
    "desc": "If name of teacher is not present when they send a chat message, this is the string identifying the sender."
  },
  "YOU_SPEAKER": {
    "str": "Anda",
    "desc": "Shown when the user is the current speaker in the conference."
  },
  "UNKNOWN_STUDENT": {
    "str": "Siswa Tidak Dikenal",
    "desc": "Shown when the name of the student in the conference is unknown."
  },
  "CONFERENCE_ONGOING": {
    "str": "Konferensi Sedang Berlangsung",
    "desc": "Shown when there is a conference in currenly session."
  },
  "PARTICIPANT_AVAILABLE": {
    "str": "Tersedia",
    "desc": "A conference participant is available to speak."
  },
  "PARTICIPANT_BROADCASTING": {
    "str": "Menyiarkan",
    "desc": "A conference participant is currently broadcasting."
  },
  "AUDIO_SETTINGS": {
    "str": "Pengaturan Audio",
    "desc": "Title for dialog box to make the audio device selection."
  },
  "AUDIO_SETTINGS_DESCRIPTION": {
    "str": "Pilih perangkat audio Anda",
    "desc": "On the settings dialog box, asks the user to choose their audio devices from the given choices."
  },
  "TEST_SPEAKERS": {
    "str": "TES SPEAKER",
    "desc": "Button to allow the user to test their speakers with current audio settings."
  },
  "AUDIO_LEVELS": {
    "str": "Tingkat Audio",
    "desc": "Label for Audio Levels"
  },
  "MICROPHONE_DEVICE": {
    "str": "Mikrofon",
    "desc": "Label for the microphone device selection."
  },
  "SPEAKERS_DEVICE": {
    "str": "Speaker",
    "desc": "Label for the speakers device selection."
  },
  "NETWORK_ERROR_DETECTED": {
    "str": "Kesalahan Jaringan Terdeteksi",
    "desc": "Notify the user a network error has occurred."
  },
  "CHECK_NETWORK": {
    "str": "Periksa koneksi internet Anda, dan pastikan Anda berada di jaringan internet yang sama dengan perangkat guru dan coba lagi.",
    "desc": "Ask the user to check their network settings."
  },
  "RETRY_CONNECTION": {
    "str": "Coba Kembali",
    "desc": "Ask the user to retry their network connection."
  },
  "CONNECTING": {
    "str": "Menyambungkan...",
    "desc": "Tell the user the network is currently trying to connect."
  },
  "LSA_CONNECTIVITY_STATUS": {
    "str": "Status LanSchool Air",
    "desc": "Title for the dialog box displaying the current state of connectivity."
  },
  "CONNECTED": {
    "str": "Terhubung",
    "desc": "Tell the user the network is currently connected."
  },
  "NOT_CONNECTED": {
    "str": "Tidak terhubung",
    "desc": "Tell the user the network is currently not connected."
  },
  "LEARN_MORE": {
    "str": "Belajarlah lagi",
    "desc": "Clickable link to a webpage for additional information"
  },
  "DOWNLOAD_LOGS": {
    "str": "Unduh log",
    "desc": "Button label for the user to download debug logs to the local filesystem."
  },
  "LOG_SAVE_SUCCESS": {
    "str": "Log berhasil disimpan",
    "desc": "Tell the user the log saved successfully."
  },
  "LOG_SAVE_ERROR": {
    "str": "Log gagal disimpan: {{ errorString }}",
    "desc": "Tell the user the log save failed and why."
  }
}
