| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
 | | { |  |   "templates": "Modelos", |  |   "elements": "Elementos", |  |   "background": "Fundo", |  |   "size": "Tamanho", |  |   "width": "Largura", |  |   "height": "Altura", |  |   "grid": "Grid", |  |   "common_elements": "Elementos comuns", |  |   "draw_elements": "Elementos arrastre", |  |   "color_macthing": "Seleção de cor", |  |   "background_texture": "Textura de fundo", |  |   "picture": "Imagem", |  |   "everything_is_fine": "Está tudo bem", |  |   "everything_goes_well": "Tudo vai bem", |  |   "cartoon": "Cartoon", |  |   "default_size": "Tamanho padrão", |  |   "preview": "Antevisão", |  |   "empty": "Vazio", |  |   "keep": "Salvar", |  |   "copy_to_clipboard": "Copiar para a área de transferência", |  |   "save_as_picture": "Salvar como imagem", |  |   "save_as_svg": "Salvar como SVG", |  |   "save_as_json": "Salvar como JSON", |  |   "layers": "Camadas", |  |   "title_template": "Sem título", |  |   "insert_svg": "Inserir SVG", |  |   "select_svg": "Selecionar arquivo SVG", |  |   "please_choose": "Por favor, escolha", |  |   "string": "String", |  |   "file": "Arquivo", |  |   "import_files": "Importar arquivos", |  |   "select_json": "Selecione o arquivo JSON", |  |   "insert": "Inserir", |  |   "insert_picture": "Inserir imagem", |  |   "select_image": "Selecionar arquivo de imagem", |  |   "insertFile": { |  |     "remarks": "插入文件", |  |     "insert": "insert", |  |     "insert_picture": "Insert picture", |  |     "insert_SVG": "Insert SVG", |  |     "insert_SVGStr": "Insert SVG String", |  |     "insert_SVGStr_placeholder": "Please enter SVG String", |  |     "modal_tittle": "Please enter" |  |   }, |  |   "waterMark": { |  |     "text": "WaterMark", |  |     "modalTitle": "WaterMark Setting", |  |     "setting": { |  |         "name": "Mark Name", |  |         "size": "MarK Size", |  |         "angle": "Mark Angle", |  |         "position": { |  |             "label": "Mark Position", |  |             "lt": "Left Top", |  |             "rt": "Right Top", |  |             "lb": "Left Bottom", |  |             "rb": "Right Bottom", |  |             "full": "Full" |  |         } |  |     } |  |   }, |  |   "upload_background": "Carregar plano de fundo", |  |   "mouseMenu": { |  |     "layer": "Gestão de camadas", |  |     "copy": "Copiar", |  |     "delete": "Eliminar", |  |     "group": "combinación", |  |     "unGroup": "divida", |  |     "up": "up", |  |     "down": "down", |  |     "upTop": "Traer al frente", |  |     "downTop": "Enviar a volver", |  |     "center": "centro" |  |   }, |  |   "alert": { |  |     "loading_fonts": "Carregando fontes, aguarde...", |  |     "loading_fonts_failed": "Falha ao carregar as fontes, tente novamente", |  |     "loading_fonts_success": "O tipo de letra foi carregado com sucesso!", |  |     "loading_data": "Carregando dados...", |  |     "select_image": "Por favor, selecione uma imagem de plano de fundo", |  |     "select_file": "Selecione um arquivo", |  |     "copied_sucessful": "A cópia foi bem sucedida", |  |     "fail_copy": "a cópia falhou" |  |   }, |  |   "fruits": "Frutas de desenhos animados", |  |   "sports": "Esportes", |  |   "seasons": "Outono", |  |   "eletronics": "Computador", |  |   "clothes": "Roupas", |  |   "flags": "Bandeiras", |  |   "threes": "Árvores", |  |   "food": "Comida", |  |   "medals": "Medalhas", |  |   "business": "Negócios", |  |   "activity": "Atividade", |  |   "vintage": "vintage", |  |   "animals": "animais", |  |   "hand_painted": "pintado à mão", |  |   "scenary_x": "Cena {number}", |  |   "color": "Cor", |  |   "red_book_vertical": "Red Book - V", |  |   "red_book_horizontal": "Red Book - H", |  |   "phone_wallpaper": "Phone Wallpaper", |  |   "attributes": { |  |     "id": "ID", |  |     "font": "Fonte", |  |     "align": "Alinhamento", |  |     "bold": "Negrito:", |  |     "italic": "Italico:", |  |     "underline": "Underline:", |  |     "stroke": "Stroke:", |  |     "swipe_up": "Swipe UP:", |  |     "line_height": "Line height", |  |     "char_spacing": "Espaço Char.", |  |     "exterior": "Exterior", |  |     "angle": "Ângulo", |  |     "left": "Esq", |  |     "top": "Topo", |  |     "opacity": "Transparência", |  |     "shadow": "Sombra", |  |     "blur": "Blur", |  |     "offset_x": "X", |  |     "offset_y": "Y", |  |     "rx_ry": "Rounded", |  |     "picture_filter": "Filtro" |  |   } |  | } | 
 |