Skip to content

Commit 852c5f0

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent a25541c commit 852c5f0

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

l10n/cs.js

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ OC.L10N.register(
3434
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Opravdu chcete smazat „{folderName}“ a s ní všechny v ní obsažené soubory? Tuto operaci nelze vrátit zpět!",
3535
"Delete \"{folderName}\"?" : "Smazat „{folderName}“?",
3636
"Team folder admin delegation" : "Delegace správy týmové složky",
37+
"They will have access to all Team folders." : "Budou mít přístup ke všem týmovým složkám.",
38+
"They will only have access to Team folders for which they have advanced permissions." : "Budou mít přístup pouze k týmovým složkám, pro které mají pokročilá oprávnění.",
3739
"Group or team" : "Skupina nebo tým",
3840
"Folder name" : "Název složky",
3941
"Quota" : "Kvóta",

l10n/cs.json

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Opravdu chcete smazat „{folderName}“ a s ní všechny v ní obsažené soubory? Tuto operaci nelze vrátit zpět!",
3333
"Delete \"{folderName}\"?" : "Smazat „{folderName}“?",
3434
"Team folder admin delegation" : "Delegace správy týmové složky",
35+
"They will have access to all Team folders." : "Budou mít přístup ke všem týmovým složkám.",
36+
"They will only have access to Team folders for which they have advanced permissions." : "Budou mít přístup pouze k týmovým složkám, pro které mají pokročilá oprávnění.",
3537
"Group or team" : "Skupina nebo tým",
3638
"Folder name" : "Název složky",
3739
"Quota" : "Kvóta",

l10n/it.js

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
OC.L10N.register(
22
"groupfolders",
33
{
4+
"Team folders" : "Cartelle del team",
5+
"Admin configured folders shared with everyone in a team" : "Cartelle configurate dall'amministratore condivise con tutti i membri di un team",
6+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder." : "Cartelle configurate dall'amministratore condivise con tutti in un team.\n\nLe cartelle possono essere configurate da *Cartelle del team* nelle impostazioni dell'amministratore.\n\nDopo aver creato una cartella, l'amministratore può concedere l'accesso alla cartella a uno o più team, controllare i loro permessi di scrittura/condivisione e assegnare una quota per la cartella.",
47
"Denied" : "Negato",
58
"Access denied" : "Accesso negato",
69
"Allowed" : "Consentito",
@@ -11,6 +14,7 @@ OC.L10N.register(
1114
"Unset" : "Rimuovi",
1215
"Denied (Inherited permission)" : "Negato (autorizzazione ereditata)",
1316
"Allowed (Inherited permission)" : "Consentito (autorizzazione ereditata)",
17+
"Team folder" : "Cartella del team",
1418
"Read" : "Lettura",
1519
"Write" : "Scrittura",
1620
"Create" : "Crea",
@@ -21,11 +25,18 @@ OC.L10N.register(
2125
"Add advanced permission rule" : "Aggiungi regola di autorizzazione avanzata",
2226
"Select a user or group" : "Seleziona un utente o gruppo",
2327
"Group" : "Gruppo",
28+
"Open Team folder" : "Apri cartella del team",
2429
"Permission denied. User does not have sufficient permissions." : "Permesso negato. L'utente non ha permessi sufficienti.",
2530
"Unexpected status from server" : "Stato non previsto dal server",
31+
"List of Team folders." : "Elenco delle cartelle del team.",
32+
"No Team folders yet" : "Nessuna cartella ancora per il team",
33+
"Team folders will show up here" : "Le cartelle del team verranno visualizzate qui",
2634
"Add group" : "Aggiungi gruppo",
2735
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Vuoi veramente eliminare \"{folderName}\" e i file in essa contenuti? Questa operazione non può essere annullata",
2836
"Delete \"{folderName}\"?" : "Vuoi eliminare \"{folderName}\"?",
37+
"Team folder admin delegation" : "Delega amministratore cartella team",
38+
"They will have access to all Team folders." : "Avranno accesso a tutte le cartelle del team.",
39+
"They will only have access to Team folders for which they have advanced permissions." : "Avranno accesso solo alle cartelle del team per le quali dispongono di autorizzazioni avanzate.",
2940
"Group or team" : "Gruppo o team",
3041
"Folder name" : "Nome della cartella",
3142
"Quota" : "Quota",

l10n/it.json

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{ "translations": {
2+
"Team folders" : "Cartelle del team",
3+
"Admin configured folders shared with everyone in a team" : "Cartelle configurate dall'amministratore condivise con tutti i membri di un team",
4+
"Admin configured folders shared with everyone in a team.\n\nFolders can be configured from *Team folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more teams, control their write/sharing permissions and assign a quota for the folder." : "Cartelle configurate dall'amministratore condivise con tutti in un team.\n\nLe cartelle possono essere configurate da *Cartelle del team* nelle impostazioni dell'amministratore.\n\nDopo aver creato una cartella, l'amministratore può concedere l'accesso alla cartella a uno o più team, controllare i loro permessi di scrittura/condivisione e assegnare una quota per la cartella.",
25
"Denied" : "Negato",
36
"Access denied" : "Accesso negato",
47
"Allowed" : "Consentito",
@@ -9,6 +12,7 @@
912
"Unset" : "Rimuovi",
1013
"Denied (Inherited permission)" : "Negato (autorizzazione ereditata)",
1114
"Allowed (Inherited permission)" : "Consentito (autorizzazione ereditata)",
15+
"Team folder" : "Cartella del team",
1216
"Read" : "Lettura",
1317
"Write" : "Scrittura",
1418
"Create" : "Crea",
@@ -19,11 +23,18 @@
1923
"Add advanced permission rule" : "Aggiungi regola di autorizzazione avanzata",
2024
"Select a user or group" : "Seleziona un utente o gruppo",
2125
"Group" : "Gruppo",
26+
"Open Team folder" : "Apri cartella del team",
2227
"Permission denied. User does not have sufficient permissions." : "Permesso negato. L'utente non ha permessi sufficienti.",
2328
"Unexpected status from server" : "Stato non previsto dal server",
29+
"List of Team folders." : "Elenco delle cartelle del team.",
30+
"No Team folders yet" : "Nessuna cartella ancora per il team",
31+
"Team folders will show up here" : "Le cartelle del team verranno visualizzate qui",
2432
"Add group" : "Aggiungi gruppo",
2533
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Vuoi veramente eliminare \"{folderName}\" e i file in essa contenuti? Questa operazione non può essere annullata",
2634
"Delete \"{folderName}\"?" : "Vuoi eliminare \"{folderName}\"?",
35+
"Team folder admin delegation" : "Delega amministratore cartella team",
36+
"They will have access to all Team folders." : "Avranno accesso a tutte le cartelle del team.",
37+
"They will only have access to Team folders for which they have advanced permissions." : "Avranno accesso solo alle cartelle del team per le quali dispongono di autorizzazioni avanzate.",
2738
"Group or team" : "Gruppo o team",
2839
"Folder name" : "Nome della cartella",
2940
"Quota" : "Quota",

0 commit comments

Comments
 (0)