fix: custom logos
This commit is contained in:
@@ -276,5 +276,9 @@ export default {
|
||||
'common.status.enabled': 'Enabled',
|
||||
'common.status.disabled': 'Disabled',
|
||||
'common.button.duplicate': 'Duplicate',
|
||||
'common.option.other': 'Other'
|
||||
'common.option.other': 'Other',
|
||||
'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}.'
|
||||
};
|
||||
|
||||
@@ -276,7 +276,11 @@ export default {
|
||||
'common.status.enabled': 'Enabled',
|
||||
'common.status.disabled': 'Disabled',
|
||||
'common.button.duplicate': 'Duplicate',
|
||||
'common.option.other': 'Other'
|
||||
'common.option.other': 'Other',
|
||||
'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}.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -275,7 +275,11 @@ export default {
|
||||
'common.status.enabled': 'Enabled',
|
||||
'common.status.disabled': 'Disabled',
|
||||
'common.button.duplicate': 'Duplicate',
|
||||
'common.option.other': 'Другое'
|
||||
'common.option.other': 'Другое',
|
||||
'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}.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -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}.'
|
||||
};
|
||||
|
||||
@@ -268,5 +268,9 @@ export default {
|
||||
'common.status.enabled': '已启用',
|
||||
'common.status.disabled': '未启用',
|
||||
'common.button.duplicate': '复制',
|
||||
'common.option.other': '其它'
|
||||
'common.option.other': '其它',
|
||||
'common.file.size.limit': '文件大小不超过{size}。',
|
||||
'common.file.format.limit': '文件格式不正确,仅支持{formats}。',
|
||||
'common.image.limit.width': '图片宽度须为{width}。',
|
||||
'common.image.limit.height': '图片高度须为{height}。'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user