augmenttoolkit / shared /src /i18n /id /trips.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
654 Bytes
import type { TranslationStrings } from '../types';
const trips: TranslationStrings = {
'trips.memberRemoved': '{username} dihapus',
'trips.memberRemoveError': 'Gagal menghapus',
'trips.memberAdded': '{username} ditambahkan',
'trips.memberAddError': 'Gagal menambahkan',
'trips.reminder': 'Pengingat',
'trips.reminderNone': 'Tidak ada',
'trips.reminderDay': 'hari',
'trips.reminderDays': 'hari',
'trips.reminderCustom': 'Kustom',
'trips.reminderDaysBefore': 'hari sebelum keberangkatan',
'trips.reminderDisabledHint':
'Pengingat perjalanan dinonaktifkan. Aktifkan di Admin > Pengaturan > Notifikasi.',
};
export default trips;