Skip to content

Commit 92b3e0a

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

File tree

10 files changed

+48
-2
lines changed

10 files changed

+48
-2
lines changed

apps/dav/l10n/nl.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@ OC.L10N.register(
127127
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Over een week op %1$s","Over %n weken op %1$s"],
128128
"_In a month on %1$s_::_In %n months on %1$s_" : ["Over een maand op %1$s","Over %n maanden op %1$s"],
129129
"_In a year on %1$s_::_In %n years on %1$s_" : ["Over een jaar op %1$s","Over %n jaar op %1$s"],
130+
"In the past on %1$s then on %2$s" : "In het verleden op %1$s dan op %2$s",
131+
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Over een minuut op %1$s dan op %2$s","Over %n minuten op %1$s dan op %2$s"],
132+
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Over een uur op %1$s dan op %2$s","Over %n uren op %1$s dan op %2$s"],
133+
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Over een dag op %1$s dan op %2$s","Over %n dagen op %1$s dan op %2$s"],
134+
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Over een week op %1$s dan op %2$s","Over %n weken op %1$s dan op %2$s"],
135+
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Over een maand op %1$s dan op %2$s","Over %n maanden op %1$s dan op %2$s"],
136+
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Over een jaar op %1$s dan op %2$s","Over %n jaren op %1$s dan op %2$s"],
137+
"In the past on %1$s then on %2$s and %3$s" : "In het verleden op %1$s dan op %2$s en %3$s",
138+
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Over een minuut op %1$s dan op %2$s en %3$s","Over %n minuten op %1$s dan op %2$s en %3$s"],
139+
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Over een uur op %1$s dan op %2$s en %3$s","Over %n uren op %1$s dan op %2$s en %3$s"],
140+
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Over een dag op %1$s dan op %2$s en %3$s","Over %n dagen op %1$s dan op %2$s en %3$s"],
141+
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Over een week op %1$s dan op %2$s en %3$s","Over %n weken op %1$s dan op %2$s en %3$s"],
142+
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Over een maand op %1$s dan op %2$s en %3$s","Over %n maanden op %1$s then on %2$s and %3$s"],
143+
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Over een jaar op %1$s dan op %2$s en %3$s","Over %n jaren op %1$s dan op %2$s en %3$s"],
130144
"Cancelled: %1$s" : "Geannuleerd: %1$s",
131145
"\"%1$s\" has been canceled" : "\"%1$s\" is geannuleerd",
132146
"Re: %1$s" : "Re: %1$s",

apps/dav/l10n/nl.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,20 @@
125125
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Over een week op %1$s","Over %n weken op %1$s"],
126126
"_In a month on %1$s_::_In %n months on %1$s_" : ["Over een maand op %1$s","Over %n maanden op %1$s"],
127127
"_In a year on %1$s_::_In %n years on %1$s_" : ["Over een jaar op %1$s","Over %n jaar op %1$s"],
128+
"In the past on %1$s then on %2$s" : "In het verleden op %1$s dan op %2$s",
129+
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Over een minuut op %1$s dan op %2$s","Over %n minuten op %1$s dan op %2$s"],
130+
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Over een uur op %1$s dan op %2$s","Over %n uren op %1$s dan op %2$s"],
131+
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Over een dag op %1$s dan op %2$s","Over %n dagen op %1$s dan op %2$s"],
132+
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Over een week op %1$s dan op %2$s","Over %n weken op %1$s dan op %2$s"],
133+
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Over een maand op %1$s dan op %2$s","Over %n maanden op %1$s dan op %2$s"],
134+
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Over een jaar op %1$s dan op %2$s","Over %n jaren op %1$s dan op %2$s"],
135+
"In the past on %1$s then on %2$s and %3$s" : "In het verleden op %1$s dan op %2$s en %3$s",
136+
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Over een minuut op %1$s dan op %2$s en %3$s","Over %n minuten op %1$s dan op %2$s en %3$s"],
137+
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Over een uur op %1$s dan op %2$s en %3$s","Over %n uren op %1$s dan op %2$s en %3$s"],
138+
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Over een dag op %1$s dan op %2$s en %3$s","Over %n dagen op %1$s dan op %2$s en %3$s"],
139+
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Over een week op %1$s dan op %2$s en %3$s","Over %n weken op %1$s dan op %2$s en %3$s"],
140+
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Over een maand op %1$s dan op %2$s en %3$s","Over %n maanden op %1$s then on %2$s and %3$s"],
141+
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Over een jaar op %1$s dan op %2$s en %3$s","Over %n jaren op %1$s dan op %2$s en %3$s"],
128142
"Cancelled: %1$s" : "Geannuleerd: %1$s",
129143
"\"%1$s\" has been canceled" : "\"%1$s\" is geannuleerd",
130144
"Re: %1$s" : "Re: %1$s",

apps/federatedfilesharing/l10n/sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ OC.L10N.register(
4747
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Shiriki nami kupitia Kitambulisho changu cha #Nextcloud Federated Cloud, ona, {url}",
4848
"Share with me through my #Nextcloud Federated Cloud ID" : "Shiriki nami kupitia Kitambulisho changu cha #Nextcloud Federated Cloud",
4949
"Share with me via Nextcloud" : "Shiriki nami kupitia Nextcloud",
50+
"Cloud ID copied" : "Kitambulisho cha Cloud kimenakiliwa",
5051
"Copy" : "Nakili",
5152
"Clipboard not available. Please copy the cloud ID manually." : "Ubao wa kunakili haupatikani. Tafadhali nakili kitambulisho cha cloud wewe mwenyewe.",
5253
"Copied!" : "Imenakiliwa!",

apps/federatedfilesharing/l10n/sw.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Shiriki nami kupitia Kitambulisho changu cha #Nextcloud Federated Cloud, ona, {url}",
4646
"Share with me through my #Nextcloud Federated Cloud ID" : "Shiriki nami kupitia Kitambulisho changu cha #Nextcloud Federated Cloud",
4747
"Share with me via Nextcloud" : "Shiriki nami kupitia Nextcloud",
48+
"Cloud ID copied" : "Kitambulisho cha Cloud kimenakiliwa",
4849
"Copy" : "Nakili",
4950
"Clipboard not available. Please copy the cloud ID manually." : "Ubao wa kunakili haupatikani. Tafadhali nakili kitambulisho cha cloud wewe mwenyewe.",
5051
"Copied!" : "Imenakiliwa!",

apps/files/l10n/it.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ OC.L10N.register(
278278
"Confirm deletion" : "Conferma l'eliminazione",
279279
"Cancel" : "Annulla",
280280
"Download" : "Scarica",
281+
"The requested file is not available." : "Il file richiesto non è disponibile.",
282+
"The requested files are not available." : "I file richiesti non sono disponibili.",
281283
"Moving \"{source}\" to \"{destination}\" …" : "Sposta \"{source}\" in \"{destination}\" …",
282284
"Copying \"{source}\" to \"{destination}\" …" : "Copia \"{source}\" in \"{destination}\" …",
283285
"Destination is not a folder" : "La destinazione non è una cartella",

apps/files/l10n/it.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@
276276
"Confirm deletion" : "Conferma l'eliminazione",
277277
"Cancel" : "Annulla",
278278
"Download" : "Scarica",
279+
"The requested file is not available." : "Il file richiesto non è disponibile.",
280+
"The requested files are not available." : "I file richiesti non sono disponibili.",
279281
"Moving \"{source}\" to \"{destination}\" …" : "Sposta \"{source}\" in \"{destination}\"",
280282
"Copying \"{source}\" to \"{destination}\" …" : "Copia \"{source}\" in \"{destination}\"",
281283
"Destination is not a folder" : "La destinazione non è una cartella",

core/l10n/nl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ OC.L10N.register(
228228
"Federated user" : "Gefedereerde gebruiker",
229229
"user@your-nextcloud.org" : "gebruiker@your-nextcloud.org",
230230
"Create share" : "Creëren share",
231+
"Direct link copied" : "Directe link gekopieerd",
231232
"Please copy the link manually:" : "Kopieer de link handmatig:",
232233
"Custom date range" : "Aangepast datumbereik",
233234
"Pick start date" : "Kies startdatum",
@@ -251,6 +252,7 @@ OC.L10N.register(
251252
"Search people" : "Zoek mensen",
252253
"People" : "Mensen",
253254
"Filter in current view" : "Beperk tot huidige weergave",
255+
"Search connected services" : "Verbonden diensten zoeken",
254256
"Results" : "Resultaten",
255257
"Load more results" : "Laad meer resultaten",
256258
"Search in" : "Zoek in",
@@ -326,6 +328,7 @@ OC.L10N.register(
326328
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Het aanmeldingsformulier van Nextcloud is uitgeschakeld. Gebruik een andere inlogmogelijkheid indien beschikbaar of neem contact op met uw beheerder.",
327329
"More actions" : "Meer acties",
328330
"User menu" : "Gebruikersmenu",
331+
"Your guest name: {user}" : "Jouw gastnaam: {user}",
329332
"You are currently not identified." : "Je bent momenteel niet geïdentificeerd.",
330333
"Set public name" : "Publieke naam instellen",
331334
"Change public name" : "Publieke naam veranderen",

core/l10n/nl.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
"Federated user" : "Gefedereerde gebruiker",
227227
"user@your-nextcloud.org" : "gebruiker@your-nextcloud.org",
228228
"Create share" : "Creëren share",
229+
"Direct link copied" : "Directe link gekopieerd",
229230
"Please copy the link manually:" : "Kopieer de link handmatig:",
230231
"Custom date range" : "Aangepast datumbereik",
231232
"Pick start date" : "Kies startdatum",
@@ -249,6 +250,7 @@
249250
"Search people" : "Zoek mensen",
250251
"People" : "Mensen",
251252
"Filter in current view" : "Beperk tot huidige weergave",
253+
"Search connected services" : "Verbonden diensten zoeken",
252254
"Results" : "Resultaten",
253255
"Load more results" : "Laad meer resultaten",
254256
"Search in" : "Zoek in",
@@ -324,6 +326,7 @@
324326
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Het aanmeldingsformulier van Nextcloud is uitgeschakeld. Gebruik een andere inlogmogelijkheid indien beschikbaar of neem contact op met uw beheerder.",
325327
"More actions" : "Meer acties",
326328
"User menu" : "Gebruikersmenu",
329+
"Your guest name: {user}" : "Jouw gastnaam: {user}",
327330
"You are currently not identified." : "Je bent momenteel niet geïdentificeerd.",
328331
"Set public name" : "Publieke naam instellen",
329332
"Change public name" : "Publieke naam veranderen",

core/l10n/sw.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@ OC.L10N.register(
226226
"Invalid remote URL." : "Rimoti ya URL si halali",
227227
"Failed to add the public link to your Nextcloud" : "Imeshindwa kuongeza kiungio cha jamii kwenye Nextcloud yako",
228228
"Federated user" : "Mtumiaji aliyeshirikishwa",
229-
"user@your-nextcloud.org" : "mtimiaji@nextcloudyako.org",
229+
"user@your-nextcloud.org" : "user@your-nextcloud.org",
230230
"Create share" : "Tengeneza ushirikishaji",
231+
"Direct link copied" : "Kiungo cha moja kwa moja kimenakiliwa",
231232
"Please copy the link manually:" : "Tafadhali nakili kiungio kikawaida",
232233
"Custom date range" : "Safu ya tarehe maalum",
233234
"Pick start date" : "Chagua tarehe ya kuanza",
@@ -251,6 +252,7 @@ OC.L10N.register(
251252
"Search people" : "Tafuta watu",
252253
"People" : "Watu",
253254
"Filter in current view" : "Chuja katika mwonekano wa sasa",
255+
"Search connected services" : "Tafuta huduma zilizounganishwa",
254256
"Results" : "Matokeo",
255257
"Load more results" : "Pakia matokeo zaidi",
256258
"Search in" : "Tafuta katika",
@@ -326,6 +328,7 @@ OC.L10N.register(
326328
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Fomu ya kuingia ya Nextcloud imezimwa. Tumia chaguo jingine la kuingia ikiwa linapatikana au wasiliana na utawala wako.",
327329
"More actions" : "Vitendo zaidi",
328330
"User menu" : "Mwongozo wa mtumiaji",
331+
"Your guest name: {user}" : "Jina la mgeni wako: {user}",
329332
"You are currently not identified." : "Kwa sasa hutambuliki",
330333
"Set public name" : "Pangilia jina la umma",
331334
"Change public name" : "Badili jina la umma",

core/l10n/sw.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,9 @@
224224
"Invalid remote URL." : "Rimoti ya URL si halali",
225225
"Failed to add the public link to your Nextcloud" : "Imeshindwa kuongeza kiungio cha jamii kwenye Nextcloud yako",
226226
"Federated user" : "Mtumiaji aliyeshirikishwa",
227-
"user@your-nextcloud.org" : "mtimiaji@nextcloudyako.org",
227+
"user@your-nextcloud.org" : "user@your-nextcloud.org",
228228
"Create share" : "Tengeneza ushirikishaji",
229+
"Direct link copied" : "Kiungo cha moja kwa moja kimenakiliwa",
229230
"Please copy the link manually:" : "Tafadhali nakili kiungio kikawaida",
230231
"Custom date range" : "Safu ya tarehe maalum",
231232
"Pick start date" : "Chagua tarehe ya kuanza",
@@ -249,6 +250,7 @@
249250
"Search people" : "Tafuta watu",
250251
"People" : "Watu",
251252
"Filter in current view" : "Chuja katika mwonekano wa sasa",
253+
"Search connected services" : "Tafuta huduma zilizounganishwa",
252254
"Results" : "Matokeo",
253255
"Load more results" : "Pakia matokeo zaidi",
254256
"Search in" : "Tafuta katika",
@@ -324,6 +326,7 @@
324326
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Fomu ya kuingia ya Nextcloud imezimwa. Tumia chaguo jingine la kuingia ikiwa linapatikana au wasiliana na utawala wako.",
325327
"More actions" : "Vitendo zaidi",
326328
"User menu" : "Mwongozo wa mtumiaji",
329+
"Your guest name: {user}" : "Jina la mgeni wako: {user}",
327330
"You are currently not identified." : "Kwa sasa hutambuliki",
328331
"Set public name" : "Pangilia jina la umma",
329332
"Change public name" : "Badili jina la umma",

0 commit comments

Comments
 (0)