diff --git a/public/language/es/email.json b/public/language/es/email.json
index ba23ca4859..85a5cf369a 100644
--- a/public/language/es/email.json
+++ b/public/language/es/email.json
@@ -4,8 +4,8 @@
"invite": "Invitación de %1",
"greeting_no_name": "Hola",
"greeting_with_name": "Hola %1",
- "email.verify-your-email.subject": "Please verify your email",
- "email.verify.text1": "Your email address has changed!",
+ "email.verify-your-email.subject": "Favor de verificar su correo",
+ "email.verify.text1": "Su dirección de correo ha cambiado",
"welcome.text1": "Gracias por registrarte con %1!",
"welcome.text2": "Para activar completamente tu cuenta, necesitamos verificar que la dirección email con la que te registraste te pertenece.",
"welcome.text3": "El administrador ha aceptado tu registro. Puedes acceder con tu usuario/contraseña ahora.",
diff --git a/public/language/es/groups.json b/public/language/es/groups.json
index 2f0dcef3cb..b899e77308 100644
--- a/public/language/es/groups.json
+++ b/public/language/es/groups.json
@@ -28,7 +28,7 @@
"details.grant": "Conceder/Rescindir Propiedad",
"details.kick": "Expulsar",
"details.kick_confirm": "¿ Estás seguro de que quieres eliminar a este miembro del grupo ?",
- "details.add-member": "Add Member",
+ "details.add-member": "Agregar miembro",
"details.owner_options": "Administración De Grupo",
"details.group_name": "Nombre de Grupo",
"details.member_count": "Numero de Miembros",
diff --git a/public/language/it/admin/development/logger.json b/public/language/it/admin/development/logger.json
index ea6fc6a8c7..d8d6dc3608 100644
--- a/public/language/it/admin/development/logger.json
+++ b/public/language/it/admin/development/logger.json
@@ -4,8 +4,8 @@
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
"enable-http": "Enable HTTP logging",
"enable-socket": "Enable socket.io event logging",
- "file-path": "Path to log file",
- "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
+ "file-path": "Percorso per i file di log",
+ "file-path-placeholder": "/path/to/log/file.log ::: lascia in bianco per loggare sul tuo terminale",
"control-panel": "Logger Control Panel",
"update-settings": "Update Logger Settings"
diff --git a/public/language/it/admin/extend/widgets.json b/public/language/it/admin/extend/widgets.json
index 025f48b327..909693571b 100644
--- a/public/language/it/admin/extend/widgets.json
+++ b/public/language/it/admin/extend/widgets.json
@@ -8,7 +8,7 @@
"containers.none": "None",
"container.well": "Well",
"container.jumbotron": "Jumbotron",
- "container.panel": "Panel",
+ "container.panel": "Pannello",
"container.panel-header": "Panel Header",
"container.panel-body": "Panel Body",
"container.alert": "Alert",
diff --git a/public/language/it/admin/general/navigation.json b/public/language/it/admin/general/navigation.json
index a199668ae2..871b4be060 100644
--- a/public/language/it/admin/general/navigation.json
+++ b/public/language/it/admin/general/navigation.json
@@ -1,22 +1,22 @@
{
- "icon": "Icon:",
- "change-icon": "change",
- "route": "Route:",
+ "icon": "Icona:",
+ "change-icon": "modifica",
+ "route": "Percorso:",
"tooltip": "Tooltip:",
- "text": "Text:",
+ "text": "Testo:",
"text-class": "Text Class: optional",
"id": "ID: optional",
- "properties": "Properties:",
- "only-admins": "Only display to Admins",
- "only-global-mods-and-admins": "Only display to Global Moderators and Admins",
+ "properties": "Proprietà:",
+ "only-admins": "Mosta solo agli amministratori",
+ "only-global-mods-and-admins": "Mostra solo agli amministratori e ai Moderatori",
"only-logged-in": "Only display to logged in users",
"only-guest": "Only display to guests",
"open-new-window": "Open in a new window",
- "btn.delete": "Delete",
- "btn.disable": "Disable",
- "btn.enable": "Enable",
+ "btn.delete": "Elimina",
+ "btn.disable": "Disabilita",
+ "btn.enable": "Abilita",
"available-menu-items": "Available Menu Items",
"custom-route": "Custom Route",
diff --git a/public/language/it/admin/settings/notifications.json b/public/language/it/admin/settings/notifications.json
index 03fa0ac66a..ebd2775314 100644
--- a/public/language/it/admin/settings/notifications.json
+++ b/public/language/it/admin/settings/notifications.json
@@ -1,7 +1,7 @@
{
- "notifications": "Notifications",
- "welcome-notification": "Welcome Notification",
- "welcome-notification-link": "Welcome Notification Link",
+ "notifications": "Notifiche",
+ "welcome-notification": "Notifica di benvenuto",
+ "welcome-notification-link": "Collegamento della notifica di benvenuto",
"welcome-notification-uid": "Welcome Notification User (UID)",
"notification-alert-timeout": "Notification Alert Timeout"
}
\ No newline at end of file
diff --git a/public/language/it/admin/settings/pagination.json b/public/language/it/admin/settings/pagination.json
index 3eb210243e..c830374dbb 100644
--- a/public/language/it/admin/settings/pagination.json
+++ b/public/language/it/admin/settings/pagination.json
@@ -1,10 +1,10 @@
{
- "pagination": "Pagination Settings",
- "enable": "Paginate topics and posts instead of using infinite scroll.",
- "topics": "Topic Pagination",
- "posts-per-page": "Posts per Page",
- "max-posts-per-page": "Maximum posts per page",
- "categories": "Category Pagination",
- "topics-per-page": "Topics per Page",
- "max-topics-per-page": "Maximum topics per page"
+ "pagination": "Impostazioni di paginazione",
+ "enable": "Pagina le discussioni e i post al posto di usale lo scrolling infinito",
+ "topics": "Paginazione della discussione",
+ "posts-per-page": "Post per pagina",
+ "max-posts-per-page": "Numero massimo di post per pagina",
+ "categories": "Categorie per pagina",
+ "topics-per-page": "Discussioni per pagina",
+ "max-topics-per-page": "Discussioni massime per pagina"
}
\ No newline at end of file
diff --git a/public/language/it/user.json b/public/language/it/user.json
index 4336e9fcd5..2bd34510e4 100644
--- a/public/language/it/user.json
+++ b/public/language/it/user.json
@@ -169,7 +169,7 @@
"consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account and your content, please contact the administrative team for this website.",
"consent.right_to_data_portability": "You have the Right to Data Portability",
"consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.",
- "consent.export_profile": "Export Profile (.csv)",
- "consent.export_uploads": "Export Uploaded Content (.zip)",
- "consent.export_posts": "Export Posts (.csv)"
+ "consent.export_profile": "Esporta i profili (.csv)",
+ "consent.export_uploads": "Esporta i contenuti caricati (.zip)",
+ "consent.export_posts": "Esporta i post (.csv)"
}
\ No newline at end of file
diff --git a/public/language/sl/admin/manage/registration.json b/public/language/sl/admin/manage/registration.json
index f51b4d56e6..87d4f07d10 100644
--- a/public/language/sl/admin/manage/registration.json
+++ b/public/language/sl/admin/manage/registration.json
@@ -1,20 +1,20 @@
{
- "queue": "Queue",
- "description": "There are no users in the registration queue.
To enable this feature, go to Settings → User → User Registration and set Registration Type to \"Admin Approval\".",
+ "queue": "Čakalna vrsta",
+ "description": "V čakalni vrsti za registracijo ni nobenega uporabnika.
Da omogočite to funkcionalnost, pojdite na Nastavitve → Uporabnik → Registracija Uporabnika in nastavitev Tip registracijev \"Admin Odobravanje\".",
- "list.name": "Name",
- "list.email": "Email",
+ "list.name": "Ime",
+ "list.email": "E-pošta",
"list.ip": "IP",
- "list.time": "Time",
- "list.username-spam": "Frequency: %1 Appears: %2 Confidence: %3",
- "list.email-spam": "Frequency: %1 Appears: %2",
- "list.ip-spam": "Frequency: %1 Appears: %2",
+ "list.time": "Čas",
+ "list.username-spam": "Pogostost: %1 Pojavitve: %2 Samozavest: %3",
+ "list.email-spam": "Pogostost: %1 Pojavitve: %2",
+ "list.ip-spam": "Pogostost: %1 Pojavitve: %2",
- "invitations": "Invitations",
- "invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username.
The username will be displayed to the right of the emails for users who have redeemed their invitations.",
- "invitations.inviter-username": "Inviter Username",
- "invitations.invitee-email": "Invitee Email",
- "invitations.invitee-username": "Invitee Username (if registered)",
+ "invitations": "Povabila",
+ "invitations.description": "Spodaj je celotna zbirka poslanih povabil. Uporabite ctrl-f, da iščete skozi zbirko glede na e-poštne naslove in uporabniška imena.
Uporabniško ime bo prikazano desno od e-poštnih naslovov za uporabnike, ki so unovčili povabila.",
+ "invitations.inviter-username": "Povabil je uporabnik z uporabniškim imenom",
+ "invitations.invitee-email": "Povabljenčev e-poštni naslov",
+ "invitations.invitee-username": "Povabljenčevo Uporabniško ime (če je registriran)",
- "invitations.confirm-delete": "Are you sure you wish to delete this invitation?"
+ "invitations.confirm-delete": "Ste prepričani, da želite izbrisati to povabilo?"
}
\ No newline at end of file
diff --git a/public/language/sl/error.json b/public/language/sl/error.json
index 996fc8cb26..454eb6533c 100644
--- a/public/language/sl/error.json
+++ b/public/language/sl/error.json
@@ -11,7 +11,7 @@
"invalid-uid": "Napačen ID uporabnika",
"invalid-username": "Napačno uporabniško ime",
"invalid-email": "Napačen elektronski naslov",
- "invalid-title": "Invalid title",
+ "invalid-title": "Napačen naslov",
"invalid-user-data": "Napačni podatki o uporabniku",
"invalid-password": "Napačno geslo",
"invalid-login-credentials": "Invalid login credentials",
diff --git a/public/language/sl/global.json b/public/language/sl/global.json
index 884133744e..91b948a8e9 100644
--- a/public/language/sl/global.json
+++ b/public/language/sl/global.json
@@ -7,7 +7,7 @@
"403.login": "Morda bi se raje prijavili?",
"404.title": "Tega ni bilo mogoče najti.",
"404.message": "Kaže, da ste naleteli na stran, ki ne obstaja. Vrnite se na začetno stran.",
- "500.title": "Internal Error.",
+ "500.title": "Interna napaka",
"500.message": "Ups! Nekaj je šlo narobe!",
"400.title": "Napačna zahteva",
"400.message": "It looks like this link is malformed, please double-check and try again. Otherwise, return to the home page.",
diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json
index 9ee06fb5d0..0a1d9857f4 100644
--- a/public/language/sl/modules.json
+++ b/public/language/sl/modules.json
@@ -1,5 +1,5 @@
{
- "chat.chatting_with": "Chat with",
+ "chat.chatting_with": "Klepetajte z",
"chat.placeholder": "Sem vpišite sporočilo, nato potrdite za pošiljanje.",
"chat.send": "Pošlji",
"chat.no_active": "Ni aktivnih klepetov.",
diff --git a/public/language/sl/reset_password.json b/public/language/sl/reset_password.json
index 67a7b60fc1..d0299119a5 100644
--- a/public/language/sl/reset_password.json
+++ b/public/language/sl/reset_password.json
@@ -9,7 +9,7 @@
"repeat_password": "Potrdi geslo",
"enter_email": "Prosimo, vpišite svoj e-poštni naslov in poslali vam bomo navodila za ponastavitev uporabniškega računa.",
"enter_email_address": "Vpišite svoj e-poštni naslov.",
- "password_reset_sent": "A password reset email has been sent to the specified address. Please note that only one email will be sent per minute.",
+ "password_reset_sent": "E-pošta za resetiranje gesla je bila poslana na specificiran naslov. Prosim pomnite, da bo na minuto poslana le ena e-pošta.",
"invalid_email": "Napačen e-poštni naslov./E-poštni naslov ne obstaja!",
"password_too_short": "Geslo, ki ste ga izbrali, je prekratko, prosimo, izberite drugačno geslo.",
"passwords_do_not_match": "Gesli, ki ste ju vpisali, se ne ujemata.",
diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json
index 466ed446d3..d87b55aab1 100644
--- a/public/language/sl/topic.json
+++ b/public/language/sl/topic.json
@@ -56,7 +56,7 @@
"not-watching.description": "Ne obvesti me o novih odgovorih.
Teme prikaži v Neprebrano le če kategorija ni prezrta.",
"ignoring.description": "Ne obvesti me o novih odgovorih.
Teme ne prikaži v Neprebrano.",
"thread_tools.title": "Orodja teme",
- "thread_tools.markAsUnreadForAll": "Mark Unread For All",
+ "thread_tools.markAsUnreadForAll": "Označi vse kot neprebrano",
"thread_tools.pin": "Pripni temo",
"thread_tools.unpin": "Odpni temo",
"thread_tools.lock": "Zakleni temo",
@@ -118,7 +118,7 @@
"sort_by": "Razvrsti po",
"oldest_to_newest": "Od starejšega do novejšega",
"newest_to_oldest": "Od novejšega do starejšega",
- "most_votes": "Most Votes",
+ "most_votes": "Največ glasov",
"most_posts": "Most Posts",
"stale.title": "Raje ustvari novo temo?",
"stale.warning": "Tema na katero odgovarjaš je precej stara. A ne bi raje ustvaril novo temo namesto te, z sklicem na to v tvojem odgovoru?",
diff --git a/public/language/sl/user.json b/public/language/sl/user.json
index bbb87f0630..d1eb3146b8 100644
--- a/public/language/sl/user.json
+++ b/public/language/sl/user.json
@@ -12,7 +12,7 @@
"ban_account_confirm": "Ali želiš izločiti uporabnika?",
"unban_account": "Ponovno vključi račun",
"delete_account": "Izbriši račun",
- "delete_account_confirm": "Are you sure you want to delete your account?
This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_account_confirm": "Ali ste prepričani, da želite izbrisati vaš račun?
Ta poteza je nepovratna in podatkov več ne bo možno obnoviti
Vnesite vaše geslo, če želite potrditi uničenje tega računa.",
"delete_this_account_confirm": "Ali želiš izbrisati račun?
S potrditvijo bodo izbrisani vsi podatki, ki jih ne bo več možno obnoviti.
",
"account-deleted": "Račun je izbrisan",
"fullname": "Ime in priimek",