Updating background progressing string for i18n
This commit is contained in:
@@ -1687,9 +1687,9 @@ window.initUploadForm = (selector) => {
|
|||||||
successCount++;
|
successCount++;
|
||||||
lastData = res;
|
lastData = res;
|
||||||
if (res.pending) {
|
if (res.pending) {
|
||||||
// Background URL download — show toast using server's message
|
// Background URL download — show i18n toast
|
||||||
if (typeof window.flashMessage === 'function') {
|
if (typeof window.flashMessage === 'function') {
|
||||||
window.flashMessage(res.msg, 4000, 'info');
|
window.flashMessage(window.f0ckI18n?.upload_url_queued_background || res.msg, 4000, 'info');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (res.itemid) {
|
if (res.itemid) {
|
||||||
|
|||||||
@@ -67,7 +67,8 @@
|
|||||||
"item_comment_placeholder": "Kommentar (optional)...",
|
"item_comment_placeholder": "Kommentar (optional)...",
|
||||||
"item_tags_placeholder": "Tags...",
|
"item_tags_placeholder": "Tags...",
|
||||||
"btn_add_urls": "URL(s) hinzufügen",
|
"btn_add_urls": "URL(s) hinzufügen",
|
||||||
"tags_required_shitpost": "Alle Beiträge benötigen Tags"
|
"tags_required_shitpost": "Alle Beiträge benötigen Tags",
|
||||||
|
"url_queued_background": "URL Verarbeitung im Hintergrund gestartet."
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"registering": "Wird registriert...",
|
"registering": "Wird registriert...",
|
||||||
|
|||||||
@@ -68,7 +68,8 @@
|
|||||||
"item_comment_placeholder": "Comment (optional)...",
|
"item_comment_placeholder": "Comment (optional)...",
|
||||||
"item_tags_placeholder": "Tags...",
|
"item_tags_placeholder": "Tags...",
|
||||||
"btn_add_urls": "Add URL(s)",
|
"btn_add_urls": "Add URL(s)",
|
||||||
"tags_required_shitpost": "All items need tags"
|
"tags_required_shitpost": "All items need tags",
|
||||||
|
"url_queued_background": "URL processing started in background."
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"registering": "Registering...",
|
"registering": "Registering...",
|
||||||
|
|||||||
@@ -67,7 +67,8 @@
|
|||||||
"item_comment_placeholder": "Opmerking (optioneel)...",
|
"item_comment_placeholder": "Opmerking (optioneel)...",
|
||||||
"item_tags_placeholder": "Etiketten...",
|
"item_tags_placeholder": "Etiketten...",
|
||||||
"btn_add_urls": "URL(s) toevoegen",
|
"btn_add_urls": "URL(s) toevoegen",
|
||||||
"tags_required_shitpost": "Alle items hebben tags nodig"
|
"tags_required_shitpost": "Alle items hebben tags nodig",
|
||||||
|
"url_queued_background": "URL wordt op de achtergrond verwerkt."
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"registering": "Registreren...",
|
"registering": "Registreren...",
|
||||||
|
|||||||
@@ -65,7 +65,10 @@
|
|||||||
"shitpost_success": "{n} Fetzen erfolgreich gepfeffert!",
|
"shitpost_success": "{n} Fetzen erfolgreich gepfeffert!",
|
||||||
"shitposting_status": "Wird gepfeffert",
|
"shitposting_status": "Wird gepfeffert",
|
||||||
"item_comment_placeholder": "Senf dazugeben (optional)...",
|
"item_comment_placeholder": "Senf dazugeben (optional)...",
|
||||||
"item_tags_placeholder": "Etiketten..."
|
"item_tags_placeholder": "Etiketten...",
|
||||||
|
"btn_add_urls": "Elfe hinzufügen",
|
||||||
|
"tags_required_shitpost": "Alle Fetzen brauchen Etiketten",
|
||||||
|
"url_queued_background": "Elfen-Hintergrundverarbeitung gestartet."
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"registering": "Registrierung wird in die Wege geleitet...",
|
"registering": "Registrierung wird in die Wege geleitet...",
|
||||||
|
|||||||
Reference in New Issue
Block a user