Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/revoltchat/rvmob
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Nov 28, 2023
2 parents 1e79712 + 764f8c3 commit 50ecc8e
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion i18n/strings/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"actions": {
"delete": "Hapus",
"cancel": "Batal"
"cancel": "Batal",
"close": "Tutup",
"back": "Kembali"
},
"loading": {
"generic": "Memuat…"
Expand All @@ -32,6 +34,35 @@
"ui": {
"theme": "Tema"
}
},
"servers": {
"settings": {
"overview": {
"title": "Ikhtisar",
"description": "Deskripsi server",
"description_placeholder": "Tambah deskripsi…",
"set_description": "Atur deskripsi",
"name": "Nama server",
"system_messages": "Pesan sistem",
"errors": {
"empty_server_name": "Nama server tidak boleh kosong!"
}
},
"general": "Umum",
"delete_server": "Hapus Server",
"channels": {
"title": "Saluran"
},
"roles": {
"colour": "Warna"
},
"emoji": {
"title": "Emoji"
},
"members": {
"title": "Anggota"
}
}
}
}
}

0 comments on commit 50ecc8e

Please sign in to comment.