mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
cf1eed2769
commit
ced1c5bf6c
10 changed files with 50 additions and 0 deletions
7
apps/admin_audit/l10n/sw.js
Normal file
7
apps/admin_audit/l10n/sw.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"admin_audit",
|
||||
{
|
||||
"Auditing / Logging" : "Ukaguzi/kuweka kumbukumbu",
|
||||
"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."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
5
apps/admin_audit/l10n/sw.json
Normal file
5
apps/admin_audit/l10n/sw.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ "translations": {
|
||||
"Auditing / Logging" : "Ukaguzi/kuweka kumbukumbu",
|
||||
"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."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -379,8 +379,11 @@ OC.L10N.register(
|
|||
"Share note for recipient saved" : "Poznámka pro příjemce sdílení uložena",
|
||||
"Share password saved" : "Heslo ke sdílení uloženo",
|
||||
"Share permissions saved" : "Oprávnění ke sdílení uložena",
|
||||
"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.",
|
||||
"Upload files to {folder}" : "Nahrát soubory do {folder}",
|
||||
"Please confirm your name to upload files to {folder}" : "Potvrďte své jméno pokud chcete nahrávat soubory do {folder}",
|
||||
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} vám nasdílel(a) složku.",
|
||||
"Names must not be empty." : "Jména je třeba vyplnit.",
|
||||
"Names must not start with a dot." : "Je třeba, aby názvy nezačínaly tečkou.",
|
||||
"\"{char}\" is not allowed inside a name." : "„{char}“ není v názvu možné použít.",
|
||||
"\"{segment}\" is a reserved name and not allowed." : "„{segment}“ je vyhrazeným názvem a není povoleno k použití.",
|
||||
|
|
|
|||
|
|
@ -377,8 +377,11 @@
|
|||
"Share note for recipient saved" : "Poznámka pro příjemce sdílení uložena",
|
||||
"Share password saved" : "Heslo ke sdílení uloženo",
|
||||
"Share permissions saved" : "Oprávnění ke sdílení uložena",
|
||||
"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.",
|
||||
"Upload files to {folder}" : "Nahrát soubory do {folder}",
|
||||
"Please confirm your name to upload files to {folder}" : "Potvrďte své jméno pokud chcete nahrávat soubory do {folder}",
|
||||
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} vám nasdílel(a) složku.",
|
||||
"Names must not be empty." : "Jména je třeba vyplnit.",
|
||||
"Names must not start with a dot." : "Je třeba, aby názvy nezačínaly tečkou.",
|
||||
"\"{char}\" is not allowed inside a name." : "„{char}“ není v názvu možné použít.",
|
||||
"\"{segment}\" is a reserved name and not allowed." : "„{segment}“ je vyhrazeným názvem a není povoleno k použití.",
|
||||
|
|
|
|||
|
|
@ -257,6 +257,7 @@ OC.L10N.register(
|
|||
"File drop" : "Elimina file",
|
||||
"Upload files to {foldername}." : "Carica i file su{foldername}.",
|
||||
"By uploading files, you agree to the terms of service." : "Caricando i file accetti i termini del servizio.",
|
||||
"Successfully uploaded files" : "File caricati correttamente",
|
||||
"View terms of service" : "Visualizza i termini del servizio",
|
||||
"Terms of service" : "Termini del servizio",
|
||||
"Share with {userName}" : "Condividi con {userName}",
|
||||
|
|
@ -378,8 +379,17 @@ OC.L10N.register(
|
|||
"Share note for recipient saved" : "Condividi nota salvata per il destinatario",
|
||||
"Share password saved" : "Condividi la password salvata",
|
||||
"Share permissions saved" : "Condivisione dei permessi salvati",
|
||||
"To upload files to {folder}, you need to provide your name first." : "Per caricare file su {folder}, devi prima fornire il tuo nome.",
|
||||
"Upload files to {folder}" : "Carica file su {folder}",
|
||||
"Please confirm your name to upload files to {folder}" : "Si prega di confermare il nome per caricare i file su {folder}",
|
||||
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha condiviso una cartella con te.",
|
||||
"Names must not be empty." : "I nomi non devono essere vuoti.",
|
||||
"Names must not start with a dot." : "I nomi non devono iniziare con un punto.",
|
||||
"\"{char}\" is not allowed inside a name." : "\"{char}\" non è consentito all'interno di un nome.",
|
||||
"\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" è un nome riservato e non consentito.",
|
||||
"\"{extension}\" is not an allowed name." : "\"{extension}\" non è un nome consentito.",
|
||||
"Names must not end with \"{extension}\"." : "I nomi non devono terminare con \"{extension}\".",
|
||||
"Invalid name." : "Nome non valido.",
|
||||
"Shared by" : "Condiviso da",
|
||||
"Shared with" : "Condiviso con",
|
||||
"Password created successfully" : "Password creata correttamente",
|
||||
|
|
|
|||
|
|
@ -255,6 +255,7 @@
|
|||
"File drop" : "Elimina file",
|
||||
"Upload files to {foldername}." : "Carica i file su{foldername}.",
|
||||
"By uploading files, you agree to the terms of service." : "Caricando i file accetti i termini del servizio.",
|
||||
"Successfully uploaded files" : "File caricati correttamente",
|
||||
"View terms of service" : "Visualizza i termini del servizio",
|
||||
"Terms of service" : "Termini del servizio",
|
||||
"Share with {userName}" : "Condividi con {userName}",
|
||||
|
|
@ -376,8 +377,17 @@
|
|||
"Share note for recipient saved" : "Condividi nota salvata per il destinatario",
|
||||
"Share password saved" : "Condividi la password salvata",
|
||||
"Share permissions saved" : "Condivisione dei permessi salvati",
|
||||
"To upload files to {folder}, you need to provide your name first." : "Per caricare file su {folder}, devi prima fornire il tuo nome.",
|
||||
"Upload files to {folder}" : "Carica file su {folder}",
|
||||
"Please confirm your name to upload files to {folder}" : "Si prega di confermare il nome per caricare i file su {folder}",
|
||||
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha condiviso una cartella con te.",
|
||||
"Names must not be empty." : "I nomi non devono essere vuoti.",
|
||||
"Names must not start with a dot." : "I nomi non devono iniziare con un punto.",
|
||||
"\"{char}\" is not allowed inside a name." : "\"{char}\" non è consentito all'interno di un nome.",
|
||||
"\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" è un nome riservato e non consentito.",
|
||||
"\"{extension}\" is not an allowed name." : "\"{extension}\" non è un nome consentito.",
|
||||
"Names must not end with \"{extension}\"." : "I nomi non devono terminare con \"{extension}\".",
|
||||
"Invalid name." : "Nome non valido.",
|
||||
"Shared by" : "Condiviso da",
|
||||
"Shared with" : "Condiviso con",
|
||||
"Password created successfully" : "Password creata correttamente",
|
||||
|
|
|
|||
|
|
@ -328,6 +328,11 @@ OC.L10N.register(
|
|||
"Login form is disabled." : "Formulář pro přihlášení je vypnut",
|
||||
"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.",
|
||||
"More actions" : "Další akce",
|
||||
"User menu" : "Nabídka uživatele",
|
||||
"You will be identified as {user} by the account owner." : "Vlastníkem účtu budete identifikováni jako {user}.",
|
||||
"You are currently not identified." : "V tuto chvíli nejste identifikováni.",
|
||||
"Set public name" : "Nastavit veřejné jméno",
|
||||
"Change public name" : "Změnit veřejné jméno",
|
||||
"Password is too weak" : "Heslo je příliš snadno prolomitelné",
|
||||
"Password is weak" : "Heslo je snadno prolomitelné",
|
||||
"Password is average" : "Heslo je postačující",
|
||||
|
|
|
|||
|
|
@ -326,6 +326,11 @@
|
|||
"Login form is disabled." : "Formulář pro přihlášení je vypnut",
|
||||
"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.",
|
||||
"More actions" : "Další akce",
|
||||
"User menu" : "Nabídka uživatele",
|
||||
"You will be identified as {user} by the account owner." : "Vlastníkem účtu budete identifikováni jako {user}.",
|
||||
"You are currently not identified." : "V tuto chvíli nejste identifikováni.",
|
||||
"Set public name" : "Nastavit veřejné jméno",
|
||||
"Change public name" : "Změnit veřejné jméno",
|
||||
"Password is too weak" : "Heslo je příliš snadno prolomitelné",
|
||||
"Password is weak" : "Heslo je snadno prolomitelné",
|
||||
"Password is average" : "Heslo je postačující",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"lib",
|
||||
{
|
||||
"Files" : "Mafaili",
|
||||
"seconds ago" : "sukunde zilizopita",
|
||||
"File already exists" : "Faili lipo tayari",
|
||||
"Settings" : "Mipangilio",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Files" : "Mafaili",
|
||||
"seconds ago" : "sukunde zilizopita",
|
||||
"File already exists" : "Faili lipo tayari",
|
||||
"Settings" : "Mipangilio",
|
||||
|
|
|
|||
Loading…
Reference in a new issue