Skip to content

Commit 56cbaa7

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 3017ae4 commit 56cbaa7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

l10n/lv.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ OC.L10N.register(
22
"logreader",
33
{
44
"Logging" : "Žurnalēšana",
5+
"No errors in the logs since %s" : "Kopš %s žurnālos nav kļūdu",
6+
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["Kopš %s žurnālos ir %n kļūdu","Kopš %s žurnālos ir %n kļūda","Kopš %s žurnālos ir %n kļūdas"],
57
"Log Reader" : "Žurnālu lasītājs",
68
"A log reader for Nextcloud" : "Nextcloud žurnālu lasītājs",
79
"Log reader for Nextcloud" : "Nextcloud žurnālu lasītājs",
@@ -22,7 +24,7 @@ OC.L10N.register(
2224
"Collapse row" : "Sakļaut rindu",
2325
"Expand row" : "Izvērst rindu",
2426
"Show details" : "Rādīt informāciju",
25-
"Info" : "Info",
27+
"Info" : "Informācija",
2628
"Warning" : "Brīdinājums",
2729
"Error" : "Kļūda",
2830
"Could not load log entries" : "Nevarēja ielādēt žurnāla ierakstus",

l10n/lv.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{ "translations": {
22
"Logging" : "Žurnalēšana",
3+
"No errors in the logs since %s" : "Kopš %s žurnālos nav kļūdu",
4+
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["Kopš %s žurnālos ir %n kļūdu","Kopš %s žurnālos ir %n kļūda","Kopš %s žurnālos ir %n kļūdas"],
35
"Log Reader" : "Žurnālu lasītājs",
46
"A log reader for Nextcloud" : "Nextcloud žurnālu lasītājs",
57
"Log reader for Nextcloud" : "Nextcloud žurnālu lasītājs",
@@ -20,7 +22,7 @@
2022
"Collapse row" : "Sakļaut rindu",
2123
"Expand row" : "Izvērst rindu",
2224
"Show details" : "Rādīt informāciju",
23-
"Info" : "Info",
25+
"Info" : "Informācija",
2426
"Warning" : "Brīdinājums",
2527
"Error" : "Kļūda",
2628
"Could not load log entries" : "Nevarēja ielādēt žurnāla ierakstus",

0 commit comments

Comments
 (0)