Skip to content

Commit 9db45cb

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent c055cbc commit 9db45cb

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

l10n/ga.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ OC.L10N.register(
88
"Monitoring" : "Monatóireacht",
99
"Monitoring app with useful server information" : "Aip monatóireachta le faisnéis úsáideach freastalaí",
1010
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Soláthraíonn sé faisnéis úsáideach freastalaí, mar shampla ualach LAP, úsáid RAM, úsáid diosca, líon na n-úsáideoirí, etc.",
11+
"{0}% of all users" : "{0}% de na húsáideoirí uile",
1112
"Active users" : "Úsáideoirí gníomhacha",
1213
"Last hour" : "Uair dheireanach",
1314
"Last 24 Hours" : "24 uair an chloig caite",
@@ -85,6 +86,7 @@ OC.L10N.register(
8586
"Talk conversations:" : "Comhráite:",
8687
"Operating System:" : "Córas oibriucháin:",
8788
"CPU:" : "LAP:",
89+
"{name} ({threads} threads)" : "{name} ({threads} snáitheanna)",
8890
"Memory:" : "Cuimhne:",
8991
"Server time:" : "Am freastalaí:",
9092
"Uptime:" : "Aga fónaimh:",
@@ -98,6 +100,7 @@ OC.L10N.register(
98100
"threads" : "snáitheanna",
99101
"%s%% of all users" : "%s%% de na húsáideoirí go léir",
100102
"MB" : "MB",
101-
"Copy" : "Cóipeáil"
103+
"Copy" : "Cóipeáil",
104+
"%1$s (%2$d threads)" : "%1$s (%2$d snáitheanna)"
102105
},
103106
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");

l10n/ga.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Monitoring" : "Monatóireacht",
77
"Monitoring app with useful server information" : "Aip monatóireachta le faisnéis úsáideach freastalaí",
88
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "Soláthraíonn sé faisnéis úsáideach freastalaí, mar shampla ualach LAP, úsáid RAM, úsáid diosca, líon na n-úsáideoirí, etc.",
9+
"{0}% of all users" : "{0}% de na húsáideoirí uile",
910
"Active users" : "Úsáideoirí gníomhacha",
1011
"Last hour" : "Uair dheireanach",
1112
"Last 24 Hours" : "24 uair an chloig caite",
@@ -83,6 +84,7 @@
8384
"Talk conversations:" : "Comhráite:",
8485
"Operating System:" : "Córas oibriucháin:",
8586
"CPU:" : "LAP:",
87+
"{name} ({threads} threads)" : "{name} ({threads} snáitheanna)",
8688
"Memory:" : "Cuimhne:",
8789
"Server time:" : "Am freastalaí:",
8890
"Uptime:" : "Aga fónaimh:",
@@ -96,6 +98,7 @@
9698
"threads" : "snáitheanna",
9799
"%s%% of all users" : "%s%% de na húsáideoirí go léir",
98100
"MB" : "MB",
99-
"Copy" : "Cóipeáil"
101+
"Copy" : "Cóipeáil",
102+
"%1$s (%2$d threads)" : "%1$s (%2$d snáitheanna)"
100103
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
101104
}

0 commit comments

Comments
 (0)