File tree Expand file tree Collapse file tree 9 files changed +52
-10
lines changed
packages/Webkul/Admin/src/Resources Expand file tree Collapse file tree 9 files changed +52
-10
lines changed Original file line number Diff line number Diff line change 415
415
'warning ' => 'تحذير ' ,
416
416
'info ' => 'معلومات ' ,
417
417
],
418
+
419
+ 'tiny-mce ' => [
420
+ 'http-error ' => 'خطأ في HTTP ' ,
421
+ 'invalid-json ' => 'استجابة JSON غير صالحة من الخادم. ' ,
422
+ 'upload-failed ' => 'فشل تحميل الملف. يرجى المحاولة مرة أخرى. ' ,
423
+ ],
418
424
],
419
425
420
426
'quotes ' => [
2017
2023
'title ' => 'حول الفرصة ' ,
2018
2024
],
2019
2025
2020
- 'quotes ' => [
2026
+ 'quotes ' => [
2021
2027
'subject ' => 'الموضوع ' ,
2022
2028
'expired-at ' => 'تنتهي في ' ,
2023
2029
'sub-total ' => 'المجموع الفرعي ' ,
Original file line number Diff line number Diff line change 417
417
'warning ' => 'Warning ' ,
418
418
'info ' => 'Info ' ,
419
419
],
420
+
421
+ 'tiny-mce ' => [
422
+ 'http-error ' => 'HTTP Error ' ,
423
+ 'invalid-json ' => 'Invalid JSON response from the server. ' ,
424
+ 'upload-failed ' => 'File upload failed. Please try again. ' ,
425
+ ],
420
426
],
421
427
422
428
'quotes ' => [
Original file line number Diff line number Diff line change 419
419
'warning ' => 'Advertencia ' ,
420
420
'info ' => 'Información ' ,
421
421
],
422
+
423
+ 'tiny-mce ' => [
424
+ 'http-error ' => 'Error HTTP ' ,
425
+ 'invalid-json ' => 'Respuesta JSON no válida del servidor. ' ,
426
+ 'upload-failed ' => 'Error al subir el archivo. Por favor, inténtelo de nuevo. ' ,
427
+ ],
422
428
],
423
429
424
430
'quotes ' => [
2020
2026
'title ' => 'Sobre el Lead ' ,
2021
2027
],
2022
2028
2023
- 'quotes ' => [
2029
+ 'quotes ' => [
2024
2030
'subject ' => 'Asunto ' ,
2025
2031
'expired-at ' => 'Expirado En ' ,
2026
2032
'sub-total ' => 'Subtotal ' ,
Original file line number Diff line number Diff line change 419
419
'warning ' => 'هشدار ' ,
420
420
'info ' => 'اطلاعات ' ,
421
421
],
422
+
423
+ 'tiny-mce ' => [
424
+ 'http-error ' => 'خطای HTTP ' ,
425
+ 'invalid-json ' => 'پاسخ JSON نامعتبر از سرور. ' ,
426
+ 'upload-failed ' => 'آپلود فایل ناموفق بود. لطفاً دوباره تلاش کنید. ' ,
427
+ ],
422
428
],
423
429
424
430
'quotes ' => [
2021
2027
'title ' => 'درباره سرنخ ' ,
2022
2028
],
2023
2029
2024
- 'quotes ' => [
2030
+ 'quotes ' => [
2025
2031
'subject ' => 'موضوع ' ,
2026
2032
'expired-at ' => 'تاریخ انقضا ' ,
2027
2033
'sub-total ' => 'جمع جزئی ' ,
Original file line number Diff line number Diff line change 413
413
'warning ' => 'Aviso ' ,
414
414
'info ' => 'Informação ' ,
415
415
],
416
+
417
+ 'tiny-mce ' => [
418
+ 'http-error ' => 'Erro HTTP ' ,
419
+ 'invalid-json ' => 'Resposta JSON inválida do servidor. ' ,
420
+ 'upload-failed ' => 'Falha no upload do arquivo. Por favor, tente novamente. ' ,
421
+ ],
416
422
],
417
423
418
424
'quotes ' => [
1906
1912
'title ' => 'Sobre o Negócio ' ,
1907
1913
],
1908
1914
1909
- 'quotes ' => [
1915
+ 'quotes ' => [
1910
1916
'subject ' => 'Assunto ' ,
1911
1917
'expired-at ' => 'Expirado em ' ,
1912
1918
'sub-total ' => 'Subtotal ' ,
Original file line number Diff line number Diff line change 419
419
'warning ' => 'Uyarı ' ,
420
420
'info ' => 'Bilgi ' ,
421
421
],
422
+
423
+ 'tiny-mce ' => [
424
+ 'http-error ' => 'HTTP Hatası ' ,
425
+ 'invalid-json ' => 'Sunucudan geçersiz JSON yanıtı. ' ,
426
+ 'upload-failed ' => 'Dosya yüklemesi başarısız oldu. Lütfen tekrar deneyin. ' ,
427
+ ],
422
428
],
423
429
424
430
'quotes ' => [
Original file line number Diff line number Diff line change 416
416
'warning ' => 'Cảnh báo ' ,
417
417
'info ' => 'Thông tin ' ,
418
418
],
419
+
420
+ 'tiny-mce ' => [
421
+ 'http-error ' => 'Lỗi HTTP ' ,
422
+ 'invalid-json ' => 'Phản hồi JSON không hợp lệ từ máy chủ. ' ,
423
+ 'upload-failed ' => 'Tải tệp lên không thành công. Vui lòng thử lại. ' ,
424
+ ],
419
425
],
420
426
421
427
'quotes ' => [
1914
1920
'title ' => 'Về Khách Hàng Tiềm Năng ' ,
1915
1921
],
1916
1922
1917
- 'quotes ' => [
1923
+ 'quotes ' => [
1918
1924
'subject ' => 'Chủ Đề ' ,
1919
1925
'expired-at ' => 'Hết Hạn Vào ' ,
1920
1926
'sub-total ' => 'Tạm Tính ' ,
Original file line number Diff line number Diff line change 135
135
let json;
136
136
137
137
if (xhr .status === 403 ) {
138
- reject (" @lang (' admin::app.error.tinymce .http-error' )" , {
138
+ reject (" @lang (' admin::app.components.tiny-mce .http-error' )" , {
139
139
remove: true
140
140
});
141
141
142
142
return ;
143
143
}
144
144
145
145
if (xhr .status < 200 || xhr .status >= 300 ) {
146
- reject (" @lang (' admin::app.error.tinymce .http-error' )" );
146
+ reject (" @lang (' admin::app.components.tiny-mce .http-error' )" );
147
147
148
148
return ;
149
149
}
150
150
151
151
json = JSON .parse (xhr .responseText );
152
152
153
153
if (! json || typeof json .location != ' string' ) {
154
- reject (" @lang (' admin::app.error.tinymce .invalid-json' )" + xhr .responseText );
154
+ reject (" @lang (' admin::app.components.tiny-mce .invalid-json' )" + xhr .responseText );
155
155
156
156
return ;
157
157
}
158
158
159
159
resolve (json .location );
160
160
};
161
161
162
- xhr .onerror = (()=> reject (" @lang (' admin::app.error.tinymce .upload-failed' )" ));
162
+ xhr .onerror = (()=> reject (" @lang (' admin::app.components.tiny-mce .upload-failed' )" ));
163
163
164
164
formData = new FormData ();
165
165
formData .append (' _token' , config .csrfToken );
You can’t perform that action at this time.
0 commit comments