Files
AlgerMusicPlayer/src/i18n/lang/en-US/donation.ts
T

10 lines
381 B
TypeScript
Raw Normal View History

2025-02-19 01:01:43 +08:00
export default {
description:
'Your donation will be used to support development and maintenance work, including but not limited to server maintenance, domain name renewal, etc.',
message: 'You can leave your email or github name when leaving a message.',
2025-03-08 23:22:56 +08:00
refresh: 'Refresh List',
2025-05-07 00:15:45 +08:00
toDonateList: 'Buy me a coffee',
title: 'Donation List',
noMessage: 'No Message'
2025-02-19 01:01:43 +08:00
};