diff --git a/public/language/ar/global.json b/public/language/ar/global.json index ffe888a143..6ee41883ed 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -48,6 +48,8 @@ "views": "Views", "posted": "posted", "in": "in", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Recent Posts", "recentips": "Recently Logged In IPs", "online": "Online", diff --git a/public/language/ar/login.json b/public/language/ar/login.json index f0a06a66a1..6057943b5b 100644 --- a/public/language/ar/login.json +++ b/public/language/ar/login.json @@ -1,6 +1,6 @@ { "login": "دخول", - "username": "اسم المستخدم", + "username": "Username / Email", "password": "كلمة السر", "remember_me": "تذكرني؟", "forgot_password": "نسيت كلمة المرور؟", diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 297bf37f80..1245eb4b20 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -43,5 +43,6 @@ "hidden": "مخفي", "paginate_description": "Paginate topics and posts instead of using infinite scroll.", "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page" + "posts_per_page": "Posts per Page", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/cs/global.json b/public/language/cs/global.json index 602ebc5dcd..99e3f7c4e4 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -48,6 +48,8 @@ "views": "Zobrazení", "posted": "odesláno", "in": "v", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Nedávné příspěvky", "recentips": "Recently Logged In IPs", "online": "Online", diff --git a/public/language/cs/login.json b/public/language/cs/login.json index 27eb02e2d1..a2445ec763 100644 --- a/public/language/cs/login.json +++ b/public/language/cs/login.json @@ -1,6 +1,6 @@ { "login": "Přihlásit se", - "username": "Uživatelské jméno", + "username": "Username / Email", "password": "Heslo", "remember_me": "Zapamatovat si mě?", "forgot_password": "Zapomněli jste heslo?", diff --git a/public/language/cs/user.json b/public/language/cs/user.json index f67e2c805a..cb6a065d9a 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -43,5 +43,6 @@ "hidden": "skrytý", "paginate_description": "Paginate topics and posts instead of using infinite scroll.", "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page" + "posts_per_page": "Posts per Page", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/de/global.json b/public/language/de/global.json index a577429cff..ecaa276fe4 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -48,8 +48,10 @@ "views": "Aufrufe", "posted": "geposted", "in": "in", + "norecentposts": "Keine aktuellen Beiträge", + "norecenttopics": "Keine aktuellen Themen", "recentposts": "Aktuelle Beiträge", - "recentips": "Recently Logged In IPs", + "recentips": "Zuletzt eingeloggte IPs", "online": "Online", "away": "Abwesend", "dnd": "Nicht stören", diff --git a/public/language/de/login.json b/public/language/de/login.json index 666f1fa508..0e583d123a 100644 --- a/public/language/de/login.json +++ b/public/language/de/login.json @@ -1,6 +1,6 @@ { "login": "Einloggen", - "username": "Benutzername", + "username": "Username / Email", "password": "Passwort", "remember_me": "Eingeloggt bleiben?", "forgot_password": "Passwort vergessen?", diff --git a/public/language/de/pages.json b/public/language/de/pages.json index 7a755df1f5..ca26360072 100644 --- a/public/language/de/pages.json +++ b/public/language/de/pages.json @@ -8,7 +8,7 @@ "user.edit": "Editing \"%1\"", "user.following": "People %1 Follows", "user.followers": "People who Follow %1", - "user.posts": "Posts made by %1", - "user.favourites": "%1's Favourite Posts", + "user.posts": "Beiträge von %1", + "user.favourites": "%1's favorisierte Beiträge", "user.settings": "User Settings" } \ No newline at end of file diff --git a/public/language/de/reset_password.json b/public/language/de/reset_password.json index aaa98d402a..c46c2865b7 100644 --- a/public/language/de/reset_password.json +++ b/public/language/de/reset_password.json @@ -8,7 +8,7 @@ "new_password": "Neues Passwort", "repeat_password": "Wiederhole das Passwort", "enter_email": "Bitte gib Deine E-Mail Adresse ein und wir senden Dir eine Anleitung, wie Du Dein Passwort zurücksetzen kannst.", - "enter_email_address": "Enter Email Address", + "enter_email_address": "E-Mail Adresse eingeben", "password_reset_sent": "Passwortzrücksetzung beantragt.", "invalid_email": "Ungültige E-Mail / Adresse existiert nicht!" } \ No newline at end of file diff --git a/public/language/de/user.json b/public/language/de/user.json index ae5f8f2993..117848415c 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -43,5 +43,6 @@ "hidden": "versteckt", "paginate_description": "Themen und Beiträge auf Seiten aufteilen statt unendliches Scrollen verweden", "topics_per_page": "Themen pro Seite", - "posts_per_page": "Beiträge pro Seite" + "posts_per_page": "Beiträge pro Seite", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/es/footer.json b/public/language/es/footer.json index 48f2274776..4f4abaf711 100644 --- a/public/language/es/footer.json +++ b/public/language/es/footer.json @@ -2,6 +2,6 @@ "stats.online": "Online", "stats.users": "Gente", "stats.topics": "Temas", - "stats.posts": "Publicaciones", + "stats.posts": "Posts", "success": "éxito!" } \ No newline at end of file diff --git a/public/language/es/login.json b/public/language/es/login.json index 2a94c0b96c..9220b42250 100644 --- a/public/language/es/login.json +++ b/public/language/es/login.json @@ -1,6 +1,6 @@ { "login": "Conectarse", - "username": "Usuario", + "username": "Usuario / Email", "password": "Contraseña", "remember_me": "Recordarme?", "forgot_password": "Olvidaste tu contraseña?", diff --git a/public/language/es/user.json b/public/language/es/user.json index c7ef7ae029..2e5e6c385f 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -43,5 +43,6 @@ "hidden": "oculto", "paginate_description": "La paginación de los temas no es por página, ya que tiene scroll infinito.", "topics_per_page": "Temas por página", - "posts_per_page": "Post por página" + "posts_per_page": "Post por página", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/fi/global.json b/public/language/fi/global.json index 2be70cb8a4..0cd5d41077 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -48,6 +48,8 @@ "views": "Katsottu", "posted": "kirjoitettu", "in": "alueelle", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Viimeisimmät viestit", "recentips": "Recently Logged In IPs", "online": "Online", diff --git a/public/language/fi/login.json b/public/language/fi/login.json index 5d1a2eb3cd..84f4e86b50 100644 --- a/public/language/fi/login.json +++ b/public/language/fi/login.json @@ -1,6 +1,6 @@ { "login": "Kirjaudu sisään", - "username": "Käyttäjänimi", + "username": "Username / Email", "password": "Salasana", "remember_me": "Muista minut?", "forgot_password": "Unohditko salasanasi?", diff --git a/public/language/fi/user.json b/public/language/fi/user.json index 5020e50f76..f575ad25de 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -43,5 +43,6 @@ "hidden": "piilotettu", "paginate_description": "Sivuta aiheet ja viestit loputtoman vierittämisen sijaan.", "topics_per_page": "Aihetta per sivu", - "posts_per_page": "Viestiä per sivu" + "posts_per_page": "Viestiä per sivu", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/fr/global.json b/public/language/fr/global.json index 3a560db0a1..9c3ce642fe 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -48,8 +48,10 @@ "views": "Vues", "posted": "posté", "in": "dans", + "norecentposts": "Aucun Message Récent", + "norecenttopics": "Aucun Sujet Récent", "recentposts": "Messages Récents", - "recentips": "Recently Logged In IPs", + "recentips": "Adresses IP récememnt enregistée", "online": "En ligne", "away": "Absent", "dnd": "Occupé", diff --git a/public/language/he/global.json b/public/language/he/global.json index 0719d1408b..feff2a27c3 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -48,6 +48,8 @@ "views": "צפיות", "posted": "פורסם", "in": "ב", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "פוסטים אחרונים", "recentips": "Recently Logged In IPs", "online": "מחובר", diff --git a/public/language/he/login.json b/public/language/he/login.json index 6a2ffd46bf..474001b125 100644 --- a/public/language/he/login.json +++ b/public/language/he/login.json @@ -1,6 +1,6 @@ { "login": "התחברות", - "username": "שם משתמש", + "username": "Username / Email", "password": "סיסמה", "remember_me": "זכור אותי?", "forgot_password": "שכחת סיסמתך?", diff --git a/public/language/he/user.json b/public/language/he/user.json index b2b0257e48..7fda816d35 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -43,5 +43,6 @@ "hidden": "מוסתר", "paginate_description": "צור עימוד לנושאים במקום לטעון את כל התוכן בעמוד אחד.", "topics_per_page": "כמות נושאים בעמוד", - "posts_per_page": "כמות פוסטים בעמוד" + "posts_per_page": "כמות פוסטים בעמוד", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/hu/global.json b/public/language/hu/global.json index 579ae7fd48..27f6630e6f 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -48,6 +48,8 @@ "views": "Megtekintés", "posted": "hozzászólt", "in": "itt:", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Friss hozzászólások", "recentips": "Recently Logged In IPs", "online": "Online", diff --git a/public/language/hu/login.json b/public/language/hu/login.json index f0b35c6a7d..bb4c795f8a 100644 --- a/public/language/hu/login.json +++ b/public/language/hu/login.json @@ -1,6 +1,6 @@ { "login": "Bejelentkezés", - "username": "Felhasználónév", + "username": "Username / Email", "password": "Jelszó", "remember_me": "Emlékezz rám", "forgot_password": "Elfelejtett Jelszó?", diff --git a/public/language/hu/user.json b/public/language/hu/user.json index 92d20d8e76..88cb8422a5 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -43,5 +43,6 @@ "hidden": "rejtett", "paginate_description": "Oldalszámok használata a témáknál és hozzászólásoknál a végtelen görgetés helyett.", "topics_per_page": "Téma oldalanként", - "posts_per_page": "Hozzászólás oldalanként" + "posts_per_page": "Hozzászólás oldalanként", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/it/login.json b/public/language/it/login.json index 18d043e3ce..4a28ac7b8d 100644 --- a/public/language/it/login.json +++ b/public/language/it/login.json @@ -1,6 +1,6 @@ { "login": "Accedi", - "username": "Nome utente", + "username": "Username / Email", "password": "Password", "remember_me": "Memorizzami?", "forgot_password": "Password dimenticata?", diff --git a/public/language/it/user.json b/public/language/it/user.json index 25f7a614a1..30d3d28b83 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -43,5 +43,6 @@ "hidden": "nascosta", "paginate_description": "Dividi argomenti e post in pagine anziché usare lo scroll infinito.", "topics_per_page": "Argomenti per Pagina", - "posts_per_page": "Post per Pagina" + "posts_per_page": "Post per Pagina", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/nb/login.json b/public/language/nb/login.json index a38d063f8e..10acb673d5 100644 --- a/public/language/nb/login.json +++ b/public/language/nb/login.json @@ -1,6 +1,6 @@ { "login": "Logg inn", - "username": "Brukernavn", + "username": "Username / Email", "password": "Passord", "remember_me": "Husk meg?", "forgot_password": "Glemt passord?", diff --git a/public/language/nb/user.json b/public/language/nb/user.json index c8b9f6b97b..6514b1b7c1 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -43,5 +43,6 @@ "hidden": "skjult", "paginate_description": "Paginer tråder og innlegg istedet for å bruke uendelig skrolling.", "topics_per_page": "Tråd per side", - "posts_per_page": "Innlegg per side" + "posts_per_page": "Innlegg per side", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/nl/global.json b/public/language/nl/global.json index d44cdf7098..34b94afac6 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -48,6 +48,8 @@ "views": "Weergaven", "posted": "geplaatst", "in": "in", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Recente Berichten", "recentips": "Recente Ingelogde IPs", "online": "Online", diff --git a/public/language/nl/login.json b/public/language/nl/login.json index 497b623098..4dcfd27605 100644 --- a/public/language/nl/login.json +++ b/public/language/nl/login.json @@ -1,6 +1,6 @@ { "login": "Inloggen", - "username": "Gebruikersnaam", + "username": "Username / Email", "password": "Wachtwoord", "remember_me": "Mij Onthouden?", "forgot_password": "Wachtwoord Vergeten?", diff --git a/public/language/nl/user.json b/public/language/nl/user.json index 05e0c6f67c..581c5e9a66 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -43,5 +43,6 @@ "hidden": "verborgen", "paginate_description": "Blader door onderwerpen en berichten in plaats van oneindig scrollen.", "topics_per_page": "Onderwerpen per Pagina", - "posts_per_page": "Berichten per Pagina" + "posts_per_page": "Berichten per Pagina", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/pl/login.json b/public/language/pl/login.json index ec7adc7913..2125c93310 100644 --- a/public/language/pl/login.json +++ b/public/language/pl/login.json @@ -1,6 +1,6 @@ { "login": "Zaloguj się", - "username": "Nazwa użytkownika", + "username": "Nazwa użytkownika lub adres e-mail", "password": "Hasło", "remember_me": "Zapamiętaj mnie", "forgot_password": "Zapomniałeś hasło?", diff --git a/public/language/pl/user.json b/public/language/pl/user.json index 36d9b509ec..975fa6dcf0 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -43,5 +43,6 @@ "hidden": "ukryty", "paginate_description": "Użyj klasycznego trybu paginacji zamiast nieskończonego przewijania.", "topics_per_page": "Wątków na stronę", - "posts_per_page": "Postów na stronę" + "posts_per_page": "Postów na stronę", + "notification_sounds": "Odtwórz dźwięk po otrzymaniu powiadomienia." } \ No newline at end of file diff --git a/public/language/pt_BR/login.json b/public/language/pt_BR/login.json index 0ae3e98a67..1d6f67ed58 100644 --- a/public/language/pt_BR/login.json +++ b/public/language/pt_BR/login.json @@ -1,6 +1,6 @@ { "login": "Login", - "username": "Usuário", + "username": "Username / Email", "password": "Senha", "remember_me": "Lembrar?", "forgot_password": "Esqueceu a Senha?", diff --git a/public/language/pt_BR/user.json b/public/language/pt_BR/user.json index 6991971504..ac93488452 100644 --- a/public/language/pt_BR/user.json +++ b/public/language/pt_BR/user.json @@ -43,5 +43,6 @@ "hidden": "Escondido", "paginate_description": "Paginação de tópicos e posts ao invés de usar \"scroll infinito\"", "topics_per_page": "Tópicos por Página", - "posts_per_page": "Posts por Página" + "posts_per_page": "Posts por Página", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/ru/global.json b/public/language/ru/global.json index a87efeb669..ca7b2db1f0 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -48,6 +48,8 @@ "views": "Просмотры", "posted": "создан", "in": "в", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Свежие записи", "recentips": "Recently Logged In IPs", "online": "В сети", diff --git a/public/language/ru/login.json b/public/language/ru/login.json index 0b893bc1d4..681b4fc98d 100644 --- a/public/language/ru/login.json +++ b/public/language/ru/login.json @@ -1,6 +1,6 @@ { "login": "Войти", - "username": "Имя пользователя", + "username": "Username / Email", "password": "Пароль", "remember_me": "Запомнить меня", "forgot_password": "Забыли пароль?", diff --git a/public/language/ru/user.json b/public/language/ru/user.json index 73abdd05d0..7d23235fb7 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -43,5 +43,6 @@ "hidden": "скрыто", "paginate_description": "Paginate topics and posts instead of using infinite scroll.", "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page" + "posts_per_page": "Posts per Page", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/sc/login.json b/public/language/sc/login.json index 33ebfc7660..51513702c9 100644 --- a/public/language/sc/login.json +++ b/public/language/sc/login.json @@ -1,6 +1,6 @@ { "login": "Intra", - "username": "Nùmene de Impitadore", + "username": "Username / Email", "password": "Password", "remember_me": "Regorda·mi?", "forgot_password": "Password Iscarèssida?", diff --git a/public/language/sc/user.json b/public/language/sc/user.json index 03298a4bfe..4cc5b4b574 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -43,5 +43,6 @@ "hidden": "cuadu", "paginate_description": "Partzi is arresonadas e arresonos in pàginas a su postu de impreare su iscorrimentu infinidu.", "topics_per_page": "Arresonadas pro Pàgina", - "posts_per_page": "Arresonos pro Pàgina" + "posts_per_page": "Arresonos pro Pàgina", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/sk/global.json b/public/language/sk/global.json index 1427672f70..51814d5f57 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -48,8 +48,10 @@ "views": "Zhliadnutí", "posted": "príspevok", "in": "v", + "norecentposts": "Žiadne Posledné Príspevky", + "norecenttopics": "Žiadne Posledné Témy", "recentposts": "Posledné príspevky", - "recentips": "Recently Logged In IPs", + "recentips": "Naposledy zaznamenané IP adresy", "online": "Online", "away": "Preč", "dnd": "Nevyrušovať", diff --git a/public/language/sk/login.json b/public/language/sk/login.json index 7e515cbb84..e2e47ade32 100644 --- a/public/language/sk/login.json +++ b/public/language/sk/login.json @@ -1,6 +1,6 @@ { "login": "Prihlásiť sa", - "username": "Užívateľské meno", + "username": "Username / Email", "password": "Heslo", "remember_me": "Zapamätať si ma?", "forgot_password": "Zabudli ste heslo?", diff --git a/public/language/sk/user.json b/public/language/sk/user.json index 5571f8142c..68f0cd6fcb 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -43,5 +43,6 @@ "hidden": "skrytý", "paginate_description": "Stránkuj témy a príspevky miesto používania nekonečného posúvania.", "topics_per_page": "Témy na stranu", - "posts_per_page": "Príspevkov na stranu" + "posts_per_page": "Príspevkov na stranu", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/sv/global.json b/public/language/sv/global.json index a92a4b8d8f..bbed8e7157 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -48,6 +48,8 @@ "views": "Visningar", "posted": "svarade", "in": "i", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Senaste ämnena", "recentips": "Nyligen inloggade IPn", "online": "Online", diff --git a/public/language/sv/login.json b/public/language/sv/login.json index 3affd61d6c..e1259f230b 100644 --- a/public/language/sv/login.json +++ b/public/language/sv/login.json @@ -1,6 +1,6 @@ { "login": "Logga in", - "username": "Användarnamn", + "username": "Username / Email", "password": "Lösenord", "remember_me": "Kom ihåg mig?", "forgot_password": "Glömt lösenord?", diff --git a/public/language/sv/user.json b/public/language/sv/user.json index a876a6f76d..2b24c09e53 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -43,5 +43,6 @@ "hidden": "dold", "paginate_description": "Gör så att ämnen och inlägg visas som sidor istället för oändlig scroll.", "topics_per_page": "Ämnen per sida", - "posts_per_page": "Inlägg per sida" + "posts_per_page": "Inlägg per sida", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/th/login.json b/public/language/th/login.json index e6db507935..af82311957 100644 --- a/public/language/th/login.json +++ b/public/language/th/login.json @@ -1,6 +1,6 @@ { "login": "เข้าสู่ระบบ", - "username": "ชื่อผู้ใช้", + "username": "Username / Email", "password": "รหัสผ่าน", "remember_me": "จำไว้ในระบบ?", "forgot_password": "ลืมรหัสผ่าน?", diff --git a/public/language/th/user.json b/public/language/th/user.json index 84fccdbcb4..b649071dad 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -43,5 +43,6 @@ "hidden": "ซ่อน", "paginate_description": "ให้เลขหน้ากระทู้และโพสต์แทนการใช้สกรอลล์ที่ไม่สิ้นสุด", "topics_per_page": "จำนวนกระทู้ต่อหน้า", - "posts_per_page": "จำนวนโพสต์ต่อหน้า" + "posts_per_page": "จำนวนโพสต์ต่อหน้า", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/tr/global.json b/public/language/tr/global.json index 492c5f6e89..5ba919e13e 100644 --- a/public/language/tr/global.json +++ b/public/language/tr/global.json @@ -48,6 +48,8 @@ "views": "Görüntülemeler", "posted": "gönderildi", "in": "içinde", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "Güncel İletiler", "recentips": "Recently Logged In IPs", "online": "Çevrimiçi", diff --git a/public/language/tr/login.json b/public/language/tr/login.json index b41ee913d2..3603a347ee 100644 --- a/public/language/tr/login.json +++ b/public/language/tr/login.json @@ -1,6 +1,6 @@ { "login": "Giriş", - "username": "Kullanıcı Adı", + "username": "Username / Email", "password": "Şifre", "remember_me": "Beni Hatırla!", "forgot_password": "Şifrenizi mi unuttunuz?", diff --git a/public/language/tr/user.json b/public/language/tr/user.json index 3b5f50793a..88ae6c6658 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -43,5 +43,6 @@ "hidden": "gizli", "paginate_description": "Paginate topics and posts instead of using infinite scroll.", "topics_per_page": "Topics per Page", - "posts_per_page": "Posts per Page" + "posts_per_page": "Posts per Page", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json index a56b080bc7..82fdb3c4e0 100644 --- a/public/language/zh_CN/global.json +++ b/public/language/zh_CN/global.json @@ -48,6 +48,8 @@ "views": "浏览", "posted": "发布", "in": "在", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", "recentposts": "最新发表", "recentips": "最近登录ip", "online": " 在线", diff --git a/public/language/zh_CN/login.json b/public/language/zh_CN/login.json index 25fe9a81f2..64ff3e5c1a 100644 --- a/public/language/zh_CN/login.json +++ b/public/language/zh_CN/login.json @@ -1,6 +1,6 @@ { "login": "登录", - "username": "用户名", + "username": "Username / Email", "password": "密码", "remember_me": "记住我?", "forgot_password": "忘记密码?", diff --git a/public/language/zh_CN/user.json b/public/language/zh_CN/user.json index 698abc17c6..df09793534 100644 --- a/public/language/zh_CN/user.json +++ b/public/language/zh_CN/user.json @@ -43,5 +43,6 @@ "hidden": "隐藏", "paginate_description": "使用分页方式显示话题和帖子,代替滚动显示", "topics_per_page": "每页话题数量设置", - "posts_per_page": "每页帖子数量设置" + "posts_per_page": "每页帖子数量设置", + "notification_sounds": "Play a sound when you receive a notification." } \ No newline at end of file diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json index e53f68e642..ae4f39575a 100644 --- a/public/language/zh_TW/global.json +++ b/public/language/zh_TW/global.json @@ -48,8 +48,8 @@ "views": "Views", "posted": "posted", "in": "in", - "norecentposts": "No Recent Posts", - "norecenttopics": "No Recent Topics", + "norecentposts": "最近沒新帖子", + "norecenttopics": "最近沒新主題", "recentposts": "最近的帖子", "recentips": "Recently Logged In IPs", "online": "在線", diff --git a/public/language/zh_TW/login.json b/public/language/zh_TW/login.json index 9b1b964524..c4611647cc 100644 --- a/public/language/zh_TW/login.json +++ b/public/language/zh_TW/login.json @@ -1,6 +1,6 @@ { "login": "登錄", - "username": "用戶名", + "username": "使用者名稱 / 電子郵件", "password": "密碼", "remember_me": "記住我?", "forgot_password": "忘記密碼?", diff --git a/public/language/zh_TW/register.json b/public/language/zh_TW/register.json index 2d2636caf9..f1bb3b993d 100644 --- a/public/language/zh_TW/register.json +++ b/public/language/zh_TW/register.json @@ -1,5 +1,5 @@ { - "register": "注冊", + "register": "註冊", "help.email": "默認情況下,你的郵箱不會公開。", "help.username_restrictions": "用戶名由%1到%2個字符組成。其他人可以通過 @用戶名 點名你。", "help.minimum_password_length": "密碼必須至少包含%1個字符。", @@ -11,8 +11,8 @@ "password_placeholder": "輸入密碼", "confirm_password": "確認密碼", "confirm_password_placeholder": "再次輸入密碼", - "register_now_button": "現在注冊", - "alternative_registration": "其他方式注冊", + "register_now_button": "現在註冊", + "alternative_registration": "其他註冊方式", "terms_of_use": "使用條款", "agree_to_terms_of_use": "同意遵守使用條款" } \ No newline at end of file diff --git a/public/language/zh_TW/user.json b/public/language/zh_TW/user.json index 133a29832c..7b1901cab4 100644 --- a/public/language/zh_TW/user.json +++ b/public/language/zh_TW/user.json @@ -43,5 +43,6 @@ "hidden": "隱藏", "paginate_description": "使用分頁取代瀏覽載入帖子模式.", "topics_per_page": "每頁的主題數", - "posts_per_page": "每頁的帖子數" + "posts_per_page": "每頁的帖子數", + "notification_sounds": "當收到新消息時播放提示音" } \ No newline at end of file