Spaces:
Sleeping
Sleeping
Upload i18n.py
Browse files
i18n.py
ADDED
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
en = {
|
2 |
+
"title_app": "<center><h1>Universal Media Converter 🎧🎬</h1></center>",
|
3 |
+
"сonvert": "🚀 Convert",
|
4 |
+
"download_result": "Download Result",
|
5 |
+
"audio_tab": "🎶 Audio Converter",
|
6 |
+
"image_tab": "🖼️ Image Converter",
|
7 |
+
"video_tab": "🎬 Video Converter",
|
8 |
+
"audio_description": "<center>Upload one or more audio files and choose the output format. You can also merge files into a single track (optional).</center>",
|
9 |
+
"image_description": "<center>Upload one or more images and choose the output format.</center>",
|
10 |
+
"video_description": "<center>Upload a video, then choose to convert it to another video format or to extract its audio.</center>",
|
11 |
+
"label_audio_file_input": "Upload Audio Files",
|
12 |
+
"label_audio_format_choice": "Output Format",
|
13 |
+
"label_merge_files_checkbox": "Merge all files into one",
|
14 |
+
"label_gap_slider": "Gap between files (ms)",
|
15 |
+
"label_image_file_input": "Upload Image Files",
|
16 |
+
"label_image_format_choice": "Output Image Format",
|
17 |
+
"label_video_input": "Upload Video File",
|
18 |
+
"label_conversion_type_radio": "Conversion Type",
|
19 |
+
"label_video_format_dropdown": "Output Video/Audio Format",
|
20 |
+
}
|
21 |
+
|
22 |
+
ru = {
|
23 |
+
"title_app": "<center><h1>Универсальный медиаконвертер 🎧🎬</h1></center>",
|
24 |
+
"сonvert": "🚀 Конвертировать",
|
25 |
+
"download_result": "Скачать результат",
|
26 |
+
"audio_tab": "🎶 Конвертер аудио",
|
27 |
+
"image_tab": "🖼️ Конвертер изображений",
|
28 |
+
"video_tab": "🎬 Конвертер видео",
|
29 |
+
"audio_description": "<center>Загрузите один или несколько аудиофайлов и выберите выходной формат. Также можно объединить файлы в один трек (необязательно).</center>",
|
30 |
+
"image_description": "<center>Загрузите одно или несколько изображений и выберите выходной формат.</center>",
|
31 |
+
"video_description": "<center>Загрузите видео, затем выберите: конвертировать его в другой видеоформат или извлечь из него аудио.</center>",
|
32 |
+
"label_audio_file_input": "Загрузить аудиофайлы",
|
33 |
+
"label_audio_format_choice": "Выходной формат",
|
34 |
+
"label_merge_files_checkbox": "Объединить все файлы в один",
|
35 |
+
"label_gap_slider": "Интервал между файлами (ms)",
|
36 |
+
"label_image_file_input": "Загрузить изображения",
|
37 |
+
"label_image_format_choice": "Выходной формат изображения",
|
38 |
+
"label_video_input": "Загрузить видеофайл",
|
39 |
+
"label_conversion_type_radio": "Тип конвертации",
|
40 |
+
"label_video_format_dropdown": "Выходной формат видео/аудио",
|
41 |
+
}
|
42 |
+
|
43 |
+
es = {
|
44 |
+
"title_app": "<center><h1>Convertidor multimedia universal 🎧🎬</h1></center>",
|
45 |
+
"сonvert": "🚀 Convertir",
|
46 |
+
"download_result": "Descargar resultado",
|
47 |
+
"audio_tab": "🎶 Convertidor de audio",
|
48 |
+
"image_tab": "🖼️ Convertidor de imágenes",
|
49 |
+
"video_tab": "🎬 Convertidor de vídeo",
|
50 |
+
"audio_description": "<center>Cargue uno o varios archivos de audio y elija el formato de salida. También puede unir los archivos en una sola pista (opcional).</center>",
|
51 |
+
"image_description": "<center>Cargue una o varias imágenes y elija el formato de salida.</center>",
|
52 |
+
"video_description": "<center>Cargue un vídeo y elija convertirlo a otro formato de vídeo o extraer su audio.</center>",
|
53 |
+
"label_audio_file_input": "Subir archivos de audio",
|
54 |
+
"label_audio_format_choice": "Formato de salida",
|
55 |
+
"label_merge_files_checkbox": "Unir todos los archivos en uno",
|
56 |
+
"label_gap_slider": "Intervalo entre archivos (ms)",
|
57 |
+
"label_image_file_input": "Subir archivos de imagen",
|
58 |
+
"label_image_format_choice": "Formato de imagen de salida",
|
59 |
+
"label_video_input": "Subir archivo de vídeo",
|
60 |
+
"label_conversion_type_radio": "Tipo de conversión",
|
61 |
+
"label_video_format_dropdown": "Formato de salida de vídeo/audio",
|
62 |
+
}
|
63 |
+
|
64 |
+
fr = {
|
65 |
+
"title_app": "<center><h1>Convertisseur multimédia universel 🎧🎬</h1></center>",
|
66 |
+
"сonvert": "🚀 Convertir",
|
67 |
+
"download_result": "Télécharger le résultat",
|
68 |
+
"audio_tab": "🎶 Convertisseur audio",
|
69 |
+
"image_tab": "🖼️ Convertisseur d’images",
|
70 |
+
"video_tab": "🎬 Convertisseur vidéo",
|
71 |
+
"audio_description": "<center>Téléversez un ou plusieurs fichiers audio et choisissez le format de sortie. Vous pouvez aussi fusionner les fichiers en une seule piste (optionnel).</center>",
|
72 |
+
"image_description": "<center>Téléversez une ou plusieurs images et choisissez le format de sortie.</center>",
|
73 |
+
"video_description": "<center>Téléversez une vidéo, puis choisissez de la convertir vers un autre format vidéo ou d’en extraire l’audio.</center>",
|
74 |
+
"label_audio_file_input": "Téléverser des fichiers audio",
|
75 |
+
"label_audio_format_choice": "Format de sortie",
|
76 |
+
"label_merge_files_checkbox": "Fusionner tous les fichiers en un seul",
|
77 |
+
"label_gap_slider": "Intervalle entre les fichiers (ms)",
|
78 |
+
"label_image_file_input": "Téléverser des fichiers image",
|
79 |
+
"label_image_format_choice": "Format d’image de sortie",
|
80 |
+
"label_video_input": "Téléverser un fichier vidéo",
|
81 |
+
"label_conversion_type_radio": "Type de conversion",
|
82 |
+
"label_video_format_dropdown": "Format vidéo/audio de sortie",
|
83 |
+
}
|
84 |
+
|
85 |
+
de = {
|
86 |
+
"title_app": "<center><h1>Universeller Medienkonverter 🎧🎬</h1></center>",
|
87 |
+
"сonvert": "🚀 Konvertieren",
|
88 |
+
"download_result": "Ergebnis herunterladen",
|
89 |
+
"audio_tab": "🎶 Audio-Konverter",
|
90 |
+
"image_tab": "🖼️ Bild-Konverter",
|
91 |
+
"video_tab": "🎬 Video-Konverter",
|
92 |
+
"audio_description": "<center>Laden Sie eine oder mehrere Audiodateien hoch und wählen Sie das Ausgabeformat. Optional können Sie die Dateien zu einer einzelnen Spur zusammenführen.</center>",
|
93 |
+
"image_description": "<center>Laden Sie ein oder mehrere Bilder hoch und wählen Sie das Ausgabeformat.</center>",
|
94 |
+
"video_description": "<center>Laden Sie ein Video hoch und wählen Sie, ob Sie es in ein anderes Videoformat konvertieren oder das Audio extrahieren möchten.</center>",
|
95 |
+
"label_audio_file_input": "Audiodateien hochladen",
|
96 |
+
"label_audio_format_choice": "Ausgabeformat",
|
97 |
+
"label_merge_files_checkbox": "Alle Dateien zu einer zusammenführen",
|
98 |
+
"label_gap_slider": "Abstand zwischen Dateien (ms)",
|
99 |
+
"label_image_file_input": "Bilddateien hochladen",
|
100 |
+
"label_image_format_choice": "Ausgabeformat für Bilder",
|
101 |
+
"label_video_input": "Videodatei hochladen",
|
102 |
+
"label_conversion_type_radio": "Konvertierungstyp",
|
103 |
+
"label_video_format_dropdown": "Ausgabeformat Video/Audio",
|
104 |
+
}
|
105 |
+
|
106 |
+
pt_BR = {
|
107 |
+
"title_app": "<center><h1>Conversor de Mídia Universal 🎧🎬</h1></center>",
|
108 |
+
"сonvert": "🚀 Converter",
|
109 |
+
"download_result": "Baixar resultado",
|
110 |
+
"audio_tab": "🎶 Conversor de Áudio",
|
111 |
+
"image_tab": "🖼️ Conversor de Imagem",
|
112 |
+
"video_tab": "🎬 Conversor de Vídeo",
|
113 |
+
"audio_description": "<center>Envie um ou mais arquivos de áudio e escolha o formato de saída. Você também pode mesclar os arquivos em uma única faixa (opcional).</center>",
|
114 |
+
"image_description": "<center>Envie uma ou mais imagens e escolha o formato de saída.</center>",
|
115 |
+
"video_description": "<center>Envie um vídeo e escolha convertê-lo para outro formato de vídeo ou extrair o áudio.</center>",
|
116 |
+
"label_audio_file_input": "Enviar arquivos de áudio",
|
117 |
+
"label_audio_format_choice": "Formato de saída",
|
118 |
+
"label_merge_files_checkbox": "Unir todos os arquivos em um só",
|
119 |
+
"label_gap_slider": "Intervalo entre arquivos (ms)",
|
120 |
+
"label_image_file_input": "Enviar arquivos de imagem",
|
121 |
+
"label_image_format_choice": "Formato de imagem de saída",
|
122 |
+
"label_video_input": "Enviar arquivo de vídeo",
|
123 |
+
"label_conversion_type_radio": "Tipo de conversão",
|
124 |
+
"label_video_format_dropdown": "Formato de saída de vídeo/áudio",
|
125 |
+
}
|
126 |
+
|
127 |
+
it = {
|
128 |
+
"title_app": "<center><h1>Convertitore multimediale universale 🎧🎬</h1></center>",
|
129 |
+
"сonvert": "🚀 Converti",
|
130 |
+
"download_result": "Scarica il risultato",
|
131 |
+
"audio_tab": "🎶 Convertitore audio",
|
132 |
+
"image_tab": "🖼️ Convertitore immagini",
|
133 |
+
"video_tab": "🎬 Convertitore video",
|
134 |
+
"audio_description": "<center>Carica uno o più file audio e scegli il formato di output. Puoi anche unire i file in un'unica traccia (opzionale).</center>",
|
135 |
+
"image_description": "<center>Carica una o più immagini e scegli il formato di output.</center>",
|
136 |
+
"video_description": "<center>Carica un video, poi scegli se convertirlo in un altro formato video o estrarne l'audio.</center>",
|
137 |
+
"label_audio_file_input": "Carica file audio",
|
138 |
+
"label_audio_format_choice": "Formato di output",
|
139 |
+
"label_merge_files_checkbox": "Unisci tutti i file in uno",
|
140 |
+
"label_gap_slider": "Intervallo tra i file (ms)",
|
141 |
+
"label_image_file_input": "Carica file immagine",
|
142 |
+
"label_image_format_choice": "Formato immagine di output",
|
143 |
+
"label_video_input": "Carica file video",
|
144 |
+
"label_conversion_type_radio": "Tipo di conversione",
|
145 |
+
"label_video_format_dropdown": "Formato di output video/audio",
|
146 |
+
}
|
147 |
+
|
148 |
+
zh_CN = {
|
149 |
+
"title_app": "<center><h1>通用媒体转换器 🎧🎬</h1></center>",
|
150 |
+
"сonvert": "🚀 转换",
|
151 |
+
"download_result": "下载结果",
|
152 |
+
"audio_tab": "🎶 音频转换器",
|
153 |
+
"image_tab": "🖼️ 图片转换器",
|
154 |
+
"video_tab": "🎬 视频转换器",
|
155 |
+
"audio_description": "<center>上传一个或多个音频文件并选择输出格式。您还可以将文件合并为单个音轨(可选)。</center>",
|
156 |
+
"image_description": "<center>上传一张或多张图片并选择输出格式。</center>",
|
157 |
+
"video_description": "<center>上传一个视频,然后选择将其转换为其他视频格式或提取其音频。</center>",
|
158 |
+
"label_audio_file_input": "上传音频文件",
|
159 |
+
"label_audio_format_choice": "输出格式",
|
160 |
+
"label_merge_files_checkbox": "将所有文件合并为一个",
|
161 |
+
"label_gap_slider": "文件之间的间隔 (ms)",
|
162 |
+
"label_image_file_input": "上传图片文件",
|
163 |
+
"label_image_format_choice": "输出图片格式",
|
164 |
+
"label_video_input": "上传视频文件",
|
165 |
+
"label_conversion_type_radio": "转换类型",
|
166 |
+
"label_video_format_dropdown": "输出视频/音频格式",
|
167 |
+
}
|
168 |
+
|
169 |
+
ja = {
|
170 |
+
"title_app": "<center><h1>ユニバーサル・メディアコンバーター 🎧🎬</h1></center>",
|
171 |
+
"сonvert": "🚀 変換",
|
172 |
+
"download_result": "結果をダウンロード",
|
173 |
+
"audio_tab": "🎶 音声コンバーター",
|
174 |
+
"image_tab": "🖼️ 画像コンバーター",
|
175 |
+
"video_tab": "🎬 動画コンバーター",
|
176 |
+
"audio_description": "<center>1つ以上の音声ファイルをアップロードし、出力形式を選択してください。ファイルを1つのトラックに結合することもできます(任意)。</center>",
|
177 |
+
"image_description": "<center>1枚以上の画像をアップロードし、出力形式を選択してください。</center>",
|
178 |
+
"video_description": "<center>動画をアップロードし、別の動画形式に変換するか、音声を抽出するかを選択してください。</center>",
|
179 |
+
"label_audio_file_input": "音声ファイルをアップロード",
|
180 |
+
"label_audio_format_choice": "出力形式",
|
181 |
+
"label_merge_files_checkbox": "すべてのファイルを1つに結合",
|
182 |
+
"label_gap_slider": "ファイル間の間隔 (ms)",
|
183 |
+
"label_image_file_input": "画像ファイルをアップロード",
|
184 |
+
"label_image_format_choice": "出力画像形式",
|
185 |
+
"label_video_input": "動画ファイルをアップロード",
|
186 |
+
"label_conversion_type_radio": "変換タイプ",
|
187 |
+
"label_video_format_dropdown": "出力する動画/音声の形式",
|
188 |
+
}
|
189 |
+
|
190 |
+
ko = {
|
191 |
+
"title_app": "<center><h1>유니버설 미디어 컨버터 🎧🎬</h1></center>",
|
192 |
+
"сonvert": "🚀 변환",
|
193 |
+
"download_result": "결과 다운로드",
|
194 |
+
"audio_tab": "🎶 오디오 변환기",
|
195 |
+
"image_tab": "🖼️ 이미지 변환기",
|
196 |
+
"video_tab": "🎬 비디오 변환기",
|
197 |
+
"audio_description": "<center>하나 이상의 오디오 파일을 업로드하고 출력 형식을 선택하세요. 파일을 하나의 트랙으로 병합할 수도 있습니다(선택 사항).</center>",
|
198 |
+
"image_description": "<center>하나 이상의 이미지를 업로드하고 출력 형식을 선택하세요.</center>",
|
199 |
+
"video_description": "<center>비디오를 업로드한 뒤, 다른 비디오 형식으로 변환하거나 오디오를 추출하도록 선택하세요.</center>",
|
200 |
+
"label_audio_file_input": "오디오 파일 업로드",
|
201 |
+
"label_audio_format_choice": "출력 형식",
|
202 |
+
"label_merge_files_checkbox": "모든 파일을 하나로 병합",
|
203 |
+
"label_gap_slider": "파일 간 간격(ms)",
|
204 |
+
"label_image_file_input": "이미지 파일 업로드",
|
205 |
+
"label_image_format_choice": "출력 이미지 형식",
|
206 |
+
"label_video_input": "비디오 파일 업로드",
|
207 |
+
"label_conversion_type_radio": "변환 유형",
|
208 |
+
"label_video_format_dropdown": "출력 비디오/오디오 형식",
|
209 |
+
}
|
210 |
+
|
211 |
+
ar = {
|
212 |
+
"title_app": "<center><h1>محول الوسائط الشامل 🎧🎬</h1></center>",
|
213 |
+
"сonvert": "🚀 تحويل",
|
214 |
+
"download_result": "تنزيل النتيجة",
|
215 |
+
"audio_tab": "🎶 محول الصوت",
|
216 |
+
"image_tab": "🖼️ محول الصور",
|
217 |
+
"video_tab": "🎬 محول الفيديو",
|
218 |
+
"audio_description": "<center>ارفع ملفًا صوتيًا واحدًا أو أكثر واختر صيغة الإخراج. يمكنك أيضًا دمج الملفات في مقطع واحد (اختياري).</center>",
|
219 |
+
"image_description": "<center>ارفع صورة واحدة أو أكثر واختر صيغة الإخراج.</center>",
|
220 |
+
"video_description": "<center>ارفع فيديو ثم اختر تحويله إلى صيغة فيديو أخرى أو استخراج الصوت.</center>",
|
221 |
+
"label_audio_file_input": "رفع ملفات صوتية",
|
222 |
+
"label_audio_format_choice": "صيغة الإخراج",
|
223 |
+
"label_merge_files_checkbox": "دمج جميع الملفات في ملف واحد",
|
224 |
+
"label_gap_slider": "الفاصل بين الملفات (ms)",
|
225 |
+
"label_image_file_input": "رفع ملفات صور",
|
226 |
+
"label_image_format_choice": "صيغة إخراج الصور",
|
227 |
+
"label_video_input": "رفع ملف فيديو",
|
228 |
+
"label_conversion_type_radio": "نوع التحويل",
|
229 |
+
"label_video_format_dropdown": "صيغة إخراج الفيديو/الصوت",
|
230 |
+
}
|
231 |
+
|
232 |
+
hi = {
|
233 |
+
"title_app": "<center><h1>यूनिवर्सल मीडिया कन्वर्टर 🎧🎬</h1></center>",
|
234 |
+
"сonvert": "🚀 कन्वर्ट करें",
|
235 |
+
"download_result": "परिणाम डाउनलोड करें",
|
236 |
+
"audio_tab": "🎶 ऑडियो कन्वर्टर",
|
237 |
+
"image_tab": "🖼️ इमेज कन्वर्टर",
|
238 |
+
"video_tab": "🎬 वीडियो कन्वर्टर",
|
239 |
+
"audio_description": "<center>एक या अधिक ऑडियो फ़ाइलें अपलोड करें और आउटपुट फ़ॉर्मेट चुनें। आप फ़ाइलों को एक ही ट्रैक में मर्ज भी कर सकते हैं (वैकल्पिक)।</center>",
|
240 |
+
"image_description": "<center>एक या अधिक इमेज अपलोड करें और आउटपुट फ़ॉर्मेट चुनें।</center>",
|
241 |
+
"video_description": "<center>एक वीडियो अपलोड करें, फिर इसे किसी अन्य वीडियो फ़ॉर्मेट में कन्वर्ट करना या उसका ऑडियो निकालना चुनें।</center>",
|
242 |
+
"label_audio_file_input": "ऑडियो फ़ाइलें अपलोड करें",
|
243 |
+
"label_audio_format_choice": "आउटपुट फ़ॉर्मेट",
|
244 |
+
"label_merge_files_checkbox": "सभी फ़ाइलों को एक में मर्ज करें",
|
245 |
+
"label_gap_slider": "फ़ाइलों के बीच का अंतराल (ms)",
|
246 |
+
"label_image_file_input": "इमेज फ़ाइलें अपलोड करें",
|
247 |
+
"label_image_format_choice": "आउटपुट इमेज फ़ॉर्मेट",
|
248 |
+
"label_video_input": "वीडियो फ़ाइल अपलोड करें",
|
249 |
+
"label_conversion_type_radio": "कन्वर्ज़न प्रकार",
|
250 |
+
"label_video_format_dropdown": "आउटपुट वीडियो/ऑडियो फ़ॉर्मेट",
|
251 |
+
}
|
252 |
+
|
253 |
+
tr = {
|
254 |
+
"title_app": "<center><h1>Evrensel Medya Dönüştürücü 🎧🎬</h1></center>",
|
255 |
+
"сonvert": "🚀 Dönüştür",
|
256 |
+
"download_result": "Sonucu indir",
|
257 |
+
"audio_tab": "🎶 Ses Dönüştürücü",
|
258 |
+
"image_tab": "🖼️ Görüntü Dönüştürücü",
|
259 |
+
"video_tab": "🎬 Video Dönüştürücü",
|
260 |
+
"audio_description": "<center>Bir veya daha fazla ses dosyası yükleyin ve çıktı biçimini seçin. Dosyaları tek bir parçada birleştirme seçeneği de mevcuttur.</center>",
|
261 |
+
"image_description": "<center>Bir veya daha fazla görsel yükleyin ve çıktı biçimini seçin.</center>",
|
262 |
+
"video_description": "<center>Bir video yükleyin; ardından başka bir video biçimine dönüştürmeyi veya sesini çıkarmayı seçin.</center>",
|
263 |
+
"label_audio_file_input": "Ses dosyaları yükle",
|
264 |
+
"label_audio_format_choice": "Çıktı biçimi",
|
265 |
+
"label_merge_files_checkbox": "Tüm dosyaları tek bir dosyada birleştir",
|
266 |
+
"label_gap_slider": "Dosyalar arası boşluk (ms)",
|
267 |
+
"label_image_file_input": "Görüntü dosyaları yükle",
|
268 |
+
"label_image_format_choice": "Çıktı görüntü biçimi",
|
269 |
+
"label_video_input": "Video dosyası yükle",
|
270 |
+
"label_conversion_type_radio": "Dönüştürme türü",
|
271 |
+
"label_video_format_dropdown": "Çıktı video/ses biçimi",
|
272 |
+
}
|