17 lines
469 B
JavaScript
17 lines
469 B
JavaScript
export default {
|
|
select_lib: 'Select an image library',
|
|
show_list: 'Show library list',
|
|
import_single: 'Import single',
|
|
import_multi: 'Import multiple',
|
|
open: 'Open as new document',
|
|
buttons: [
|
|
{
|
|
title: '图像库'
|
|
}
|
|
],
|
|
imgLibs_0_name: 'Demo library (local)',
|
|
imgLibs_0_description: 'Demonstration library for SVG-edit on this server',
|
|
imgLibs_1_name: 'IAN Symbol Libraries',
|
|
imgLibs_1_description: 'Free library of illustrations'
|
|
}
|