diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/da.js | 20 | ||||
-rw-r--r-- | lib/l10n/da.json | 20 | ||||
-rw-r--r-- | lib/l10n/de.js | 4 | ||||
-rw-r--r-- | lib/l10n/de.json | 4 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 4 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 4 | ||||
-rw-r--r-- | lib/l10n/fr.js | 5 | ||||
-rw-r--r-- | lib/l10n/fr.json | 5 | ||||
-rw-r--r-- | lib/l10n/gl.js | 6 | ||||
-rw-r--r-- | lib/l10n/gl.json | 6 | ||||
-rw-r--r-- | lib/l10n/is.js | 46 | ||||
-rw-r--r-- | lib/l10n/is.json | 46 | ||||
-rw-r--r-- | lib/l10n/lt_LT.js | 2 | ||||
-rw-r--r-- | lib/l10n/lt_LT.json | 2 | ||||
-rw-r--r-- | lib/l10n/pt_PT.js | 14 | ||||
-rw-r--r-- | lib/l10n/pt_PT.json | 14 | ||||
-rw-r--r-- | lib/l10n/ru.js | 6 | ||||
-rw-r--r-- | lib/l10n/ru.json | 6 |
18 files changed, 184 insertions, 30 deletions
diff --git a/lib/l10n/da.js b/lib/l10n/da.js index 0416127fa4b..f838a013c5f 100644 --- a/lib/l10n/da.js +++ b/lib/l10n/da.js @@ -53,6 +53,11 @@ OC.L10N.register( "Avatar image is not square" : "Avatar billedet er ikke kvadratisk", "Files" : "Filer", "View profile" : "Vis profil", + "same time" : "samme tid", + "_%nh_::_%nh_" : ["%nt","%nt"], + "_%nm_::_%nm_" : ["%nm","%nm"], + "%s ahead" : "%s foran", + "%s behind" : "%s bagud", "Local time: %s" : "Lokal tid: %s", "today" : "i dag", "tomorrow" : "i morgen", @@ -75,6 +80,10 @@ OC.L10N.register( "seconds ago" : "få sekunder siden", "Empty file" : "Tom fil", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulet med ID: %s eksisterer ikke. Aktiver det venligst i dine indstillinger eller kontakt din administrator.", + "No file conversion providers available" : "Ingen filkonverteringsudbydere tilgængelige", + "File is too large to convert" : "Filen er for stor til at konvertere", + "Destination does not match conversion extension" : "Destinationen matcher ikke konverteringsudvidelsen", + "Could not convert file" : "Kunne ikke konvertere filen", "Dot files are not allowed" : "Filer med punktummer er ikke tilladt", "File already exists" : "Filen findes allerede", "Invalid path" : "Ugyldig sti", @@ -89,7 +98,7 @@ OC.L10N.register( "Appearance and accessibility" : "Udseende og tilgængelighed", "Apps" : "Apps", "Personal settings" : "Personlige indstillinger", - "Administration settings" : "System indstillinger", + "Administration settings" : "Systemindstillinger", "Settings" : "Indstillinger", "Log out" : "Log ud", "Accounts" : "Konti", @@ -110,6 +119,7 @@ OC.L10N.register( "Headline" : "Overskrift", "Organisation" : "Organisation", "Role" : "Rolle", + "Pronouns" : "Pronominer", "Unknown account" : "Ukendt konto", "Additional settings" : "Yderligere indstillinger", "Enter the database Login and name for %s" : "Indtast database Login og navn for %s", @@ -131,6 +141,7 @@ OC.L10N.register( "%1$s via %2$s" : "%1$s via %2$s", "Unknown share type" : "Ukendt deletype", "You are not allowed to share %s" : "Du har ikke tilladelse til at dele %s", + "File shares cannot have create or delete permissions" : "Fildelinger kan ikke have oprettelses- eller sletningsrettigheder", "Cannot increase permissions of %s" : "Kan give yderigere rettigheder til %s", "Files cannot be shared with delete permissions" : "Filer kan ikke deles med rettigheder til at slette", "Files cannot be shared with create permissions" : "Filer kan ikke deles med rettigheder til at oprette", @@ -143,6 +154,7 @@ OC.L10N.register( "The requested share does not exist anymore" : "Det delte emne eksisterer ikke længere", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Brugeren blev ikke oprettet, fordi brugergrænsen er nået. Tjek dine notifikationer for at få flere oplysninger.", "Could not find category \"%s\"" : "Kunne ikke finde kategorien \"%s\"", + "Input text" : "Inputtekst", "Sunday" : "Søndag", "Monday" : "Mandag", "Tuesday" : "Tirsdag", @@ -235,6 +247,12 @@ OC.L10N.register( "Storage connection timeout. %s" : "Lageret svarer ikke. %s", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For at tillade at denne kontrol køres så skal du sikre dig at din webserver kan forbinde til sig selv. Derfor skal den kunne opløse og forbinde til mindst en af dets `trusted_domains` eller `overwrite.cli.url`. Denne fejl kan være resultatet af en server-side DNS mismatch eller udadgående firewall regel.", "Confirmation" : "Bekræftelse", + "Generated response" : "Genereret respons", + "Change Tone" : "Ændr tone", + "Write a text that you want the assistant to rewrite in another tone." : "Skriv en tekst, som assistenten skal skrive i en anden tone.", + "Desired tone" : "Ønsket tone", + "In which tone should your text be rewritten?" : "I hvilken tone skal din tekst omskrives?", + "The rewritten text in the desired tone, written by the assistant:" : "Den omskrevne tekst i den ønskede tone, skrevet af assistenten:", "Chat" : "cHAT", "Generates a possible headline for a text." : "Genererer en mulig overskrift til en tekst.", "Text" : "Tekst", diff --git a/lib/l10n/da.json b/lib/l10n/da.json index 561095fb74a..9731500f47b 100644 --- a/lib/l10n/da.json +++ b/lib/l10n/da.json @@ -51,6 +51,11 @@ "Avatar image is not square" : "Avatar billedet er ikke kvadratisk", "Files" : "Filer", "View profile" : "Vis profil", + "same time" : "samme tid", + "_%nh_::_%nh_" : ["%nt","%nt"], + "_%nm_::_%nm_" : ["%nm","%nm"], + "%s ahead" : "%s foran", + "%s behind" : "%s bagud", "Local time: %s" : "Lokal tid: %s", "today" : "i dag", "tomorrow" : "i morgen", @@ -73,6 +78,10 @@ "seconds ago" : "få sekunder siden", "Empty file" : "Tom fil", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulet med ID: %s eksisterer ikke. Aktiver det venligst i dine indstillinger eller kontakt din administrator.", + "No file conversion providers available" : "Ingen filkonverteringsudbydere tilgængelige", + "File is too large to convert" : "Filen er for stor til at konvertere", + "Destination does not match conversion extension" : "Destinationen matcher ikke konverteringsudvidelsen", + "Could not convert file" : "Kunne ikke konvertere filen", "Dot files are not allowed" : "Filer med punktummer er ikke tilladt", "File already exists" : "Filen findes allerede", "Invalid path" : "Ugyldig sti", @@ -87,7 +96,7 @@ "Appearance and accessibility" : "Udseende og tilgængelighed", "Apps" : "Apps", "Personal settings" : "Personlige indstillinger", - "Administration settings" : "System indstillinger", + "Administration settings" : "Systemindstillinger", "Settings" : "Indstillinger", "Log out" : "Log ud", "Accounts" : "Konti", @@ -108,6 +117,7 @@ "Headline" : "Overskrift", "Organisation" : "Organisation", "Role" : "Rolle", + "Pronouns" : "Pronominer", "Unknown account" : "Ukendt konto", "Additional settings" : "Yderligere indstillinger", "Enter the database Login and name for %s" : "Indtast database Login og navn for %s", @@ -129,6 +139,7 @@ "%1$s via %2$s" : "%1$s via %2$s", "Unknown share type" : "Ukendt deletype", "You are not allowed to share %s" : "Du har ikke tilladelse til at dele %s", + "File shares cannot have create or delete permissions" : "Fildelinger kan ikke have oprettelses- eller sletningsrettigheder", "Cannot increase permissions of %s" : "Kan give yderigere rettigheder til %s", "Files cannot be shared with delete permissions" : "Filer kan ikke deles med rettigheder til at slette", "Files cannot be shared with create permissions" : "Filer kan ikke deles med rettigheder til at oprette", @@ -141,6 +152,7 @@ "The requested share does not exist anymore" : "Det delte emne eksisterer ikke længere", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Brugeren blev ikke oprettet, fordi brugergrænsen er nået. Tjek dine notifikationer for at få flere oplysninger.", "Could not find category \"%s\"" : "Kunne ikke finde kategorien \"%s\"", + "Input text" : "Inputtekst", "Sunday" : "Søndag", "Monday" : "Mandag", "Tuesday" : "Tirsdag", @@ -233,6 +245,12 @@ "Storage connection timeout. %s" : "Lageret svarer ikke. %s", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For at tillade at denne kontrol køres så skal du sikre dig at din webserver kan forbinde til sig selv. Derfor skal den kunne opløse og forbinde til mindst en af dets `trusted_domains` eller `overwrite.cli.url`. Denne fejl kan være resultatet af en server-side DNS mismatch eller udadgående firewall regel.", "Confirmation" : "Bekræftelse", + "Generated response" : "Genereret respons", + "Change Tone" : "Ændr tone", + "Write a text that you want the assistant to rewrite in another tone." : "Skriv en tekst, som assistenten skal skrive i en anden tone.", + "Desired tone" : "Ønsket tone", + "In which tone should your text be rewritten?" : "I hvilken tone skal din tekst omskrives?", + "The rewritten text in the desired tone, written by the assistant:" : "Den omskrevne tekst i den ønskede tone, skrevet af assistenten:", "Chat" : "cHAT", "Generates a possible headline for a text." : "Genererer en mulig overskrift til en tekst.", "Text" : "Tekst", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 0243789bb41..7f1abe6c772 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -332,13 +332,13 @@ OC.L10N.register( "ContextAgent" : "ContextAgent", "Chat with an agent" : "Mit einem Agenten chatten", "Chat message" : "Chatnachricht", - "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.", + "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.", "Confirmation" : "Bestätigung", "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.", "Conversation token" : "Unterhaltungstoken", "A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.", "Generated response" : "Erzeugte Antwort", - "The response from the chat model." : "Die Antwort des Chatmodells.", + "The response from the chat model." : "Die Antwort des Chat-Modells.", "The new conversation token" : "Das neue Unterhaltungstoken", "Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.", "Requested actions by the agent" : "Vom Agenten angeforderte Aktionen", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 79398e13019..64d1794451e 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -330,13 +330,13 @@ "ContextAgent" : "ContextAgent", "Chat with an agent" : "Mit einem Agenten chatten", "Chat message" : "Chatnachricht", - "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.", + "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.", "Confirmation" : "Bestätigung", "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.", "Conversation token" : "Unterhaltungstoken", "A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.", "Generated response" : "Erzeugte Antwort", - "The response from the chat model." : "Die Antwort des Chatmodells.", + "The response from the chat model." : "Die Antwort des Chat-Modells.", "The new conversation token" : "Das neue Unterhaltungstoken", "Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.", "Requested actions by the agent" : "Vom Agenten angeforderte Aktionen", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index e0d18bf354f..1f9345f5145 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -332,13 +332,13 @@ OC.L10N.register( "ContextAgent" : "ContextAgent", "Chat with an agent" : "Chatten Sie mit einem Agenten", "Chat message" : "Chatnachricht", - "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.", + "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.", "Confirmation" : "Bestätigung", "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.", "Conversation token" : "Unterhaltungstoken", "A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.", "Generated response" : "Erzeugte Antwort", - "The response from the chat model." : "Die Antwort des Chatmodells.", + "The response from the chat model." : "Die Antwort des Chat-Modells.", "The new conversation token" : "Das neue Unterhaltungstoken", "Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.", "Requested actions by the agent" : "Vom Agenten angeforderte Aktionen", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index ff34f8c16b1..d935e6e0abe 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -330,13 +330,13 @@ "ContextAgent" : "ContextAgent", "Chat with an agent" : "Chatten Sie mit einem Agenten", "Chat message" : "Chatnachricht", - "A chat message to send to the agent." : "Eine Chat-Nachricht, die an den Agenten gesendet wird.", + "A chat message to send to the agent." : "Eine Chatnachricht, die an den Agenten gesendet wird.", "Confirmation" : "Bestätigung", "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.", "Conversation token" : "Unterhaltungstoken", "A token representing the conversation." : "Ein Token, das die Unterhaltung repräsentiert.", "Generated response" : "Erzeugte Antwort", - "The response from the chat model." : "Die Antwort des Chatmodells.", + "The response from the chat model." : "Die Antwort des Chat-Modells.", "The new conversation token" : "Das neue Unterhaltungstoken", "Send this along with the next interaction." : "Dies zusammen mit der nächsten Interaktion senden.", "Requested actions by the agent" : "Vom Agenten angeforderte Aktionen", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 1bb46252364..d73067e79fc 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -62,6 +62,8 @@ OC.L10N.register( "same time" : "Même moment", "_%nh_::_%nh_" : ["%nh","%nh","%nh"], "_%nm_::_%nm_" : ["%nm","%nm","%nm"], + "%s ahead" : "%s plus tôt", + "%s behind" : "%s plus tard", "Local time: %s" : "Heure locale : %s", "today" : "aujourd’hui", "tomorrow" : "demain", @@ -327,6 +329,7 @@ OC.L10N.register( "The audio to transcribe" : "Audio à retranscrire", "Transcription" : "Transcription", "The transcribed text" : "Le texte transcrit", + "ContextAgent" : "ContextAgent", "Chat with an agent" : "Discuter avec un agent conversationnel", "Chat message" : "Message de discussion", "A chat message to send to the agent." : "Un message instantané à envoyer à l'agent.", @@ -382,11 +385,13 @@ OC.L10N.register( "The generated response as part of the conversation" : "Réponse générée comme partie de la conversation", "Chat with tools" : "Discuter en utilisant les fonctions", "Chat with the language model with tool calling support." : "Discuter avec le modèle de langage en utilisant les fonctions", + "Tool message" : "Message d'outil", "The result of tool calls in the last interaction" : "Le résultat des appels de fonction lors de la dernière interaction", "Available tools" : "Fonctions de rappel disponibles", "The available tools in JSON format" : "Les fonctions disponibles en format JSON", "The response from the chat model" : "La réponse du modèle de discussion instantanée", "Tool calls" : "Appels de fonction", + "Tools call instructions from the model in JSON format" : "Instructions d'appel d'outil depuis le modèle au format JSON", "Formalize text" : "Formaliser un texte", "Takes a text and makes it sound more formal" : "Prend un texte et le rend plus formel", "Write a text that you want the assistant to formalize" : "Rédigez un texte que vous souhaitez que l'assistant formalise", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index a30e7e4991c..9bec1000826 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -60,6 +60,8 @@ "same time" : "Même moment", "_%nh_::_%nh_" : ["%nh","%nh","%nh"], "_%nm_::_%nm_" : ["%nm","%nm","%nm"], + "%s ahead" : "%s plus tôt", + "%s behind" : "%s plus tard", "Local time: %s" : "Heure locale : %s", "today" : "aujourd’hui", "tomorrow" : "demain", @@ -325,6 +327,7 @@ "The audio to transcribe" : "Audio à retranscrire", "Transcription" : "Transcription", "The transcribed text" : "Le texte transcrit", + "ContextAgent" : "ContextAgent", "Chat with an agent" : "Discuter avec un agent conversationnel", "Chat message" : "Message de discussion", "A chat message to send to the agent." : "Un message instantané à envoyer à l'agent.", @@ -380,11 +383,13 @@ "The generated response as part of the conversation" : "Réponse générée comme partie de la conversation", "Chat with tools" : "Discuter en utilisant les fonctions", "Chat with the language model with tool calling support." : "Discuter avec le modèle de langage en utilisant les fonctions", + "Tool message" : "Message d'outil", "The result of tool calls in the last interaction" : "Le résultat des appels de fonction lors de la dernière interaction", "Available tools" : "Fonctions de rappel disponibles", "The available tools in JSON format" : "Les fonctions disponibles en format JSON", "The response from the chat model" : "La réponse du modèle de discussion instantanée", "Tool calls" : "Appels de fonction", + "Tools call instructions from the model in JSON format" : "Instructions d'appel d'outil depuis le modèle au format JSON", "Formalize text" : "Formaliser un texte", "Takes a text and makes it sound more formal" : "Prend un texte et le rend plus formel", "Write a text that you want the assistant to formalize" : "Rédigez un texte que vous souhaitez que l'assistant formalise", diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index aba2935c7fe..dcf4f6bc588 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -208,9 +208,9 @@ OC.L10N.register( "Share does not have a full ID" : "A compartición non ten unha ID completa", "Cannot change share type" : "Non é posíbel cambiar o tipo de compartición", "Can only update recipient on user shares" : "Só é posíbel actualizar o destinatario nas comparticións por usuarios", - "Cannot enable sending the password by Talk with an empty password" : "Non é posíbel activar o envío do contrasinal por Parlar cun contrasinal baleiro", - "Cannot enable sending the password by Talk without setting a new password" : "Non é posíbel activar o envío do contrasinal por Parlar sen definir un novo contrasinal", - "Cannot disable sending the password by Talk without setting a new password" : "Non é posíbel desactivar o envío do contrasinal por Parlar sen definir un novo contrasinal", + "Cannot enable sending the password by Talk with an empty password" : "Non é posíbel activar o envío do contrasinal mediante Parladoiro cun contrasinal baleiro", + "Cannot enable sending the password by Talk without setting a new password" : "Non é posíbel activar o envío do contrasinal mediante Parladoiro sen definir un novo contrasinal", + "Cannot disable sending the password by Talk without setting a new password" : "Non é posíbel desactivar o envío do contrasinal medainte sen definir un novo contrasinal", "Share provider does not support accepting" : "O provedor de comparticións non admite a aceptación", "Cannot change target of link share" : "Non é posíbel cambiar o destino da ligazón compartida", "Invalid share recipient" : "Destinatario de compartición incorrecto", diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json index b722f14b31f..c50dcb17351 100644 --- a/lib/l10n/gl.json +++ b/lib/l10n/gl.json @@ -206,9 +206,9 @@ "Share does not have a full ID" : "A compartición non ten unha ID completa", "Cannot change share type" : "Non é posíbel cambiar o tipo de compartición", "Can only update recipient on user shares" : "Só é posíbel actualizar o destinatario nas comparticións por usuarios", - "Cannot enable sending the password by Talk with an empty password" : "Non é posíbel activar o envío do contrasinal por Parlar cun contrasinal baleiro", - "Cannot enable sending the password by Talk without setting a new password" : "Non é posíbel activar o envío do contrasinal por Parlar sen definir un novo contrasinal", - "Cannot disable sending the password by Talk without setting a new password" : "Non é posíbel desactivar o envío do contrasinal por Parlar sen definir un novo contrasinal", + "Cannot enable sending the password by Talk with an empty password" : "Non é posíbel activar o envío do contrasinal mediante Parladoiro cun contrasinal baleiro", + "Cannot enable sending the password by Talk without setting a new password" : "Non é posíbel activar o envío do contrasinal mediante Parladoiro sen definir un novo contrasinal", + "Cannot disable sending the password by Talk without setting a new password" : "Non é posíbel desactivar o envío do contrasinal medainte sen definir un novo contrasinal", "Share provider does not support accepting" : "O provedor de comparticións non admite a aceptación", "Cannot change target of link share" : "Non é posíbel cambiar o destino da ligazón compartida", "Invalid share recipient" : "Destinatario de compartición incorrecto", diff --git a/lib/l10n/is.js b/lib/l10n/is.js index 8033b673a07..d233f55afa7 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -38,6 +38,7 @@ OC.L10N.register( "Server version %s or higher is required." : "Krafist er þjóns af útgáfu %s eða hærra.", "Server version %s or lower is required." : "Krafist er þjóns af útgáfu %s eða lægri.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi eða hafa fengið sérstaka aðgangsheimild fyrir þessa stillingu", + "Your current IP address doesn’t allow you to perform admin actions" : "Nǘerandi IP-vistfang þitt hefur ekki heimild til að framkvæma stjórnunaraðgerðir", "Logged in account must be an admin or sub admin" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi", "Logged in account must be an admin" : "Innskráður notandi verður að vera stjórnandi", "Wiping of device %s has started" : "Útþurrkun af tækinu %s er byrjuð", @@ -85,12 +86,22 @@ OC.L10N.register( "seconds ago" : "sekúndum síðan", "Empty file" : "Tóm skrá", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Eining með auðkenni: %s er ekki til. Virkjaðu hana í forritastillingum eða hafðu samband við kerfisstjóra.", + "File is too large to convert" : "Skráin er of stór til að umbreyta henni", + "Could not convert file" : "Gat ekki umbreytt skrá", "Dot files are not allowed" : "Skrár með punkti eru ekki leyfðar", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" er bannað sem heiti á skrá eða möppu.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" er bannað sem forskeyti á skrá eða möppu.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" er ekki leyfilegt innan í heiti á skrá eða möppu.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" er bönnuð skráartegund.", "Filenames must not end with \"%1$s\"." : "Skráaheiti mega ekki enda á \"%1$s\".", + "Invalid parent path" : "Ógild yfirslóð", "File already exists" : "Skrá er þegar til", "Invalid path" : "Ógild slóð", "Failed to create file from template" : "Mistókst að búa til skrá út frá sniðmáti", "Templates" : "Sniðmát", + "Storage %s cannot be moved" : "Ekki er hægt að færa geymslurýmið %s", + "Path contains invalid segments" : "Slóðin inniheldur ógilda hluta", + "Filename is a reserved word" : "Skráarheiti er þegar frátekið orð", "Filename contains at least one invalid character" : "Skráarheitið inniheldur að minnsta kosti einn ógildan staf", "Filename is too long" : "Skráarheiti er of langt", "Empty filename is not allowed" : "Autt skráarheiti er ekki leyft.", @@ -154,10 +165,14 @@ OC.L10N.register( "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ekki er hægt að setja lokadagsetningu meira en %n dag fram í tímann","Ekki er hægt að setja lokadagsetningu meira en %n daga fram í tímann"], "Sharing is only allowed with group members" : "Deiling er aðeins leyfð með meðlimum hópsins", "Sharing is disabled" : "Deiling er óvirk", + "Invalid share recipient" : "Ógildur viðtakandi sameignar", + "Group \"%s\" does not exist" : "Hópurinn \"%s\" er ekki til", "The requested share does not exist anymore" : "Umbeðin sameign er ekki lengur til", "The requested share comes from a disabled user" : "Umbeðin sameign kemur frá notanda sem er óvirkur", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Notandinn var ekki búinn til þar sem takmörkum á fjölda notenda var náð. Skoðaðu tilkynningarnar þínar til að sjá meira.", "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", + "Input text" : "Inntakstexti", + "The input text" : "Inntakstextinn", "Sunday" : "Sunnudagur", "Monday" : "Mánudagur", "Tuesday" : "Þriðjudagur", @@ -204,6 +219,14 @@ OC.L10N.register( "Nov." : "Nóv.", "Dec." : "Des.", "A valid password must be provided" : "Skráðu inn gilt lykilorð", + "The Login is already being used" : "Innskráningarnafnið er þegar í notkun", + "Could not create account" : "Gat ekki búið til notandaaðgang", + "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Einungis eru leyfilegir eftirfarandi stafir í innskráningarnafni: \"a-z\", \"A-Z\", \"0-9\", bil og \"_.@-'\"", + "A valid Login must be provided" : "Settu inn gilt innskráningarnafn", + "Login contains whitespace at the beginning or at the end" : "Innskráningarnafnið inniheldur bil í upphafi eða enda", + "Login must not consist of dots only" : "Innskráningarnafn má ekki einungis samanstanda af punktum", + "Login is invalid because files already exist for this user" : "Innskráningarnafnið er ógilt vegna þess að þegar eru fyrir hendi skrár sem tilheyra þessum notanda", + "Account disabled" : "Notandaaðgangur óvirkur", "Login canceled by app" : "Forrit hætti við innskráningu", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ekki var hægt að setja upp \"%1$s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %2$s", "a safe home for all your data" : "öruggur staður fyrir öll gögnin þín", @@ -234,9 +257,12 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.", "The required %s config variable is not configured in the config.php file." : "Nauðsynleg %s stillingabreyta er ekki stillt í config.php file.", "Please ask your server administrator to check the Nextcloud configuration." : "Biddu kerfisstjórann þinn um að athuga uppsetninguna á Nextcloud.", + "Your data directory is readable by other people." : "Gagnamappn þín er lesanleg fyrir aðra notendur.", + "Please change the permissions to 0770 so that the directory cannot be listed by other people." : "Endilega breyttu heimildunum í 0770 svo að aðrir notendur geti ekki listað upp innihald hennar.", "Your data directory must be an absolute path." : "Gagnamappan þín verður að vera með algilda slóð.", "Check the value of \"datadirectory\" in your configuration." : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni.", "Your data directory is invalid." : "Gagnamappan þín er ógild.", + "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Gakktu úr skugga um að til staðar sé skrá með heitinu \"%1$s\" í rót gagnageymslunnar. Hún ætti að innihalda eftirfarandi: \"%2$s\"", "Action \"%s\" not supported or implemented." : "Aðgerðin \"%s\" er ekki studd eða útfærð.", "Authentication failed, wrong token or provider ID given" : "Auðkenning mistókst, uppgefið rangt teikn eða auðkenni þjónustuveitu", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Breytur vantar til að geta lokið beiðninni. Breytur sem vantar: \"%s\"", @@ -248,15 +274,35 @@ OC.L10N.register( "Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s", "Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu", "Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s", + "Transcribe audio" : "Umrita hljóð", + "Transcribe the things said in an audio" : "Umritaðu það sem sagt er í hljóðspori", + "Audio input" : "Hljóðinntak", + "The audio to transcribe" : "Hljóðið sem á að umrita", + "Transcription" : "Umritun", + "The transcribed text" : "Umritaði textinn", + "Chat message" : "Spjallskilaboð", "Confirmation" : "Staðfesting", + "Prompt" : "Kvaðning", + "Number of images" : "Fjöldi mynda", + "Chat" : "Spjall", "Generates a possible headline for a text." : "Útbýr mögulega fyrirsögn fyrir texta.", "Text" : "Texti", + "Simplify text" : "Einfalda texta", + "Simplified text" : "Einfaldaður texti", "Summarize" : "Gera samantekt", "Summary" : "Samantekt", "Extract topics" : "Taka út efnisflokka", + "Topics" : "Umfjöllunarefni", "Translate" : "Þýða", + "Translate text from one language to another" : "Þýddu texta af einu tungumáli yfir á annað", + "Origin text" : "Upprunalegur texti", + "The text to translate" : "Textinn sem á að þýða", + "Origin language" : "Upprunalegt tungumál", + "The language of the origin text" : "Tungumál upprunalega textans", "Target language" : "Marktungumál:", + "The desired language to translate the origin text in" : "Tungumálið sem þýða skal upprunalega textann yfir á", "Result" : "Niðurstöður", + "The translated text" : "Þýddi textinn", "Free prompt" : "Frjáls kvaðning", "Runs an arbitrary prompt through the language model." : "Keyrir óreglulega kvaðningu (prompt) í gegnum tungumálslíkanið.", "Generate headline" : "Útbúa fyrirsögn", diff --git a/lib/l10n/is.json b/lib/l10n/is.json index 5c7c555c77e..a08d584d73a 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -36,6 +36,7 @@ "Server version %s or higher is required." : "Krafist er þjóns af útgáfu %s eða hærra.", "Server version %s or lower is required." : "Krafist er þjóns af útgáfu %s eða lægri.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi eða hafa fengið sérstaka aðgangsheimild fyrir þessa stillingu", + "Your current IP address doesn’t allow you to perform admin actions" : "Nǘerandi IP-vistfang þitt hefur ekki heimild til að framkvæma stjórnunaraðgerðir", "Logged in account must be an admin or sub admin" : "Innskráður notandi verður að vera kerfisstjóri eða undirstjórnandi", "Logged in account must be an admin" : "Innskráður notandi verður að vera stjórnandi", "Wiping of device %s has started" : "Útþurrkun af tækinu %s er byrjuð", @@ -83,12 +84,22 @@ "seconds ago" : "sekúndum síðan", "Empty file" : "Tóm skrá", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Eining með auðkenni: %s er ekki til. Virkjaðu hana í forritastillingum eða hafðu samband við kerfisstjóra.", + "File is too large to convert" : "Skráin er of stór til að umbreyta henni", + "Could not convert file" : "Gat ekki umbreytt skrá", "Dot files are not allowed" : "Skrár með punkti eru ekki leyfðar", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" er bannað sem heiti á skrá eða möppu.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" er bannað sem forskeyti á skrá eða möppu.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" er ekki leyfilegt innan í heiti á skrá eða möppu.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" er bönnuð skráartegund.", "Filenames must not end with \"%1$s\"." : "Skráaheiti mega ekki enda á \"%1$s\".", + "Invalid parent path" : "Ógild yfirslóð", "File already exists" : "Skrá er þegar til", "Invalid path" : "Ógild slóð", "Failed to create file from template" : "Mistókst að búa til skrá út frá sniðmáti", "Templates" : "Sniðmát", + "Storage %s cannot be moved" : "Ekki er hægt að færa geymslurýmið %s", + "Path contains invalid segments" : "Slóðin inniheldur ógilda hluta", + "Filename is a reserved word" : "Skráarheiti er þegar frátekið orð", "Filename contains at least one invalid character" : "Skráarheitið inniheldur að minnsta kosti einn ógildan staf", "Filename is too long" : "Skráarheiti er of langt", "Empty filename is not allowed" : "Autt skráarheiti er ekki leyft.", @@ -152,10 +163,14 @@ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ekki er hægt að setja lokadagsetningu meira en %n dag fram í tímann","Ekki er hægt að setja lokadagsetningu meira en %n daga fram í tímann"], "Sharing is only allowed with group members" : "Deiling er aðeins leyfð með meðlimum hópsins", "Sharing is disabled" : "Deiling er óvirk", + "Invalid share recipient" : "Ógildur viðtakandi sameignar", + "Group \"%s\" does not exist" : "Hópurinn \"%s\" er ekki til", "The requested share does not exist anymore" : "Umbeðin sameign er ekki lengur til", "The requested share comes from a disabled user" : "Umbeðin sameign kemur frá notanda sem er óvirkur", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Notandinn var ekki búinn til þar sem takmörkum á fjölda notenda var náð. Skoðaðu tilkynningarnar þínar til að sjá meira.", "Could not find category \"%s\"" : "Fann ekki flokkinn \"%s\"", + "Input text" : "Inntakstexti", + "The input text" : "Inntakstextinn", "Sunday" : "Sunnudagur", "Monday" : "Mánudagur", "Tuesday" : "Þriðjudagur", @@ -202,6 +217,14 @@ "Nov." : "Nóv.", "Dec." : "Des.", "A valid password must be provided" : "Skráðu inn gilt lykilorð", + "The Login is already being used" : "Innskráningarnafnið er þegar í notkun", + "Could not create account" : "Gat ekki búið til notandaaðgang", + "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Einungis eru leyfilegir eftirfarandi stafir í innskráningarnafni: \"a-z\", \"A-Z\", \"0-9\", bil og \"_.@-'\"", + "A valid Login must be provided" : "Settu inn gilt innskráningarnafn", + "Login contains whitespace at the beginning or at the end" : "Innskráningarnafnið inniheldur bil í upphafi eða enda", + "Login must not consist of dots only" : "Innskráningarnafn má ekki einungis samanstanda af punktum", + "Login is invalid because files already exist for this user" : "Innskráningarnafnið er ógilt vegna þess að þegar eru fyrir hendi skrár sem tilheyra þessum notanda", + "Account disabled" : "Notandaaðgangur óvirkur", "Login canceled by app" : "Forrit hætti við innskráningu", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Ekki var hægt að setja upp \"%1$s\" forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar: %2$s", "a safe home for all your data" : "öruggur staður fyrir öll gögnin þín", @@ -232,9 +255,12 @@ "Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.", "The required %s config variable is not configured in the config.php file." : "Nauðsynleg %s stillingabreyta er ekki stillt í config.php file.", "Please ask your server administrator to check the Nextcloud configuration." : "Biddu kerfisstjórann þinn um að athuga uppsetninguna á Nextcloud.", + "Your data directory is readable by other people." : "Gagnamappn þín er lesanleg fyrir aðra notendur.", + "Please change the permissions to 0770 so that the directory cannot be listed by other people." : "Endilega breyttu heimildunum í 0770 svo að aðrir notendur geti ekki listað upp innihald hennar.", "Your data directory must be an absolute path." : "Gagnamappan þín verður að vera með algilda slóð.", "Check the value of \"datadirectory\" in your configuration." : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni.", "Your data directory is invalid." : "Gagnamappan þín er ógild.", + "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Gakktu úr skugga um að til staðar sé skrá með heitinu \"%1$s\" í rót gagnageymslunnar. Hún ætti að innihalda eftirfarandi: \"%2$s\"", "Action \"%s\" not supported or implemented." : "Aðgerðin \"%s\" er ekki studd eða útfærð.", "Authentication failed, wrong token or provider ID given" : "Auðkenning mistókst, uppgefið rangt teikn eða auðkenni þjónustuveitu", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Breytur vantar til að geta lokið beiðninni. Breytur sem vantar: \"%s\"", @@ -246,15 +272,35 @@ "Storage connection error. %s" : "Villa í tengingu við gagnageymslu. %s", "Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu", "Storage connection timeout. %s" : "Gagnageymsla féll á tíma. %s", + "Transcribe audio" : "Umrita hljóð", + "Transcribe the things said in an audio" : "Umritaðu það sem sagt er í hljóðspori", + "Audio input" : "Hljóðinntak", + "The audio to transcribe" : "Hljóðið sem á að umrita", + "Transcription" : "Umritun", + "The transcribed text" : "Umritaði textinn", + "Chat message" : "Spjallskilaboð", "Confirmation" : "Staðfesting", + "Prompt" : "Kvaðning", + "Number of images" : "Fjöldi mynda", + "Chat" : "Spjall", "Generates a possible headline for a text." : "Útbýr mögulega fyrirsögn fyrir texta.", "Text" : "Texti", + "Simplify text" : "Einfalda texta", + "Simplified text" : "Einfaldaður texti", "Summarize" : "Gera samantekt", "Summary" : "Samantekt", "Extract topics" : "Taka út efnisflokka", + "Topics" : "Umfjöllunarefni", "Translate" : "Þýða", + "Translate text from one language to another" : "Þýddu texta af einu tungumáli yfir á annað", + "Origin text" : "Upprunalegur texti", + "The text to translate" : "Textinn sem á að þýða", + "Origin language" : "Upprunalegt tungumál", + "The language of the origin text" : "Tungumál upprunalega textans", "Target language" : "Marktungumál:", + "The desired language to translate the origin text in" : "Tungumálið sem þýða skal upprunalega textann yfir á", "Result" : "Niðurstöður", + "The translated text" : "Þýddi textinn", "Free prompt" : "Frjáls kvaðning", "Runs an arbitrary prompt through the language model." : "Keyrir óreglulega kvaðningu (prompt) í gegnum tungumálslíkanið.", "Generate headline" : "Útbúa fyrirsögn", diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index c7b35e99458..3d8173bb617 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -100,6 +100,8 @@ OC.L10N.register( "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", "Open %s" : "Atverti %s", "%1$s via %2$s" : "%1$s per %2$s", + "Share recipient is not a valid user" : "Viešinio gavėjas nėra tinkamas naudotojas", + "Share recipient is not a valid group" : "Viešinio gavėjas nėra tinkama grupė", "Unknown share type" : "Nežinomas viešinio tipas", "You are not allowed to share %s" : "Jums neleidžiama bendrinti %s", "Cannot increase permissions of %s" : "Negalima pridėti papildomų %s leidimų", diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index 2a0f94860b5..367d3aaeabe 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -98,6 +98,8 @@ "Set an admin password." : "Nustatyti administratoriaus slaptažodį.", "Open %s" : "Atverti %s", "%1$s via %2$s" : "%1$s per %2$s", + "Share recipient is not a valid user" : "Viešinio gavėjas nėra tinkamas naudotojas", + "Share recipient is not a valid group" : "Viešinio gavėjas nėra tinkama grupė", "Unknown share type" : "Nežinomas viešinio tipas", "You are not allowed to share %s" : "Jums neleidžiama bendrinti %s", "Cannot increase permissions of %s" : "Negalima pridėti papildomų %s leidimų", diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 3e4f4a0e9df..308f90645cc 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -1,10 +1,10 @@ OC.L10N.register( "lib", { - "Cannot write into \"config\" directory!" : "Não é possível gravar no directório \"config\"!", + "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!", "See %s" : "Ver %s", "Sample configuration detected" : "Detetado exemplo de configuração", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detetado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", "The page could not be found on the server." : "Esta página não foi encontrada no servidor.", "Email verification" : "Verificação de e-mail", "Click the following button to confirm your email." : "Clique no botão a seguir para confirmar o seu e-mail.", @@ -54,13 +54,13 @@ OC.L10N.register( "in a few seconds" : "em breves segundos", "seconds ago" : "Minutos atrás", "Empty file" : "Ficheiro vazio", - "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor active-o nas definições da aplicação ou contacte o administrador.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor ative-o nas definições da aplicação ou contacte o administrador.", "Dot files are not allowed" : "Ficheiros dot não são permitidos", "File already exists" : "O ficheiro já existe", "Invalid path" : "Caminho inválido!", "Failed to create file from template" : "Erro ao criar o ficheiro a partir do modelo", "Templates" : "Modelos", - "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um caractere inválido", + "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um carácter inválido", "Empty filename is not allowed" : "Não é permitido um ficheiro sem nome", "App \"%s\" cannot be installed because appinfo file cannot be read." : "A app \"%s\" não pode ser instalada porque o ficheiro appinfo não pode ser lido.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A aplicação \"%s\" não pode ser instada porque não é compatível com esta versão do servidor.", @@ -87,7 +87,7 @@ OC.L10N.register( "Additional settings" : "Definições adicionais", "You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.", "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar corretamente. Utilize por sua conta e risco.", "For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a definição open_basedir do seu php.ini ou altere o seu PHP para 64-bits.", @@ -150,7 +150,7 @@ OC.L10N.register( "A valid password must be provided" : "Deve ser fornecida uma palavra-passe válida", "Login canceled by app" : "Sessão cancelada pela app", "a safe home for all your data" : "Um lugar seguro para todos os seus dados", - "Application is not enabled" : "A aplicação não está activada", + "Application is not enabled" : "A aplicação não está ativada", "Authentication error" : "Erro na autenticação", "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.", @@ -190,6 +190,6 @@ OC.L10N.register( "Click the button below to open it." : "Clicar no botão abaixo para abrir.", "File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde", "Cannot download file" : "Não é possível transferir o ficheiro", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do directório de dados" + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do diretório de dados" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index 07d3265cec9..b83446be6b1 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -1,8 +1,8 @@ { "translations": { - "Cannot write into \"config\" directory!" : "Não é possível gravar no directório \"config\"!", + "Cannot write into \"config\" directory!" : "Não é possível gravar no diretório \"config\"!", "See %s" : "Ver %s", "Sample configuration detected" : "Detetado exemplo de configuração", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detectado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Foi detetado que a configuração de amostra foi copiada. Isso pode danificar a sua instalação e não é suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", "The page could not be found on the server." : "Esta página não foi encontrada no servidor.", "Email verification" : "Verificação de e-mail", "Click the following button to confirm your email." : "Clique no botão a seguir para confirmar o seu e-mail.", @@ -52,13 +52,13 @@ "in a few seconds" : "em breves segundos", "seconds ago" : "Minutos atrás", "Empty file" : "Ficheiro vazio", - "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor active-o nas definições da aplicação ou contacte o administrador.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Módulo com ID: %s não existe. Por favor ative-o nas definições da aplicação ou contacte o administrador.", "Dot files are not allowed" : "Ficheiros dot não são permitidos", "File already exists" : "O ficheiro já existe", "Invalid path" : "Caminho inválido!", "Failed to create file from template" : "Erro ao criar o ficheiro a partir do modelo", "Templates" : "Modelos", - "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um caractere inválido", + "Filename contains at least one invalid character" : "Nome ficheiro contém pelo menos um carácter inválido", "Empty filename is not allowed" : "Não é permitido um ficheiro sem nome", "App \"%s\" cannot be installed because appinfo file cannot be read." : "A app \"%s\" não pode ser instalada porque o ficheiro appinfo não pode ser lido.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A aplicação \"%s\" não pode ser instada porque não é compatível com esta versão do servidor.", @@ -85,7 +85,7 @@ "Additional settings" : "Definições adicionais", "You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.", "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar corretamente. Utilize por sua conta e risco.", "For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a definição open_basedir do seu php.ini ou altere o seu PHP para 64-bits.", @@ -148,7 +148,7 @@ "A valid password must be provided" : "Deve ser fornecida uma palavra-passe válida", "Login canceled by app" : "Sessão cancelada pela app", "a safe home for all your data" : "Um lugar seguro para todos os seus dados", - "Application is not enabled" : "A aplicação não está activada", + "Application is not enabled" : "A aplicação não está ativada", "Authentication error" : "Erro na autenticação", "Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhuma base de dados de drivers (sqlite, mysql, or postgresql) instaladas.", @@ -188,6 +188,6 @@ "Click the button below to open it." : "Clicar no botão abaixo para abrir.", "File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde", "Cannot download file" : "Não é possível transferir o ficheiro", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do directório de dados" + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Garanta que existe um ficheiro chamado \".occdata\" na raiz do diretório de dados" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 4f2c05d2d66..95ca27c6fab 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -82,6 +82,11 @@ OC.L10N.register( "seconds ago" : "несколько секунд назад", "Empty file" : "Пустой файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID «%s» не существует. Включите его в настройках приложений или обратитесь к администратору.", + "No file conversion providers available" : "Нет доступных поставщиков услуг конвертации файлов", + "File is too large to convert" : "Файл слишком большой для преобразования", + "Destination does not match conversion extension" : "Назначение не соответствует расширению преобразования", + "Could not convert file" : "Не удалось преобразовать файл", + "Destination does not exist" : "Пункт назначения не существует", "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" это запрещенное имя файла или папки.", "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" является запрещенным префиксом для имен файлов или папок.", @@ -127,6 +132,7 @@ OC.L10N.register( "Headline" : "Заголовок", "Organisation" : "Организация", "Role" : "Роль", + "Pronouns" : "Местоимения", "Unknown account" : "Неизвестный аккаунт", "Additional settings" : "Дополнительные настройки", "Enter the database Login and name for %s" : "Введите логин и имя пользователя базы данных для %s", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 2a2cce7e76b..e6b85889231 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -80,6 +80,11 @@ "seconds ago" : "несколько секунд назад", "Empty file" : "Пустой файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID «%s» не существует. Включите его в настройках приложений или обратитесь к администратору.", + "No file conversion providers available" : "Нет доступных поставщиков услуг конвертации файлов", + "File is too large to convert" : "Файл слишком большой для преобразования", + "Destination does not match conversion extension" : "Назначение не соответствует расширению преобразования", + "Could not convert file" : "Не удалось преобразовать файл", + "Destination does not exist" : "Пункт назначения не существует", "Dot files are not allowed" : "Файлы начинающиеся с точки не допускаются", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" это запрещенное имя файла или папки.", "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" является запрещенным префиксом для имен файлов или папок.", @@ -125,6 +130,7 @@ "Headline" : "Заголовок", "Organisation" : "Организация", "Role" : "Роль", + "Pronouns" : "Местоимения", "Unknown account" : "Неизвестный аккаунт", "Additional settings" : "Дополнительные настройки", "Enter the database Login and name for %s" : "Введите логин и имя пользователя базы данных для %s", |