diff --git a/.tx/config b/.tx/config index 8a759e94bd..85e2a0b4ba 100644 --- a/.tx/config +++ b/.tx/config @@ -17,7 +17,7 @@ trans.nb = public/language/nb/category.json trans.pt_BR = public/language/pt_BR/category.json trans.sk = public/language/sk/category.json trans.sv = public/language/sv/category.json - = publtr/language/sv/category.jstr +trans.tr = public/language/tr/category.json trans.zh_CN = public/language/zh_CN/category.json trans.zh_TW = public/language/zh_TW/category.json type = KEYVALUEJSON diff --git a/public/language/hu/footer.json b/public/language/hu/footer.json new file mode 100644 index 0000000000..163b0fb930 --- /dev/null +++ b/public/language/hu/footer.json @@ -0,0 +1,7 @@ +{ + "stats.online": "Online", + "stats.users": "Tag", + "stats.topics": "Téma", + "stats.posts": "Hozzászólás", + "success": "sikeres" +} \ No newline at end of file diff --git a/public/language/hu/global.json b/public/language/hu/global.json new file mode 100644 index 0000000000..b7bf7e4667 --- /dev/null +++ b/public/language/hu/global.json @@ -0,0 +1,52 @@ +{ + "home": "Kezdőlap", + "search": "Keresés", + "buttons.close": "Zárás", + "403.title": "Hozzáférés megtagadva", + "403.message": "Úgy tűnik egy olyan oldalt szeretnél elérni, amihez nincs hozzáférésed. Talán be kellene lépned?", + "404.title": "Nem található", + "404.message": "Úgy tűnik egy olyan oldalt szeretnél elérni, ami nem létezik. Visszatérés a kezdőlapra.", + "500.title": "Belső hiba.", + "500.message": "Hoppá! Úgy tűnik valami hiba történt!", + "register": "Regisztrálás", + "login": "Belépés", + "logout": "Kijelentkezés", + "logout.title": "Te most kiléptél.", + "logout.message": "Sikeresen kiléptél a NodeBB-ről", + "save_changes": "Változások mentése", + "close": "Zárás", + "header.admin": "Admin", + "header.recent": "Friss", + "header.unread": "Olvasatlan", + "header.popular": "Népszerű", + "header.users": "Felhasználók", + "header.chats": "Chat", + "header.notifications": "Értesítések", + "header.search": "Keresés", + "header.profile": "Profil", + "notifications.loading": "Értesítések Betöltése", + "chats.loading": "Chat-ek Betöltése", + "motd.welcome": "Üdvözlet a NodeBB-n, a jövő fórum platformján.", + "motd.get": "Get NodeBB", + "motd.fork": "Fork", + "motd.like": "Like", + "motd.follow": "Követés", + "previouspage": "Előző Oldal", + "nextpage": "Következő Oldal", + "alert.success": "Sikeres", + "alert.error": "Hiba", + "alert.banned": "Tiltva", + "alert.banned.message": "Ki vagy tiltva, ezért most ki leszel léptetve!", + "alert.unfollow": "Nem követed tovább: %1!", + "alert.follow": "Mostantól követed: %1!", + "posts": "Hozzászólás", + "views": "Megtekintések", + "posted": "hozzászólt", + "in": "itt", + "recentposts": "Friss hozzászólások", + "online": "Online", + "away": "Távol van", + "dnd": "Elfoglalt", + "invisible": "Láthatatlan", + "offline": "Offline" +} \ No newline at end of file diff --git a/public/language/hu/language.json b/public/language/hu/language.json new file mode 100644 index 0000000000..1d930a164b --- /dev/null +++ b/public/language/hu/language.json @@ -0,0 +1,4 @@ +{ + "name": "Hungarian", + "code": "hu" +} \ No newline at end of file diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json new file mode 100644 index 0000000000..f3451776a8 --- /dev/null +++ b/public/language/hu/modules.json @@ -0,0 +1,6 @@ +{ + "chat.chatting_with": "Chat vele ", + "chat.placeholder": "írj be egy üzenetet, majd nyomj enter-t a küldéshez", + "chat.send": "Küldés", + "chat.no_active": "Nincs aktív csevegésed." +} \ No newline at end of file diff --git a/public/language/hu/notifications.json b/public/language/hu/notifications.json new file mode 100644 index 0000000000..98cc1ba510 --- /dev/null +++ b/public/language/hu/notifications.json @@ -0,0 +1,8 @@ +{ + "title": "Értesítések", + "back_to_home": "Vissza a NodeBB-re", + "outgoing_link": "Külső Link", + "outgoing_link_message": "Most távozol", + "continue_to": "Folytatás", + "return_to": "Visszatérés" +} \ No newline at end of file diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json new file mode 100644 index 0000000000..2cd8f7a0ce --- /dev/null +++ b/public/language/hu/pages.json @@ -0,0 +1,12 @@ +{ + "home": "Kezdőlap", + "unread": "Olvasatlan Topikok", + "recent": "Friss Topikok", + "users": "Regisztrált Felhasználók", + "notifications": "Értesítések", + "user.edit": "Szerkesztés \"%1\"", + "user.following": "Tagok akiket %1 követ", + "user.followers": "Tagok akik követik %1 -t", + "user.favourites": "%1 Kedvenc Hozzászólásai", + "user.settings": "Felhasználói Beállítások" +} \ No newline at end of file diff --git a/public/language/hu/recent.json b/public/language/hu/recent.json new file mode 100644 index 0000000000..8249314df2 --- /dev/null +++ b/public/language/hu/recent.json @@ -0,0 +1,6 @@ +{ + "title": "Friss", + "day": "Nap", + "week": "Hét", + "month": "Hónap" +} \ No newline at end of file diff --git a/public/language/hu/register.json b/public/language/hu/register.json new file mode 100644 index 0000000000..12b84d68e5 --- /dev/null +++ b/public/language/hu/register.json @@ -0,0 +1,18 @@ +{ + "register": "Regisztrálás", + "help.email": "Az e-mail címed rejtve lesz a profilodban, míg meg nem változtatod.", + "help.username_restrictions": "Egyedi felhasználói név %1 és %2 karakterek között. A többiek megemlíthetnek az alábbi módon @nicknév.", + "help.minimum_password_length": "A jelszónak legalább %1 karakter hosszúnak kell lennie.", + "email_address": "E-mail cím", + "email_address_placeholder": "Írd be az e-mail címed", + "username": "Felhasználó Név", + "username_placeholder": "Írd be a nickneved", + "password": "Jelszó", + "password_placeholder": "Írd be a jelszavad", + "confirm_password": "Jelszó megerősítése", + "confirm_password_placeholder": "Jelszó megerősítése", + "register_now_button": "Regisztrálás Most", + "alternative_registration": "Alternatív Regisztráció", + "terms_of_use": "Használtai feltételek", + "agree_to_terms_of_use": "Egyetértek a Használtai Feltételekkel" +} \ No newline at end of file diff --git a/public/language/hu/reset_password.json b/public/language/hu/reset_password.json new file mode 100644 index 0000000000..c3274238d6 --- /dev/null +++ b/public/language/hu/reset_password.json @@ -0,0 +1,13 @@ +{ + "reset_password": "Jelszó visszaállítása", + "update_password": "Jelszó Frissítése", + "password_changed.title": "Jelszó megváltozott", + "password_changed.message": "
A jelszavad sikereresen visszaállítva, kérlek lép be újra.", + "wrong_reset_code.title": "Helytelen visszaállítási-kód", + "wrong_reset_code.message": "A visszaállítási-kód helytelen. Kérlek próbáld újra, vagy kérj egy új kódot.", + "new_password": "Új jelszó", + "repeat_password": "Jelszó megerősítése", + "enter_email": "Kérlek add meg az e-mail címedet, ahová elküldjük a további teendőket a jelszavad visszaállításával kapcsolatban.", + "password_reset_sent": "Jelszó-visszaállítás elküldve", + "invalid_email": "Helytelen E-mail cím / Nem létező E-mail cím!" +} \ No newline at end of file diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json new file mode 100644 index 0000000000..b6f9ff4d47 --- /dev/null +++ b/public/language/hu/topic.json @@ -0,0 +1,47 @@ +{ + "topic": "Topik", + "topics": "Topikok", + "no_topics_found": "Téma nem található!", + "profile": "Profil", + "posted_by": "Hozzászólt:", + "chat": "Chat", + "notify_me": "Értesítést kérek az új hozzászólásokról ebben a topikban", + "quote": "Idéz", + "reply": "Válasz", + "edit": "Szerkeszt", + "delete": "Töröl", + "move": "Áthelyez", + "fork": "Fork", + "banned": "tiltva", + "link": "Link", + "share": "Megosztás", + "tools": "Eszközök", + "flag": "Jelentés", + "flag_title": "A hozzászólás jelentése a moderátoroknál", + "thread_tools.title": "Téma Eszközök", + "thread_tools.markAsUnreadForAll": "Olvasatlannak jelölés", + "thread_tools.pin": "Topik kiemelése", + "thread_tools.lock": "Topik Lezárása", + "thread_tools.move": "Topik Áthelyezése", + "thread_tools.fork": "Topik szétszedése", + "thread_tools.delete": "Topik törlése", + "load_categories": "Kategóriák betöltése", + "disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve", + "confirm_move": "Áthelyezés", + "confirm_fork": "Fork", + "favourite": "Kedvenc", + "favourites": "Kedvencek", + "favourites.not_logged_in.title": "Nem vagy belépve", + "favourites.not_logged_in.message": "Kérlek lépj be, hogy a kedvenceidhez adhassam a hozzászólást", + "favourites.has_no_favourites": "Nincs egyetlen kedvenc hozzászólásod sem, jelölj meg párat hogy itt láthasd őket!", + "loading_more_posts": "Hozzászólások betöltése", + "move_topic": "Topik áthelyezése", + "move_post": "Hozzászólás áthelyezése", + "fork_topic": "Topik szétszedése", + "topic_will_be_moved_to": "Ez a téma ebbe a kategóriába lesz mozgatva", + "fork_topic_instruction": "Klikkelj azokra a hozzászólásokra, amiket szét akarsz szedni", + "fork_no_pids": "Nincs hozzászólás kiválasztva!", + "fork_success": "Sikeresen szétválasztott topik!", + "reputation": "Hírnév", + "posts": "Hozzászólások" +} \ No newline at end of file diff --git a/public/language/hu/unread.json b/public/language/hu/unread.json new file mode 100644 index 0000000000..bbc3394ec0 --- /dev/null +++ b/public/language/hu/unread.json @@ -0,0 +1,6 @@ +{ + "title": "Olvasatlan", + "no_unread_topics": "Itt nincs olvasatlan topik.", + "mark_all_read": "Az összes olvasottként jelölése", + "load_more": "Több betöltése" +} \ No newline at end of file diff --git a/public/language/hu/user.json b/public/language/hu/user.json new file mode 100644 index 0000000000..2d958e3a35 --- /dev/null +++ b/public/language/hu/user.json @@ -0,0 +1,37 @@ +{ + "banned": "Tiltva", + "offline": "offline", + "username": "Felhasználónév", + "email": "E-mail", + "fullname": "Teljes Név", + "website": "Weboldal", + "location": "Lakhely", + "age": "Kor", + "joined": "Csatlakozott", + "lastonline": "Utoljára Online", + "profile_views": "Profil megtekintések", + "reputation": "Hírnév", + "posts": "Hozzászólások", + "favourites": "Kedvencek", + "followers": "Követők", + "following": "Követve", + "signature": "Aláírás", + "gravatar": "Gravatar", + "birthday": "Szülinap", + "change_picture": "Kép megváltoztatása", + "edit": "Szerkeszt", + "uploaded_picture": "Feltöltött kép", + "upload_new_picture": "Új kép feltöltése", + "change_password": "Jelszó megváltoztatása", + "confirm_password": "Jelszó megerősítése", + "password": "Jelszó", + "upload_picture": "Kép feltöltése", + "upload_a_picture": "Egy kép feltöltése", + "image_spec": "Csak 256KB alatti PNG, JPG vagy GIF kiterjesztésű fájlokat tölthetsz fel.", + "settings": "Beállítások", + "show_email": "E-mail címem mutatása", + "has_no_follower": "Ezt a felhasználót nem követi senki :(", + "follows_no_one": "Ez a felhasználó nem követ senkit :(", + "email_hidden": "E-mail rejtett", + "hidden": "rejtett" +} \ No newline at end of file diff --git a/public/language/hu/users.json b/public/language/hu/users.json new file mode 100644 index 0000000000..ae074ab04f --- /dev/null +++ b/public/language/hu/users.json @@ -0,0 +1,9 @@ +{ + "latest_users": "Legújabbak", + "top_posters": "Legaktívabbak", + "most_reputation": "Legnépszerűbbek", + "online": "Online", + "search": "Keresés", + "enter_username": "Írj be egy nicknevet a kereséshez", + "load_more": "Több betöltése" +} \ No newline at end of file diff --git a/public/language/nb/footer.json b/public/language/nb/footer.json new file mode 100644 index 0000000000..a6319b8a25 --- /dev/null +++ b/public/language/nb/footer.json @@ -0,0 +1,7 @@ +{ + "stats.online": "Online", + "stats.users": "Brukere", + "stats.topics": "Emner", + "stats.posts": "Innlegg", + "success": "suksess" +} \ No newline at end of file diff --git a/public/language/nb/global.json b/public/language/nb/global.json new file mode 100644 index 0000000000..c892f3a53f --- /dev/null +++ b/public/language/nb/global.json @@ -0,0 +1,52 @@ +{ + "home": "Hjem", + "search": "Søk", + "buttons.close": "Steng", + "403.title": "Adgang nektet", + "403.message": "Du har funnet en side du ikke har tilgang til. Kanskje du skal prøve å logge inn?", + "404.title": "Ikke funnet", + "404.message": "Du har funnet en side som ikke eksisterer. Returner til startsiden?", + "500.title": "Intern feil.", + "500.message": "Oops! Ser ut som noe gikk galt!", + "register": "Registrer", + "login": "Logg inn", + "logout": "Logg ut", + "logout.title": "Du er nå logget ut.", + "logout.message": "Du er nå logget ut av NodeBB", + "save_changes": "Lagre endringer", + "close": "Steng", + "header.admin": "Admin", + "header.recent": "Seneste", + "header.unread": "Uleste", + "header.popular": "Populære", + "header.users": "Brukere", + "header.chats": "Chatter", + "header.notifications": "Varsler", + "header.search": "Søk", + "header.profile": "Profil", + "notifications.loading": "Laster varsler", + "chats.loading": "Laster chatter", + "motd.welcome": "Velkommen til NodeBB, fremtidens diskusjonsplatform.", + "motd.get": "Hent NodeBB", + "motd.fork": "Del", + "motd.like": "Lik", + "motd.follow": "Følg", + "previouspage": "Forrige side", + "nextpage": "Neste side", + "alert.success": "Suksess", + "alert.error": "Feil", + "alert.banned": "Utestengt", + "alert.banned.message": "Du er utestengt og vil bli logget ut!", + "alert.unfollow": "Du følger ikke lenger %1!", + "alert.follow": "Du følger nå %1!", + "posts": "Innlegg", + "views": "Visninger", + "posted": "skapt", + "in": "i", + "recentposts": "Seneste innlegg", + "online": "Online", + "away": "Borte", + "dnd": "Ikke forsturr", + "invisible": "Usynlig", + "offline": "Offline" +} \ No newline at end of file diff --git a/public/language/nb/language.json b/public/language/nb/language.json new file mode 100644 index 0000000000..f9e21a6546 --- /dev/null +++ b/public/language/nb/language.json @@ -0,0 +1,4 @@ +{ + "name": "Norwegian Bokmål", + "code": "nb" +} \ No newline at end of file diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json new file mode 100644 index 0000000000..8b5a91cee0 --- /dev/null +++ b/public/language/nb/modules.json @@ -0,0 +1,6 @@ +{ + "chat.chatting_with": "Chat med ", + "chat.placeholder": "skriv chat-melding her, trykk enter for å sende", + "chat.send": "Send", + "chat.no_active": "Du har ingen aktive chatter." +} \ No newline at end of file diff --git a/public/language/nb/notifications.json b/public/language/nb/notifications.json new file mode 100644 index 0000000000..0486c6f595 --- /dev/null +++ b/public/language/nb/notifications.json @@ -0,0 +1,8 @@ +{ + "title": "Varsler", + "back_to_home": "Tilbake til NodeBB", + "outgoing_link": "Utgående link", + "outgoing_link_message": "Du forlatter nå", + "continue_to": "Fortsett til", + "return_to": "Gå tilbake til" +} \ No newline at end of file diff --git a/public/language/nb/pages.json b/public/language/nb/pages.json new file mode 100644 index 0000000000..cf9620b18a --- /dev/null +++ b/public/language/nb/pages.json @@ -0,0 +1,12 @@ +{ + "home": "Hjem", + "unread": "Uleste emner", + "recent": "Seneste emner", + "users": "Registrerte brukere", + "notifications": "Varsler", + "user.edit": "Endrer \"%1\"", + "user.following": "Personer %1 følger", + "user.followers": "Personer som følger %1", + "user.favourites": "%1 sine favoritt-innlegg", + "user.settings": "Brukerinnstillinger" +} \ No newline at end of file diff --git a/public/language/nb/recent.json b/public/language/nb/recent.json new file mode 100644 index 0000000000..467c5dd7a0 --- /dev/null +++ b/public/language/nb/recent.json @@ -0,0 +1,6 @@ +{ + "title": "Seneste", + "day": "Dag", + "week": "Uke", + "month": "Måned" +} \ No newline at end of file diff --git a/public/language/nb/register.json b/public/language/nb/register.json new file mode 100644 index 0000000000..0ba98db455 --- /dev/null +++ b/public/language/nb/register.json @@ -0,0 +1,18 @@ +{ + "register": "Registrer", + "help.email": "Som standard, er din e-post skjult for allmennheten.", + "help.username_restrictions": "Et unikt brukernavn mellom %1 og %2 tegn. Andre kan nevne deg med @brukernavn.", + "help.minimum_password_length": "Ditt passord må være minst %1 tegn.", + "email_address": "E-post", + "email_address_placeholder": "Skriv e-post", + "username": "Brukernavn", + "username_placeholder": "Skriv brukernavn", + "password": "Passor", + "password_placeholder": "Skriv passor", + "confirm_password": "Bekreft passor", + "confirm_password_placeholder": "Bekreft passord", + "register_now_button": "Registrer nå", + "alternative_registration": "Alternativ registrering", + "terms_of_use": "Vilkårene for bruk", + "agree_to_terms_of_use": "Jeg godtar vilkårene for bruk" +} \ No newline at end of file diff --git a/public/language/nb/reset_password.json b/public/language/nb/reset_password.json new file mode 100644 index 0000000000..5584ef61ab --- /dev/null +++ b/public/language/nb/reset_password.json @@ -0,0 +1,13 @@ +{ + "reset_password": "Tilbakestill passord", + "update_password": "Oppdater passord", + "password_changed.title": "Passord endret", + "password_changed.message": "
Passord ble tilbakestilt, vennligst logg inn igjen",
+ "wrong_reset_code.title": "Feil tilbakestillingskode",
+ "wrong_reset_code.message": "Tilbakestillingskoden mottatt var feil. Vennligst prøv igjen, eller be om en ny tilbakestillingskode.",
+ "new_password": "Nytt passord",
+ "repeat_password": "Bekreft passord",
+ "enter_email": "Vennligst skriv din e-post-adresse og vi vil sende den en e-post med instruksjoner om hvordan du tilbakestiller din konto.",
+ "password_reset_sent": "Passord-tilbakestilling sendt",
+ "invalid_email": "Ugyldig e-post / e-post eksisterer ikke"
+}
\ No newline at end of file
diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json
new file mode 100644
index 0000000000..2514ab8ca1
--- /dev/null
+++ b/public/language/nb/topic.json
@@ -0,0 +1,47 @@
+{
+ "topic": "Emne",
+ "topics": "Emner",
+ "no_topics_found": "Ingen emner funnet!",
+ "profile": "Profil",
+ "posted_by": "Skapt av",
+ "chat": "Chat",
+ "notify_me": "Bli varslet om nye svar i dette emnet",
+ "quote": "Siter",
+ "reply": "Svar",
+ "edit": "Endre",
+ "delete": "Slett",
+ "move": "Flytt",
+ "fork": "Del",
+ "banned": "utestengt",
+ "link": "Link",
+ "share": "Del",
+ "tools": "Verktøy",
+ "flag": "Rapporter",
+ "flag_title": "Rapporter dette innlegget for granskning",
+ "thread_tools.title": "Trådverktøy",
+ "thread_tools.markAsUnreadForAll": "Marker som ulest",
+ "thread_tools.pin": "Fest tråd",
+ "thread_tools.lock": "Lås tråd",
+ "thread_tools.move": "Flytt trå",
+ "thread_tools.fork": "Del tråd",
+ "thread_tools.delete": "Slett tråd",
+ "load_categories": "Laster kategorier",
+ "disabled_categories_note": "Deaktiverte kategorier er grået ut",
+ "confirm_move": "Flytt",
+ "confirm_fork": "Del",
+ "favourite": "Favoritt",
+ "favourites": "Favoritter",
+ "favourites.not_logged_in.title": "Ikke logget inn",
+ "favourites.not_logged_in.message": "Vennligst logg inn for å gjøre dette innlegget til favoritt",
+ "favourites.has_no_favourites": "Du har ingen favoritter, marker noen innlegg som favoritt for å se dem her!",
+ "loading_more_posts": "Laster flere innlegg",
+ "move_topic": "Flytt emne",
+ "move_post": "Flytt innlegg",
+ "fork_topic": "Del emne",
+ "topic_will_be_moved_to": "Dette emnet vil bli flyttet til kategorien",
+ "fork_topic_instruction": "Trykk på innleggene du vil dele",
+ "fork_no_pids": "Ingen innlegg valgt!",
+ "fork_success": "Innlegg ble delt!",
+ "reputation": "Rykte",
+ "posts": "Innlegg"
+}
\ No newline at end of file
diff --git a/public/language/nb/unread.json b/public/language/nb/unread.json
new file mode 100644
index 0000000000..3e3150d7f1
--- /dev/null
+++ b/public/language/nb/unread.json
@@ -0,0 +1,6 @@
+{
+ "title": "Uleste",
+ "no_unread_topics": "Det er ingen uleste emner.",
+ "mark_all_read": "Marker alle som lest",
+ "load_more": "Last mer"
+}
\ No newline at end of file
diff --git a/public/language/nb/user.json b/public/language/nb/user.json
new file mode 100644
index 0000000000..73e843b628
--- /dev/null
+++ b/public/language/nb/user.json
@@ -0,0 +1,37 @@
+{
+ "banned": "Utestengt",
+ "offline": "Offline",
+ "username": "Brukernavn",
+ "email": "E-post",
+ "fullname": "Fullt navn",
+ "website": "Nettsted",
+ "location": "Plassering",
+ "age": "Alder",
+ "joined": "Ble med",
+ "lastonline": "Senest online",
+ "profile_views": "Profilvisninger",
+ "reputation": "Rykte",
+ "posts": "Innlegg",
+ "favourites": "Favoritter",
+ "followers": "Følgere",
+ "following": "Følger",
+ "signature": "Signatur",
+ "gravatar": "Gravatar",
+ "birthday": "Bursdag",
+ "change_picture": "Bytt bilde",
+ "edit": "Endre",
+ "uploaded_picture": "Opplastet bilde",
+ "upload_new_picture": "Last opp nytt bidle",
+ "change_password": "Endre passord",
+ "confirm_password": "Bekreft passord",
+ "password": "Passord",
+ "upload_picture": "Last opp bilde",
+ "upload_a_picture": "Last opp et bilde",
+ "image_spec": "Du kan bare laste opp PNG, JPG, eller GIF-filer under 256kb.",
+ "settings": "Innstillinger",
+ "show_email": "Vis min e-post",
+ "has_no_follower": "Denne brukeren har ingen følgere :(",
+ "follows_no_one": "Denne brukeren følger ingen :(",
+ "email_hidden": "E-post skjult",
+ "hidden": "skjult"
+}
\ No newline at end of file
diff --git a/public/language/nb/users.json b/public/language/nb/users.json
new file mode 100644
index 0000000000..8074fadd38
--- /dev/null
+++ b/public/language/nb/users.json
@@ -0,0 +1,9 @@
+{
+ "latest_users": "Seneste brukere",
+ "top_posters": "Flest innlegg",
+ "most_reputation": "Best rykte",
+ "online": "Online",
+ "search": "Søk",
+ "enter_username": "Skriv ett brukernavn for å søke",
+ "load_more": "Last flere"
+}
\ No newline at end of file
diff --git a/public/language/tr/footer.json b/public/language/tr/footer.json
new file mode 100644
index 0000000000..7298842150
--- /dev/null
+++ b/public/language/tr/footer.json
@@ -0,0 +1,7 @@
+{
+ "stats.online": "Çevrimiçi",
+ "stats.users": "Kullanıcılar",
+ "stats.topics": "Başlıklar",
+ "stats.posts": "Mesajlar",
+ "success": "başarı"
+}
\ No newline at end of file
diff --git a/public/language/tr/global.json b/public/language/tr/global.json
new file mode 100644
index 0000000000..d404a19fb8
--- /dev/null
+++ b/public/language/tr/global.json
@@ -0,0 +1,52 @@
+{
+ "home": "Home",
+ "search": "Arama",
+ "buttons.close": "Yakın",
+ "403.title": "Erişim Engellendi",
+ "403.message": "Erişiminiz olmayan bir sayfaya ulaşmaya çalıştınız. Belki de href='/login'> < giriş yapmayı denemelisiniz a> ?",
+ "404.title": "Bulunamadı",
+ "404.message": "Olmayan bir sayfayı ziyaret etmeye çalıştınız. Ana sayfa a> .",
+ "500.title": "Dahili hata.",
+ "500.message": "Ups! Bir şeyler ters gitti sanki!",
+ "register": "Kayıt Ol",
+ "login": "Giriş",
+ "logout": "Çıkış",
+ "logout.title": "Şimdi çıkış yaptınız.",
+ "logout.message": "NodeBB 'ye başarıyla giriş yaptınız",
+ "save_changes": "Değişiklikleri kaydet",
+ "close": "Yakın",
+ "header.admin": "Yönetim",
+ "header.recent": "Yeni",
+ "header.unread": "Okunmamış",
+ "header.popular": "Popüler",
+ "header.users": "Kullanıcılar",
+ "header.chats": "Sohbetler",
+ "header.notifications": "Bildirimler",
+ "header.search": "Arama",
+ "header.profile": "Profil",
+ "notifications.loading": "Bildirimler Yükleniyor",
+ "chats.loading": "Sohbetler Yükleniyor",
+ "motd.welcome": "NodeBB, geleceğin tartışma platformuna hoş geldiniz.",
+ "motd.get": "NodeBB edinin",
+ "motd.fork": "Fork",
+ "motd.like": "Beğen",
+ "motd.follow": "Takip Et",
+ "previouspage": "Önceki Sayfa",
+ "nextpage": "Sonraki Sayfa",
+ "alert.success": "Başarılı",
+ "alert.error": "Hata",
+ "alert.banned": "Yasaklı",
+ "alert.banned.message": "Yasaklandınız, çıkışınız yapılıyor!",
+ "alert.unfollow": "Artık %1'i takip etmiyorsunuz!",
+ "alert.follow": "%1'i takip ediyorsunuz!",
+ "posts": "İletiler",
+ "views": "Görüntülemeler",
+ "posted": "gönderildi",
+ "in": "içinde",
+ "recentposts": "Güncel İletiler",
+ "online": "Çevrimiçi",
+ "away": "Dışarıda",
+ "dnd": "Rahatsız Etmeyin",
+ "invisible": "Görünmez",
+ "offline": "Çevrimdışı"
+}
\ No newline at end of file
diff --git a/public/language/tr/language.json b/public/language/tr/language.json
new file mode 100644
index 0000000000..f4370e4cf7
--- /dev/null
+++ b/public/language/tr/language.json
@@ -0,0 +1,4 @@
+{
+ "name": "Türkçe",
+ "code": "tr"
+}
\ No newline at end of file
diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json
new file mode 100644
index 0000000000..708e95b11c
--- /dev/null
+++ b/public/language/tr/modules.json
@@ -0,0 +1,6 @@
+{
+ "chat.chatting_with": " span> ile konuş",
+ "chat.placeholder": "Sohbet mesajınızı yazın, göndermek için enter'a basın",
+ "chat.send": "Gönder",
+ "chat.no_active": "Aktif sohbet mevcut değil"
+}
\ No newline at end of file
diff --git a/public/language/tr/notifications.json b/public/language/tr/notifications.json
new file mode 100644
index 0000000000..e8ba91f3d8
--- /dev/null
+++ b/public/language/tr/notifications.json
@@ -0,0 +1,8 @@
+{
+ "title": "Bildirimler",
+ "back_to_home": "NodeBB'ye geri dön",
+ "outgoing_link": "Harici Link",
+ "outgoing_link_message": "Şimdi ayrılıyorsunuz",
+ "continue_to": "Devam",
+ "return_to": "Geri Dön"
+}
\ No newline at end of file
diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json
new file mode 100644
index 0000000000..4f3ecda974
--- /dev/null
+++ b/public/language/tr/pages.json
@@ -0,0 +1,12 @@
+{
+ "home": "Ana Sayfa",
+ "unread": "Okunmayan Başlıklar",
+ "recent": "Güncel Konular",
+ "users": "Kayıtlı Kullanıcılar",
+ "notifications": "Bildirimler",
+ "user.edit": "\"% 1\" düzenleniyor",
+ "user.following": "İnsanlar %1 Takip Ediyor",
+ "user.followers": "%1 takip edenler",
+ "user.favourites": "%1'in Favori İletileri",
+ "user.settings": "Kullanıcı Ayarları"
+}
\ No newline at end of file
diff --git a/public/language/tr/recent.json b/public/language/tr/recent.json
new file mode 100644
index 0000000000..f68c731806
--- /dev/null
+++ b/public/language/tr/recent.json
@@ -0,0 +1,6 @@
+{
+ "title": "Güncel",
+ "day": "Gün",
+ "week": "Hafta",
+ "month": "Ay"
+}
\ No newline at end of file
diff --git a/public/language/tr/register.json b/public/language/tr/register.json
new file mode 100644
index 0000000000..fb65ebbc35
--- /dev/null
+++ b/public/language/tr/register.json
@@ -0,0 +1,18 @@
+{
+ "register": "Kayıt Ol",
+ "help.email": "E-posta adresiniz varsayılan olarak topluluktan gizlidir.",
+ "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.",
+ "help.minimum_password_length": "Şifreniz en az %1 karakter olmalı",
+ "email_address": "E-posta adresiniz",
+ "email_address_placeholder": "E-posta Adresinizi girin",
+ "username": "Kullanıcı Adı",
+ "username_placeholder": "Kullanıcı Adınızı Girin",
+ "password": "Şifre",
+ "password_placeholder": "Şifrenizi Girin",
+ "confirm_password": "Şifrenizi Onaylayın",
+ "confirm_password_placeholder": "Şifrenizi Onaylayın",
+ "register_now_button": "Hemen Kayıt Ol",
+ "alternative_registration": "Alternatif Kayıt",
+ "terms_of_use": "Kullanım Şartları",
+ "agree_to_terms_of_use": "Kullanım Şartlarını kabul ediyorum"
+}
\ No newline at end of file
diff --git a/public/language/tr/reset_password.json b/public/language/tr/reset_password.json
new file mode 100644
index 0000000000..d8aa05f826
--- /dev/null
+++ b/public/language/tr/reset_password.json
@@ -0,0 +1,13 @@
+{
+ "reset_password": "Şifreyi Sıfırla",
+ "update_password": "Şifreyi Güncelle",
+ "password_changed.title": "Şifreniz Değiştirildi",
+ "password_changed.message": " Şifreniz başarıyla değiştirildi, lütfen tekrar giriş yapın.",
+ "wrong_reset_code.title": "Yanlış Sıfırlama Kodu",
+ "wrong_reset_code.message": "Şifre sıfırlama kodu yanlış, lütfen tekrar deneyin, ya da yeni bir şifre sıfırlama kodu isteyin.",
+ "new_password": "Yeni Şifre",
+ "repeat_password": "Şifreyi Onayla",
+ "enter_email": "Lütfen e-posta adresinizi girin , size hesabınızı nasıl sıfırlayacağınızı anlatan bir e-posta gönderelim",
+ "password_reset_sent": "Şifre Yenilemesi Gönderildi",
+ "invalid_email": "Geçersiz E-posta / E-posta mevcut değil!"
+}
\ No newline at end of file
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
new file mode 100644
index 0000000000..d92d8d49a3
--- /dev/null
+++ b/public/language/tr/topic.json
@@ -0,0 +1,47 @@
+{
+ "topic": "Konu",
+ "topics": "Konular",
+ "no_topics_found": "Hiç konu bulunamadı!",
+ "profile": "Profil",
+ "posted_by": "tarafından gönderildi",
+ "chat": "Sohbet",
+ "notify_me": "Bu konudaki cevaplardan haberdar ol",
+ "quote": "Alıntı",
+ "reply": "Cevap",
+ "edit": "Düzenle",
+ "delete": "Sil",
+ "move": "Taşı",
+ "fork": "Fork",
+ "banned": "yasaklı",
+ "link": "Bağlantı",
+ "share": "Paylaş",
+ "tools": "Araçlar",
+ "flag": "Bayrak",
+ "flag_title": "Bu iletiyi moderatöre haber et",
+ "thread_tools.title": "Seçenekler",
+ "thread_tools.markAsUnreadForAll": "Okunmadı Olarak İşaretle",
+ "thread_tools.pin": "Pin Thread",
+ "thread_tools.lock": "Lock Thread",
+ "thread_tools.move": "Move Thread",
+ "thread_tools.fork": "Fork Thread",
+ "thread_tools.delete": "Delete Thread",
+ "load_categories": "Kategoriler Yükleniyor",
+ "disabled_categories_note": "Etkin Olmayan Kategoriler soluklaştırılır",
+ "confirm_move": "Taşı",
+ "confirm_fork": "Fork",
+ "favourite": "Favori",
+ "favourites": "Favoriler",
+ "favourites.not_logged_in.title": "Oturum açılmadı",
+ "favourites.not_logged_in.message": "Lütfen bu iletiyi favorilere eklemek için giriş yapın",
+ "favourites.has_no_favourites": "Favorilerde hiç iletiniz yok, görebilmek için iletileri favorilere ekleyin.",
+ "loading_more_posts": "Daha fazla ileti ",
+ "move_topic": "Başlığı Taş",
+ "move_post": "İletiyi Taşı",
+ "fork_topic": "Fork Topic",
+ "topic_will_be_moved_to": "Bu konu kategorisine taşınacak",
+ "fork_topic_instruction": "Click the posts you want to fork",
+ "fork_no_pids": "Hiç bir ileti seçilmedi!",
+ "fork_success": "Succesfully forked topic!",
+ "reputation": "Saygınlık",
+ "posts": "İletiler"
+}
\ No newline at end of file
diff --git a/public/language/tr/unread.json b/public/language/tr/unread.json
new file mode 100644
index 0000000000..feabfb6e03
--- /dev/null
+++ b/public/language/tr/unread.json
@@ -0,0 +1,6 @@
+{
+ "title": "Okunmadı",
+ "no_unread_topics": "Okunmamış başlık mevcut değil.",
+ "mark_all_read": "Hepsini Okundu Olarak İşaretle",
+ "load_more": "Daha Fazla"
+}
\ No newline at end of file
diff --git a/public/language/tr/user.json b/public/language/tr/user.json
new file mode 100644
index 0000000000..d84e96572c
--- /dev/null
+++ b/public/language/tr/user.json
@@ -0,0 +1,37 @@
+{
+ "banned": "Yasaklı",
+ "offline": "Çevrimdışı",
+ "username": "Kullanıcı Adı",
+ "email": "E-posta",
+ "fullname": "Tam Ad",
+ "website": "Websitesi",
+ "location": "Konum",
+ "age": "Yaş",
+ "joined": "Katıldı",
+ "lastonline": "En Son Çevrimiçi",
+ "profile_views": "Profil Görüntülemeleri",
+ "reputation": "Saygınlık",
+ "posts": "İletiler",
+ "favourites": "Favoriler",
+ "followers": "Takipçiler",
+ "following": "Takip Ediyor",
+ "signature": "İmza",
+ "gravatar": "Avatar",
+ "birthday": "Doğum Tarihi",
+ "change_picture": "Resmi Değiştir",
+ "edit": "Düzenle",
+ "uploaded_picture": "Yüklenmiş Fotoğraflar",
+ "upload_new_picture": "Yeni bir resim Yükle",
+ "change_password": "Şifre Değiştir",
+ "confirm_password": "Şifreyi Onayla",
+ "password": "Şifre",
+ "upload_picture": "Resim Yükle",
+ "upload_a_picture": "Bir Resim Yükle",
+ "image_spec": "Sadece 256kb altında ve PNG,JPG ya da GIF dosyalarını yükleyebilirsiniz.",
+ "settings": "Ayarlar",
+ "show_email": "E-postamı göster",
+ "has_no_follower": "Bu kullanıcının hiç takipçisi yok :(",
+ "follows_no_one": "Bu kullanıcı kimseyi takip etmiyor :(",
+ "email_hidden": "E-posta gizli",
+ "hidden": "gizli"
+}
\ No newline at end of file
diff --git a/public/language/tr/users.json b/public/language/tr/users.json
new file mode 100644
index 0000000000..f7a376d5c8
--- /dev/null
+++ b/public/language/tr/users.json
@@ -0,0 +1,9 @@
+{
+ "latest_users": "En Yeni Kullanıcılar",
+ "top_posters": "En Fazla Gönderim Yapanlar",
+ "most_reputation": "En Saygın",
+ "online": "Çevimiçi",
+ "search": "Ara",
+ "enter_username": "Aramak için bir kullanıcı adı girin",
+ "load_more": "Daha Fazla Yükle"
+}
\ No newline at end of file