Skip to content

Commit ced1c5b

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

10 files changed

Lines changed: 50 additions & 0 deletions

File tree

apps/admin_audit/l10n/sw.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OC.L10N.register(
2+
"admin_audit",
3+
{
4+
"Auditing / Logging" : "Ukaguzi/kuweka kumbukumbu",
5+
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Hutoa uwezo wa kuweka kumbukumbu kwa Nextcloud kama vile ufikiaji wa faili za kumbukumbu au vitendo nyeti."
6+
},
7+
"nplurals=2; plural=(n != 1);");

apps/admin_audit/l10n/sw.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{ "translations": {
2+
"Auditing / Logging" : "Ukaguzi/kuweka kumbukumbu",
3+
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Hutoa uwezo wa kuweka kumbukumbu kwa Nextcloud kama vile ufikiaji wa faili za kumbukumbu au vitendo nyeti."
4+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
5+
}

apps/files_sharing/l10n/cs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,11 @@ OC.L10N.register(
379379
"Share note for recipient saved" : "Poznámka pro příjemce sdílení uložena",
380380
"Share password saved" : "Heslo ke sdílení uloženo",
381381
"Share permissions saved" : "Oprávnění ke sdílení uložena",
382+
"To upload files to {folder}, you need to provide your name first." : "Pokud chcete nahrávat soubory do {folder}, je zapotřebí nejprve zadat své jméno.",
382383
"Upload files to {folder}" : "Nahrát soubory do {folder}",
384+
"Please confirm your name to upload files to {folder}" : "Potvrďte své jméno pokud chcete nahrávat soubory do {folder}",
383385
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} vám nasdílel(a) složku.",
386+
"Names must not be empty." : "Jména je třeba vyplnit.",
384387
"Names must not start with a dot." : "Je třeba, aby názvy nezačínaly tečkou.",
385388
"\"{char}\" is not allowed inside a name." : "„{char}“ není v názvu možné použít.",
386389
"\"{segment}\" is a reserved name and not allowed." : "„{segment}“ je vyhrazeným názvem a není povoleno k použití.",

apps/files_sharing/l10n/cs.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,11 @@
377377
"Share note for recipient saved" : "Poznámka pro příjemce sdílení uložena",
378378
"Share password saved" : "Heslo ke sdílení uloženo",
379379
"Share permissions saved" : "Oprávnění ke sdílení uložena",
380+
"To upload files to {folder}, you need to provide your name first." : "Pokud chcete nahrávat soubory do {folder}, je zapotřebí nejprve zadat své jméno.",
380381
"Upload files to {folder}" : "Nahrát soubory do {folder}",
382+
"Please confirm your name to upload files to {folder}" : "Potvrďte své jméno pokud chcete nahrávat soubory do {folder}",
381383
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} vám nasdílel(a) složku.",
384+
"Names must not be empty." : "Jména je třeba vyplnit.",
382385
"Names must not start with a dot." : "Je třeba, aby názvy nezačínaly tečkou.",
383386
"\"{char}\" is not allowed inside a name." : "„{char}“ není v názvu možné použít.",
384387
"\"{segment}\" is a reserved name and not allowed." : "„{segment}“ je vyhrazeným názvem a není povoleno k použití.",

apps/files_sharing/l10n/it.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ OC.L10N.register(
257257
"File drop" : "Elimina file",
258258
"Upload files to {foldername}." : "Carica i file su{foldername}.",
259259
"By uploading files, you agree to the terms of service." : "Caricando i file accetti i termini del servizio.",
260+
"Successfully uploaded files" : "File caricati correttamente",
260261
"View terms of service" : "Visualizza i termini del servizio",
261262
"Terms of service" : "Termini del servizio",
262263
"Share with {userName}" : "Condividi con {userName}",
@@ -378,8 +379,17 @@ OC.L10N.register(
378379
"Share note for recipient saved" : "Condividi nota salvata per il destinatario",
379380
"Share password saved" : "Condividi la password salvata",
380381
"Share permissions saved" : "Condivisione dei permessi salvati",
382+
"To upload files to {folder}, you need to provide your name first." : "Per caricare file su {folder}, devi prima fornire il tuo nome.",
381383
"Upload files to {folder}" : "Carica file su {folder}",
384+
"Please confirm your name to upload files to {folder}" : "Si prega di confermare il nome per caricare i file su {folder}",
382385
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha condiviso una cartella con te.",
386+
"Names must not be empty." : "I nomi non devono essere vuoti.",
387+
"Names must not start with a dot." : "I nomi non devono iniziare con un punto.",
388+
"\"{char}\" is not allowed inside a name." : "\"{char}\" non è consentito all'interno di un nome.",
389+
"\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" è un nome riservato e non consentito.",
390+
"\"{extension}\" is not an allowed name." : "\"{extension}\" non è un nome consentito.",
391+
"Names must not end with \"{extension}\"." : "I nomi non devono terminare con \"{extension}\".",
392+
"Invalid name." : "Nome non valido.",
383393
"Shared by" : "Condiviso da",
384394
"Shared with" : "Condiviso con",
385395
"Password created successfully" : "Password creata correttamente",

apps/files_sharing/l10n/it.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
"File drop" : "Elimina file",
256256
"Upload files to {foldername}." : "Carica i file su{foldername}.",
257257
"By uploading files, you agree to the terms of service." : "Caricando i file accetti i termini del servizio.",
258+
"Successfully uploaded files" : "File caricati correttamente",
258259
"View terms of service" : "Visualizza i termini del servizio",
259260
"Terms of service" : "Termini del servizio",
260261
"Share with {userName}" : "Condividi con {userName}",
@@ -376,8 +377,17 @@
376377
"Share note for recipient saved" : "Condividi nota salvata per il destinatario",
377378
"Share password saved" : "Condividi la password salvata",
378379
"Share permissions saved" : "Condivisione dei permessi salvati",
380+
"To upload files to {folder}, you need to provide your name first." : "Per caricare file su {folder}, devi prima fornire il tuo nome.",
379381
"Upload files to {folder}" : "Carica file su {folder}",
382+
"Please confirm your name to upload files to {folder}" : "Si prega di confermare il nome per caricare i file su {folder}",
380383
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha condiviso una cartella con te.",
384+
"Names must not be empty." : "I nomi non devono essere vuoti.",
385+
"Names must not start with a dot." : "I nomi non devono iniziare con un punto.",
386+
"\"{char}\" is not allowed inside a name." : "\"{char}\" non è consentito all'interno di un nome.",
387+
"\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" è un nome riservato e non consentito.",
388+
"\"{extension}\" is not an allowed name." : "\"{extension}\" non è un nome consentito.",
389+
"Names must not end with \"{extension}\"." : "I nomi non devono terminare con \"{extension}\".",
390+
"Invalid name." : "Nome non valido.",
381391
"Shared by" : "Condiviso da",
382392
"Shared with" : "Condiviso con",
383393
"Password created successfully" : "Password creata correttamente",

core/l10n/cs.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ OC.L10N.register(
328328
"Login form is disabled." : "Formulář pro přihlášení je vypnut",
329329
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Přihlašovací formulář je v Nextcloud vypnutý. Použijte jinou možnost přihlášení nebo se obraťte na svého správce.",
330330
"More actions" : "Další akce",
331+
"User menu" : "Nabídka uživatele",
332+
"You will be identified as {user} by the account owner." : "Vlastníkem účtu budete identifikováni jako {user}.",
333+
"You are currently not identified." : "V tuto chvíli nejste identifikováni.",
334+
"Set public name" : "Nastavit veřejné jméno",
335+
"Change public name" : "Změnit veřejné jméno",
331336
"Password is too weak" : "Heslo je příliš snadno prolomitelné",
332337
"Password is weak" : "Heslo je snadno prolomitelné",
333338
"Password is average" : "Heslo je postačující",

core/l10n/cs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@
326326
"Login form is disabled." : "Formulář pro přihlášení je vypnut",
327327
"The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Přihlašovací formulář je v Nextcloud vypnutý. Použijte jinou možnost přihlášení nebo se obraťte na svého správce.",
328328
"More actions" : "Další akce",
329+
"User menu" : "Nabídka uživatele",
330+
"You will be identified as {user} by the account owner." : "Vlastníkem účtu budete identifikováni jako {user}.",
331+
"You are currently not identified." : "V tuto chvíli nejste identifikováni.",
332+
"Set public name" : "Nastavit veřejné jméno",
333+
"Change public name" : "Změnit veřejné jméno",
329334
"Password is too weak" : "Heslo je příliš snadno prolomitelné",
330335
"Password is weak" : "Heslo je snadno prolomitelné",
331336
"Password is average" : "Heslo je postačující",

lib/l10n/sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
OC.L10N.register(
22
"lib",
33
{
4+
"Files" : "Mafaili",
45
"seconds ago" : "sukunde zilizopita",
56
"File already exists" : "Faili lipo tayari",
67
"Settings" : "Mipangilio",

lib/l10n/sw.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ "translations": {
2+
"Files" : "Mafaili",
23
"seconds ago" : "sukunde zilizopita",
34
"File already exists" : "Faili lipo tayari",
45
"Settings" : "Mipangilio",

0 commit comments

Comments
 (0)