Skip to content
Snippets Groups Projects
Commit 7abc444e authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Translate strings

parent 7be18309
No related merge requests found
{
"0_Errors_Only" : "0 - Errors Only",
"1_Errors_and_Information" : "1 - Errors and Information",
"2_Erros_Information_and_Debug" : "2 - Erros, Information and Debug",
"Access_not_authorized" : "Access not authorized",
"Access_online_demo" : "Access the online demo",
"Access_Online_Demo" : "Access the Online Demo",
......@@ -197,10 +200,10 @@
"Give_the_application_a_name_This_will_be_seen_by_your_users" : "Give the application a name. This will be seen by your users.",
"Has_more" : "Has more",
"Have_your_own_chat" : "Have your own web chat. Developed with Meteor.com, the Rocket.Chat is a great solution for developers looking forward to build and evolve their own chat platform.",
"Hide_room" : "Hide room",
"Hide_Room_Warning": "Are you sure you want to hide the room \"%s\"?",
"Hide_Group_Warning": "Are you sure you want to hide the group \"%s\"?",
"Hide_Private_Warning": "Are you sure you want to hide the discussion with \"%s\"?",
"Hide_room" : "Hide room",
"Hide_Room_Warning": "Are you sure you want to hide the room \"%s\"?",
"History" : "History",
"hours" : "hours",
"Incorrect_Password" : "Incorrect Password",
......@@ -259,9 +262,6 @@
"Layout_Sidenav_Footer" : "Side Navigation Footer",
"Layout_Sidenav_Footer_description" : "Footer size is 260 x 70px",
"Layout_Terms_of_Service" : "Terms of Service",
"Leave_Room_Warning": "Are you sure you want to leave the room \"%s\"?",
"Leave_Group_Warning": "Are you sure you want to leave the group \"%s\"?",
"Leave_Private_Warning": "Are you sure you want to leave the discussion with \"%s\"?",
"LDAP" : "LDAP",
"LDAP_Bind_Search" : "Bind Search",
"LDAP_Bind_Search_Description" : "A piece of JSON that governs bind and connection info and is of the form {\"filter\": \"(&(objectCategory=person)(objectclass=user)(memberOf=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(sAMAccountName=#{username}))\", \"scope\": \"sub\", \"userDN\": \"rocket.service@domain.com\", \"password\": \"urpass\"}",
......@@ -282,12 +282,19 @@
"LDAP_TLS" : "TLS",
"LDAP_Url" : "LDAP URL",
"LDAP_Url_Description" : "URL of the LDAP server; example: ldap://company.dns.com",
"Leave_Group_Warning": "Are you sure you want to leave the group \"%s\"?",
"Leave_Private_Warning": "Are you sure you want to leave the discussion with \"%s\"?",
"Leave_room" : "Leave room",
"Leave_Room_Warning": "Are you sure you want to leave the room \"%s\"?",
"line" : "line",
"Load_more" : "Load more",
"Loading..." : "Loading...",
"Loading_more_from_history" : "Loading more from history",
"Loading_suggestion" : "Loading suggestions...",
"Log_File" : "Show File and Line",
"Log_Level" : "Log Level",
"Log_Package" : "Show Package",
"Log_View_Limit" : "Log View Limit",
"Logged_out_of_other_clients_successfully" : "Logged out of other clients successfully",
"Login" : "Login",
"Login_with" : "Login with %s",
......@@ -372,6 +379,15 @@
"Opt_out_statistics" : "Don't send my statistics to Rocket.Chat",
"Opt_out_statistics_warning" : "By sending your statistics, you'll help us identify how many instances of Rocket.Chat are deployed, as well as how good the system is behaving, so we can further improve it. Don't worry, as no user information is sent and all the information we receive is kept confidential. If you want to continue sending us your statistics, uncheck the above checkbox. Thank you.",
"optional" : "optional",
"OS_Arch" : "OS Arch",
"OS_Cpus" : "OS CPU Count",
"OS_Freemem" : "OS Free Memory",
"OS_Loadavg" : "OS Load Average",
"OS_Platform" : "OS Platform",
"OS_Release" : "OS Release",
"OS_Totalmem" : "OS Total Memory",
"OS_Type" : "OS Type",
"OS_Uptime" : "OS Uptime",
"others" : "others",
"Password" : "Password",
"Password_Change_Disabled" : "Your Rocket.Chat administrator has disabled the changing of passwords",
......@@ -509,15 +525,6 @@
"Stats_Non_Active_Users" : "Inactive Users",
"Stats_Offline_Users" : "Offline Users",
"Stats_Online_Users" : "Online Users",
"OS_Arch" : "OS Arch",
"OS_Cpus" : "OS CPU Count",
"OS_Freemem" : "OS Free Memory",
"OS_Loadavg" : "OS Load Average",
"OS_Platform" : "OS Platform",
"OS_Release" : "OS Release",
"OS_Totalmem" : "OS Total Memory",
"OS_Type" : "OS Type",
"OS_Uptime" : "OS Uptime",
"Stats_Total_Channels" : "Total Channels",
"Stats_Total_Direct_Messages" : "Total Direct Message Rooms",
"Stats_Total_Messages" : "Total Messages",
......@@ -607,6 +614,7 @@
"UTF8_Names_Validation" : "UTF8 Names Validation",
"UTF8_Names_Validation_Description" : "Do not allow special characters and spaces. You can use - _ and . but not at the end of the name",
"View_All" : "View All",
"View_Logs" : "View Logs",
"Wait_activation_warning" : "Before you can login, your account must be manually activated by an administrator.",
"We_have_sent_password_email" : "We have sent you an e-mail with password reset instructions. If you do not receive an e-mail shortly, please come back and try again.",
"We_have_sent_registration_email" : "We have sent you an e-mail to confirm your registration. If you do not receive an e-mail shortly, please come back and try again.",
......
......@@ -168,7 +168,7 @@ RocketChat.settings.addGroup 'Logs', ->
@add 'Log_Level', '0', { type: 'select', values: [ { key: '0', i18nLabel: '0_Errors_Only' }, { key: '1', i18nLabel: '1_Errors_and_Information' }, { key: '2', i18nLabel: '2_Erros_Information_and_Debug' } ] , public: true }
@add 'Log_Package', false, { type: 'boolean', public: true }
@add 'Log_File', false, { type: 'boolean', public: true }
@add 'Log_View_Limit', 10000, { type: 'int' }
@add 'Log_View_Limit', 1000, { type: 'int' }
RocketChat.settings.init()
......
......@@ -12,5 +12,5 @@ FlowRouter.route '/admin/view-logs',
action: (params) ->
BlazeLayout.render 'main',
center: 'pageSettingsContainer'
pageTitle: t('Logs')
pageTitle: t('View_Logs')
pageTemplate: 'viewLogs'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment