forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into upstream-merge
Conflicts: client/stylesheets/base.less
- Loading branch information
Showing
20 changed files
with
301 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
|
||
com.ionic.keyboard@https://github.com/driftyco/ionic-plugin-keyboard/tarball/66926f5e25fcd71b65799adaf12fa0b2df65ce78 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
if Meteor.isCordova | ||
document.addEventListener 'deviceready', -> | ||
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); | ||
cordova.plugins.Keyboard.disableScroll(true); | ||
|
||
window.addEventListener 'native.keyboardshow', -> | ||
$('.main-content').css 'height', window.innerHeight | ||
|
||
window.addEventListener 'native.keyboardhide', -> | ||
$('.main-content').css 'height', window.innerHeight |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
@menu = new class | ||
init: -> | ||
@container = $("#rocket-chat") | ||
console.log 'init' | ||
|
||
isOpen: -> | ||
return @container?.hasClass("menu-opened") is true | ||
|
||
open: -> | ||
if not @isOpen() | ||
@container?.removeClass("menu-closed").addClass("menu-opened") | ||
if Meteor.isCordova | ||
StatusBar.hide() | ||
|
||
close: -> | ||
if @isOpen() | ||
@container?.removeClass("menu-opened").addClass("menu-closed") | ||
if Meteor.isCordova | ||
Meteor.setTimeout -> | ||
StatusBar.show() | ||
, 300 | ||
|
||
toggle: -> | ||
if @isOpen() | ||
@close() | ||
else | ||
@open() |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ Template.sideNav.events | |
|
||
Template.sideNav.onRendered -> | ||
SideNav.init() | ||
menu.init() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,178 @@ | ||
{ | ||
"Access_online_demo" : "ចូលទៅសាកល្បងវាលើអ៊ីនធើណិតជាមុនសិន", | ||
"Access_Online_Demo" : "ចូលទៅសាកល្បងវាលើអ៊ីនធើណិតជាមុនសិន", | ||
"Add_Members" : "ថែមសមាជិក", | ||
"Add_users" : "ថែមអ្នកប្រើប្រាស់", | ||
"All_channels" : "គ្រប់ប៉ិស្តិ៍", | ||
"App_Settings": "កំណត់កម្មវិធី", | ||
"and" : "និង", | ||
"are_also_typing" : "គឺកំពុងព្យាយាមផងដែរ", | ||
"are_typing" : "កំពុងវាយ", | ||
"Are_you_sure" : "តើអ្នកច្បាស់ហើយឬ?", | ||
"away" : "ឆ្ងាយ", | ||
"away_male" : "ឆ្ងាយ", | ||
"away_female" : "ឆ្ងាយ", | ||
"Away" : "ឆ្ងាយ", | ||
"Away_male" : "ឆ្ងាយ", | ||
"Away_female" : "ឆ្ងាយ", | ||
"busy" : "រវល់", | ||
"busy_male" : "រវល់", | ||
"busy_female" : "រវល់", | ||
"Busy" : "រវល់", | ||
"Busy_male" : "រវល់", | ||
"Busy_female" : "រវល់", | ||
"Back_to_login" : "ត្រឡប់មកឡុកចូល", | ||
"bold" : "ក្រាស់", | ||
"Cancel" : "បញ្ឈប់", | ||
"Change_avatar" : "ប្តូររូប", | ||
"Channels" : "ប៉ុស្តិ៍", | ||
"Channels_list" : "បណ្តាប៉ុស្តិ៍សាធារណៈ", | ||
"Chat_Rooms" : "បន្ទប់ពិភាក្សា", | ||
"close" : "បិទ", | ||
"coming_soon" : "មកដល់ឆាប់ៗ", | ||
"Confirm_password" : "បញ្ជាក់ពាក្យសម្ងាត់", | ||
"Contact" : "ទំនាក់ទំនង", | ||
"Conversation" : "កិច្ចពិភាក្សា", | ||
"Create_new" : "បង្កើតថ្មី", | ||
"Create_new_direct_message_room": "បង្កើតបន្ទប់ពិភាក្សាដោយផ្ទាល់", | ||
"Create_new_public_channel" : "បង្កើតប៉ុស្តិ៍សាធារណៈថ្មី", | ||
"Create_new_private_group" : "បង្កើតក្រុមឯកជន", | ||
"Created_at" : "បានបង្កើតកាលពី", | ||
"Direct_Messages" : "សារផ្ទាល់", | ||
"Deleted" : "បានលប់!", | ||
"Duplicate_private_group_name" : "ក្រុមឯកជនដែលមានឈ្មោះ, '%s', មានហើយ", | ||
"Duplicate_channel_name" : "ប៉ុស្តិ៍ដែលមានឈ្មោះ, '%s', មានហើយ", | ||
"edited" : "បានកែ", | ||
"Email_or_username" : "អ៊ីមែល ឬឈ្មោះសម្ងាត់", | ||
"Email_verified" : "អ៊ីម៉ែលបញ្ជាក់", | ||
"Enter_info" : "បញ្ចូលព័ត៌មានឡុកចូល", | ||
"Error_changing_password" : "ពាក្យសម្ងាត់បានប្តូរ", | ||
"Favorites" : "ពេញចិត្ត", | ||
"Follow_social_profiles" : "តាមដានបណ្តាគណនីបណ្តាញសង្គមរបស់យើង, មើលយើងលើ github និងចែករំលែកបទពិសោធន៍របស់អ្នកជាមួយ rocket.chat app នៅលើក្តារឃៀនរបស់យើង", | ||
"Forgot_password" : "ភ្លេចពាក្យសម្ងាត់", | ||
"Fork_it_on_github" : "ទៅមើលវាលើ github", | ||
"github_no_public_email" : "អ្នកមិនមានអ៊ីមែលសាធារណៈក្នុង GitHub នៅឡើយទេ", | ||
"Get_to_know_the_team": "ទៅស្គាល់ Rocket.Team", | ||
"Have_your_own_chat" : "អ្នកមាន Web Chat ផ្ទាល់ខ្លួនហើយឬ។ អភិវឌ្ឃន៍ជាមួយ Meteor.com, Rocket.Chat គឺជាដំណោះស្រាយដ៏ល្អបំផុតសម្រាប់អ្នកអភិវឌ្ឍន៍ ក្នុងការបង្កើត Web Chat Plateform។", | ||
"Hide_room" : "លាក់បន្ទប់", | ||
"History" : "ប្រវត្តិ", | ||
"inline_code": "inline_code", | ||
"Invalid_confirm_pass" : "ពាក្យសម្ងាត់បញ្ជាក់មិនដូចពាក្យសម្ងាត់បានបញ្ចូល", | ||
"Invalid_email" : "អ៊ីមែលដែលបញ្ចូលមិនត្រឹមត្រូវ", | ||
"Invalid_name" : "ឈ្មោះមិនអាចទំនេរ", | ||
"Invalid_pass" : "ពាក្យសម្ងាត់មិនត្រូវទំនេរ", | ||
"Invalid_room_name" : "<strong>%s</strong> គឺជាឈ្មោះបន្ទប់មិនត្រឹមត្រូវ,<br/> ត្រូវប្រើប្រាស់ត្រឹមតែតួរអក្សរ, លេខ និង សញ្ញាចុច", | ||
"invisible" : "មិនបង្ហាញ", | ||
"Invisible" : "មិនបង្ហាញ", | ||
"is_also_typing" : "គឺកំពុងវាយ", | ||
"is_also_typing_male" : "គឺកំពុងវាយ", | ||
"is_also_typing_female" : "គឺកំពុងវាយ", | ||
"is_typing" : "គឺកំពុងវាយ", | ||
"is_typing_male" : "គឺកំពុងវាយ", | ||
"is_typing_female" : "គឺកំពុងវាយ", | ||
"italics" : "ទ្រេត", | ||
"join" : "ចូលរួម", | ||
"Join_the_Community" : "ចូលរួមសហគមន៍", | ||
"Language" : "ភាសា", | ||
"Language_Version" : "ជំនាន់អង់គ្លេស", | ||
"Last_message" : "សារចុងក្រោយ", | ||
"Leave_room" : "ចេញពីបន្ទប់", | ||
"line" : "ជួរ", | ||
"Load_more" : "មើលទៀត", | ||
"Loading_suggestion" : "កំពុងមើលការសម្រេចចិត្ត...", | ||
"Login" : "ឡុកចូល", | ||
"Login_with" : "ឡុកចូលជាមួយ %s", | ||
"login_with" : "ឬ ឡុកចូលដោយផ្ទាល់ជាមួយ", | ||
"Logout" : "ចាកចេញ", | ||
"Members" : "សាមាជិក", | ||
"Members_List" : "បញ្ជីសមាជិក", | ||
"Members_placeholder" : "សាមាជិក", | ||
"More_channels" : "ប៉ុស្តិ៍ច្រើនទៀត", | ||
"Msgs" : "សារ", | ||
"multi" : "ច្រើន", | ||
"n_messages" : "%s សារ", | ||
"Name" : "Name", | ||
"New_messages" : "សារថ្មី", | ||
"New_password" : "ពាក្យសម្ងាត់ថ្មី", | ||
"No_channels_yet" : "អ្នកមិនមែនជាសមាជិកនៃប៉ុស្តិ៍ណាមួយឡើយ", | ||
"No_direct_messages_yet" : "អ្នកមិនធ្លាប់បានធ្វើការពិភាក្សានៅឡើយ", | ||
"No_favorites_yet" : "អ្នកមិនធ្លាប់បានកំណត់ត្រាពេញចិត្តណាមួយឡើយ", | ||
"No_groups_yet" : "អ្នកមិនទាន់មានក្រុមឯកជននៅឡើយ", | ||
"No_permission_to_view_room" : "អ្នកមិនមានសិទ្ធមើលបន្ទប់នេះឡើយ", | ||
"Not_allowed" : "មិនបានអនុញ្ញាត្តិ", | ||
"Not_found_or_not_allowed" : "មិនប្រទះ ឬមិនអនុញ្ញាតិ", | ||
"Nothing_found" : "គ្មានអ្វីប្រទះ", | ||
"Online" : "លើបណ្តាញ", | ||
"Oops!" : "អូ!", | ||
"others": "ផ្សេងៗ", | ||
"Password" : "ពាក្យសម្ងាត់", | ||
"Password_changed_successfully" : "ពាក្យសម្ងាត់បានប្តូរជោគជ័យ", | ||
"Please_wait" : "សូមមេត្តារង់ចាំ", | ||
"Powered_by" : "រក្សាសិទ្ធិដោយ", | ||
"Privacy" : "ឯកជនភាព", | ||
"Private_Groups" : "ក្រុមឯកជន", | ||
"Proudly_developed" : "Proudly developed with Meteor", | ||
"Quick_Search" : "ស្វែងរករហ័ស", | ||
"quote" : "សំណៅ", | ||
"Recents" : "ថ្មីៗ", | ||
"Register" : "ចុះឈ្មោះគណនីថ្មី", | ||
"Remember_me" : "ចងចាំខ្ញុំ", | ||
"Remove" : "ដកចេញ", | ||
"Reset_password" : "កំណត់ពាក្យសម្ងាត់ឡើងវិញ", | ||
"Room" : "បន្ទប់", | ||
"Room_name_changed" : "ឈ្មោះបន្ទប់បានប្តូរទៅជា: <em>__room_name__</em> ដោយ <em>__user_by__</em>", | ||
"Room_name_changed_successfully" : "ឈ្មោះបន្ទប់បានប្តូរជោគជ័យ", | ||
"Save" : "រក្សាទុក", | ||
"Search" : "ស្វែងរក", | ||
"Search_settings" : "កំណត់ការស្វែងរក", | ||
"See_all" : "មើលទាំងអស់", | ||
"See_only_online" : "ត្រឹមតែលើបណ្តាញ", | ||
"Select_an_avatar" : "ជ្រើសរូប", | ||
"Select_file" : "ជ្រើស ឯកសារ", | ||
"Select_service_to_login" : "ជ្រើសសេវាកម្មដើម្បីឡុកចូល ទាញរូបរបស់អ្នក ឬផ្ទុកឡើងផ្ទាល់ពីកុំព្យូទ័រ", | ||
"Selected_users" : "ជ្រើសសមាជិក", | ||
"Send_confirmation_email" : "ផ្ញើរអ៊ីម៉ែលបញ្ជាក់", | ||
"Send_Message" : "ផ្ញើរសារ", | ||
"Settings" : "ការកំណត់", | ||
"Showing_online_users" : "កំពុងបង្ហាញ <b>__total_online__</b> នៃ __total__ users", | ||
"Showing_results" : "<p>កំពុងបង្ហាញ <b>%s</b> លទ្ធផល</p>", | ||
"Silence" : "ស្ងាត់", | ||
"since_creation" : "តាំងពី %s", | ||
"Start_of_conversation" : "ចំនាប់ផ្តើការពិភាក្សា", | ||
"strike" : "strike", | ||
"Submit" : "បញ្ចូល", | ||
"The_field_is_required": "ចន្លោះ %s ត្រូវបំពេញ", | ||
"Use_initials_avatar" : "ប្រើឈ្មោះអ្នកជាពិសេស", | ||
"use_menu" : "ប្រើប្រាស់ផ្ទាំងនៅសងខាងដើម្បីចូលទៅកាន់បន្ទប់ និងពិភាក្សា", | ||
"Use_service_avatar" : "ប្រើ %s រូប", | ||
"Use_this_username" : "ប្រើឈ្មោះនេះ", | ||
"Use_uploaded_avatar" : "ប្រើរូបបានផ្ទុកឡើង", | ||
"User_added" : "អ្នកប្រើ <em>__user_added__</em> បានបន្ថែម", | ||
"User_added_by" : "អ្នកប្រើ <em>__user_added__</em> បានថែមដោយ <em>__user_by__</em>.", | ||
"User_joined_channel" : "បានចូលរួមប៉ុស្តិ៍", | ||
"User_joined_channel_male" : "បានចូលរួមប៉ុស្តិ៍", | ||
"User_joined_channel_female" : "បានចូលរួមប៉ុស្តិ៍", | ||
"User_left" : "អ្នកប្រើ <em>__user_left__</em> បានចេញ", | ||
"User_left_male" : "អ្នកប្រើ <em>__user_left__</em> បានចេញ", | ||
"User_left_female" : "អ្នកប្រើ <em>__user_left__</em> បានចេញ", | ||
"User_logged_out" : "អ្នកប្រើបានចាកចេញ", | ||
"User_removed_by" : "អ្នកប្រើ <em>__user_removed__</em> បានដកចេញដោយ <em>__user_by__</em>.", | ||
"Username" : "ឈ្មោះសម្ងាត់", | ||
"Username_cant_be_empty" : "ឈ្មោះសម្ងាត់មិនអាចទទេ", | ||
"Username_description" : "ឈ្មោះសម្ងាត់បានអនុញ្ញាត់ឲ្យអ្នកផ្សេងដាក់ស្លាកឈ្មោះអ្នក", | ||
"Username_invalid" : "<strong>%s</strong> គឺជាឈ្មោះសម្ងាត់មិនត្រឹមត្រូវ,<br/> ព្រោះអ្នកអាចប្រើបានតែតួរអក្សរ, លេខ, ចុច និង ដក", | ||
"Username_title" : "ចុះឈ្មោះសម្ងាត់", | ||
"Username_unavaliable" : "<strong>%s</strong> គឺបានប្រើហើយ :(", | ||
"View_All" : "មើលទាំងអស់", | ||
"We_have_sent_password_email" : "យើងបានផ្ញើរអ៊ីមែលជាមួយលំណែនាំក្នុងការប្តូរឃ្លាសម្ងាត់។ ប្រសិនបើអ្នកមិនបានទទួលអ៊ីមែលទេសូមរួសរាន់មកទីនេះ ដើម្បីធ្វើវាម្តងទៀត។", | ||
"We_have_sent_registration_email" : "យើងបានផ្ញើរអ៊ីមែលមួយទៅអ្នកដើម្បីបញ្ជាក់ការបានចុះឈ្មោះ។ ប្រសិនបើអ្នកមិនបានទទួលអ៊ីមែលទេសូមរួសរាន់មកទីនេះ ដើម្បីធ្វើវាម្តងទៀត។", | ||
"Welcome" : "ស្វាគមន៍ <em>%s</em>.", | ||
"Welcome_to_the" : "ស្វាគមន៍មកកាន់", | ||
"With_whom" : "ជាមួយនរណា", | ||
"you_are_in_preview_mode_of" : "អ្នកស្ថិតក្នុងទម្រង់មើលជាមុននៃប៉ុស្តិ៍ #<strong>__room_name__</strong>", | ||
"You_neeed_confirm_email" : "អ្នកត្រូវបញ្ជាក់អ៊ីមែលដើម្បីឡុកចូល!", | ||
"Your_Open_Source_solution" : "ដំណោះស្រាយពិភាក្សាកូដចំហររបស់អ្នក", | ||
"You_will_not_be_able_to_recover" : "អ្នកនឹងមិនអាចទាញមកវិញ!", | ||
"Yes_delete_it" : "បាទ លប់វា!", | ||
"Your_entry_has_been_deleted" : "ការបញ្ចូលអ្នកបានលប់" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
// This section sets up some basic app metadata, | ||
// the entire section is optional. | ||
App.info({ | ||
id: 'com.konecty.rocketchat', | ||
name: 'Rocket.Chat', | ||
description: 'Rocket.Chat', | ||
author: 'Rocket.Chat Development Group', | ||
email: '[email protected]', | ||
website: 'https://rocket.chat' | ||
}); | ||
|
||
// Set up resources such as icons and launch screens. | ||
App.icons({ | ||
iphone : 'public/images/logo/apple-touch-icon-60x60.png', | ||
iphone_2x: 'public/images/logo/apple-touch-icon-120x120.png', | ||
iphone_3x: 'public/images/logo/apple-touch-icon-180x180.png', | ||
ipad : 'public/images/logo/apple-touch-icon-76x76.png', | ||
ipad_2x : 'public/images/logo/apple-touch-icon-152x152.png' | ||
// android_ldpi | ||
// android_mdpi | ||
// android_hdpi | ||
// android_xhdpi | ||
}); | ||
|
||
App.launchScreens({ | ||
iphone : 'splash/iphone.png', | ||
iphone_2x : 'splash/[email protected]', | ||
iphone5 : 'splash/iphone5.png', | ||
iphone6 : 'splash/iphone6.png', | ||
iphone6p_portrait : 'splash/iphone6p_portrait.png', | ||
iphone6p_landscape: 'splash/iphone6p_landscape.png', | ||
ipad_portrait : 'splash/ipad_portrait.png', | ||
ipad_portrait_2x : 'splash/[email protected]', | ||
ipad_landscape : 'splash/ipad_landscape.png', | ||
ipad_landscape_2x : 'splash/[email protected]' | ||
// android_ldpi_portrait | ||
// android_ldpi_landscape | ||
// android_mdpi_portrait | ||
// android_mdpi_landscape | ||
// android_hdpi_portrait | ||
// android_hdpi_landscape | ||
// android_xhdpi_portrait | ||
// android_xhdpi_landscape | ||
}); | ||
|
||
// Set PhoneGap/Cordova preferences | ||
App.setPreference('HideKeyboardFormAccessoryBar', true); | ||
App.setPreference('StatusBarStyle', 'default'); | ||
|
||
// // Pass preferences for a particular PhoneGap/Cordova plugin | ||
// App.configurePlugin('com.phonegap.plugins.facebookconnect', { | ||
// APP_ID: '1234567890', | ||
// API_KEY: 'supersecretapikey' | ||
// }); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.