From c4f436283eec35354f5448bf9ffa390b0839bc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9nzes=20Tam=C3=A1s?= Date: Mon, 31 Mar 2014 23:15:28 +0200 Subject: [PATCH 1/9] Update user.json fixed line 47 --- public/language/hu/user.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/hu/user.json b/public/language/hu/user.json index 88cb8422a5..2cde49be8f 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -44,5 +44,5 @@ "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", - "notification_sounds": "Play a sound when you receive a notification." -} \ No newline at end of file + "notification_sounds": "Hang lejátszása ha értesítés érkezett." +} From c199aca4e8486510b7a691ae89012f7723e098c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9nzes=20Tam=C3=A1s?= Date: Mon, 31 Mar 2014 23:24:50 +0200 Subject: [PATCH 2/9] Update global.json translated some but still not finished --- public/language/hu/global.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/language/hu/global.json b/public/language/hu/global.json index 27f6630e6f..16ff182dec 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -10,16 +10,16 @@ "500.message": "Hoppá! Úgy tűnik valami hiba történt!", "register": "Regisztrálás", "login": "Belépés", - "please_log_in": "Please Log In", + "please_log_in": "Kérjük, jelentkezzen be", "posting_restriction_info": "Posting is currently restricted to registered members only, click here to log in.", "welcome_back": "Welcome Back ", - "you_have_successfully_logged_in": "You have successfully logged in", + "you_have_successfully_logged_in": "Sikeresen bejelentkeztél", "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": "Bezár", - "pagination": "Pagination", + "pagination": "Lapszámozás", "header.admin": "Admin", "header.recent": "Friss", "header.unread": "Olvasatlan", @@ -32,9 +32,9 @@ "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.get": "NodeBB beszerzése", "motd.fork": "Fork", - "motd.like": "Like", + "motd.like": "Kedvel", "motd.follow": "Követés", "previouspage": "Előző Oldal", "nextpage": "Következő Oldal", @@ -48,14 +48,14 @@ "views": "Megtekintés", "posted": "hozzászólt", "in": "itt:", - "norecentposts": "No Recent Posts", - "norecenttopics": "No Recent Topics", + "norecentposts": "Nincs legutóbbi hozzászólás", + "norecenttopics": "Nincs friss téma", "recentposts": "Friss hozzászólások", - "recentips": "Recently Logged In IPs", + "recentips": "Utoljára bejelentkezett IP", "online": "Online", "away": "Távol van", "dnd": "Elfoglalt", "invisible": "Láthatatlan", "offline": "Offline", "privacy": "Privacy" -} \ No newline at end of file +} From b23a6fecc30d5c5070d81c468fb8ea73f3806348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9nzes=20Tam=C3=A1s?= Date: Mon, 31 Mar 2014 23:26:27 +0200 Subject: [PATCH 3/9] Update login.json done --- public/language/hu/login.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/hu/login.json b/public/language/hu/login.json index bb4c795f8a..78c9ccf1a6 100644 --- a/public/language/hu/login.json +++ b/public/language/hu/login.json @@ -1,10 +1,10 @@ { "login": "Bejelentkezés", - "username": "Username / Email", + "username": "Felhasználónév / Email", "password": "Jelszó", "remember_me": "Emlékezz rám", "forgot_password": "Elfelejtett Jelszó?", "alternative_logins": "Alternatív Belépések", "failed_login_attempt": "Sikertelen belépési kísérlet, kérlek próbálkozz újra.", "login_successful": "Sikeresen beléptél!" -} \ No newline at end of file +} From 4a1bd2fe93a284b2a73891c65123195edf96513a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9nzes=20Tam=C3=A1s?= Date: Mon, 31 Mar 2014 23:27:41 +0200 Subject: [PATCH 4/9] Update notifications.json done --- public/language/hu/notifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/hu/notifications.json b/public/language/hu/notifications.json index dca871edaf..98195de8de 100644 --- a/public/language/hu/notifications.json +++ b/public/language/hu/notifications.json @@ -1,10 +1,10 @@ { "title": "Értesítések", - "no_notifs": "You have no new notifications", + "no_notifs": "Nincs új értesítés", "see_all": "Összes értesítés megtekintése", "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 +} From 175da41131cd8a4c15ad7dd1ff47e60688f2bb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9nzes=20Tam=C3=A1s?= Date: Mon, 31 Mar 2014 23:29:24 +0200 Subject: [PATCH 5/9] Update pages.json done --- public/language/hu/pages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json index 1ed955722c..8debc9376b 100644 --- a/public/language/hu/pages.json +++ b/public/language/hu/pages.json @@ -1,14 +1,14 @@ { "home": "Kezdőlap", "unread": "Olvasatlan Topikok", - "popular": "Popular Topics", + "popular": "Népszerű Témák", "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.posts": "Posts made by %1", + "user.posts": "Hozzászólások által %1", "user.favourites": "%1 Kedvenc Hozzászólásai", "user.settings": "Felhasználói Beállítások" -} \ No newline at end of file +} From 83156701df919e18ffd8ad3fd10c4c5e22ef7328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9nzes=20Tam=C3=A1s?= Date: Mon, 31 Mar 2014 23:31:09 +0200 Subject: [PATCH 6/9] Update reset_password.json done --- public/language/hu/reset_password.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/hu/reset_password.json b/public/language/hu/reset_password.json index e611a2688f..78f260cc8b 100644 --- a/public/language/hu/reset_password.json +++ b/public/language/hu/reset_password.json @@ -8,7 +8,7 @@ "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.", - "enter_email_address": "Enter Email Address", + "enter_email_address": "Email cím megadása", "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 +} From d6682048a1d1f022dd83d93fc5717155c3ddb600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9nzes=20Tam=C3=A1s?= Date: Mon, 31 Mar 2014 23:36:28 +0200 Subject: [PATCH 7/9] Update topic.json not finished --- public/language/hu/topic.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index 4523c44c01..7f5d46e7ea 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -11,25 +11,25 @@ "reply": "Válasz", "edit": "Szerkeszt", "delete": "Töröl", - "restore": "Restore", + "restore": "Visszaállít", "move": "Áthelyez", "fork": "Szétszedés", - "banned": "tiltva", + "banned": "Tiltva", "link": "Link", "share": "Megosztás", "tools": "Eszközök", "flag": "Jelentés", - "bookmark_instructions": "Click here to return to your last position or close to discard.", + "bookmark_instructions": "Kattintson ide, hogy visszatérjen az utolsó pozícióra vagy close to discard.", "flag_title": "A hozzászólás jelentése a moderátoroknál", "deleted_message": "Ez a topik törölve lett. Kizárólag azok a felhasználók láthatják, akiknek joga van hozzá.", "following_topic.title": "Following Topic", "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", - "not_following_topic.title": "Not Following Topic", + "not_following_topic.title": "Nem követett téma", "not_following_topic.message": "You will no longer receive notifications from this topic.", "login_to_subscribe": "Please register or log in in order to subscribe to this topic.", "markAsUnreadForAll.success": "Topic marked as unread for all.", - "watch": "Watch", - "share_this_post": "Share this Post", + "watch": "Követés", + "share_this_post": "Hozzászólás megosztása", "thread_tools.title": "Téma Eszközök", "thread_tools.markAsUnreadForAll": "Olvasatlannak jelölés", "thread_tools.pin": "Kiemel", @@ -76,7 +76,7 @@ "composer.thumb_title": "Add a thumbnail to this topic", "composer.thumb_url_placeholder": "http://example.com/thumb.png", "composer.thumb_file_label": "Or upload a file", - "composer.thumb_remove": "Clear fields", + "composer.thumb_remove": "Mezők törlése", "composer.drag_and_drop_images": "Drag and Drop Images Here", "composer.upload_instructions": "Upload images by dragging & dropping them." -} \ No newline at end of file +} From bb4d4eaec73132d5a4d6031306dadd60fb7995cd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 31 Mar 2014 18:04:03 -0400 Subject: [PATCH 8/9] added pirate english... yarrr --- .tx/config | 15 ++++ public/language/en@pirate/category.json | 12 +++ public/language/en@pirate/footer.json | 7 ++ public/language/en@pirate/global.json | 55 ++++++++++++ public/language/en@pirate/language.json | 5 ++ public/language/en@pirate/login.json | 10 +++ public/language/en@pirate/modules.json | 6 ++ public/language/en@pirate/notifications.json | 10 +++ public/language/en@pirate/pages.json | 14 ++++ public/language/en@pirate/recent.json | 7 ++ public/language/en@pirate/register.json | 18 ++++ public/language/en@pirate/reset_password.json | 14 ++++ public/language/en@pirate/topic.json | 83 +++++++++++++++++++ public/language/en@pirate/unread.json | 6 ++ public/language/en@pirate/user.json | 48 +++++++++++ public/language/en@pirate/users.json | 9 ++ 16 files changed, 319 insertions(+) create mode 100644 public/language/en@pirate/category.json create mode 100644 public/language/en@pirate/footer.json create mode 100644 public/language/en@pirate/global.json create mode 100644 public/language/en@pirate/language.json create mode 100644 public/language/en@pirate/login.json create mode 100644 public/language/en@pirate/modules.json create mode 100644 public/language/en@pirate/notifications.json create mode 100644 public/language/en@pirate/pages.json create mode 100644 public/language/en@pirate/recent.json create mode 100644 public/language/en@pirate/register.json create mode 100644 public/language/en@pirate/reset_password.json create mode 100644 public/language/en@pirate/topic.json create mode 100644 public/language/en@pirate/unread.json create mode 100644 public/language/en@pirate/user.json create mode 100644 public/language/en@pirate/users.json diff --git a/.tx/config b/.tx/config index b134833f0f..22a8bee310 100644 --- a/.tx/config +++ b/.tx/config @@ -8,6 +8,7 @@ source_lang = en_GB trans.ar = public/language/ar/category.json trans.cs = public/language/cs/category.json trans.de = public/language/de/category.json +trans.en@pirate = public/language/en@pirate/category.json trans.es = public/language/es/category.json trans.fa_IR = public/language/fa_IR/category.json trans.fi = public/language/fi/category.json @@ -36,6 +37,7 @@ source_lang = en_GB trans.ar = public/language/ar/login.json trans.cs = public/language/cs/login.json trans.de = public/language/de/login.json +trans.en@pirate = public/language/en@pirate/login.json trans.es = public/language/es/login.json trans.fa_IR = public/language/fa_IR/login.json trans.fi = public/language/fi/login.json @@ -63,6 +65,7 @@ source_lang = en_GB trans.ar = public/language/ar/recent.json trans.cs = public/language/cs/recent.json trans.de = public/language/de/recent.json +trans.en@pirate = public/language/en@pirate/recent.json trans.es = public/language/es/recent.json trans.fa_IR = public/language/fa_IR/recent.json trans.fi = public/language/fi/recent.json @@ -90,6 +93,7 @@ source_lang = en_GB trans.ar = public/language/ar/unread.json trans.cs = public/language/cs/unread.json trans.de = public/language/de/unread.json +trans.en@pirate = public/language/en@pirate/unread.json trans.es = public/language/es/unread.json trans.fa_IR = public/language/fa_IR/unread.json trans.fi = public/language/fi/unread.json @@ -117,6 +121,7 @@ source_lang = en_GB trans.ar = public/language/ar/footer.json trans.cs = public/language/cs/footer.json trans.de = public/language/de/footer.json +trans.en@pirate = public/language/en@pirate/footer.json trans.es = public/language/es/footer.json trans.fa_IR = public/language/fa_IR/footer.json trans.fi = public/language/fi/footer.json @@ -144,6 +149,7 @@ source_lang = en_GB trans.ar = public/language/ar/modules.json trans.cs = public/language/cs/modules.json trans.de = public/language/de/modules.json +trans.en@pirate = public/language/en@pirate/modules.json trans.es = public/language/es/modules.json trans.fa_IR = public/language/fa_IR/modules.json trans.fi = public/language/fi/modules.json @@ -171,6 +177,7 @@ source_lang = en_GB trans.ar = public/language/ar/register.json trans.cs = public/language/cs/register.json trans.de = public/language/de/register.json +trans.en@pirate = public/language/en@pirate/register.json trans.es = public/language/es/register.json trans.fa_IR = public/language/fa_IR/register.json trans.fi = public/language/fi/register.json @@ -198,6 +205,7 @@ source_lang = en_GB trans.ar = public/language/ar/user.json trans.cs = public/language/cs/user.json trans.de = public/language/de/user.json +trans.en@pirate = public/language/en@pirate/user.json trans.es = public/language/es/user.json trans.fa_IR = public/language/fa_IR/user.json trans.fi = public/language/fi/user.json @@ -225,6 +233,7 @@ source_lang = en_GB trans.ar = public/language/ar/global.json trans.cs = public/language/cs/global.json trans.de = public/language/de/global.json +trans.en@pirate = public/language/en@pirate/global.json trans.es = public/language/es/global.json trans.fa_IR = public/language/fa_IR/global.json trans.fi = public/language/fi/global.json @@ -252,6 +261,7 @@ source_lang = en_GB trans.ar = public/language/ar/notifications.json trans.cs = public/language/cs/notifications.json trans.de = public/language/de/notifications.json +trans.en@pirate = public/language/en@pirate/notifications.json trans.es = public/language/es/notifications.json trans.fa_IR = public/language/fa_IR/notifications.json trans.fi = public/language/fi/notifications.json @@ -279,6 +289,7 @@ source_lang = en_GB trans.ar = public/language/ar/reset_password.json trans.cs = public/language/cs/reset_password.json trans.de = public/language/de/reset_password.json +trans.en@pirate = public/language/en@pirate/reset_password.json trans.es = public/language/es/reset_password.json trans.fa_IR = public/language/fa_IR/reset_password.json trans.fi = public/language/fi/reset_password.json @@ -306,6 +317,7 @@ source_lang = en_GB trans.ar = public/language/ar/users.json trans.cs = public/language/cs/users.json trans.de = public/language/de/users.json +trans.en@pirate = public/language/en@pirate/users.json trans.es = public/language/es/users.json trans.fa_IR = public/language/fa_IR/users.json trans.fi = public/language/fi/users.json @@ -333,6 +345,7 @@ source_lang = en_GB trans.ar = public/language/ar/language.json trans.cs = public/language/cs/language.json trans.de = public/language/de/language.json +trans.en@pirate = public/language/en@pirate/language.json trans.es = public/language/es/language.json trans.fa_IR = public/language/fa_IR/language.json trans.fi = public/language/fi/language.json @@ -360,6 +373,7 @@ source_lang = en_GB trans.ar = public/language/ar/pages.json trans.cs = public/language/cs/pages.json trans.de = public/language/de/pages.json +trans.en@pirate = public/language/en@pirate/pages.json trans.es = public/language/es/pages.json trans.fa_IR = public/language/fa_IR/pages.json trans.fi = public/language/fi/pages.json @@ -387,6 +401,7 @@ source_lang = en_GB trans.ar = public/language/ar/topic.json trans.cs = public/language/cs/topic.json trans.de = public/language/de/topic.json +trans.en@pirate = public/language/en@pirate/topic.json trans.es = public/language/es/topic.json trans.fa_IR = public/language/fa_IR/topic.json trans.fi = public/language/fi/topic.json diff --git a/public/language/en@pirate/category.json b/public/language/en@pirate/category.json new file mode 100644 index 0000000000..7ef1b5b82a --- /dev/null +++ b/public/language/en@pirate/category.json @@ -0,0 +1,12 @@ +{ + "new_topic_button": "New Topic", + "no_topics": "Thar be no topics in 'tis category.
Why don't ye give a go' postin' one?", + "posts": "messages", + "views": "views", + "posted": "sent", + "browsing": "browsin'", + "no_replies": "No one has replied to ye message", + "replied": "replied", + "last_edited_by": "last edited by", + "share_this_category": "Share this category" +} \ No newline at end of file diff --git a/public/language/en@pirate/footer.json b/public/language/en@pirate/footer.json new file mode 100644 index 0000000000..128b7a5c8a --- /dev/null +++ b/public/language/en@pirate/footer.json @@ -0,0 +1,7 @@ +{ + "stats.online": "Online", + "stats.users": "Mates", + "stats.topics": "Topics", + "stats.posts": "Messages", + "success": "success" +} \ No newline at end of file diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json new file mode 100644 index 0000000000..454aa007c9 --- /dev/null +++ b/public/language/en@pirate/global.json @@ -0,0 +1,55 @@ +{ + "home": "Home Port", + "search": "Finderer", + "buttons.close": "Shoot down", + "403.title": "Not Enough Booty Power", + "403.message": "Ye seem to have stumbled upon a page that ye do not have access to. Perhaps ye give a go' loggin' in?", + "404.title": "T'ere be nut'in 'ere", + "404.message": "Ye seem to have stumbled upon a page that does not exist. Return to th' home page", + "500.title": "Broken beam.", + "500.message": "Looks like we've got somethin' in th' sails.", + "register": "Register", + "login": "Login", + "please_log_in": "Please Log In", + "logout": "Logout", + "posting_restriction_info": "Postin' be currently restricted to registered members only, click here to log in.", + "welcome_back": "Welcome to Port", + "you_have_successfully_logged_in": "Ye have successfully logged in", + "save_changes": "Save yer Changes", + "close": "Shoot down", + "pagination": "Pagination", + "header.admin": "Captians only", + "header.recent": "Recent", + "header.unread": "Undiscovered", + "header.popular": "Famous", + "header.users": "Mates", + "header.chats": "Yik-Yaks", + "header.notifications": "Parrot Calls", + "header.search": "Finderer", + "header.profile": "Bunk", + "notifications.loading": "Fetching yer Parrot Calls", + "chats.loading": "Loading Yik-Yaks", + "motd.welcome": "Welcome to NodeBB, th' discussion platform 'o th' future.", + "previouspage": "Previous Page", + "nextpage": "Next Page", + "alert.success": "Success", + "alert.error": "Somethin' broke", + "alert.banned": "Exiled", + "alert.banned.message": "Ye be banned ye gunna be logged out!", + "alert.unfollow": "Ye be no longer stalkin' %1!", + "alert.follow": "Ye be stalkin' %1", + "posts": "Messages", + "views": "Views", + "posted": "posted", + "in": "in", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", + "recentposts": "Recent Messages", + "recentips": "Recently Logged In IPs", + "online": "Available", + "away": "Out to sea", + "dnd": "Do not Disturb", + "invisible": "Magic usin'", + "offline": "Dead", + "privacy": "Privacy" +} \ No newline at end of file diff --git a/public/language/en@pirate/language.json b/public/language/en@pirate/language.json new file mode 100644 index 0000000000..214c4b0c2d --- /dev/null +++ b/public/language/en@pirate/language.json @@ -0,0 +1,5 @@ +{ + "name": "English (Pirate)", + "code": "en@pirate", + "dir": "ltr" +} \ No newline at end of file diff --git a/public/language/en@pirate/login.json b/public/language/en@pirate/login.json new file mode 100644 index 0000000000..738267f53d --- /dev/null +++ b/public/language/en@pirate/login.json @@ -0,0 +1,10 @@ +{ + "login": "Login", + "username": "Yer handle or email", + "password": "Secret Combination", + "remember_me": "Remember Me?", + "forgot_password": "My mind be a scatt'rbrain, help a matey out!", + "alternative_logins": "Oth'r gangplanks", + "failed_login_attempt": "Failed login attempt, please give it a go' again.", + "login_successful": "Welcome on board, matey!" +} \ No newline at end of file diff --git a/public/language/en@pirate/modules.json b/public/language/en@pirate/modules.json new file mode 100644 index 0000000000..93d1369c43 --- /dev/null +++ b/public/language/en@pirate/modules.json @@ -0,0 +1,6 @@ +{ + "chat.chatting_with": "Letters from ", + "chat.placeholder": "Yer message goes here, hit enter to send 'er off", + "chat.send": "Send Parrot", + "chat.no_active": "Ye be a lonely sailor." +} \ No newline at end of file diff --git a/public/language/en@pirate/notifications.json b/public/language/en@pirate/notifications.json new file mode 100644 index 0000000000..061311a37e --- /dev/null +++ b/public/language/en@pirate/notifications.json @@ -0,0 +1,10 @@ +{ + "title": "Notifications", + "no_notifs": "You have no new notifications", + "see_all": "Spy wit' ye eye all ye notifications", + "back_to_home": "Take me back!", + "outgoing_link": "Go offshore", + "outgoing_link_message": "Ye be goin' offshore", + "continue_to": "Continue to", + "return_to": "Return to" +} \ No newline at end of file diff --git a/public/language/en@pirate/pages.json b/public/language/en@pirate/pages.json new file mode 100644 index 0000000000..6b41654688 --- /dev/null +++ b/public/language/en@pirate/pages.json @@ -0,0 +1,14 @@ +{ + "home": "Home", + "unread": "Unread Topics", + "popular": "Popular Topics", + "recent": "Recent Topics", + "users": "Registered Users", + "notifications": "Notifications", + "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.settings": "User Settings" +} \ No newline at end of file diff --git a/public/language/en@pirate/recent.json b/public/language/en@pirate/recent.json new file mode 100644 index 0000000000..ea8a3101b4 --- /dev/null +++ b/public/language/en@pirate/recent.json @@ -0,0 +1,7 @@ +{ + "title": "Recent", + "day": "Day", + "week": "Week", + "month": "Month", + "no_recent_topics": "There be no recent topics." +} \ No newline at end of file diff --git a/public/language/en@pirate/register.json b/public/language/en@pirate/register.json new file mode 100644 index 0000000000..a063a896ef --- /dev/null +++ b/public/language/en@pirate/register.json @@ -0,0 +1,18 @@ +{ + "register": "Board the ship", + "help.email": "By default, your email will be hidden from the public.", + "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", + "help.minimum_password_length": "Your password's length must be at least %1 characters.", + "email_address": "Email Address", + "email_address_placeholder": "Enter Email Address", + "username": "Username", + "username_placeholder": "Enter Username", + "password": "Password", + "password_placeholder": "Enter Password", + "confirm_password": "Confirm Password", + "confirm_password_placeholder": "Confirm Password", + "register_now_button": "Register Now", + "alternative_registration": "Alternative Registration", + "terms_of_use": "Terms of Use", + "agree_to_terms_of_use": "I agree to the Terms of Use" +} \ No newline at end of file diff --git a/public/language/en@pirate/reset_password.json b/public/language/en@pirate/reset_password.json new file mode 100644 index 0000000000..dcdf4e76b6 --- /dev/null +++ b/public/language/en@pirate/reset_password.json @@ -0,0 +1,14 @@ +{ + "reset_password": "Reset Password", + "update_password": "Update Password", + "password_changed.title": "Password Changed", + "password_changed.message": "

Password successfully reset, please log in again.", + "wrong_reset_code.title": "Incorrect Reset Code", + "wrong_reset_code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", + "new_password": "New Password", + "repeat_password": "Confirm Password", + "enter_email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", + "enter_email_address": "Enter Email Address", + "password_reset_sent": "Password Reset Sent", + "invalid_email": "Invalid Email / Email does not exist!" +} \ No newline at end of file diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json new file mode 100644 index 0000000000..accbf17a3a --- /dev/null +++ b/public/language/en@pirate/topic.json @@ -0,0 +1,83 @@ +{ + "topic": "Topic", + "topics": "Topics", + "no_topics_found": "No topics found!", + "no_posts_found": "No posts found!", + "profile": "Profile", + "posted_by": "Posted by", + "chat": "Chat", + "notify_me": "Be notified of new replies in this topic", + "quote": "Quote", + "reply": "Reply", + "edit": "Edit", + "delete": "Delete", + "restore": "Restore", + "move": "Move", + "fork": "Fork", + "banned": "banned", + "link": "Link", + "share": "Share", + "tools": "Tools", + "flag": "Flag", + "bookmark_instructions": "Click here to return to your last position or close to discard.", + "flag_title": "Flag this post for moderation", + "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "following_topic.title": "Following Topic", + "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", + "not_following_topic.title": "Not Following Topic", + "not_following_topic.message": "You will no longer receive notifications from this topic.", + "login_to_subscribe": "Please register or log in in order to subscribe to this topic.", + "markAsUnreadForAll.success": "Topic marked as unread for all.", + "watch": "Watch", + "watch.title": "Be notified of new replies in this topic", + "share_this_post": "Share this Post", + "thread_tools.title": "Thread Tools", + "thread_tools.markAsUnreadForAll": "Mark Unread", + "thread_tools.pin": "Pin Topic", + "thread_tools.unpin": "Unpin Topic", + "thread_tools.lock": "Lock Topic", + "thread_tools.unlock": "Unlock Topic", + "thread_tools.move": "Move Topic", + "thread_tools.fork": "Fork Topic", + "thread_tools.delete": "Delete Topic", + "thread_tools.restore": "Restore Topic", + "load_categories": "Loading Categories", + "disabled_categories_note": "Disabled Categories are greyed out", + "confirm_move": "Move", + "confirm_fork": "Fork", + "favourite": "Favourite", + "favourites": "Favourites", + "favourites.not_logged_in.title": "Not Logged In", + "favourites.not_logged_in.message": "Please log in in order to favourite this post", + "favourites.has_no_favourites": "You don't have any favourites, favourite some posts to see them here!", + "vote.not_logged_in.title": "Not Logged In", + "vote.not_logged_in.message": "Please log in in order to vote", + "vote.cant_vote_self.title": "Invalid Vote", + "vote.cant_vote_self.message": "You cannot vote for your own post", + "loading_more_posts": "Loading More Posts", + "move_topic": "Move Topic", + "move_post": "Move Post", + "fork_topic": "Fork Topic", + "topic_will_be_moved_to": "This topic will be moved to the category", + "fork_topic_instruction": "Click the posts you want to fork", + "fork_no_pids": "No posts selected!", + "fork_success": "Succesfully forked topic!", + "reputation": "Reputation", + "posts": "Posts", + "composer.title_placeholder": "Enter your topic title here...", + "composer.write": "Write", + "composer.preview": "Preview", + "composer.help": "Help", + "composer.discard": "Discard", + "composer.submit": "Submit", + "composer.replying_to": "Replying to", + "composer.new_topic": "New Topic", + "composer.uploading": "uploading...", + "composer.thumb_url_label": "Paste a topic thumbnail URL", + "composer.thumb_title": "Add a thumbnail to this topic", + "composer.thumb_url_placeholder": "http://example.com/thumb.png", + "composer.thumb_file_label": "Or upload a file", + "composer.thumb_remove": "Clear fields", + "composer.drag_and_drop_images": "Drag and Drop Images Here", + "composer.upload_instructions": "Upload images by dragging & dropping them." +} \ No newline at end of file diff --git a/public/language/en@pirate/unread.json b/public/language/en@pirate/unread.json new file mode 100644 index 0000000000..a4bb2fd315 --- /dev/null +++ b/public/language/en@pirate/unread.json @@ -0,0 +1,6 @@ +{ + "title": "Unread", + "no_unread_topics": "There be no unread topics.", + "mark_all_read": "I seen 'em all!", + "load_more": "Giv'er more" +} \ No newline at end of file diff --git a/public/language/en@pirate/user.json b/public/language/en@pirate/user.json new file mode 100644 index 0000000000..f656824109 --- /dev/null +++ b/public/language/en@pirate/user.json @@ -0,0 +1,48 @@ +{ + "banned": "Blackmarked", + "offline": "Asleep at the wheel", + "username": "User Name", + "email": "Email", + "fullname": "Full Name", + "website": "Website", + "location": "Location", + "age": "Age", + "joined": "Joined", + "lastonline": "Last Online", + "profile": "Profile", + "profile_views": "Profile views", + "reputation": "Reputation", + "posts": "Posts", + "favourites": "Favourites", + "followers": "Followers", + "following": "Following", + "signature": "Signature", + "gravatar": "Gravatar", + "birthday": "Birthday", + "chat": "Chat", + "follow": "Follow", + "unfollow": "Unfollow", + "change_picture": "Change Picture", + "edit": "Edit", + "uploaded_picture": "Uploaded Picture", + "upload_new_picture": "Upload New Picture", + "current_password": "Current Password", + "change_password": "Change Password", + "confirm_password": "Confirm Password", + "password": "Password", + "upload_picture": "Upload picture", + "upload_a_picture": "Upload a picture", + "image_spec": "You may only upload PNG, JPG, or GIF files", + "max": "max.", + "settings": "Settings", + "show_email": "Show My Email", + "has_no_follower": "This user doesn't have any followers :(", + "follows_no_one": "This user isn't following anyone :(", + "has_no_posts": "This user didn't post anything yet.", + "email_hidden": "Email Hidden", + "hidden": "hidden", + "paginate_description": "Paginate topics and posts instead of using infinite scroll.", + "topics_per_page": "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/en@pirate/users.json b/public/language/en@pirate/users.json new file mode 100644 index 0000000000..1cbdb7e630 --- /dev/null +++ b/public/language/en@pirate/users.json @@ -0,0 +1,9 @@ +{ + "latest_users": "Land lubbers", + "top_posters": "Top mateys", + "most_reputation": "Most Reputation", + "online": "Online", + "search": "Search", + "enter_username": "Gimme y'er handle", + "load_more": "Load More" +} \ No newline at end of file From 3ff588415cd71767fcf27334964ce33d86678398 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 31 Mar 2014 18:04:29 -0400 Subject: [PATCH 9/9] latest translations --- public/language/ar/category.json | 3 ++- public/language/cs/category.json | 3 ++- public/language/de/category.json | 5 +++-- public/language/es/category.json | 3 ++- public/language/fa_IR/category.json | 3 ++- public/language/fi/category.json | 3 ++- public/language/fr/category.json | 3 ++- public/language/fr/modules.json | 2 +- public/language/fr/register.json | 2 +- public/language/fr/reset_password.json | 4 ++-- public/language/he/category.json | 3 ++- public/language/hu/category.json | 3 ++- public/language/it/category.json | 3 ++- public/language/nb/category.json | 3 ++- public/language/nl/category.json | 3 ++- public/language/pl/category.json | 3 ++- public/language/pt_BR/category.json | 3 ++- public/language/ru/category.json | 3 ++- public/language/sc/category.json | 3 ++- public/language/sk/category.json | 3 ++- public/language/sv/category.json | 3 ++- public/language/th/category.json | 3 ++- public/language/tr/category.json | 3 ++- public/language/zh_CN/category.json | 3 ++- public/language/zh_TW/category.json | 3 ++- 25 files changed, 49 insertions(+), 27 deletions(-) diff --git a/public/language/ar/category.json b/public/language/ar/category.json index 382c60fd40..5a61e8af33 100644 --- a/public/language/ar/category.json +++ b/public/language/ar/category.json @@ -7,5 +7,6 @@ "browsing": "يتصفح", "no_replies": "لم يرد أحد", "replied": "رد", - "last_edited_by": "تغيرت أخيراً عبر" + "last_edited_by": "تغيرت أخيراً عبر", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/cs/category.json b/public/language/cs/category.json index 61fc76f497..1a0ba4425c 100644 --- a/public/language/cs/category.json +++ b/public/language/cs/category.json @@ -7,5 +7,6 @@ "browsing": "prohlíží", "no_replies": "Nikdo ještě neodpověděl", "replied": "přispěl", - "last_edited_by": "naposledy upravil" + "last_edited_by": "naposledy upravil", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/de/category.json b/public/language/de/category.json index dcf6f0b356..b0a4cd36a5 100644 --- a/public/language/de/category.json +++ b/public/language/de/category.json @@ -1,11 +1,12 @@ { "new_topic_button": "Neues Thema", - "no_topics": "Es gibt noch keine Themen in dieser Kategorie.
Warum beginnst du nicht den ersten?", + "no_topics": "Es gibt noch keine Themen in dieser Kategorie.
Warum beginnst du nicht das erste?", "posts": "Beiträge", "views": "Aufrufe", "posted": "Geschrieben", "browsing": "Aktiv", "no_replies": "Niemand hat geantwortet", "replied": "geantwortet", - "last_edited_by": "zuletzt editiert durch" + "last_edited_by": "zuletzt editiert durch", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/es/category.json b/public/language/es/category.json index ee5b39465a..910ed8fc19 100644 --- a/public/language/es/category.json +++ b/public/language/es/category.json @@ -7,5 +7,6 @@ "browsing": "viendo ahora", "no_replies": "Nadie ha respondido aún", "replied": "respondió", - "last_edited_by": "ultima edición por" + "last_edited_by": "ultima edición por", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/fa_IR/category.json b/public/language/fa_IR/category.json index cd2b7b60e6..f6b312c103 100644 --- a/public/language/fa_IR/category.json +++ b/public/language/fa_IR/category.json @@ -7,5 +7,6 @@ "browsing": "بیننده‌ها", "no_replies": "هیچ کسی پاسخ نداده است.", "replied": "پاسخ داد", - "last_edited_by": "آخرین ویرایش از سوی" + "last_edited_by": "آخرین ویرایش از سوی", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/fi/category.json b/public/language/fi/category.json index d9ee3f3ad4..133663f34c 100644 --- a/public/language/fi/category.json +++ b/public/language/fi/category.json @@ -7,5 +7,6 @@ "browsing": "selaamassa", "no_replies": "Kukaan ei ole vastannut", "replied": "vastasi", - "last_edited_by": "viimeksi muokannut " + "last_edited_by": "viimeksi muokannut ", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/fr/category.json b/public/language/fr/category.json index cc53bc321b..444634ce32 100644 --- a/public/language/fr/category.json +++ b/public/language/fr/category.json @@ -7,5 +7,6 @@ "browsing": "parcouru par", "no_replies": "Personne n'a répondu", "replied": "répondu", - "last_edited_by": "dernière édition par" + "last_edited_by": "dernière édition par", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json index a3237e76bd..9c76f45d2e 100644 --- a/public/language/fr/modules.json +++ b/public/language/fr/modules.json @@ -2,5 +2,5 @@ "chat.chatting_with": "Chat avec ", "chat.placeholder": "taper le message ici, presser entrer pour envoyer", "chat.send": "Envoyer", - "chat.no_active": "Vous n'avez pas aucune discussion active." + "chat.no_active": "Vous n'avez aucune discussion active." } \ No newline at end of file diff --git a/public/language/fr/register.json b/public/language/fr/register.json index d315d6d4c2..975c7f722d 100644 --- a/public/language/fr/register.json +++ b/public/language/fr/register.json @@ -1,6 +1,6 @@ { "register": "S'inscrire", - "help.email": "Par défault, votre email est masqué du public.", + "help.email": "Par défaut, votre email est cachée du public.", "help.username_restrictions": "Un identifiant unique entre %1 et %2 charactères. Les autres utilisateurs peuvent vous citer avec @username.", "help.minimum_password_length": "Votre mot de passe doit avoir au moins %1 charactères.", "email_address": "Adresse Email", diff --git a/public/language/fr/reset_password.json b/public/language/fr/reset_password.json index c44345a4e0..8d6b223646 100644 --- a/public/language/fr/reset_password.json +++ b/public/language/fr/reset_password.json @@ -7,8 +7,8 @@ "wrong_reset_code.message": "Le Code de Réinisialisation est Incorrect. Veuillez réessayer, ou demander un nouveau Code de Réinisialisation.", "new_password": "Nouveau Mot de passe", "repeat_password": "Confirmer le Mot de passe", - "enter_email": "Veuillez entrer votre adresse email et vous recevrez un email avec les instruction pour réinitialiser votre compte.", - "enter_email_address": "Enter Email Address", + "enter_email": "Veuillez entrer votre adresse email et vous recevrez un email contenant les instructions pour réinitialiser votre compte.", + "enter_email_address": "Entrer votre adresse Email", "password_reset_sent": "Réinitialisation de Mot de Passe Envoyée", "invalid_email": "Email Invalide / L'Email n'existe pas!" } \ No newline at end of file diff --git a/public/language/he/category.json b/public/language/he/category.json index 34253c2ca2..e9a279e358 100644 --- a/public/language/he/category.json +++ b/public/language/he/category.json @@ -7,5 +7,6 @@ "browsing": "צופים בנושא זה כעת", "no_replies": "אין תגובות", "replied": "הגיב", - "last_edited_by": "נערך לאחרונה על-ידי" + "last_edited_by": "נערך לאחרונה על-ידי", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/hu/category.json b/public/language/hu/category.json index 0026d7f8e7..bd6a1fd894 100644 --- a/public/language/hu/category.json +++ b/public/language/hu/category.json @@ -7,5 +7,6 @@ "browsing": "jelenlévők", "no_replies": "Senki sem válaszolt még", "replied": "válaszolt", - "last_edited_by": "utoljára szerkesztette:" + "last_edited_by": "utoljára szerkesztette:", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/it/category.json b/public/language/it/category.json index 4957d06d56..8c22ffa296 100644 --- a/public/language/it/category.json +++ b/public/language/it/category.json @@ -7,5 +7,6 @@ "browsing": "visualizzando", "no_replies": "Nessuno ha risposto", "replied": "risposto", - "last_edited_by": "ultima modifica di" + "last_edited_by": "ultima modifica di", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/nb/category.json b/public/language/nb/category.json index e9faf5ec0e..9235d5f1b3 100644 --- a/public/language/nb/category.json +++ b/public/language/nb/category.json @@ -7,5 +7,6 @@ "browsing": "leser", "no_replies": "Ingen har svart", "replied": "svarte", - "last_edited_by": "sist endret av" + "last_edited_by": "sist endret av", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/nl/category.json b/public/language/nl/category.json index 08cb947178..c2776e4347 100644 --- a/public/language/nl/category.json +++ b/public/language/nl/category.json @@ -7,5 +7,6 @@ "browsing": "verkennen", "no_replies": "Niemand heeft gereageerd", "replied": "gereageerd", - "last_edited_by": "voor het laatst aangepast door" + "last_edited_by": "voor het laatst aangepast door", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/pl/category.json b/public/language/pl/category.json index c916677ef8..d428723896 100644 --- a/public/language/pl/category.json +++ b/public/language/pl/category.json @@ -7,5 +7,6 @@ "browsing": "przegląda", "no_replies": "Nikt jeszcze nie odpowiedział", "replied": "odpowiedział", - "last_edited_by": "ostatnio edytowano przez" + "last_edited_by": "ostatnio edytowano przez", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/pt_BR/category.json b/public/language/pt_BR/category.json index 7b09b35907..e2616b936e 100644 --- a/public/language/pt_BR/category.json +++ b/public/language/pt_BR/category.json @@ -7,5 +7,6 @@ "browsing": "navegando", "no_replies": "Ninguém respondeu", "replied": "respondeu", - "last_edited_by": "última edição por" + "last_edited_by": "última edição por", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/ru/category.json b/public/language/ru/category.json index f29163f180..39655ebc2b 100644 --- a/public/language/ru/category.json +++ b/public/language/ru/category.json @@ -7,5 +7,6 @@ "browsing": "просматривают", "no_replies": "Нет ответов", "replied": "ответил", - "last_edited_by": "отредактировано" + "last_edited_by": "отредактировано", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/sc/category.json b/public/language/sc/category.json index cf563900bd..5df902a5b5 100644 --- a/public/language/sc/category.json +++ b/public/language/sc/category.json @@ -7,5 +7,6 @@ "browsing": "navighende", "no_replies": "Perunu at rispostu", "replied": "rispostu", - "last_edited_by": "ùrtimu acontzu dae" + "last_edited_by": "ùrtimu acontzu dae", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/sk/category.json b/public/language/sk/category.json index 134024158d..ee945e0f76 100644 --- a/public/language/sk/category.json +++ b/public/language/sk/category.json @@ -7,5 +7,6 @@ "browsing": "prehliada", "no_replies": "Nikdo ešte neodpovedal", "replied": "prispel", - "last_edited_by": "naposledy upravil" + "last_edited_by": "naposledy upravil", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/sv/category.json b/public/language/sv/category.json index 33340fc2c2..f3e745d38b 100644 --- a/public/language/sv/category.json +++ b/public/language/sv/category.json @@ -7,5 +7,6 @@ "browsing": "läser", "no_replies": "Ingen har svarat", "replied": "svarade", - "last_edited_by": "senaste ändrad av" + "last_edited_by": "senaste ändrad av", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/th/category.json b/public/language/th/category.json index 9c7cf6f837..e28b030ec7 100644 --- a/public/language/th/category.json +++ b/public/language/th/category.json @@ -7,5 +7,6 @@ "browsing": "เรียกดู", "no_replies": "ยังไม่มีใครตอบ", "replied": "ตอบแล้ว", - "last_edited_by": "แก้ไขครั้งสุดท้ายโดย" + "last_edited_by": "แก้ไขครั้งสุดท้ายโดย", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/tr/category.json b/public/language/tr/category.json index 5eab2af8a4..1aa9e0fb6f 100644 --- a/public/language/tr/category.json +++ b/public/language/tr/category.json @@ -7,5 +7,6 @@ "browsing": "araştır", "no_replies": "Kimse yanıtlamadı", "replied": "cevapladı", - "last_edited_by": "en son düzenleyen" + "last_edited_by": "en son düzenleyen", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/zh_CN/category.json b/public/language/zh_CN/category.json index 570400f15b..2aa5720e79 100644 --- a/public/language/zh_CN/category.json +++ b/public/language/zh_CN/category.json @@ -7,5 +7,6 @@ "browsing": "正在浏览", "no_replies": "还没有回复", "replied": "回复", - "last_edited_by": "最后编辑" + "last_edited_by": "最后编辑", + "share_this_category": "Share this category" } \ No newline at end of file diff --git a/public/language/zh_TW/category.json b/public/language/zh_TW/category.json index dc50d92e39..5d34af38f5 100644 --- a/public/language/zh_TW/category.json +++ b/public/language/zh_TW/category.json @@ -7,5 +7,6 @@ "browsing": "正在瀏覽", "no_replies": "還沒有回復", "replied": "回復", - "last_edited_by": "最后編輯" + "last_edited_by": "最后編輯", + "share_this_category": "Share this category" } \ No newline at end of file