mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-14 08:28:23 +02:00
Latest translations and fallbacks
This commit is contained in:
@@ -83,11 +83,11 @@
|
||||
"back-to-dashboard": "Назад към таблото",
|
||||
"details.no-users": "В избрания период не са се регистрирали нови потребители",
|
||||
"details.no-topics": "В избрания период не са публикувани нови теми",
|
||||
"details.no-searches": "No searches have been made within the selected timeframe",
|
||||
"details.no-searches": "В избрания период не са правени търсения",
|
||||
"details.no-logins": "В избрания период не са отчетени вписвания",
|
||||
"details.logins-static": "NodeBB запазва данни за сесията в продължение на %1 дни, така че в следната таблица могат да се видят само последните активни сесии",
|
||||
"details.logins-login-time": "Време на вписване",
|
||||
"start": "Start",
|
||||
"end": "End",
|
||||
"filter": "Filter"
|
||||
"start": "Начало",
|
||||
"end": "Край",
|
||||
"filter": "Филтриране"
|
||||
}
|
||||
|
||||
@@ -83,11 +83,11 @@
|
||||
"back-to-dashboard": "Torna alla dashboard",
|
||||
"details.no-users": "Nessun utente si è iscritto nell'arco di tempo selezionato",
|
||||
"details.no-topics": "Nessuna discussione è stata postata nell'arco di tempo selezionato",
|
||||
"details.no-searches": "No searches have been made within the selected timeframe",
|
||||
"details.no-searches": "Non sono state effettuate ricerche nell'arco di tempo selezionato.",
|
||||
"details.no-logins": "Non sono stati registrati accessi nell'arco di tempo selezionato",
|
||||
"details.logins-static": "NodeBB salva solo i dati di sessione per %1 giorni, quindi la tabella qui sotto mostrerà solo le sessioni attive più recenti",
|
||||
"details.logins-login-time": "Tempo di accesso",
|
||||
"start": "Start",
|
||||
"end": "End",
|
||||
"filter": "Filter"
|
||||
"start": "Inizio",
|
||||
"end": "Fine",
|
||||
"filter": "Filtro"
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"no-user": "L'Utente non esiste",
|
||||
"no-teaser": "Teaser non esiste",
|
||||
"no-flag": "Segnalazione non esiste",
|
||||
"no-chat-room": "Chat room does not exist",
|
||||
"no-chat-room": "La stanza chat non esiste",
|
||||
"no-privileges": "Non hai abbastanza privilegi per questa azione.",
|
||||
"category-disabled": "Categoria disabilitata",
|
||||
"topic-locked": "Discussione Bloccata",
|
||||
@@ -157,9 +157,9 @@
|
||||
"chat-deleted-already": "Il messaggio è già stato eliminato.",
|
||||
"chat-restored-already": "Questo messaggio della chat è già stato ripristinato.",
|
||||
"chat-room-does-not-exist": "La stanza chat non esiste.",
|
||||
"cant-add-users-to-chat-room": "Can't add users to chat room.",
|
||||
"cant-remove-users-from-chat-room": "Can't remove users from chat room.",
|
||||
"chat-room-name-too-long": "Chat room name too long.",
|
||||
"cant-add-users-to-chat-room": "Impossibile aggiungere utenti alla stanza chat.",
|
||||
"cant-remove-users-from-chat-room": "Impossibile rimuovere gli utenti dalla stanza chat.",
|
||||
"chat-room-name-too-long": "Nome della stanza chat troppo lungo.",
|
||||
"already-voting-for-this-post": "Hai già votato per questo post",
|
||||
"reputation-system-disabled": "Il sistema di reputazione è disabilitato.",
|
||||
"downvoting-disabled": "Votata negativamente è disabilitato",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
|
||||
{
|
||||
"post-queue": "Coda post",
|
||||
"no-queued-posts": "There are no posts in the post queue.",
|
||||
"no-single-post": "The topic or post you are looking for is no longer in the queue. It has likely been approved or deleted already.",
|
||||
"enabling-help": "To enable this feature, go to <a href=\"%1\">Settings → Post → Post Queue</a> and enable <strong>Post Queue</strong>.",
|
||||
"back-to-list": "Back to Post Queue",
|
||||
"no-queued-posts": "Non ci sono post nella coda dei post.",
|
||||
"no-single-post": "La discussione o il post che si sta cercando non è più in coda. Probabilmente è già stato approvato o cancellato.",
|
||||
"enabling-help": "Per abilitare questa funzione, vai in <a href=\"%1\">Impostazioni → Post → Coda Post</a> e attiva <strong>Coda Post</strong>.",
|
||||
"back-to-list": "Torna alla coda dei post",
|
||||
"user": "Utente",
|
||||
"category": "Categoria",
|
||||
"title": "Titolo",
|
||||
|
||||
Reference in New Issue
Block a user