You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates and returns a cloud provider for the given `accountUID`.
42
-
43
-
If `useBackgroundURLSession` is set to `true`, the number of returned items from a `fetchItemList(forFolderAt:pageToken:)` call is limited to 500.
44
-
This is necessary because otherwise memory limit problems can occur with folders with many items in the `FileProviderExtension` where a background `URLSession` is used.
Creates and returns a cloud provider for the given `accountUID` using a background URLSession with the given `sessionIdentifier`.
103
+
104
+
The number of returned items from a `fetchItemList(forFolderAt:pageToken:)` call is limited to 500.
105
+
This is necessary because otherwise memory limit problems can occur with folders with many items in the `FileProviderExtension` where a background `URLSession` is used.
Copy file name to clipboardexpand all lines: SharedResources/ca.lproj/Localizable.strings
+10
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
"common.button.next" = "Següent";
23
23
"common.button.ok" = "D'acord";
24
24
"common.button.refresh" = "Refresca";
25
+
"common.button.register" = "Registre";
25
26
"common.button.remove" = "Elimina";
26
27
"common.button.retry" = "Reintenta";
27
28
"common.button.signOut" = "Tanca la sessió";
@@ -59,6 +60,7 @@
59
60
"addVault.openExistingVault.chooseCloud.header" = "On es troba la caixa forta?";
60
61
"addVault.openExistingVault.detectedMasterkey.text" = "Cryptomator ha detectat la caixa forta \"%@\".\nVoleu afegir aquesta caixa forta?";
61
62
"addVault.openExistingVault.detectedMasterkey.add" = "Afegeix aquesta caixa forta";
63
+
"addVault.openExistingVault.downloadVault.progress" = "Descàrrega de la caixa forta…";
62
64
"addVault.openExistingVault.password.footer" = "Introduïu la contrasenya per a \"%@\".";
63
65
"addVault.openExistingVault.progress" = "Ara s'afegeix la caixa forta…";
64
66
"addVault.success.info" = "S'ha afegit la caixa forta \"%@\".\nAccediu a la caixa forta via l'app de fitxers.";
@@ -111,10 +113,18 @@
111
113
112
114
"getFolderIntent.error.missingPath" = "No s'ha proporcionat cap ruta. Proporcioneu una ruta vàlida que retorni una carpeta.";
113
115
"getFolderIntent.error.noVaultSelected" = "No s'ha seleccionat cap caixa forta.";
116
+
117
+
"hubAuthentication.title" = "Caixa forta de Hub";
114
118
"hubAuthentication.accessNotGranted" = "El vostre dispositiu no ha estat encara autoritzat a accedir a aquesta caixa forta. Demaneu autorització al propietari.";
115
119
"hubAuthentication.licenseExceeded" = "Aquest Cryptomator Hub no té una llicència vàlida. Informa si us plau a l'administrador perquè actualitzi o renovi la llicència.";
116
120
"hubAuthentication.deviceRegistration.deviceName.cells.name" = "Nom del dispositiu";
121
+
"hubAuthentication.deviceRegistration.deviceName.footer.title" = "Sembla que és el primer accés al Hub des d'aquest dispositiu. Per identificar-lo i poder autoritzar l'accés heu de posar nom a aquest dispositiu.";
122
+
"hubAuthentication.deviceRegistration.accountKey.footer.title" = "Cal la vostra Account Key per a iniciar sessió des d'una aplicació o navegador nous. La trobareu al vostre perfil.";
123
+
"hubAuthentication.deviceRegistration.needsAuthorization.alert.title" = "Registre de dispositiu correcte";
117
124
"hubAuthentication.deviceRegistration.needsAuthorization.alert.message" = "Per a accedir a la caixa forta, el vostre dispositiu ha de ser autoritzat pel propietari de la caixa.";
"hubAuthentication.requireAccountInit.alert.message" = "Per a continuar, si us plau, seguiu els passos necessaris en el vostre perfil d'usuari de Hub.";
127
+
"hubAuthentication.requireAccountInit.alert.actionButton" = "Vés al perfil";
118
128
119
129
"intents.saveFile.missingFile" = "El fitxer proporcionat no és vàlid.";
120
130
"intents.saveFile.invalidFolder" = "La carpeta proporcionada no és vàlida.";
"addVault.success.info" = "Tilføjede boksen \"%@\".\nFå adgang til denne boks via Filer appen.";
@@ -111,10 +113,18 @@
111
113
112
114
"getFolderIntent.error.missingPath" = "Ingen sti blev angivet. Angiv venligst en gyldig sti til en mappe.";
113
115
"getFolderIntent.error.noVaultSelected" = "Ingen boks er valgt.";
116
+
117
+
"hubAuthentication.title" = "Hub Boks";
114
118
"hubAuthentication.accessNotGranted" = "Din enhed er endnu ikke blevet godkendt til at få adgang til denne boks. Spørg boks-ejeren om godkendelse.";
115
119
"hubAuthentication.licenseExceeded" = "Din Cryptomator Hub har en ugyldig licens. Få venligst en Hub administrator til at opgradere eller forny licensen.";
"hubAuthentication.deviceRegistration.deviceName.footer.title" = "Det ser ud til at dette er første gang denne enhed tilgår Hub. For at kunne identificere den for adgangstilladelse, skal du navngive denne enhed.";
122
+
"hubAuthentication.deviceRegistration.accountKey.footer.title" = "Din kontonøgle er påkrævet til at logge ind fra nye apps eller browsere. Den kan findes i din profil.";
123
+
"hubAuthentication.deviceRegistration.needsAuthorization.alert.title" = "Registrering af Enhed Lykkedes";
117
124
"hubAuthentication.deviceRegistration.needsAuthorization.alert.message" = "For at tilgå boksen, skal din enhed godkendes af boks-ejeren.";
0 commit comments