diff --git a/jams-react-client/public/available_languages.json b/jams-react-client/public/available_languages.json index 750e0c63bdbc155a8d21695c2e0eb160b79e8e2d..bf0937e3ac50e3916f0da420fe9e131f71852a2c 100644 --- a/jams-react-client/public/available_languages.json +++ b/jams-react-client/public/available_languages.json @@ -1 +1 @@ -<h1>Not Found</h1><p>The requested resource was not found on this server.</p> \ No newline at end of file +{"data":[{"id":"l:ar","type":"languages","attributes":{"code":"ar","name":"Arabic","rtl":true,"plural_equation":"n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5","plural_rules":{"zero":"n is 0","one":"n is 1","two":"n is 2","many":"n mod 100 in 11..99","few":"n mod 100 in 3..10","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ar"}},{"id":"l:be","type":"languages","attributes":{"code":"be","name":"Belarusian","rtl":false,"plural_equation":"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)","plural_rules":{"one":"n mod 10 is 1 and n mod 100 is not 11","many":"n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14","few":"n mod 10 in 2..4 and n mod 100 not in 12..14","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:be"}},{"id":"l:bg","type":"languages","attributes":{"code":"bg","name":"Bulgarian","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:bg"}},{"id":"l:bn","type":"languages","attributes":{"code":"bn","name":"Bengali","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:bn"}},{"id":"l:ca","type":"languages","attributes":{"code":"ca","name":"Catalan","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ca"}},{"id":"l:cs_CZ","type":"languages","attributes":{"code":"cs_CZ","name":"Czech (Czech Republic)","rtl":false,"plural_equation":"(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3","plural_rules":{"one":"n is 1","many":"n is decimal","few":"n in 2..4","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:cs_CZ"}},{"id":"l:da","type":"languages","attributes":{"code":"da","name":"Danish","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:da"}},{"id":"l:de","type":"languages","attributes":{"code":"de","name":"German","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:de"}},{"id":"l:el","type":"languages","attributes":{"code":"el","name":"Greek","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:el"}},{"id":"l:eo","type":"languages","attributes":{"code":"eo","name":"Esperanto","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:eo"}},{"id":"l:es","type":"languages","attributes":{"code":"es","name":"Spanish","rtl":false,"plural_equation":"n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2","plural_rules":{"one":"n is 1","many":"n is not 0 and n mod 1000000 == 0","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:es"}},{"id":"l:et","type":"languages","attributes":{"code":"et","name":"Estonian","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:et"}},{"id":"l:fa","type":"languages","attributes":{"code":"fa","name":"Persian","rtl":true,"plural_equation":"(n > 1)","plural_rules":{"one":"n <=1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:fa"}},{"id":"l:fi","type":"languages","attributes":{"code":"fi","name":"Finnish","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:fi"}},{"id":"l:fr","type":"languages","attributes":{"code":"fr","name":"French","rtl":false,"plural_equation":"(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2","plural_rules":{"one":"n is 0 or n is 1","many":"n is not 0 and n mod 1000000 == 0","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:fr"}},{"id":"l:he","type":"languages","attributes":{"code":"he","name":"Hebrew","rtl":true,"plural_equation":"(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3","plural_rules":{"one":"n is 1","two":"n is 2","many":"n mod 10 is 0","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:he"}},{"id":"l:hi_IN","type":"languages","attributes":{"code":"hi_IN","name":"Hindi (India)","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n in 0..1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:hi_IN"}},{"id":"l:hu","type":"languages","attributes":{"code":"hu","name":"Hungarian","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:hu"}},{"id":"l:id","type":"languages","attributes":{"code":"id","name":"Indonesian","rtl":false,"plural_equation":"0","plural_rules":{"other":"everything"}},"links":{"self":"https://rest.api.transifex.com/languages/l:id"}},{"id":"l:it","type":"languages","attributes":{"code":"it","name":"Italian","rtl":false,"plural_equation":"n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2","plural_rules":{"one":"n is 1","many":"n is not 0 and n mod 1000000 == 0","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:it"}},{"id":"l:ja","type":"languages","attributes":{"code":"ja","name":"Japanese","rtl":false,"plural_equation":"0","plural_rules":{"other":"everything"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ja"}},{"id":"l:ko","type":"languages","attributes":{"code":"ko","name":"Korean","rtl":false,"plural_equation":"0","plural_rules":{"other":"everything"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ko"}},{"id":"l:lt","type":"languages","attributes":{"code":"lt","name":"Lithuanian","rtl":false,"plural_equation":"(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3)","plural_rules":{"one":"n mod 10 is 1 and n mod 100 not in 11..19","many":"n is decimal","few":"n mod 10 in 2..9 and n mod 100 not in 11..19","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:lt"}},{"id":"l:nb","type":"languages","attributes":{"code":"nb","name":"Norwegian Bokm\u00e5l","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:nb"}},{"id":"l:nl","type":"languages","attributes":{"code":"nl","name":"Dutch","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:nl"}},{"id":"l:oc","type":"languages","attributes":{"code":"oc","name":"Occitan (post 1500)","rtl":false,"plural_equation":"(n > 1)","plural_rules":{"one":"n in 0..1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:oc"}},{"id":"l:pa","type":"languages","attributes":{"code":"pa","name":"Panjabi (Punjabi)","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:pa"}},{"id":"l:pl","type":"languages","attributes":{"code":"pl","name":"Polish","rtl":false,"plural_equation":"(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3)","plural_rules":{"one":"n is 1","many":"n is not 1 and n mod 10 in 0..1 or n mod 10 in 5..9 or n mod 100 in 12..14","few":"n mod 10 in 2..4 and n mod 100 not in 12..14","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:pl"}},{"id":"l:pt","type":"languages","attributes":{"code":"pt","name":"Portuguese","rtl":false,"plural_equation":"(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2","plural_rules":{"one":"n is 0 or n is 1","many":"n is not 0 and n mod 1000000 == 0","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:pt"}},{"id":"l:pt_BR","type":"languages","attributes":{"code":"pt_BR","name":"Portuguese (Brazil)","rtl":false,"plural_equation":"(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2","plural_rules":{"one":"n is 0 or n is 1","many":"n is not 0 and n mod 1000000 == 0","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:pt_BR"}},{"id":"l:ro","type":"languages","attributes":{"code":"ro","name":"Romanian","rtl":false,"plural_equation":"(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))","plural_rules":{"one":"n is 1","few":"n is 0 OR n is not 1 AND n mod 100 in 1..19","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ro"}},{"id":"l:ro_RO","type":"languages","attributes":{"code":"ro_RO","name":"Romanian (Romania)","rtl":false,"plural_equation":"(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))","plural_rules":{"one":"n is 1","few":"n is 0 OR n is not 1 AND n mod 100 in 1..19","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ro_RO"}},{"id":"l:ru","type":"languages","attributes":{"code":"ru","name":"Russian","rtl":false,"plural_equation":"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)","plural_rules":{"one":"n mod 10 is 1 and n mod 100 is not 11","many":"n mod 10 == 0 OR n mod 10 in 5..9 OR n mod 100 in 11..14","few":"n mod 10 in 2..4 and n mod 100 not in 12..14","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ru"}},{"id":"l:sk","type":"languages","attributes":{"code":"sk","name":"Slovak","rtl":false,"plural_equation":"(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3)","plural_rules":{"one":"n is 1","many":"n is decimal","few":"n in 2..4","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:sk"}},{"id":"l:sl","type":"languages","attributes":{"code":"sl","name":"Slovenian","rtl":false,"plural_equation":"(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)","plural_rules":{"one":"n mod 100 is 1","two":"n mod 100 is 2","few":"n mod 100 in 3..4","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:sl"}},{"id":"l:sq_AL","type":"languages","attributes":{"code":"sq_AL","name":"Albanian (Albania)","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:sq_AL"}},{"id":"l:sr","type":"languages","attributes":{"code":"sr","name":"Serbian","rtl":false,"plural_equation":"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)","plural_rules":{"one":"n mod 10 is 1 and n mod 100 is not 11","few":"n mod 10 in 2..4 and n mod 100 not in 12..14","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:sr"}},{"id":"l:sv","type":"languages","attributes":{"code":"sv","name":"Swedish","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:sv"}},{"id":"l:sw","type":"languages","attributes":{"code":"sw","name":"Swahili","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:sw"}},{"id":"l:ta","type":"languages","attributes":{"code":"ta","name":"Tamil","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:ta"}},{"id":"l:te","type":"languages","attributes":{"code":"te","name":"Telugu","rtl":false,"plural_equation":"(n != 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:te"}},{"id":"l:tr","type":"languages","attributes":{"code":"tr","name":"Turkish","rtl":false,"plural_equation":"(n > 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:tr"}},{"id":"l:tr_TR","type":"languages","attributes":{"code":"tr_TR","name":"Turkish (Turkey)","rtl":false,"plural_equation":"(n > 1)","plural_rules":{"one":"n is 1","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:tr_TR"}},{"id":"l:tt","type":"languages","attributes":{"code":"tt","name":"Tatar","rtl":false,"plural_equation":"0","plural_rules":{"other":"everything"}},"links":{"self":"https://rest.api.transifex.com/languages/l:tt"}},{"id":"l:uk","type":"languages","attributes":{"code":"uk","name":"Ukrainian","rtl":false,"plural_equation":"(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3)","plural_rules":{"one":"n mod 1 is 0 and n mod 10 is 1 and n mod 100 is not 11","many":"n mod 1 is 0 and (n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14)","few":"n mod 1 is 0 and n mod 10 in 2..4 and n mod 100 not in 12..14","other":"everything else"}},"links":{"self":"https://rest.api.transifex.com/languages/l:uk"}},{"id":"l:vi","type":"languages","attributes":{"code":"vi","name":"Vietnamese","rtl":false,"plural_equation":"0","plural_rules":{"other":"everything"}},"links":{"self":"https://rest.api.transifex.com/languages/l:vi"}},{"id":"l:zh","type":"languages","attributes":{"code":"zh","name":"Chinese","rtl":false,"plural_equation":"0","plural_rules":{"other":"everything"}},"links":{"self":"https://rest.api.transifex.com/languages/l:zh"}},{"id":"l:zh_TW","type":"languages","attributes":{"code":"zh_TW","name":"Chinese (Taiwan)","rtl":false,"plural_equation":"0","plural_rules":{"other":"everything"}},"links":{"self":"https://rest.api.transifex.com/languages/l:zh_TW"}}]} \ No newline at end of file diff --git a/jams-react-client/public/locales/be/translation.json b/jams-react-client/public/locales/be/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/be/translation.json +++ b/jams-react-client/public/locales/be/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/bg/translation.json b/jams-react-client/public/locales/bg/translation.json index 15c82a675fd99924db719d4acbe7f8374bd76c21..fc9a88581fca82e4f9259645dcf666d937a57749 100644 --- a/jams-react-client/public/locales/bg/translation.json +++ b/jams-react-client/public/locales/bg/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/bn/translation.json b/jams-react-client/public/locales/bn/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/bn/translation.json +++ b/jams-react-client/public/locales/bn/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/ca/translation.json b/jams-react-client/public/locales/ca/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/ca/translation.json +++ b/jams-react-client/public/locales/ca/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/da/translation.json b/jams-react-client/public/locales/da/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/da/translation.json +++ b/jams-react-client/public/locales/da/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/el/translation.json b/jams-react-client/public/locales/el/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/el/translation.json +++ b/jams-react-client/public/locales/el/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/eo/translation.json b/jams-react-client/public/locales/eo/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/eo/translation.json +++ b/jams-react-client/public/locales/eo/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/et/translation.json b/jams-react-client/public/locales/et/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/et/translation.json +++ b/jams-react-client/public/locales/et/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/fa/translation.json b/jams-react-client/public/locales/fa/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/fa/translation.json +++ b/jams-react-client/public/locales/fa/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/hi_IN/translation.json b/jams-react-client/public/locales/hi_IN/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/hi_IN/translation.json +++ b/jams-react-client/public/locales/hi_IN/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/id/translation.json b/jams-react-client/public/locales/id/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..bd88aabfc0ce80becda30f50135c14eda73eb234 100644 --- a/jams-react-client/public/locales/id/translation.json +++ b/jams-react-client/public/locales/id/translation.json @@ -1,9 +1,9 @@ { "username": "Username", - "password": "Password", - "confirm_password": "Confirm password", + "password": "kata sandi", + "confirm_password": "konfirmasi sandi", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/ko/translation.json b/jams-react-client/public/locales/ko/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/ko/translation.json +++ b/jams-react-client/public/locales/ko/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/nl/translation.json b/jams-react-client/public/locales/nl/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/nl/translation.json +++ b/jams-react-client/public/locales/nl/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/pt/translation.json b/jams-react-client/public/locales/pt/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/pt/translation.json +++ b/jams-react-client/public/locales/pt/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/sk/translation.json b/jams-react-client/public/locales/sk/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/sk/translation.json +++ b/jams-react-client/public/locales/sk/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/sr/translation.json b/jams-react-client/public/locales/sr/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/sr/translation.json +++ b/jams-react-client/public/locales/sr/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/sv/translation.json b/jams-react-client/public/locales/sv/translation.json index 82384ecf59435d611e079e48c7628de016008b05..180fc45eea461ac57f94d42bfcb4874b1edcec10 100644 --- a/jams-react-client/public/locales/sv/translation.json +++ b/jams-react-client/public/locales/sv/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/sw/translation.json b/jams-react-client/public/locales/sw/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/sw/translation.json +++ b/jams-react-client/public/locales/sw/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/ta/translation.json b/jams-react-client/public/locales/ta/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/ta/translation.json +++ b/jams-react-client/public/locales/ta/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/te/translation.json b/jams-react-client/public/locales/te/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/te/translation.json +++ b/jams-react-client/public/locales/te/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/tt/translation.json b/jams-react-client/public/locales/tt/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/tt/translation.json +++ b/jams-react-client/public/locales/tt/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/uk/translation.json b/jams-react-client/public/locales/uk/translation.json index fcb491002a883032a1cb3af0dbbe7300931c3c92..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/uk/translation.json +++ b/jams-react-client/public/locales/uk/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -245,5 +245,12 @@ "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", - "rendezvous_moderators_info": "Moderators can manage the Rendezvous point." + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/vi/translation.json b/jams-react-client/public/locales/vi/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/vi/translation.json +++ b/jams-react-client/public/locales/vi/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" } diff --git a/jams-react-client/public/locales/zh/translation.json b/jams-react-client/public/locales/zh/translation.json index b76faa8610872a8a3b419a0c55000f6a93708441..522920ad70d376ad9e398f673a7cf937c8e042eb 100644 --- a/jams-react-client/public/locales/zh/translation.json +++ b/jams-react-client/public/locales/zh/translation.json @@ -3,7 +3,7 @@ "password": "Password", "confirm_password": "Confirm password", "continue": "Continue", - "users": "Users", + "users": "users", "groups": "Groups", "blueprints": "Blueprints", "settings": "Settings", @@ -34,7 +34,7 @@ "select_option_setting_up_certificate_authority": "Select an option for setting-up the certificate authority that will be used to sign all Jami accounts generated on this JAMS instance.", "import_certificate_authority": "Import Certificate Authority", "must_be_60_characters_or_less": "Must be 60 characters or less", - "username_is_required": "Username is required.", + "username_is_required": "Username is required!", "must_be_50_characters_or_less": "Must be 50 characters or less", "password_must_match": "Passwords must match", "password_confirmation_required": "Password confirmation is required.", @@ -66,15 +66,15 @@ "15_minutes": "15 minutes", "30_minutes": "30 minutes", "60_minutes": "60 minutes", - "1_month": "1 Month", - "3_months": "3 Months", - "6_months": "6 Months", - "1_year": "1 Year", + "1_month": "1 month", + "3_months": "3 months", + "6_months": "6 months", + "1_year": "1 year", "please_enter_valid_cors_domain_url": "Please enter a valid CORS domain URL.", "global_parameters_cover_general_configuration_of_servers_engine": "The global parameters cover the general configuration of the server's engine.", "cors_domain_name": "CORS domain name", "set_domain_of_web_cleint_server_to_connect_to_hans_admin_dashboard_and_jami_accounts_also_to_set_client_crls_ocsps": "Set the domain of the web client-server to connect to the JAMS admin dashboard and Jami accounts. It is also used to define where the clients should download CRLs and submit OCSP queries. In case you are running a proxied instance (i.e. JAMS behind IIS), please make sure to set this field correctly, otherwise devices will not be able to download CRLs or validate certificates.", - "domain_name_of_web_client_server": "The domain name of your web client server. Requires http:// or https://", + "domain_name_of_web_client_server": "The domain name of your web client server.", "domain": "Domain", "certificate_revocation_list_lifetime": "Certificate Revocation List Lifetime", "set_liftetime_crl_list_certificates_revoked": "Set the lifetime of the CRL which contains the list of the certificates that have been revoked before their scheduled expiration date.", @@ -86,7 +86,7 @@ "search_users_using": "Search users using (username, first name, last name)", "search_users": "Search users", "servername_is_required": "Server name is required.", - "password_is_required": "Password is required.", + "password_is_required": "Password is required!", "domain_name_is_required": "Domain name is required.", "port_must_be_a_number": "Port must be a number.", "port_must_be_positive": "Port must be positive.", @@ -135,8 +135,8 @@ "allow_video_calls": "Allow video calls", "allow_incoming_calls_from_unknown_contacts": "Allow incoming calls from unknown contacts", "auto_answer_calss": "Auto answer calls", - "allow_use_of_jami_in_local_lan": "Allow Jami usage on the local LAN", - "convert_your_account_into_a_rendezvous_point": "Activate this account into rendezvous mode", + "allow_use_of_jami_in_local_lan": "Allow discovery of other peers on a local network", + "convert_your_account_into_a_rendezvous_point": "Set the account as a Rendezvous point", "blueprint_name_already_exists": "Blueprint name already exists!", "blueprint_name_is_empty": "Blueprint name is empty", "remove_blueprint": "Remove blueprint", @@ -179,7 +179,7 @@ "admin_password_updated_successfully": "Administrator password successfully updated.", "updating_user": "Updating user ", "password_failed": " password failed with error: ", - "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information below to change your admin password.", + "enter_the_following_information_below_to_change_your_admin_password": "Enter the following information to change your admin password.", "Confirm password": "Confirm password", "generate": "Generate", "copy_to_clipboard": "Copy to clipboard", @@ -192,7 +192,7 @@ "are_you_sure_want_revoke": "Are you sure you want to revoke", "revoke": "Revoke", "revoke_user": "Revoke user", - "edit_profile": "Edit Profile", + "edit_profile": "Edit profile", "change_password": "Change password", "minimum_3_characters": "Minimum 3 characters!", "maximum_32_characters": "Maximum 32 characters!", @@ -201,9 +201,9 @@ "last_name_is_too_short": "Last Name is too short!", "invalid_email": "Invalid email!", "organization_name_too_short": "Organization name is too short!", - "fax_not_valid": "Fax not valid!", - "phone_not_valid": "Phone not valid!", - "mobile_not_valid": "Mobile not valid!", + "fax_not_valid": "Fax number not valid!", + "phone_not_valid": "Phone number not valid!", + "mobile_not_valid": "Mobile number not valid!", "crop_image": "Crop image", "zoom": "Zoom", "rotation": "Rotation", @@ -240,10 +240,17 @@ "remove_moderator": "Remove moderator", "rendezvous": "Rendezvous", "standalone": "Standalone", - "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls will be allowed.", - "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list will be allowed to contact you.", - "auto_answer_calls_info": "If this option is enabled, incomming calls will be automaticly answered. This option can be usefull if you want for example to monitor your house or a particular room when you are away from home.", - "local_lan_info": "If this option is enabled, you will be able to communicate with connected contacts on you local lan, even if your lan is disconnected from internet.", - "rendezvous_info": "If this option is enabled, incomming calls will automaticly be added to a conference room.", - "rendezvous_moderators_info": "Moderators are people allowed to manage rendezvous points and conferences even if they are not hosted on their devices." + "allow_incoming_calls_from_unknown_allow_video_calls_info": "If this option is disabled, only audio calls are allowed.", + "allow_incoming_calls_from_unknown_contacts_info": "If this option is disabled, only contacts from your list can contact you.", + "auto_answer_calls_info": "If this option is enabled, incoming calls are automatically answered. This option can be useful to monitor your house or a particular room when you are away from home for example.", + "local_lan_info": "If this option is enabled, you can communicate with connected contacts on you local lan, even if your lan is disconnected from the Internet.", + "rendezvous_info": "If this option is enabled, incoming calls are automatically added to a conference room.", + "rendezvous_moderators_info": "Moderators can manage the Rendezvous point.", + "allow_jami_user_to_search_for_other_contacts": "Allow user to add new contacts", + "upnp_custom_popup": "UPnP allows Jami to automatically open network ports to establish peer-to-peer communications.", + "turn_server_configuration_popup": "Configure a TURN server to establish a connection when peer-to-peer communication is not possible", + "dht_configuration_popup": "Configure the DHT proxy server used by this account", + "contact_management": "Contact management", + "lookup_info": "If this option is disabled, user can not search and add new contacts", + "local_lan": "Local LAN" }