Skip to content

Commit 7f1446c

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 55dcf1a commit 7f1446c

File tree

2 files changed

+144
-2
lines changed

2 files changed

+144
-2
lines changed

l10n/lo.js

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,81 @@
11
OC.L10N.register(
22
"logreader",
33
{
4+
"Logging" : "Logging",
5+
"Errors in the log" : "Errors in the log",
6+
"Failed to get an iterator for log entries: %s" : "Failed to get an iterator for log entries: %s",
7+
"No errors in the logs since %s" : "No errors in the logs since %s",
8+
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["%n errors in the logs since %s"],
9+
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["%n warnings in the logs since %s"],
10+
"Log Reader" : "Log Reader",
11+
"A log reader for Nextcloud" : "A log reader for Nextcloud",
12+
"Log reader for Nextcloud" : "Log reader for Nextcloud",
13+
"If you feel this is an error, please verify {setting} in your {config} and check the Nextcloud Administration Manual." : "If you feel this is an error, please verify {setting} in your {config} and check the Nextcloud Administration Manual.",
14+
"Log reader" : "Log reader",
15+
"Open log reader settings" : "Open log reader settings",
16+
"Log reader settings" : "Log reader settings",
17+
"Currently the log file {file} is shown" : "Currently the log file {file} is shown",
18+
"Show server log" : "Show server log",
19+
"Live view is disabled" : "Live view is disabled",
20+
"No log file" : "No log file",
21+
"File-based logging must be enabled to access logs from the Web UI." : "File-based logging must be enabled to access logs from the Web UI.",
22+
"Log entry successfully copied" : "Log entry successfully copied",
23+
"Level" : "Level",
24+
"App" : "App",
25+
"No app in context" : "No app in context",
426
"Time" : "ເວລາ",
27+
"Copy raw entry" : "Copy raw entry",
28+
"Copy formatted entry" : "Copy formatted entry",
29+
"Hide exception details" : "Hide exception details",
30+
"View exception details" : "View exception details",
31+
"Raw log entry" : "Raw log entry",
32+
"Search log entries" : "Search log entries",
33+
"Caused by {exception}" : "Caused by {exception}",
34+
"Line {line}" : "Line {line}",
35+
"Filter log levels" : "Filter log levels",
36+
"Set log level" : "Set log level",
37+
"Time format" : "Time format",
38+
"Live view" : "Live view",
39+
"Download/Upload logs" : "Download/Upload logs",
40+
"Ctrl" : "Ctrl",
41+
"Could not parse local log file" : "Could not parse local log file",
42+
"You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}" : "You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}",
43+
"Download logs" : "Download logs",
44+
"Show local log file" : "Show local log file",
45+
"Upload local log file to be displayed" : "Upload local log file to be displayed",
46+
"Time format used for displaying the timestamp" : "Time format used for displaying the timestamp",
47+
"(Local log files only support the \"raw\" time format)" : "(Local log files only support the \"raw\" time format)",
48+
"Could not change date time format." : "Could not change date time format.",
49+
"Raw data" : "Raw data",
50+
"Local time" : "Local time",
51+
"UTC time" : "UTC time",
52+
"Relative" : "Relative",
53+
"Could not change live view setting." : "Could not change live view setting.",
54+
"Polling is disabled because server is not configured to log to file" : "Polling is disabled because server is not configured to log to file",
55+
"Polling (live view)" : "Polling (live view)",
56+
"Could not set logging levels to show" : "Could not set logging levels to show",
57+
"Filter logging levels" : "Filter logging levels",
58+
"Could not set logging level" : "Could not set logging level",
59+
"Set backend loglevel" : "Set backend loglevel",
60+
"Application" : "Application",
61+
"Message" : "Message",
62+
"Log entry actions" : "Log entry actions",
63+
"Loading older log entries" : "Loading older log entries",
64+
"No older log entries available" : "No older log entries available",
65+
"Collapse row" : "Collapse row",
66+
"Expand row" : "Expand row",
567
"Show details" : "ສະແດງລາຍລະອຽດ",
68+
"Debug" : "Debug",
669
"Info" : "ຂໍ້ມຸນ",
770
"Warning" : "ແຈ້ງເຕືອນ",
8-
"Error" : "ຜິດພາດ"
71+
"Error" : "ຜິດພາດ",
72+
"Fatal" : "Fatal",
73+
"Could not load log entries" : "Could not load log entries",
74+
"Clipboard" : "Clipboard",
75+
"Could not parse clipboard content" : "Could not parse clipboard content",
76+
"Could not fetch new log entries (server unavailable)" : "Could not fetch new log entries (server unavailable)",
77+
"Could not fetch new entries" : "Could not fetch new entries",
78+
"Could not copy to clipboard, please copy manually:" : "Could not copy to clipboard, please copy manually:",
79+
"\tfrom {address} by {user} at {time}\n" : "\tfrom {address} by {user} at {time}\n"
980
},
1081
"nplurals=1; plural=0;");

l10n/lo.json

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,79 @@
11
{ "translations": {
2+
"Logging" : "Logging",
3+
"Errors in the log" : "Errors in the log",
4+
"Failed to get an iterator for log entries: %s" : "Failed to get an iterator for log entries: %s",
5+
"No errors in the logs since %s" : "No errors in the logs since %s",
6+
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["%n errors in the logs since %s"],
7+
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["%n warnings in the logs since %s"],
8+
"Log Reader" : "Log Reader",
9+
"A log reader for Nextcloud" : "A log reader for Nextcloud",
10+
"Log reader for Nextcloud" : "Log reader for Nextcloud",
11+
"If you feel this is an error, please verify {setting} in your {config} and check the Nextcloud Administration Manual." : "If you feel this is an error, please verify {setting} in your {config} and check the Nextcloud Administration Manual.",
12+
"Log reader" : "Log reader",
13+
"Open log reader settings" : "Open log reader settings",
14+
"Log reader settings" : "Log reader settings",
15+
"Currently the log file {file} is shown" : "Currently the log file {file} is shown",
16+
"Show server log" : "Show server log",
17+
"Live view is disabled" : "Live view is disabled",
18+
"No log file" : "No log file",
19+
"File-based logging must be enabled to access logs from the Web UI." : "File-based logging must be enabled to access logs from the Web UI.",
20+
"Log entry successfully copied" : "Log entry successfully copied",
21+
"Level" : "Level",
22+
"App" : "App",
23+
"No app in context" : "No app in context",
224
"Time" : "ເວລາ",
25+
"Copy raw entry" : "Copy raw entry",
26+
"Copy formatted entry" : "Copy formatted entry",
27+
"Hide exception details" : "Hide exception details",
28+
"View exception details" : "View exception details",
29+
"Raw log entry" : "Raw log entry",
30+
"Search log entries" : "Search log entries",
31+
"Caused by {exception}" : "Caused by {exception}",
32+
"Line {line}" : "Line {line}",
33+
"Filter log levels" : "Filter log levels",
34+
"Set log level" : "Set log level",
35+
"Time format" : "Time format",
36+
"Live view" : "Live view",
37+
"Download/Upload logs" : "Download/Upload logs",
38+
"Ctrl" : "Ctrl",
39+
"Could not parse local log file" : "Could not parse local log file",
40+
"You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}" : "You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}",
41+
"Download logs" : "Download logs",
42+
"Show local log file" : "Show local log file",
43+
"Upload local log file to be displayed" : "Upload local log file to be displayed",
44+
"Time format used for displaying the timestamp" : "Time format used for displaying the timestamp",
45+
"(Local log files only support the \"raw\" time format)" : "(Local log files only support the \"raw\" time format)",
46+
"Could not change date time format." : "Could not change date time format.",
47+
"Raw data" : "Raw data",
48+
"Local time" : "Local time",
49+
"UTC time" : "UTC time",
50+
"Relative" : "Relative",
51+
"Could not change live view setting." : "Could not change live view setting.",
52+
"Polling is disabled because server is not configured to log to file" : "Polling is disabled because server is not configured to log to file",
53+
"Polling (live view)" : "Polling (live view)",
54+
"Could not set logging levels to show" : "Could not set logging levels to show",
55+
"Filter logging levels" : "Filter logging levels",
56+
"Could not set logging level" : "Could not set logging level",
57+
"Set backend loglevel" : "Set backend loglevel",
58+
"Application" : "Application",
59+
"Message" : "Message",
60+
"Log entry actions" : "Log entry actions",
61+
"Loading older log entries" : "Loading older log entries",
62+
"No older log entries available" : "No older log entries available",
63+
"Collapse row" : "Collapse row",
64+
"Expand row" : "Expand row",
365
"Show details" : "ສະແດງລາຍລະອຽດ",
66+
"Debug" : "Debug",
467
"Info" : "ຂໍ້ມຸນ",
568
"Warning" : "ແຈ້ງເຕືອນ",
6-
"Error" : "ຜິດພາດ"
69+
"Error" : "ຜິດພາດ",
70+
"Fatal" : "Fatal",
71+
"Could not load log entries" : "Could not load log entries",
72+
"Clipboard" : "Clipboard",
73+
"Could not parse clipboard content" : "Could not parse clipboard content",
74+
"Could not fetch new log entries (server unavailable)" : "Could not fetch new log entries (server unavailable)",
75+
"Could not fetch new entries" : "Could not fetch new entries",
76+
"Could not copy to clipboard, please copy manually:" : "Could not copy to clipboard, please copy manually:",
77+
"\tfrom {address} by {user} at {time}\n" : "\tfrom {address} by {user} at {time}\n"
778
},"pluralForm" :"nplurals=1; plural=0;"
879
}

0 commit comments

Comments
 (0)