fix: custom logos

This commit is contained in:
jialin
2026-04-27 21:10:34 +08:00
committed by jialin
parent 519020077a
commit e4992e8313
20 changed files with 12081 additions and 3320 deletions
+5 -1
View File
@@ -279,5 +279,9 @@ export default {
'common.status.enabled': 'Etkin',
'common.status.disabled': 'Devre dışı',
'common.button.duplicate': 'Çoğalt',
'common.option.other': 'Diğer'
'common.option.other': 'Diğer',
'common.file.size.limit': 'File size must not exceed {size}.',
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
'common.image.limit.width': 'Image width must be {width}.',
'common.image.limit.height': 'Image height must be {height}.'
};