Skip to content
Snippets Groups Projects
Unverified Commit 09b9f94c authored by Nextcloud bot's avatar Nextcloud bot
Browse files

[tx-robot] updated from transifex

parent 6c6f41ca
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 16 deletions
......@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Missing recovery key password" : "Falta la contraseña de recuperación",
"Please repeat the recovery key password" : "Por favor, repita la contraseña de recuperación",
"Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña proporcionada",
"Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña inicial",
"Recovery key successfully enabled" : "La contraseña de recuperación se ha activado con éxito",
"Could not enable recovery key. Please check your recovery key password!" : "No se ha podido habilitar la contraseña de recuperación. Por favor, ¡compruebe su contraseña de recuperación!",
"Recovery key successfully disabled" : "Contraseña de recuperación deshabilitada",
......@@ -42,7 +42,7 @@ OC.L10N.register(
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Al activar esta opción se encriptarán todos los archivos almacenados en la memoria principal, de lo contrario serán cifrados sólo los archivos de almacenamiento externo",
"Enable recovery key" : "Activa la clave de recuperación",
"Disable recovery key" : "Desactiva la clave de recuperación",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos . Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos. Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.",
"Recovery key password" : "Contraseña de clave de recuperación",
"Repeat recovery key password" : "Repita la contraseña de recuperación",
"Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación",
......
{ "translations": {
"Missing recovery key password" : "Falta la contraseña de recuperación",
"Please repeat the recovery key password" : "Por favor, repita la contraseña de recuperación",
"Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña proporcionada",
"Repeated recovery key password does not match the provided recovery key password" : "La contraseña repetida no coincide con la contraseña inicial",
"Recovery key successfully enabled" : "La contraseña de recuperación se ha activado con éxito",
"Could not enable recovery key. Please check your recovery key password!" : "No se ha podido habilitar la contraseña de recuperación. Por favor, ¡compruebe su contraseña de recuperación!",
"Recovery key successfully disabled" : "Contraseña de recuperación deshabilitada",
......@@ -40,7 +40,7 @@
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Al activar esta opción se encriptarán todos los archivos almacenados en la memoria principal, de lo contrario serán cifrados sólo los archivos de almacenamiento externo",
"Enable recovery key" : "Activa la clave de recuperación",
"Disable recovery key" : "Desactiva la clave de recuperación",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos . Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La clave de recuperación es una clave de cifrado extra que se usa para cifrar archivos. Permite la recuperación de los archivos de un usuario si él o ella olvida su contraseña.",
"Recovery key password" : "Contraseña de clave de recuperación",
"Repeat recovery key password" : "Repita la contraseña de recuperación",
"Change recovery key password:" : "Cambiar la contraseña de la clave de recuperación",
......
......@@ -9,6 +9,7 @@ OC.L10N.register(
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federación te permite conectar con otros servidores de confianza para intercambiar el directorio de usuarios.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, esto se usará para autocompletar la selección de usuarios externos al compartir en federación.",
"Trusted servers" : "Servidores de confianza",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La Federación le permite conectarse con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se utilizará para autocompletar a los usuarios externos para el intercambio federado. No es necesario añadir un servidor como servidor de confianza para crear una recurso compartido federado.",
"Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente",
"+ Add trusted server" : "+ Añadir servidor de confianza",
"Trusted server" : "Servidor de confianza",
......
......@@ -7,6 +7,7 @@
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federación te permite conectar con otros servidores de confianza para intercambiar el directorio de usuarios.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, esto se usará para autocompletar la selección de usuarios externos al compartir en federación.",
"Trusted servers" : "Servidores de confianza",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "La Federación le permite conectarse con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se utilizará para autocompletar a los usuarios externos para el intercambio federado. No es necesario añadir un servidor como servidor de confianza para crear una recurso compartido federado.",
"Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente",
"+ Add trusted server" : "+ Añadir servidor de confianza",
"Trusted server" : "Servidor de confianza",
......
......@@ -9,6 +9,7 @@ OC.L10N.register(
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Здруживање омогућава да се повежете са другим серверима од поверења и да размењујете корисничке директоријуме.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме.",
"Trusted servers" : "Сервери од поверења",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме. На пример, федерација ће се користити за налажење спољних корисника код креирања здруженог дељења. Није потребно додати сервер као сервер од поверења да бисте направили здружено дељење.",
"Add server automatically once a federated share was created successfully" : "Додај сервер аутоматски по успешном прављењу здруженог дељења",
"+ Add trusted server" : "+ Додај сервер од поверења",
"Trusted server" : "Сервер од поверења",
......
......@@ -7,6 +7,7 @@
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Здруживање омогућава да се повежете са другим серверима од поверења и да размењујете корисничке директоријуме.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме.",
"Trusted servers" : "Сервери од поверења",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Здруживање омогућава да се повежете са другим серверима од поверења и да мењате корисничке директоријуме. На пример, федерација ће се користити за налажење спољних корисника код креирања здруженог дељења. Није потребно додати сервер као сервер од поверења да бисте направили здружено дељење.",
"Add server automatically once a federated share was created successfully" : "Додај сервер аутоматски по успешном прављењу здруженог дељења",
"+ Add trusted server" : "+ Додај сервер од поверења",
"Trusted server" : "Сервер од поверења",
......
......@@ -201,6 +201,7 @@ OC.L10N.register(
"this share just expired." : "ово дељење је управо истекло.",
"Link to a file" : "Веза ка фајлу",
"Error creating the share" : "Грешка при прављењу дељења",
"Error deleting the share" : "Грешка при брисању дељења",
"Error updating the share" : "Грешка при ажурирању дељења",
"Shared" : "Подељено",
"Share" : "Подели",
......
......@@ -199,6 +199,7 @@
"this share just expired." : "ово дељење је управо истекло.",
"Link to a file" : "Веза ка фајлу",
"Error creating the share" : "Грешка при прављењу дељења",
"Error deleting the share" : "Грешка при брисању дељења",
"Error updating the share" : "Грешка при ажурирању дељења",
"Shared" : "Подељено",
"Share" : "Подели",
......
OC.L10N.register(
"systemtags",
{
"Tags" : "Етикети",
"Update" : "Актуализирай",
"Create" : "Създай",
"Select tag…" : "Изберете етикет...",
......@@ -34,6 +33,7 @@ OC.L10N.register(
"%1$s removed system tag %3$s from %2$s" : "%1$s премахна системни етикет %3$s от %2$s",
"{actor} removed system tag {systemtag} from {file}" : "{actor} премахна системен етикет {systemtag} от {file}",
"<strong>System tags</strong> for a file have been modified" : "Промяна на <strong>системни етикети</strong> за файл",
"Tags" : "Етикети",
"Collaborative tags" : "Съвместни етикети",
"Tagged files" : "Отбелязани файлове",
"Select tags to filter by" : "Филтриране по етикет",
......
{ "translations": {
"Tags" : "Етикети",
"Update" : "Актуализирай",
"Create" : "Създай",
"Select tag…" : "Изберете етикет...",
......@@ -32,6 +31,7 @@
"%1$s removed system tag %3$s from %2$s" : "%1$s премахна системни етикет %3$s от %2$s",
"{actor} removed system tag {systemtag} from {file}" : "{actor} премахна системен етикет {systemtag} от {file}",
"<strong>System tags</strong> for a file have been modified" : "Промяна на <strong>системни етикети</strong> за файл",
"Tags" : "Етикети",
"Collaborative tags" : "Съвместни етикети",
"Tagged files" : "Отбелязани файлове",
"Select tags to filter by" : "Филтриране по етикет",
......
OC.L10N.register(
"systemtags",
{
"Tags" : "Etiquetes",
"Tag name is empty" : "El nom de l'etiqueta és buit",
"Update" : "Actualitza",
"Create" : "Crea",
......@@ -43,6 +42,7 @@ OC.L10N.register(
"%s (restricted)" : "%s (restringit)",
"%s (invisible)" : "%s (invisible)",
"<strong>System tags</strong> for a file have been modified" : "S'han modificat les <strong>etiquetes de sistema</strong> d'un fitxer",
"Tags" : "Etiquetes",
"Collaborative tags" : "Etiquetes col·laboratives",
"Collaborative tagging functionality which shares tags among users." : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris. Genial per a equips.\n\t(Si sou un proveïdor emprant una instància de Nextcloud per a múltiples clients, s'aconsella desactivar aquesta aplicació perquè les etiquetes són compartides amb tots.)",
......
{ "translations": {
"Tags" : "Etiquetes",
"Tag name is empty" : "El nom de l'etiqueta és buit",
"Update" : "Actualitza",
"Create" : "Crea",
......@@ -41,6 +40,7 @@
"%s (restricted)" : "%s (restringit)",
"%s (invisible)" : "%s (invisible)",
"<strong>System tags</strong> for a file have been modified" : "S'han modificat les <strong>etiquetes de sistema</strong> d'un fitxer",
"Tags" : "Etiquetes",
"Collaborative tags" : "Etiquetes col·laboratives",
"Collaborative tagging functionality which shares tags among users." : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalitat d'etiquetatge col·laboratiu que permet compartir etiquetes entre usuaris. Genial per a equips.\n\t(Si sou un proveïdor emprant una instància de Nextcloud per a múltiples clients, s'aconsella desactivar aquesta aplicació perquè les etiquetes són compartides amb tots.)",
......
OC.L10N.register(
"systemtags",
{
"Tags" : "Štítky",
"Tag name is empty" : "Název štítku je prázdný",
"Update" : "Aktualizovat",
"Create" : "Vytvořit",
......@@ -43,6 +42,7 @@ OC.L10N.register(
"%s (restricted)" : "%s (omezeno)",
"%s (invisible)" : "%s (neviditelný)",
"<strong>System tags</strong> for a file have been modified" : "<strong>Systémové štítky</strong> souboru byly upraveny",
"Tags" : "Štítky",
"Collaborative tags" : "Štítky pro spolupráci",
"Collaborative tagging functionality which shares tags among users." : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli. Skvělé pro týmy.\n\t(Pokud jste poskytovatel instalace, sloužící více subjektům, je doporučeno tuto aplikaci vypnout, protože štítky jsou sdílené.)",
......
{ "translations": {
"Tags" : "Štítky",
"Tag name is empty" : "Název štítku je prázdný",
"Update" : "Aktualizovat",
"Create" : "Vytvořit",
......@@ -41,6 +40,7 @@
"%s (restricted)" : "%s (omezeno)",
"%s (invisible)" : "%s (neviditelný)",
"<strong>System tags</strong> for a file have been modified" : "<strong>Systémové štítky</strong> souboru byly upraveny",
"Tags" : "Štítky",
"Collaborative tags" : "Štítky pro spolupráci",
"Collaborative tagging functionality which shares tags among users." : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funkce pro spolupráci při opatřování štítky, sdílenými mezi uživateli. Skvělé pro týmy.\n\t(Pokud jste poskytovatel instalace, sloužící více subjektům, je doporučeno tuto aplikaci vypnout, protože štítky jsou sdílené.)",
......
OC.L10N.register(
"systemtags",
{
"Tags" : "Mærker",
"Update" : "Opdater",
"Create" : "Opret",
"Select tag…" : "Vælg tag...",
......@@ -36,6 +35,7 @@ OC.L10N.register(
"%s (restricted)" : "%s (begrænset)",
"%s (invisible)" : "%s (usynlig)",
"<strong>System tags</strong> for a file have been modified" : "En fils <strong>systemmærkning</strong> er blevet ændret",
"Tags" : "Mærker",
"Collaborative tags" : "Kollaborativ tags",
"Tagged files" : "Mærkede filer",
"Select tags to filter by" : "Vælg de mærker, der skal filtreres efter",
......
{ "translations": {
"Tags" : "Mærker",
"Update" : "Opdater",
"Create" : "Opret",
"Select tag…" : "Vælg tag...",
......@@ -34,6 +33,7 @@
"%s (restricted)" : "%s (begrænset)",
"%s (invisible)" : "%s (usynlig)",
"<strong>System tags</strong> for a file have been modified" : "En fils <strong>systemmærkning</strong> er blevet ændret",
"Tags" : "Mærker",
"Collaborative tags" : "Kollaborativ tags",
"Tagged files" : "Mærkede filer",
"Select tags to filter by" : "Vælg de mærker, der skal filtreres efter",
......
OC.L10N.register(
"systemtags",
{
"Tags" : "Tags",
"Tag name is empty" : "Schlagwortbezeichnung ist leer",
"Update" : "Aktualisieren",
"Create" : "Erstellen",
......@@ -43,6 +42,7 @@ OC.L10N.register(
"%s (restricted)" : "%s (eingeschränkt)",
"%s (invisible)" : "%s (unsichtbar)",
"<strong>System tags</strong> for a file have been modified" : "<strong>System-Tags</strong> für eine Datei wurden geändert",
"Tags" : "Tags",
"Collaborative tags" : "Kollaborative Tags",
"Collaborative tagging functionality which shares tags among users." : "Kollaborative Tags Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n(Wenn Du ein Anbieter mit einer Mehrkundeninstallation bist, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)",
......
{ "translations": {
"Tags" : "Tags",
"Tag name is empty" : "Schlagwortbezeichnung ist leer",
"Update" : "Aktualisieren",
"Create" : "Erstellen",
......@@ -41,6 +40,7 @@
"%s (restricted)" : "%s (eingeschränkt)",
"%s (invisible)" : "%s (unsichtbar)",
"<strong>System tags</strong> for a file have been modified" : "<strong>System-Tags</strong> für eine Datei wurden geändert",
"Tags" : "Tags",
"Collaborative tags" : "Kollaborative Tags",
"Collaborative tagging functionality which shares tags among users." : "Kollaborative Tags Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n(Wenn Du ein Anbieter mit einer Mehrkundeninstallation bist, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)",
......
OC.L10N.register(
"systemtags",
{
"Tags" : "Tags",
"Tag name is empty" : "Schlagwortbezeichnung ist leer",
"Update" : "Aktualisieren",
"Create" : "Erstellen",
......@@ -43,6 +42,7 @@ OC.L10N.register(
"%s (restricted)" : "%s (eingeschränkt)",
"%s (invisible)" : "%s (unsichtbar)",
"<strong>System tags</strong> for a file have been modified" : "<strong>System-Tag</strong> für eine Datei wurden geändert",
"Tags" : "Tags",
"Collaborative tags" : "Kollaborative Tags",
"Collaborative tagging functionality which shares tags among users." : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n\t(Wenn Sie ein Anbieter mit einer Mehrkundeninstallation sind, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)",
......
{ "translations": {
"Tags" : "Tags",
"Tag name is empty" : "Schlagwortbezeichnung ist leer",
"Update" : "Aktualisieren",
"Create" : "Erstellen",
......@@ -41,6 +40,7 @@
"%s (restricted)" : "%s (eingeschränkt)",
"%s (invisible)" : "%s (unsichtbar)",
"<strong>System tags</strong> for a file have been modified" : "<strong>System-Tag</strong> für eine Datei wurden geändert",
"Tags" : "Tags",
"Collaborative tags" : "Kollaborative Tags",
"Collaborative tagging functionality which shares tags among users." : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Gemeinschaftliche Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt. Sehr gut für Gruppen.\n\t(Wenn Sie ein Anbieter mit einer Mehrkundeninstallation sind, so ist angeraten diese App zu deaktiveren, da die Schlagworte mit allen Kunden geteilt werden.)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment