Skip to content

Commit

Permalink
Create Indonesian Language Support (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
teguh02 authored Aug 26, 2024
1 parent d47d0f8 commit 152de39
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/id/themes.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'themes' => 'Tema',
'primary_color' => 'Warna Utama',
'select_base_color' => 'Pilih warna dasar untuk tema Anda.',
'custom' => 'Kustom.',
'no_changing_primary_color' => 'Tema ini tidak mendukung perubahan warna utama.',
'support_changing_primary_color' => 'Tema ini mendukung perubahan warna utama.',
'select_interface' => 'Pilih tampilan antarmuka yang Anda inginkan.',
'select' => 'Pilih',
'light' => 'Terang',
'dark' => 'Gelap',
'active' => 'Aktif',
'primary_color_set' => 'Warna utama tema diatur ke',
'theme_set_to' => 'Tema diatur ke',
'appearance' => 'Penampilan',
'no_light_mode' => 'Tema ini tidak mendukung mode terang.',
'no_dark_mode' => 'Tema ini tidak mendukung mode gelap.',
'support_light_mode' => 'Tema ini mendukung mode terang.',
'support_dark_mode' => 'Tema ini mendukung mode gelap.',
'theme_active' => 'Tema ini sedang aktif.',
];

0 comments on commit 152de39

Please sign in to comment.