forked from mxroute/MXroute_Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.cmb-he.js
30 lines (28 loc) · 5.82 KB
/
index.cmb-he.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/paper_lantern/version_control/index.cmb.js
// Generated: /usr/local/cpanel/base/frontend/paper_lantern/version_control/index.cmb-he.js
// Module: /paper_lantern/version_control/index.cmb-he
// Locale: he
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Are you sure that you want to delete the “[_1]” repository?":"Are you sure that you want to delete the “[_1]” repository?","Clone [asis,URL] [output,strong,must] include a valid protocol or username.":"Clone [asis,URL] [output,strong,must] include a valid protocol or username.","Error occurred while cloning repository “[_1]”.":"Error occurred while cloning repository “[_1]”.","Error occurred while deploying.":"Error occurred while deploying.","For more information, read our [output,url,_1,documentation,target,_2].":"לקבלת מידע נוסף, קרא את [output,url,_1,documentation,target,_2].","Not available.":"Not available.","Repository path cannot be empty.":"Repository path cannot be empty.","Repository “[_1]” could not be found.":"Repository “[_1]” could not be found.","The clone [asis,URL] [output,strong,cannot] include a password.":"The clone [asis,URL] [output,strong,cannot] include a password.","The clone [asis,URL] [output,strong,cannot] include whitespace characters.":"The clone [asis,URL] [output,strong,cannot] include whitespace characters.","The clone [asis,URL] [output,strong,must] include a valid [asis,IP] address or a fully-qualified domain name.":"The clone [asis,URL] [output,strong,must] include a valid [asis,IP] address or a fully-qualified domain name.","The deployment that you triggered on [_1] is complete. Updating last deployment information …":"The deployment that you triggered on [_1] is complete. Updating last deployment information …","The deployment that you triggered on [_1] is in progress …":"The deployment that you triggered on [_1] is in progress …","The deployment that you triggered on [_1] is queued …":"The deployment that you triggered on [_1] is queued …","The path or port number is [output,strong,not] valid.":"The path or port number is [output,strong,not] valid.","The provided clone [asis,URL] [output,strong,must] include a valid protocol.":"The provided clone [asis,URL] [output,strong,must] include a valid protocol.","The repository path should [output,strong,not] begin with “:” if it includes the protocol.":"The repository path should [output,strong,not] begin with “:” if it includes the protocol.","The system cannot update information for the repository at ‘[_1]’ because it cannot access the remote repository.":"The system cannot update information for the repository at ‘[_1]’ because it cannot access the remote repository.","The system could not delete the “[_1]” repository in the “[_2]” directory.":"The system could not delete the “[_1]” repository in the “[_2]” directory.","The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].":"The system could not find the repository’s [asis,Gitweb] [output,acronym,URL,Universal Resource Locator].","The system could not redirect you to the File Manager interface.":"The system could not redirect you to the File Manager interface.","The system may require more time to clone large remote repositories.":"The system may require more time to clone large remote repositories.","The system successfully copied the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.":"The system successfully copied the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.","The system successfully created the “[_1]” repository.":"The system successfully created the “[_1]” repository.","The system successfully deleted the “[_1]” repository in the “[_2]” directory.":"The system successfully deleted the “[_1]” repository in the “[_2]” directory.","The system successfully initiated the clone process for the “[_1]” repository.":"The system successfully initiated the clone process for the “[_1]” repository.","The system successfully updated the “[_1]” repository.":"The system successfully updated the “[_1]” repository.","The “[_1]” repository is up-to-date.":"The “[_1]” repository is up-to-date.","Unable to find repository web url":"Unable to find repository web url","Unable to redirect to File Manager interface":"Unable to redirect to File Manager interface","You can view the log file: [output,url,_1,_2,target,_3]":"You can view the log file: [output,url,_1,_2,target,_3]","You cannot copy the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.":"You cannot copy the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.","You must specify a valid clone [asis,URL].":"You must specify a valid clone [asis,URL].","[quant,_1,additional task,additional tasks] queued":"[quant,_1,additional task,additional tasks] queued","“[_1]” is not a valid clone [output,acronym,URL,Universal Resource Locator].":"“[_1]” is not a valid clone [output,acronym,URL,Universal Resource Locator]."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~