diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-08 00:19:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-08 00:19:38 +0000 |
commit | 355bc5e18de0a470db3c7002fcb8d71a8026fa69 (patch) | |
tree | 1a8f3f22f9ee812b71ddca88537342dbcf44003d /apps/systemtags | |
parent | e79c0ab233613572716aabe672ce0b2ed7aef146 (diff) | |
download | nextcloud-server-355bc5e18de0a470db3c7002fcb8d71a8026fa69.tar.gz nextcloud-server-355bc5e18de0a470db3c7002fcb8d71a8026fa69.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/l10n/ast.js | 55 | ||||
-rw-r--r-- | apps/systemtags/l10n/ast.json | 55 | ||||
-rw-r--r-- | apps/systemtags/l10n/sk.js | 17 | ||||
-rw-r--r-- | apps/systemtags/l10n/sk.json | 17 |
4 files changed, 138 insertions, 6 deletions
diff --git a/apps/systemtags/l10n/ast.js b/apps/systemtags/l10n/ast.js index 702a76b0707..c1167725a0d 100644 --- a/apps/systemtags/l10n/ast.js +++ b/apps/systemtags/l10n/ast.js @@ -1,11 +1,60 @@ OC.L10N.register( "systemtags", { + "%1$s added system tag %2$s" : "%1$s amestó la etiqueta del sistema %2$s", + "{actor} added system tag {systemtag}" : "{actor} amestó la etiqueta del sistema {systemtag}", + "Removed system tag {systemtag}" : "Quitóse la etiqueta del sistema «{systemtag}»", + "{actor} removed system tag {systemtag}" : "{actor} quitó la etiqueta del sistema «{systemtag}»", + "You created system tag %1$s" : "Creesti la etiqueta del sistema «%1$s»", + "You created system tag {systemtag}" : "Creesti la etiqueta del sistema «{systemtag}»", + "%1$s created system tag %2$s" : "%1$s creó la etiqueta del sistema «%2$s»", + "{actor} created system tag {systemtag}" : "{actor} creó la etiqueta del sistema «{systemtag}»", + "You deleted system tag %1$s" : "Desaniciesti la etiqueta del sistema «%1$s»", + "You deleted system tag {systemtag}" : "Desaniciesti la etiqueta del sistema «{systemtag}»", + "%1$s deleted system tag %2$s" : "%1$s desanició la etiqueta del sistema «%2$s»", + "{actor} deleted system tag {systemtag}" : "{actor} desanició la etiqueta del sistema «{systemtag}»", + "You added system tag %2$s to %1$s" : "Amestesti la etiqueta del sistema «%2$s» a «%1$s»", + "You added system tag {systemtag} to {file}" : "Amestesti la etiqueta del sistema «{systemtag}» a «{file}»", + "%1$s added system tag %3$s to %2$s" : "%1$s amestó la etiqueta del sistema «%3$s» a «%2$s»", + "{actor} added system tag {systemtag} to {file}" : "«{actor}» amestó la etiqueta del sistema «{systemtag}» a «{file}»", + "You removed system tag %2$s from %1$s" : "Quitesti la etiqueta del sistema %2$s de: %1$s", + "You removed system tag {systemtag} from {file}" : "Quitesti la etiqueta del sistema {systemtag} de: {file}", + "%1$s removed system tag %3$s from %2$s" : "%1$s quitó la etiqueta del sistema %3$s de: %2$s", + "{actor} removed system tag {systemtag} from {file}" : "{actor} quitó la etiqueta del sistema {systemtag} de: {file}", + "%s (invisible)" : "%s (invisible)", "Tags" : "Etiquetes", - "No files in here" : "Nun hai nengún ficheru equí", - "No entries found in this folder" : "Nenguna entrada en esta carpeta", + "Tag name" : "Nome de la etiqueta", + "Tag level" : "Nivel de la etiqueta", + "Create" : "Crear", + "Update" : "Anovar", + "Delete" : "Desaniciar", + "Reset" : "Reafitar", + "Loading …" : "Cargando…", + "Invisible" : "Invisible", + "Failed to create tag" : "Nun se pue crear la etiqueta", + "Updated tag" : "Anovar la etiqueta", + "Failed to update tag" : "Nun se pue anovar la etiqueta", + "Deleted tag" : "Desaniciar la etiqueta", + "Failed to delete tag" : "Nun se pue desaniciar la etiqueta", + "Failed to load tags" : "Nun se puen cargar les etiquetes", + "Failed to load selected tags" : "Nun se puen cargar les etiquetes seleicionaes", + "Failed to select tag" : "Nun se pue seleicionar la etiqueta", + "This file has the tag {tag}" : "Esti ficheru tien la etiqueta «{tag}»", + "This file has the tags {firstTags} and {lastTag}" : "Esti ficheru tien les etiquetes «{firstTags}» y «{lastTag}»", + "No tags found" : "Nun s'atopó nenguna etiqueta", + "Tags you have created will show up here." : "Equí van apaecer les etiquetes que crees.", + "Failed to load last used tags" : "Nun se puen cargar les últimes etiquetes usaes", + "Missing \"Content-Location\" header" : "Falta la peñera «Content-Location»", + "Tag name is empty" : "El nome de la etiqueta ta baleru", + "Select tag …" : "Seleicionar una etiqueta…", + "Tagged files" : "Ficheros etiquetaos", + "Please select tags to filter by" : "Seleiciona les etiquetes poles que quies peñerar", + "No files found for the selected tags" : "Nun s'atopó nengún ficheru pa les etiquetes seleicionaes", + "Create a new tag" : "Crear una etiqueta", "Name" : "Nome", + "No files in here" : "Nun hai ficheros", + "No entries found in this folder" : "Nun s'atopó nenguna entrada nesta carpeta", "Size" : "Tamañu", - "Modified" : "Modificáu" + "Modified" : "Modificóse" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/ast.json b/apps/systemtags/l10n/ast.json index c69d5f1df78..127b2b3d323 100644 --- a/apps/systemtags/l10n/ast.json +++ b/apps/systemtags/l10n/ast.json @@ -1,9 +1,58 @@ { "translations": { + "%1$s added system tag %2$s" : "%1$s amestó la etiqueta del sistema %2$s", + "{actor} added system tag {systemtag}" : "{actor} amestó la etiqueta del sistema {systemtag}", + "Removed system tag {systemtag}" : "Quitóse la etiqueta del sistema «{systemtag}»", + "{actor} removed system tag {systemtag}" : "{actor} quitó la etiqueta del sistema «{systemtag}»", + "You created system tag %1$s" : "Creesti la etiqueta del sistema «%1$s»", + "You created system tag {systemtag}" : "Creesti la etiqueta del sistema «{systemtag}»", + "%1$s created system tag %2$s" : "%1$s creó la etiqueta del sistema «%2$s»", + "{actor} created system tag {systemtag}" : "{actor} creó la etiqueta del sistema «{systemtag}»", + "You deleted system tag %1$s" : "Desaniciesti la etiqueta del sistema «%1$s»", + "You deleted system tag {systemtag}" : "Desaniciesti la etiqueta del sistema «{systemtag}»", + "%1$s deleted system tag %2$s" : "%1$s desanició la etiqueta del sistema «%2$s»", + "{actor} deleted system tag {systemtag}" : "{actor} desanició la etiqueta del sistema «{systemtag}»", + "You added system tag %2$s to %1$s" : "Amestesti la etiqueta del sistema «%2$s» a «%1$s»", + "You added system tag {systemtag} to {file}" : "Amestesti la etiqueta del sistema «{systemtag}» a «{file}»", + "%1$s added system tag %3$s to %2$s" : "%1$s amestó la etiqueta del sistema «%3$s» a «%2$s»", + "{actor} added system tag {systemtag} to {file}" : "«{actor}» amestó la etiqueta del sistema «{systemtag}» a «{file}»", + "You removed system tag %2$s from %1$s" : "Quitesti la etiqueta del sistema %2$s de: %1$s", + "You removed system tag {systemtag} from {file}" : "Quitesti la etiqueta del sistema {systemtag} de: {file}", + "%1$s removed system tag %3$s from %2$s" : "%1$s quitó la etiqueta del sistema %3$s de: %2$s", + "{actor} removed system tag {systemtag} from {file}" : "{actor} quitó la etiqueta del sistema {systemtag} de: {file}", + "%s (invisible)" : "%s (invisible)", "Tags" : "Etiquetes", - "No files in here" : "Nun hai nengún ficheru equí", - "No entries found in this folder" : "Nenguna entrada en esta carpeta", + "Tag name" : "Nome de la etiqueta", + "Tag level" : "Nivel de la etiqueta", + "Create" : "Crear", + "Update" : "Anovar", + "Delete" : "Desaniciar", + "Reset" : "Reafitar", + "Loading …" : "Cargando…", + "Invisible" : "Invisible", + "Failed to create tag" : "Nun se pue crear la etiqueta", + "Updated tag" : "Anovar la etiqueta", + "Failed to update tag" : "Nun se pue anovar la etiqueta", + "Deleted tag" : "Desaniciar la etiqueta", + "Failed to delete tag" : "Nun se pue desaniciar la etiqueta", + "Failed to load tags" : "Nun se puen cargar les etiquetes", + "Failed to load selected tags" : "Nun se puen cargar les etiquetes seleicionaes", + "Failed to select tag" : "Nun se pue seleicionar la etiqueta", + "This file has the tag {tag}" : "Esti ficheru tien la etiqueta «{tag}»", + "This file has the tags {firstTags} and {lastTag}" : "Esti ficheru tien les etiquetes «{firstTags}» y «{lastTag}»", + "No tags found" : "Nun s'atopó nenguna etiqueta", + "Tags you have created will show up here." : "Equí van apaecer les etiquetes que crees.", + "Failed to load last used tags" : "Nun se puen cargar les últimes etiquetes usaes", + "Missing \"Content-Location\" header" : "Falta la peñera «Content-Location»", + "Tag name is empty" : "El nome de la etiqueta ta baleru", + "Select tag …" : "Seleicionar una etiqueta…", + "Tagged files" : "Ficheros etiquetaos", + "Please select tags to filter by" : "Seleiciona les etiquetes poles que quies peñerar", + "No files found for the selected tags" : "Nun s'atopó nengún ficheru pa les etiquetes seleicionaes", + "Create a new tag" : "Crear una etiqueta", "Name" : "Nome", + "No files in here" : "Nun hai ficheros", + "No entries found in this folder" : "Nun s'atopó nenguna entrada nesta carpeta", "Size" : "Tamañu", - "Modified" : "Modificáu" + "Modified" : "Modificóse" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/systemtags/l10n/sk.js b/apps/systemtags/l10n/sk.js index 442de9c6f15..35541c705d9 100644 --- a/apps/systemtags/l10n/sk.js +++ b/apps/systemtags/l10n/sk.js @@ -42,6 +42,14 @@ OC.L10N.register( "All tagged %s …" : "Všetky označené %s …", "tagged %s" : "označené %s", "Collaborative tags" : "Štítky pre spoluprácu", + "Collaborative tagging functionality which shares tags among people." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi ľuďmi.", + "Collaborative tagging functionality which shares tags among people. 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.)" : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi ľuďmi. Skvelé pre tímy.\n\t (Ak ste poskytovateľom inštalácie pre viacero subjektov, odporúča sa túto aplikáciu deaktivovať, pretože štítky sú zdieľané.)", + "Create or edit tags" : "Vytvoriť alebo upraviť štítky", + "Search for a tag to edit" : "Vyhľadať štítok pre úpravu.", + "Collaborative tags …" : "Štítky pre spoluprácu ...", + "No tags to select" : "Žiadne štítky na výber", + "Tag name" : "Názov štítku", + "Tag level" : "Úroveň štítku", "Create" : "Vytvoriť", "Update" : "Aktualizovať", "Delete" : "Zmazať", @@ -50,8 +58,13 @@ OC.L10N.register( "Public" : "Verejné", "Restricted" : "Obmedzené", "Invisible" : "Neviditeľné", + "Created tag" : "Vytvorený štítok", "Failed to create tag" : "Nepodarilo sa vytvoriť štítok", + "Updated tag" : "Aktualizovaný štítok", + "Failed to update tag" : "Nepodarilo sa aktualizovať štítok", + "Deleted tag" : "Zmazaný štítok", "Failed to delete tag" : "Nepodarilo sa vymazať štítok", + "Loading collaborative tags …" : "Načítavanie štítkov pre spoluprácu ...", "Search or create collaborative tags" : "Hľadajte alebo vytvorte štítky pre spoluprácu", "No tags to select, type to create a new tag" : "Žiadne štítky neboli vybraté, začnite písať pre vytvorenie ďalších.", "Failed to load tags" : "Nepodarilo sa načítať štítky", @@ -64,6 +77,10 @@ OC.L10N.register( "No tags found" : "Štítky sa nenašli", "Tags you have created will show up here." : "Štítky, ktoré ste vytvorili sa zobrazia tu.", "Failed to load last used tags" : "Nepodarilo sa načítať posledné použité štítky", + "Missing \"Content-Location\" header" : "Chýbajúca hlavička \"Content-Location\"", + "Failed to load tags for file" : "Nepodarilo sa načítať štítky pre súbor", + "Failed to set tag for file" : "Nepodarilo sa nastaviť štítok pre súbor", + "Failed to delete tag for file" : "Nepodarilo sa odstrániť štítok pre súbor", "Tag name is empty" : "Názov štítku je prázdny", "Select tag …" : "Vybrať štítok ...", "Collaborative tagging functionality which shares tags among users." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi.", diff --git a/apps/systemtags/l10n/sk.json b/apps/systemtags/l10n/sk.json index 141b50879be..2881367abd2 100644 --- a/apps/systemtags/l10n/sk.json +++ b/apps/systemtags/l10n/sk.json @@ -40,6 +40,14 @@ "All tagged %s …" : "Všetky označené %s …", "tagged %s" : "označené %s", "Collaborative tags" : "Štítky pre spoluprácu", + "Collaborative tagging functionality which shares tags among people." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi ľuďmi.", + "Collaborative tagging functionality which shares tags among people. 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.)" : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi ľuďmi. Skvelé pre tímy.\n\t (Ak ste poskytovateľom inštalácie pre viacero subjektov, odporúča sa túto aplikáciu deaktivovať, pretože štítky sú zdieľané.)", + "Create or edit tags" : "Vytvoriť alebo upraviť štítky", + "Search for a tag to edit" : "Vyhľadať štítok pre úpravu.", + "Collaborative tags …" : "Štítky pre spoluprácu ...", + "No tags to select" : "Žiadne štítky na výber", + "Tag name" : "Názov štítku", + "Tag level" : "Úroveň štítku", "Create" : "Vytvoriť", "Update" : "Aktualizovať", "Delete" : "Zmazať", @@ -48,8 +56,13 @@ "Public" : "Verejné", "Restricted" : "Obmedzené", "Invisible" : "Neviditeľné", + "Created tag" : "Vytvorený štítok", "Failed to create tag" : "Nepodarilo sa vytvoriť štítok", + "Updated tag" : "Aktualizovaný štítok", + "Failed to update tag" : "Nepodarilo sa aktualizovať štítok", + "Deleted tag" : "Zmazaný štítok", "Failed to delete tag" : "Nepodarilo sa vymazať štítok", + "Loading collaborative tags …" : "Načítavanie štítkov pre spoluprácu ...", "Search or create collaborative tags" : "Hľadajte alebo vytvorte štítky pre spoluprácu", "No tags to select, type to create a new tag" : "Žiadne štítky neboli vybraté, začnite písať pre vytvorenie ďalších.", "Failed to load tags" : "Nepodarilo sa načítať štítky", @@ -62,6 +75,10 @@ "No tags found" : "Štítky sa nenašli", "Tags you have created will show up here." : "Štítky, ktoré ste vytvorili sa zobrazia tu.", "Failed to load last used tags" : "Nepodarilo sa načítať posledné použité štítky", + "Missing \"Content-Location\" header" : "Chýbajúca hlavička \"Content-Location\"", + "Failed to load tags for file" : "Nepodarilo sa načítať štítky pre súbor", + "Failed to set tag for file" : "Nepodarilo sa nastaviť štítok pre súbor", + "Failed to delete tag for file" : "Nepodarilo sa odstrániť štítok pre súbor", "Tag name is empty" : "Názov štítku je prázdny", "Select tag …" : "Vybrať štítok ...", "Collaborative tagging functionality which shares tags among users." : "Funkcie spoločného označovania, ktoré zdieľajú štítky medzi používateľmi.", |