Skip to content

Commit b15b5a6

Browse files
andrey-helldargithub-actions[bot]
authored andcommitted
🔑 Synchronization of translation keys
1 parent 7f81167 commit b15b5a6

File tree

2 files changed

+158
-2
lines changed

2 files changed

+158
-2
lines changed

‎locales/en_CA/json.json

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,78 @@
1-
[]
1+
{
2+
"A Timeout Occurred": "A Timeout Occurred",
3+
"Accepted": "Accepted",
4+
"Already Reported": "Already Reported",
5+
"Bad Gateway": "Bad Gateway",
6+
"Bad Request": "Bad Request",
7+
"Bandwidth Limit Exceeded": "Bandwidth Limit Exceeded",
8+
"Client Closed Request": "Client Closed Request",
9+
"Conflict": "Conflict",
10+
"Connection Closed Without Response": "Connection Closed Without Response",
11+
"Connection Timed Out": "Connection Timed Out",
12+
"Continue": "Continue",
13+
"Created": "Created",
14+
"Expectation Failed": "Expectation Failed",
15+
"Failed Dependency": "Failed Dependency",
16+
"Forbidden": "Forbidden",
17+
"Found": "Found",
18+
"Gateway Timeout": "Gateway Timeout",
19+
"Gone": "Gone",
20+
"HTTP Version Not Supported": "HTTP Version Not Supported",
21+
"I'm a teapot": "I'm a teapot",
22+
"IM Used": "IM Used",
23+
"Insufficient Storage": "Insufficient Storage",
24+
"Internal Server Error": "Internal Server Error",
25+
"Invalid SSL Certificate": "Invalid SSL Certificate",
26+
"Length Required": "Length Required",
27+
"Locked": "Locked",
28+
"Loop Detected": "Loop Detected",
29+
"Maintenance Mode": "Maintenance Mode",
30+
"Method Not Allowed": "Method Not Allowed",
31+
"Misdirected Request": "Misdirected Request",
32+
"Moved Permanently": "Moved Permanently",
33+
"Multi-Status": "Multi-Status",
34+
"Multiple Choices": "Multiple Choices",
35+
"Network Authentication Required": "Network Authentication Required",
36+
"Network Connect Timeout Error": "Network Connect Timeout Error",
37+
"Network Read Timeout Error": "Network Read Timeout Error",
38+
"No Content": "No Content",
39+
"Non-Authoritative Information": "Non-Authoritative Information",
40+
"Not Acceptable": "Not Acceptable",
41+
"Not Extended": "Not Extended",
42+
"Not Found": "Not Found",
43+
"Not Implemented": "Not Implemented",
44+
"Not Modified": "Not Modified",
45+
"OK": "OK",
46+
"Origin Is Unreachable": "Origin Is Unreachable",
47+
"Partial Content": "Partial Content",
48+
"Payload Too Large": "Payload Too Large",
49+
"Payment Required": "Payment Required",
50+
"Permanent Redirect": "Permanent Redirect",
51+
"Precondition Failed": "Precondition Failed",
52+
"Precondition Required": "Precondition Required",
53+
"Processing": "Processing",
54+
"Proxy Authentication Required": "Proxy Authentication Required",
55+
"Railgun Error": "Railgun Error",
56+
"Range Not Satisfiable": "Range Not Satisfiable",
57+
"Request Header Fields Too Large": "Request Header Fields Too Large",
58+
"Request Timeout": "Request Timeout",
59+
"Reset Content": "Reset Content",
60+
"Retry With": "Retry With",
61+
"See Other": "See Other",
62+
"Session Has Expired": "Session Has Expired",
63+
"SSL Handshake Failed": "SSL Handshake Failed",
64+
"Switching Protocols": "Switching Protocols",
65+
"Temporary Redirect": "Temporary Redirect",
66+
"Too Early": "Too Early",
67+
"Too Many Requests": "Too Many Requests",
68+
"Unauthorized": "Unauthorized",
69+
"Unavailable For Legal Reasons": "Unavailable For Legal Reasons",
70+
"Unknown Error": "Unknown Error",
71+
"Unprocessable Entity": "Unprocessable Entity",
72+
"Unsupported Media Type": "Unsupported Media Type",
73+
"Upgrade Required": "Upgrade Required",
74+
"URI Too Long": "URI Too Long",
75+
"Use Proxy": "Use Proxy",
76+
"Variant Also Negotiates": "Variant Also Negotiates",
77+
"Web Server is Down": "Web Server is Down"
78+
}

‎locales/en_CA/php.json

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,80 @@
1-
[]
1+
{
2+
"0": "Unknown Error",
3+
"100": "Continue",
4+
"101": "Switching Protocols",
5+
"102": "Processing",
6+
"200": "OK",
7+
"201": "Created",
8+
"202": "Accepted",
9+
"203": "Non-Authoritative Information",
10+
"204": "No Content",
11+
"205": "Reset Content",
12+
"206": "Partial Content",
13+
"207": "Multi-Status",
14+
"208": "Already Reported",
15+
"226": "IM Used",
16+
"300": "Multiple Choices",
17+
"301": "Moved Permanently",
18+
"302": "Found",
19+
"303": "See Other",
20+
"304": "Not Modified",
21+
"305": "Use Proxy",
22+
"307": "Temporary Redirect",
23+
"308": "Permanent Redirect",
24+
"400": "Bad Request",
25+
"401": "Unauthorized",
26+
"402": "Payment Required",
27+
"403": "Forbidden",
28+
"404": "Not Found",
29+
"405": "Method Not Allowed",
30+
"406": "Not Acceptable",
31+
"407": "Proxy Authentication Required",
32+
"408": "Request Timeout",
33+
"409": "Conflict",
34+
"410": "Gone",
35+
"411": "Length Required",
36+
"412": "Precondition Failed",
37+
"413": "Payload Too Large",
38+
"414": "URI Too Long",
39+
"415": "Unsupported Media Type",
40+
"416": "Range Not Satisfiable",
41+
"417": "Expectation Failed",
42+
"418": "I'm a teapot",
43+
"419": "Session Has Expired",
44+
"421": "Misdirected Request",
45+
"422": "Unprocessable Entity",
46+
"423": "Locked",
47+
"424": "Failed Dependency",
48+
"425": "Too Early",
49+
"426": "Upgrade Required",
50+
"428": "Precondition Required",
51+
"429": "Too Many Requests",
52+
"431": "Request Header Fields Too Large",
53+
"444": "Connection Closed Without Response",
54+
"449": "Retry With",
55+
"451": "Unavailable For Legal Reasons",
56+
"499": "Client Closed Request",
57+
"500": "Internal Server Error",
58+
"501": "Not Implemented",
59+
"502": "Bad Gateway",
60+
"503": "Maintenance Mode",
61+
"504": "Gateway Timeout",
62+
"505": "HTTP Version Not Supported",
63+
"506": "Variant Also Negotiates",
64+
"507": "Insufficient Storage",
65+
"508": "Loop Detected",
66+
"509": "Bandwidth Limit Exceeded",
67+
"510": "Not Extended",
68+
"511": "Network Authentication Required",
69+
"520": "Unknown Error",
70+
"521": "Web Server is Down",
71+
"522": "Connection Timed Out",
72+
"523": "Origin Is Unreachable",
73+
"524": "A Timeout Occurred",
74+
"525": "SSL Handshake Failed",
75+
"526": "Invalid SSL Certificate",
76+
"527": "Railgun Error",
77+
"598": "Network Read Timeout Error",
78+
"599": "Network Connect Timeout Error",
79+
"unknownError": "Unknown Error"
80+
}

0 commit comments

Comments
 (0)