diff options
Diffstat (limited to 'apps/files')
36 files changed, 352 insertions, 200 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 34b51eed176..ed0a5bc2aa6 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -69,7 +69,9 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"], "Favorited" : "Přidáno k oblíbeným", "Favorite" : "Oblíbené", + "Copy direct link (only works for users who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro uživatele, kteří mají přistup k tomuto souboru/adresáři)", "New folder" : "Nový adresář", + "Upload file" : "Nahrát soubor", "An error occurred while trying to update the tags" : "Při pokusu o úpravu tagů nastala chyba", "Added to favorites" : "Přidán k oblíbeným", "Removed from favorites" : "Odebráno z oblíbených", @@ -82,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Obnovil {user}", "Renamed by {user}" : "Přejmenoval {user}", "Moved by {user}" : "Přesunul {user}", + "\"remote user\"" : "\"vzdálený uživatel\"", "You created {file}" : "Vytvořil(a) jste {file}", "{user} created {file}" : "{user} vytvořil(a) {file}", "{file} was created in a public folder" : "Soubor {file} byl vytvořen ve veřejné složce", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index f9085b658ea..5360c0bfed9 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -67,7 +67,9 @@ "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"], "Favorited" : "Přidáno k oblíbeným", "Favorite" : "Oblíbené", + "Copy direct link (only works for users who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro uživatele, kteří mají přistup k tomuto souboru/adresáři)", "New folder" : "Nový adresář", + "Upload file" : "Nahrát soubor", "An error occurred while trying to update the tags" : "Při pokusu o úpravu tagů nastala chyba", "Added to favorites" : "Přidán k oblíbeným", "Removed from favorites" : "Odebráno z oblíbených", @@ -80,6 +82,7 @@ "Restored by {user}" : "Obnovil {user}", "Renamed by {user}" : "Přejmenoval {user}", "Moved by {user}" : "Přesunul {user}", + "\"remote user\"" : "\"vzdálený uživatel\"", "You created {file}" : "Vytvořil(a) jste {file}", "{user} created {file}" : "{user} vytvořil(a) {file}", "{file} was created in a public folder" : "Soubor {file} byl vytvořen ve veřejné složce", diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index e3016812b25..9726f44a982 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -23,7 +23,7 @@ OC.L10N.register( "Download" : "Herunterladen", "Rename" : "Umbenennen", "Move" : "Verschieben", - "Target folder" : "Zielverzeichnis", + "Target folder" : "Zielordner", "Delete" : "Löschen", "Disconnect storage" : "Speicher trennen", "Unshare" : "Freigabe aufheben", @@ -42,7 +42,7 @@ OC.L10N.register( "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits bereits in diesem Ordner benutzt \"{dir}\". Bitte einen anderen Namen verwenden.", "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", "Could not create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", - "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden , da sie bereits existiert.", + "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden , da diese bereits existiert.", "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden , da dieser bereits existiert", "Error deleting file \"{fileName}\"." : "Fehler beim Löschen der Datei \"{fileName}\"", "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}", @@ -75,8 +75,8 @@ OC.L10N.register( "An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten", "Added to favorites" : "Zu den Favoriten hinzugefügt", "Removed from favorites" : "Aus den Favoriten entfernt", - "You added {file} to your favorites" : "Du hast {file} zu deinen Favoriten hinzugefügt", - "You removed {file} from your favorites" : "Du hast {file} aus deinen Favoriten entfernt", + "You added {file} to your favorites" : "Du hast {file} zu Deinen Favoriten hinzugefügt", + "You removed {file} from your favorites" : "Du hast {file} aus Deinen Favoriten entfernt", "File changes" : "Dateiänderungen", "Created by {user}" : "Erstellt durch {user}", "Changed by {user}" : "Geändert durch {user}", @@ -84,9 +84,10 @@ OC.L10N.register( "Restored by {user}" : "Wiederhergestellt durch {user}", "Renamed by {user}" : "Umbenannt durch {user}", "Moved by {user}" : "Verschoben durch {user}", + "\"remote user\"" : "„Externer Benutzer“", "You created {file}" : "Du hast {file} erstellt", "{user} created {file}" : "{user} hat {file} erstellt", - "{file} was created in a public folder" : "{file} wurde in einem öffentlichen Verzeichnis erstellt", + "{file} was created in a public folder" : "{file} wurde in einem öffentlichen Ordner erstellt", "You changed {file}" : "Du hast {file} geändert", "{user} changed {file}" : "{user} hat {file} geändert", "You deleted {file}" : "Du hast {file} gelöscht", @@ -97,12 +98,12 @@ OC.L10N.register( "{user} renamed {oldfile} to {newfile}" : "{user} hat {oldfile} in {newfile} umbenannt", "You moved {oldfile} to {newfile}" : "Du hast {oldfile} nach {newfile} verschoben", "{user} moved {oldfile} to {newfile}" : "{user} hat {oldfile} nach {newfile} verschoben", - "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde deinen <strong>Favoriten</strong> hinzugefügt oder daraus entfernt", - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei / Ordner wurde <strong>geändert</strong> oder <strong>umbenannt</strong>", + "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde Deinen <strong>Favoriten</strong> hinzugefügt oder daraus entfernt", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei oder Ordner wurde <strong>geändert</strong> oder <strong>umbenannt</strong>", "A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>", - "A new file or folder has been <strong>deleted</strong>" : "Neue Datei oder Verzeichnis wurde <strong>gelöscht</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Benachrichtigungen über Neues und Änderungen auf deine <strong>favorisierten Dateien</strong> beschränken <em>(nur im Stream)</em>", - "A new file or folder has been <strong>restored</strong>" : "Neue Datei oder Verzeichnis wurde <strong>wiederhergestellt</strong>", + "A new file or folder has been <strong>deleted</strong>" : "Eine neue Datei oder Ordner wurde <strong>gelöscht</strong>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Benachrichtigungen über Neues und Änderungen auf Deine <strong>favorisierten Dateien</strong> beschränken <em>(nur im Stream)</em>", + "A new file or folder has been <strong>restored</strong>" : "Neue Datei oder Ordner wurde <strong>wiederhergestellt</strong>", "Upload (max. %s)" : "Hochladen (max. %s)", "File handling" : "Dateibehandlung", "Maximum upload size" : "Maximale Upload-Größe", @@ -116,29 +117,29 @@ OC.L10N.register( "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Diese Adresse benutzen, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">über WebDAV auf Ihre Dateien zuzugreifen</a>", "No files in here" : "Keine Dateien vorhanden", "Upload some content or sync with your devices!" : "Inhalte hochladen oder mit deinen Geräten synchronisieren!", - "No entries found in this folder" : "Keine Einträge in diesem Ordner", + "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", "Select all" : "Alle auswählen", "Upload too large" : "Der Upload ist zu groß", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", "No favorites yet" : "Noch keine Favoriten vorhanden", "Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier", - "Shared with you" : "Mit dir geteilt", + "Shared with you" : "Mit Dir geteilt", "Shared with others" : "Mit anderen geteilt", "Shared by link" : "Über einen Link geteilt", "Tags" : "Tags", "Deleted files" : "Gelöschte Dateien", "Text file" : "Textdatei", - "New text file.txt" : "Neue Textdatei.txt", + "New text file.txt" : "Neue Textdatei file.txt", "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} Stunde verbleibend","Noch {hours}:{minutes}:{seconds} Stunden"], "{hours}:{minutes}h" : "{hours}:{minutes} Std.", "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} Minute verbleibend","Noch {minutes}:{seconds} Minuten"], "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekunde verbleibend","Noch {seconds} Sekunden"], - "{seconds}s" : "{seconds}n", + "{seconds}s" : "{seconds}s", "Any moment now..." : "Gleich fertig...", "Soon..." : "Bald...", "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn die Seite jetzt verlassen wird, bricht der Upload ab.", - "Copy local link" : "Kopiere lokale Verknüpfung", + "Copy local link" : "Lokalen Link kopieren", "Folder" : "Ordner", "Upload" : "Hochladen", "No favorites" : "Keine Favoriten" diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index 289d851b83e..2538a51d6bf 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -21,7 +21,7 @@ "Download" : "Herunterladen", "Rename" : "Umbenennen", "Move" : "Verschieben", - "Target folder" : "Zielverzeichnis", + "Target folder" : "Zielordner", "Delete" : "Löschen", "Disconnect storage" : "Speicher trennen", "Unshare" : "Freigabe aufheben", @@ -40,7 +40,7 @@ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits bereits in diesem Ordner benutzt \"{dir}\". Bitte einen anderen Namen verwenden.", "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", "Could not create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", - "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden , da sie bereits existiert.", + "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden , da diese bereits existiert.", "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden , da dieser bereits existiert", "Error deleting file \"{fileName}\"." : "Fehler beim Löschen der Datei \"{fileName}\"", "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}", @@ -73,8 +73,8 @@ "An error occurred while trying to update the tags" : "Es ist ein Fehler beim Aktualisieren der Tags aufgetreten", "Added to favorites" : "Zu den Favoriten hinzugefügt", "Removed from favorites" : "Aus den Favoriten entfernt", - "You added {file} to your favorites" : "Du hast {file} zu deinen Favoriten hinzugefügt", - "You removed {file} from your favorites" : "Du hast {file} aus deinen Favoriten entfernt", + "You added {file} to your favorites" : "Du hast {file} zu Deinen Favoriten hinzugefügt", + "You removed {file} from your favorites" : "Du hast {file} aus Deinen Favoriten entfernt", "File changes" : "Dateiänderungen", "Created by {user}" : "Erstellt durch {user}", "Changed by {user}" : "Geändert durch {user}", @@ -82,9 +82,10 @@ "Restored by {user}" : "Wiederhergestellt durch {user}", "Renamed by {user}" : "Umbenannt durch {user}", "Moved by {user}" : "Verschoben durch {user}", + "\"remote user\"" : "„Externer Benutzer“", "You created {file}" : "Du hast {file} erstellt", "{user} created {file}" : "{user} hat {file} erstellt", - "{file} was created in a public folder" : "{file} wurde in einem öffentlichen Verzeichnis erstellt", + "{file} was created in a public folder" : "{file} wurde in einem öffentlichen Ordner erstellt", "You changed {file}" : "Du hast {file} geändert", "{user} changed {file}" : "{user} hat {file} geändert", "You deleted {file}" : "Du hast {file} gelöscht", @@ -95,12 +96,12 @@ "{user} renamed {oldfile} to {newfile}" : "{user} hat {oldfile} in {newfile} umbenannt", "You moved {oldfile} to {newfile}" : "Du hast {oldfile} nach {newfile} verschoben", "{user} moved {oldfile} to {newfile}" : "{user} hat {oldfile} nach {newfile} verschoben", - "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde deinen <strong>Favoriten</strong> hinzugefügt oder daraus entfernt", - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei / Ordner wurde <strong>geändert</strong> oder <strong>umbenannt</strong>", + "A file has been added to or removed from your <strong>favorites</strong>" : "Eine Datei wurde Deinen <strong>Favoriten</strong> hinzugefügt oder daraus entfernt", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eine Datei oder Ordner wurde <strong>geändert</strong> oder <strong>umbenannt</strong>", "A new file or folder has been <strong>created</strong>" : "Eine neue Datei oder ein neuer Ordner wurde <strong>erstellt</strong>", - "A new file or folder has been <strong>deleted</strong>" : "Neue Datei oder Verzeichnis wurde <strong>gelöscht</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Benachrichtigungen über Neues und Änderungen auf deine <strong>favorisierten Dateien</strong> beschränken <em>(nur im Stream)</em>", - "A new file or folder has been <strong>restored</strong>" : "Neue Datei oder Verzeichnis wurde <strong>wiederhergestellt</strong>", + "A new file or folder has been <strong>deleted</strong>" : "Eine neue Datei oder Ordner wurde <strong>gelöscht</strong>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Benachrichtigungen über Neues und Änderungen auf Deine <strong>favorisierten Dateien</strong> beschränken <em>(nur im Stream)</em>", + "A new file or folder has been <strong>restored</strong>" : "Neue Datei oder Ordner wurde <strong>wiederhergestellt</strong>", "Upload (max. %s)" : "Hochladen (max. %s)", "File handling" : "Dateibehandlung", "Maximum upload size" : "Maximale Upload-Größe", @@ -114,29 +115,29 @@ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Diese Adresse benutzen, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">über WebDAV auf Ihre Dateien zuzugreifen</a>", "No files in here" : "Keine Dateien vorhanden", "Upload some content or sync with your devices!" : "Inhalte hochladen oder mit deinen Geräten synchronisieren!", - "No entries found in this folder" : "Keine Einträge in diesem Ordner", + "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", "Select all" : "Alle auswählen", "Upload too large" : "Der Upload ist zu groß", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.", "No favorites yet" : "Noch keine Favoriten vorhanden", "Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier", - "Shared with you" : "Mit dir geteilt", + "Shared with you" : "Mit Dir geteilt", "Shared with others" : "Mit anderen geteilt", "Shared by link" : "Über einen Link geteilt", "Tags" : "Tags", "Deleted files" : "Gelöschte Dateien", "Text file" : "Textdatei", - "New text file.txt" : "Neue Textdatei.txt", + "New text file.txt" : "Neue Textdatei file.txt", "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} Stunde verbleibend","Noch {hours}:{minutes}:{seconds} Stunden"], "{hours}:{minutes}h" : "{hours}:{minutes} Std.", "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} Minute verbleibend","Noch {minutes}:{seconds} Minuten"], "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekunde verbleibend","Noch {seconds} Sekunden"], - "{seconds}s" : "{seconds}n", + "{seconds}s" : "{seconds}s", "Any moment now..." : "Gleich fertig...", "Soon..." : "Bald...", "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn die Seite jetzt verlassen wird, bricht der Upload ab.", - "Copy local link" : "Kopiere lokale Verknüpfung", + "Copy local link" : "Lokalen Link kopieren", "Folder" : "Ordner", "Upload" : "Hochladen", "No favorites" : "Keine Favoriten" diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 34aeb6355ac..cea39e7a923 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -15,7 +15,7 @@ OC.L10N.register( "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", - "Not enough free space" : "Nicht genug freier Speicher", + "Not enough free space" : "Nicht genügend freier Speicherplatz", "Uploading..." : "Hochladen…", "..." : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", @@ -42,8 +42,8 @@ OC.L10N.register( "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte wählen Sie einen anderen Namen.", "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", "Could not create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", - "Could not create file \"{file}\" because it already exists" : "Die Datei konnte nicht erstellt werden \"{file}\", da diese bereits existiert", - "Could not create folder \"{dir}\" because it already exists" : "Der Ordner konnte nicht erstellt werden \"{dir}\", da dieser bereits existiert", + "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden, da diese bereits existiert", + "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden, da dieser bereits existiert", "Error deleting file \"{fileName}\"." : "Fehler beim Löschen der Datei \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}", "Name" : "Name", @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Wiederhergestellt durch {user}", "Renamed by {user}" : "Umbenannt durch {user}", "Moved by {user}" : "Verschoben durch {user}", + "\"remote user\"" : "„Externer Benutzer“", "You created {file}" : "Sie haben {file} erstellt", "{user} created {file}" : "{user} hat {file} erstellt", "{file} was created in a public folder" : "{file} wurde in einem öffentlichen Ordner erstellt", @@ -130,7 +131,7 @@ OC.L10N.register( "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} Stunde verbleiben","Noch {hours}:{minutes}:{seconds} Stunden"], - "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{hours}:{minutes}h" : "{hours}:{minutes} Std.", "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} Minute verbleibend","Noch {minutes}:{seconds} Minuten"], "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekunde verbleiben","Noch {seconds} Sekunden"], diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index a5c76578bb8..50273b57309 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -13,7 +13,7 @@ "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.", "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", - "Not enough free space" : "Nicht genug freier Speicher", + "Not enough free space" : "Nicht genügend freier Speicherplatz", "Uploading..." : "Hochladen…", "..." : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", @@ -40,8 +40,8 @@ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte wählen Sie einen anderen Namen.", "Could not rename \"{fileName}\"" : "Die Datei konnte nicht umbenannt werden \"{fileName}\"", "Could not create file \"{file}\"" : "Die Datei konnte nicht erstellt werden \"{file}\"", - "Could not create file \"{file}\" because it already exists" : "Die Datei konnte nicht erstellt werden \"{file}\", da diese bereits existiert", - "Could not create folder \"{dir}\" because it already exists" : "Der Ordner konnte nicht erstellt werden \"{dir}\", da dieser bereits existiert", + "Could not create file \"{file}\" because it already exists" : "Die Datei \"{file}\" konnte nicht erstellt werden, da diese bereits existiert", + "Could not create folder \"{dir}\" because it already exists" : "Der Ordner \"{dir}\" konnte nicht erstellt werden, da dieser bereits existiert", "Error deleting file \"{fileName}\"." : "Fehler beim Löschen der Datei \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Keine Suchergebnisse in anderen Ordnern für {tag}{filter}{endtag}", "Name" : "Name", @@ -82,6 +82,7 @@ "Restored by {user}" : "Wiederhergestellt durch {user}", "Renamed by {user}" : "Umbenannt durch {user}", "Moved by {user}" : "Verschoben durch {user}", + "\"remote user\"" : "„Externer Benutzer“", "You created {file}" : "Sie haben {file} erstellt", "{user} created {file}" : "{user} hat {file} erstellt", "{file} was created in a public folder" : "{file} wurde in einem öffentlichen Ordner erstellt", @@ -128,7 +129,7 @@ "Text file" : "Textdatei", "New text file.txt" : "Neue Textdatei file.txt", "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} Stunde verbleiben","Noch {hours}:{minutes}:{seconds} Stunden"], - "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{hours}:{minutes}h" : "{hours}:{minutes} Std.", "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} Minute verbleibend","Noch {minutes}:{seconds} Minuten"], "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekunde verbleiben","Noch {seconds} Sekunden"], diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7feab942842..f999ac715f5 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -1,9 +1,11 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Storage is temporarily not available", "Storage invalid" : "Storage invalid", "Unknown error" : "Unknown error", "All files" : "All files", + "Recent" : "Recent", "File could not be found" : "File could not be found", "Home" : "Home", "Close" : "Close", @@ -12,15 +14,20 @@ OC.L10N.register( "Upload cancelled." : "Upload cancelled.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left", + "Target folder \"{dir}\" does not exist any more" : "Target folder \"{dir}\" does not exist any more", + "Not enough free space" : "Not enough free space", "Uploading..." : "Uploading...", "..." : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})", "Actions" : "Actions", "Download" : "Download", "Rename" : "Rename", + "Move" : "Move", + "Target folder" : "Target folder", "Delete" : "Delete", "Disconnect storage" : "Disconnect storage", "Unshare" : "Unshare", + "Could not load info for file \"{file}\"" : "Could not load info for file \"{file}\"", "Files" : "Files", "Details" : "Details", "Select" : "Select", @@ -38,17 +45,20 @@ OC.L10N.register( "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", "Error deleting file \"{fileName}\"." : "Error deleting file \"{fileName}\".", + "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}", "Name" : "Name", "Size" : "Size", "Modified" : "Modified", "_%n folder_::_%n folders_" : ["%n folder","%n folders"], "_%n file_::_%n files_" : ["%n file","%n files"], "{dirs} and {files}" : "{dirs} and {files}", + "_including %n hidden_::_including %n hidden_" : ["including %n hidden","including %n hidden"], "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"], "New" : "New", "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.", "File name cannot be empty." : "File name cannot be empty.", + "\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Storage of {owner} is full, files can not be updated or synced anymore!", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Storage of {owner} is almost full ({usedSpacePercent}%)", @@ -59,12 +69,41 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", "Favorite" : "Favourite", - "Folder" : "Folder", + "Copy direct link (only works for users who have access to this file/folder)" : "Copy direct link (only works for users who have access to this file/folder)", "New folder" : "New folder", - "Upload" : "Upload", + "Upload file" : "Upload file", "An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags", + "Added to favorites" : "Added to favourites", + "Removed from favorites" : "Removed from favourites", + "You added {file} to your favorites" : "You added {file} to your favourites", + "You removed {file} from your favorites" : "You removed {file} from your favourites", + "File changes" : "File changes", + "Created by {user}" : "Created by {user}", + "Changed by {user}" : "Changed by {user}", + "Deleted by {user}" : "Deleted by {user}", + "Restored by {user}" : "Restored by {user}", + "Renamed by {user}" : "Renamed by {user}", + "Moved by {user}" : "Moved by {user}", + "\"remote user\"" : "\"remote user\"", + "You created {file}" : "You created {file}", + "{user} created {file}" : "{user} created {file}", + "{file} was created in a public folder" : "{file} was created in a public folder", + "You changed {file}" : "You changed {file}", + "{user} changed {file}" : "{user} changed {file}", + "You deleted {file}" : "You deleted {file}", + "{user} deleted {file}" : "{user} deleted {file}", + "You restored {file}" : "You restored {file}", + "{user} restored {file}" : "{user} restored {file}", + "You renamed {oldfile} to {newfile}" : "You renamed {oldfile} to {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} renamed {oldfile} to {newfile}", + "You moved {oldfile} to {newfile}" : "You moved {oldfile} to {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}", + "A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>", "A new file or folder has been <strong>created</strong>" : "A new file or folder has been <strong>created</strong>", + "A new file or folder has been <strong>deleted</strong>" : "A new file or folder has been <strong>deleted</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>", + "A new file or folder has been <strong>restored</strong>" : "A new file or folder has been <strong>restored</strong>", "Upload (max. %s)" : "Upload (max. %s)", "File handling" : "File handling", "Maximum upload size" : "Maximum upload size", @@ -82,55 +121,27 @@ OC.L10N.register( "Select all" : "Select all", "Upload too large" : "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", - "No favorites" : "No favourites", + "No favorites yet" : "No favourites yet", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", + "Shared with you" : "Shared with you", + "Shared with others" : "Shared with others", + "Shared by link" : "Shared by link", + "Tags" : "Tags", + "Deleted files" : "Deleted files", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Storage not available" : "Storage not available", - "Unable to set upload directory." : "Unable to set upload directory.", - "Invalid Token" : "Invalid Token", - "No file was uploaded. Unknown error" : "No file was uploaded. Unknown error", - "There is no error, the file uploaded with success" : "There is no error, the file uploaded successfully", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", - "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", - "No file was uploaded" : "No file was uploaded", - "Missing a temporary folder" : "Missing a temporary folder", - "Failed to write to disk" : "Failed to write to disk", - "Not enough storage available" : "Not enough storage available", - "The target folder has been moved or deleted." : "The target folder has been moved or deleted.", - "Upload failed. Could not find uploaded file" : "Upload failed. Could not find uploaded file", - "Upload failed. Could not get file info." : "Upload failed. Could not get file info.", - "Invalid directory." : "Invalid directory.", - "Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}", - "Error uploading file \"{fileName}\": {message}" : "Error uploading file \"{fileName}\": {message}", - "Could not get result from server." : "Could not get result from server.", - "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hour{plural_s} left", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} hours left","{hours}:{minutes}:{seconds} hours left"], "{hours}:{minutes}h" : "{hours}:{minutes}h", - "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} minute{plural_s} left", + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} minutes left","{minutes}:{seconds} minutes left"], "{minutes}:{seconds}m" : "{minutes}:{seconds}m", - "{seconds} second{plural_s} left" : "{seconds} second{plural_s} left", + "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} second left","{seconds} seconds left"], "{seconds}s" : "{seconds}s", "Any moment now..." : "Any moment now...", "Soon..." : "Soon...", "File upload is in progress. Leaving the page now will cancel the upload." : "File upload is in progress. Leaving the page now will cancel the upload.", - "No entries in this folder match '{filter}'" : "No entries in this folder match '{filter}'", - "Local link" : "Local link", - "{newname} already exists" : "{newname} already exists", - "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", - "A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>", - "A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>", - "You created %1$s" : "You created %1$s", - "%2$s created %1$s" : "%2$s created %1$s", - "%1$s was created in a public folder" : "%1$s was created in a public folder", - "You changed %1$s" : "You changed %1$s", - "%2$s changed %1$s" : "%2$s changed %1$s", - "You deleted %1$s" : "You deleted %1$s", - "%2$s deleted %1$s" : "%2$s deleted %1$s", - "You restored %1$s" : "You restored %1$s", - "%2$s restored %1$s" : "%2$s restored %1$s", - "Changed by %2$s" : "Changed by %2$s", - "Deleted by %2$s" : "Deleted by %2$s", - "Restored by %2$s" : "Restored by %2$s" + "Copy local link" : "Copy local link", + "Folder" : "Folder", + "Upload" : "Upload", + "No favorites" : "No favourites" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 1187441344f..3c4f0bf30ad 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -1,7 +1,9 @@ { "translations": { + "Storage is temporarily not available" : "Storage is temporarily not available", "Storage invalid" : "Storage invalid", "Unknown error" : "Unknown error", "All files" : "All files", + "Recent" : "Recent", "File could not be found" : "File could not be found", "Home" : "Home", "Close" : "Close", @@ -10,15 +12,20 @@ "Upload cancelled." : "Upload cancelled.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left", + "Target folder \"{dir}\" does not exist any more" : "Target folder \"{dir}\" does not exist any more", + "Not enough free space" : "Not enough free space", "Uploading..." : "Uploading...", "..." : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})", "Actions" : "Actions", "Download" : "Download", "Rename" : "Rename", + "Move" : "Move", + "Target folder" : "Target folder", "Delete" : "Delete", "Disconnect storage" : "Disconnect storage", "Unshare" : "Unshare", + "Could not load info for file \"{file}\"" : "Could not load info for file \"{file}\"", "Files" : "Files", "Details" : "Details", "Select" : "Select", @@ -36,17 +43,20 @@ "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", "Error deleting file \"{fileName}\"." : "Error deleting file \"{fileName}\".", + "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}", "Name" : "Name", "Size" : "Size", "Modified" : "Modified", "_%n folder_::_%n folders_" : ["%n folder","%n folders"], "_%n file_::_%n files_" : ["%n file","%n files"], "{dirs} and {files}" : "{dirs} and {files}", + "_including %n hidden_::_including %n hidden_" : ["including %n hidden","including %n hidden"], "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"], "New" : "New", "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.", "File name cannot be empty." : "File name cannot be empty.", + "\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype", "Storage of {owner} is full, files can not be updated or synced anymore!" : "Storage of {owner} is full, files can not be updated or synced anymore!", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Storage of {owner} is almost full ({usedSpacePercent}%)", @@ -57,12 +67,41 @@ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", "Favorite" : "Favourite", - "Folder" : "Folder", + "Copy direct link (only works for users who have access to this file/folder)" : "Copy direct link (only works for users who have access to this file/folder)", "New folder" : "New folder", - "Upload" : "Upload", + "Upload file" : "Upload file", "An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags", + "Added to favorites" : "Added to favourites", + "Removed from favorites" : "Removed from favourites", + "You added {file} to your favorites" : "You added {file} to your favourites", + "You removed {file} from your favorites" : "You removed {file} from your favourites", + "File changes" : "File changes", + "Created by {user}" : "Created by {user}", + "Changed by {user}" : "Changed by {user}", + "Deleted by {user}" : "Deleted by {user}", + "Restored by {user}" : "Restored by {user}", + "Renamed by {user}" : "Renamed by {user}", + "Moved by {user}" : "Moved by {user}", + "\"remote user\"" : "\"remote user\"", + "You created {file}" : "You created {file}", + "{user} created {file}" : "{user} created {file}", + "{file} was created in a public folder" : "{file} was created in a public folder", + "You changed {file}" : "You changed {file}", + "{user} changed {file}" : "{user} changed {file}", + "You deleted {file}" : "You deleted {file}", + "{user} deleted {file}" : "{user} deleted {file}", + "You restored {file}" : "You restored {file}", + "{user} restored {file}" : "{user} restored {file}", + "You renamed {oldfile} to {newfile}" : "You renamed {oldfile} to {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} renamed {oldfile} to {newfile}", + "You moved {oldfile} to {newfile}" : "You moved {oldfile} to {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}", + "A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>", "A new file or folder has been <strong>created</strong>" : "A new file or folder has been <strong>created</strong>", + "A new file or folder has been <strong>deleted</strong>" : "A new file or folder has been <strong>deleted</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>", + "A new file or folder has been <strong>restored</strong>" : "A new file or folder has been <strong>restored</strong>", "Upload (max. %s)" : "Upload (max. %s)", "File handling" : "File handling", "Maximum upload size" : "Maximum upload size", @@ -80,55 +119,27 @@ "Select all" : "Select all", "Upload too large" : "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", - "No favorites" : "No favourites", + "No favorites yet" : "No favourites yet", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", + "Shared with you" : "Shared with you", + "Shared with others" : "Shared with others", + "Shared by link" : "Shared by link", + "Tags" : "Tags", + "Deleted files" : "Deleted files", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Storage not available" : "Storage not available", - "Unable to set upload directory." : "Unable to set upload directory.", - "Invalid Token" : "Invalid Token", - "No file was uploaded. Unknown error" : "No file was uploaded. Unknown error", - "There is no error, the file uploaded with success" : "There is no error, the file uploaded successfully", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", - "The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded", - "No file was uploaded" : "No file was uploaded", - "Missing a temporary folder" : "Missing a temporary folder", - "Failed to write to disk" : "Failed to write to disk", - "Not enough storage available" : "Not enough storage available", - "The target folder has been moved or deleted." : "The target folder has been moved or deleted.", - "Upload failed. Could not find uploaded file" : "Upload failed. Could not find uploaded file", - "Upload failed. Could not get file info." : "Upload failed. Could not get file info.", - "Invalid directory." : "Invalid directory.", - "Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}", - "Error uploading file \"{fileName}\": {message}" : "Error uploading file \"{fileName}\": {message}", - "Could not get result from server." : "Could not get result from server.", - "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hour{plural_s} left", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} hours left","{hours}:{minutes}:{seconds} hours left"], "{hours}:{minutes}h" : "{hours}:{minutes}h", - "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} minute{plural_s} left", + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} minutes left","{minutes}:{seconds} minutes left"], "{minutes}:{seconds}m" : "{minutes}:{seconds}m", - "{seconds} second{plural_s} left" : "{seconds} second{plural_s} left", + "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} second left","{seconds} seconds left"], "{seconds}s" : "{seconds}s", "Any moment now..." : "Any moment now...", "Soon..." : "Soon...", "File upload is in progress. Leaving the page now will cancel the upload." : "File upload is in progress. Leaving the page now will cancel the upload.", - "No entries in this folder match '{filter}'" : "No entries in this folder match '{filter}'", - "Local link" : "Local link", - "{newname} already exists" : "{newname} already exists", - "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", - "A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>", - "A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>", - "You created %1$s" : "You created %1$s", - "%2$s created %1$s" : "%2$s created %1$s", - "%1$s was created in a public folder" : "%1$s was created in a public folder", - "You changed %1$s" : "You changed %1$s", - "%2$s changed %1$s" : "%2$s changed %1$s", - "You deleted %1$s" : "You deleted %1$s", - "%2$s deleted %1$s" : "%2$s deleted %1$s", - "You restored %1$s" : "You restored %1$s", - "%2$s restored %1$s" : "%2$s restored %1$s", - "Changed by %2$s" : "Changed by %2$s", - "Deleted by %2$s" : "Deleted by %2$s", - "Restored by %2$s" : "Restored by %2$s" + "Copy local link" : "Copy local link", + "Folder" : "Folder", + "Upload" : "Upload", + "No favorites" : "No favourites" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 3742ba57e91..016eeb69ff9 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -71,6 +71,7 @@ OC.L10N.register( "Favorite" : "Favorito", "Copy direct link (only works for users who have access to this file/folder)" : "Copiae enlace directo (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "New folder" : "Nueva carpeta", + "Upload file" : "Subir archivo", "An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas", "Added to favorites" : "Agregado a favoritos", "Removed from favorites" : "Borrado de favoritos", @@ -83,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Restaurado por {user}", "Renamed by {user}" : "Renombrado por {user}", "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Ha creado {file}", "{user} created {file}" : "{user} ha creado {file}", "{file} was created in a public folder" : "{file} se ha creado en una carpeta pública", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index eca337bcc4e..dff960c10c7 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -69,6 +69,7 @@ "Favorite" : "Favorito", "Copy direct link (only works for users who have access to this file/folder)" : "Copiae enlace directo (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "New folder" : "Nueva carpeta", + "Upload file" : "Subir archivo", "An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas", "Added to favorites" : "Agregado a favoritos", "Removed from favorites" : "Borrado de favoritos", @@ -81,6 +82,7 @@ "Restored by {user}" : "Restaurado por {user}", "Renamed by {user}" : "Renombrado por {user}", "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Ha creado {file}", "{user} created {file}" : "{user} ha creado {file}", "{file} was created in a public folder" : "{file} se ha creado en una carpeta pública", diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 0959615638c..f375c5bdd5b 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Restaurado por {user}", "Renamed by {user}" : "Renombrado por {user}", "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Usted creó {file}", "{user} created {file}" : "{user} creó {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 98746289bb5..0277561114f 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -82,6 +82,7 @@ "Restored by {user}" : "Restaurado por {user}", "Renamed by {user}" : "Renombrado por {user}", "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Usted creó {file}", "{user} created {file}" : "{user} creó {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 9fd2e3bce1e..712e2e4d104 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Restauré par {user}", "Renamed by {user}" : "Renommé par {user}", "Moved by {user}" : "Déplacé par {user}", + "\"remote user\"" : "\"utilisateur distant\"", "You created {file}" : "Vous avez créé {file}", "{user} created {file}" : "{user} a créé {file}", "{file} was created in a public folder" : "{file} a été créé dans un dossier public", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 98c6dea8c74..0dbfe76b445 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -82,6 +82,7 @@ "Restored by {user}" : "Restauré par {user}", "Renamed by {user}" : "Renommé par {user}", "Moved by {user}" : "Déplacé par {user}", + "\"remote user\"" : "\"utilisateur distant\"", "You created {file}" : "Vous avez créé {file}", "{user} created {file}" : "{user} a créé {file}", "{file} was created in a public folder" : "{file} a été créé dans un dossier public", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 508eb5cf779..d2217fb26d0 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -1,102 +1,147 @@ OC.L10N.register( "files", { - "Storage not available" : "Almacenamento non dispoñíbel", + "Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente", "Storage invalid" : "Almacenamento incorrecto", "Unknown error" : "Produciuse un erro descoñecido", - "Unable to set upload directory." : "Non é posíbel configurar o directorio de envíos.", - "Invalid Token" : "Marca incorrecta", - "No file was uploaded. Unknown error" : "Non se enviou ningún ficheiro. Produciuse un erro descoñecido.", - "There is no error, the file uploaded with success" : "Non houbo erros, o ficheiro enviouse correctamente", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini:", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML", - "The uploaded file was only partially uploaded" : "O ficheiro so foi parcialmente enviado", - "No file was uploaded" : "Non se enviou ningún ficheiro", - "Missing a temporary folder" : "Falta o cartafol temporal", - "Failed to write to disk" : "Produciuse un erro ao escribir no disco", - "Not enough storage available" : "Non hai espazo de almacenamento abondo", - "The target folder has been moved or deleted." : "O cartafol de destino foi movido ou eliminado.", - "Upload failed. Could not find uploaded file" : "O envío fracasou. Non foi posíbel atopar o ficheiro enviado", - "Upload failed. Could not get file info." : "O envío fracasou. Non foi posíbel obter información do ficheiro.", - "Invalid directory." : "O directorio é incorrecto.", - "Files" : "Ficheiros", "All files" : "Todos os ficheiros", + "Recent" : "Recente", + "File could not be found" : "Non foi posíbel atopar o ficheiro", "Home" : "Inicio", "Close" : "Pechar", "Favorites" : "Favoritos", + "Could not create folder \"{dir}\"" : "Non foi posíbel crear o cartafol «{dir}»", "Upload cancelled." : "Envío cancelado.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes", - "Total file size {size1} exceeds upload limit {size2}" : "O tamaño total do ficheiro {size1} excede do límite de envío {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}", - "Could not get result from server." : "Non foi posíbel obter o resultado do servidor.", + "Target folder \"{dir}\" does not exist any more" : "O cartafol de destino «{dir}» xa non existe", + "Not enough free space" : "Non hai espazo libre abondo", "Uploading..." : "Enviando...", - "File upload is in progress. Leaving the page now will cancel the upload." : "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", + "..." : "...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Accións", "Download" : "Descargar", "Rename" : "Renomear", + "Move" : "Mover", + "Target folder" : "Cartafol de destino", "Delete" : "Eliminar", "Disconnect storage" : "Desconectar o almacenamento", "Unshare" : "Deixar de compartir", + "Could not load info for file \"{file}\"" : "Non foi posíbel cargar información para o ficheiro «{file}»", + "Files" : "Ficheiros", "Details" : "Detalles", "Select" : "Seleccionar", "Pending" : "Pendentes", "Unable to determine date" : "Non é posíbel determinar a data", "This operation is forbidden" : "Esta operación está prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto co administrador", - "No entries in this folder match '{filter}'" : "Non hai entradas neste cartafol coincidentes con «{filter}»", + "Could not move \"{file}\", target exists" : "Non foi posíbel mover «{file}», o destino xa existe", + "Could not move \"{file}\"" : "Non foi posíbel mover «{file}»", + "{newName} already exists" : "Xa existe {newName}", + "Could not rename \"{fileName}\", it does not exist any more" : "Non foi posíbel renomear «{fileName}», xa non existe", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{targetName}» xa se utiliza no cartafol «{dir}». Escolla outro nome.", + "Could not rename \"{fileName}\"" : "Non foi posíbel renomear «{fileName}»", + "Could not create file \"{file}\"" : "Non foi posíbel crear o ficheiro «{file}»", + "Could not create file \"{file}\" because it already exists" : "Non foi posíbel crear o ficheiro «{file}» por mor de que xa existe", + "Could not create folder \"{dir}\" because it already exists" : "Non foi posíbel crear o cartafol «{dir}» por mor de que xa existe", + "Error deleting file \"{fileName}\"." : "Produciuse un erro ao eliminar o ficheiro «{fileName}».", + "No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}", "Name" : "Nome", "Size" : "Tamaño", "Modified" : "Modificado", "_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"], "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], "{dirs} and {files}" : "{dirs} e {files}", + "_including %n hidden_::_including %n hidden_" : ["incluíndo %n agochado","incluíndo %n agochados"], "You don’t have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.", "_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"], "New" : "Novo", "\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.", "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", + "\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "O espazo de almacenamento de {owner} está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O espazo de almacenamento de {owner} está case cheo ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["coincidente con «{filter}»","coincidentes con «{filter}»"], + "View in folder" : "Ver no cartafol", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Marcado como favorito", "Favorite" : "Favorito", - "Folder" : "Cartafol", + "Copy direct link (only works for users who have access to this file/folder)" : "Copiar a ligazón directa (só funciona para usuarios que teñen acceso a este ficheiro/cartafol)", "New folder" : "Novo cartafol", - "Upload" : "Enviar", + "Upload file" : "Enviar ficheiro", "An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas", + "Added to favorites" : "Engadido a favoritos", + "Removed from favorites" : "Retirado de favoritos", + "You added {file} to your favorites" : "Engadiu {file} aos seus favoritos", + "You removed {file} from your favorites" : "Retirou {file} dos seus favoritos", + "File changes" : "Cambios do ficheiro", + "Created by {user}" : "Creado por {user}", + "Changed by {user}" : "Cambiado por {user}", + "Deleted by {user}" : "Eliminado por {user}", + "Restored by {user}" : "Restaurado por {user}", + "Renamed by {user}" : "Renomeado por {user}", + "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "«usuario remoto»", + "You created {file}" : "{file} foi creado por vostede", + "{user} created {file}" : "{user} creou {file}", + "{file} was created in a public folder" : "{file} foi creado nun cartafol público", + "You changed {file}" : "{file} foi cambiado por vostede", + "{user} changed {file}" : "{user} cambiou {file}", + "You deleted {file}" : "{file} foi eliminado por vostede", + "{user} deleted {file}" : "{user} eliminou {file}", + "You restored {file}" : "{file} foi restaurado por vostede", + "{user} restored {file}" : "{user} restaurou {file}", + "You renamed {oldfile} to {newfile}" : "Vostede renomeou {oldfile} como {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} como {newfile}", + "You moved {oldfile} to {newfile}" : "Vostede moveu {oldfile} para {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} moveu {oldfile} para {newfile}", + "A file has been added to or removed from your <strong>favorites</strong>" : "Engadiuse ou retirouse un ficheiro dos seus <strong>favoritos</strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Cambiouse</strong> ou <strong>renomeouse</strong> un ficheiro ou cartafol", "A new file or folder has been <strong>created</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol", - "A file or folder has been <strong>changed</strong>" : "<strong>Cambiouse</strong> un ficheiro ou cartafol", + "A new file or folder has been <strong>deleted</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita as notificacións sobre a creación e modificación dos seus <strong>ficheiros favoritos</strong> <em>(só os fluxos)</em>", - "A file or folder has been <strong>deleted</strong>" : "<strong>Eliminouse</strong> un ficheiro ou cartafol", - "A file or folder has been <strong>restored</strong>" : "Foi <strong>restaurado</strong> satisfactoriamente un ficheiro ou cartafol", - "You created %1$s" : "Creou %1$s", - "%2$s created %1$s" : "%2$s creado %1$s", - "%1$s was created in a public folder" : "%1$s foi creado nun cartafol público", - "You changed %1$s" : "Cambiou %1$s", - "%2$s changed %1$s" : "%2$s cambiado %1$s", - "You deleted %1$s" : "Eliminou %1$s", - "%2$s deleted %1$s" : "%2$s eliminado %1$s", - "You restored %1$s" : "Vostede restaurou %1$s", - "%2$s restored %1$s" : "%2$s restaurou %1$s", + "A new file or folder has been <strong>restored</strong>" : "<strong>Restaurouse</strong> un ficheiro ou cartafol", "Upload (max. %s)" : "Envío (máx. %s)", "File handling" : "Manexo de ficheiro", "Maximum upload size" : "Tamaño máximo do envío", "max. possible: " : "máx. posíbel: ", "Save" : "Gardar", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podería levarlle 5 minutos para que se realicen os cambios.", + "Missing permissions to edit from here." : "Faltan os permisos para poder editar desde aquí.", "Settings" : "Axustes", + "Show hidden files" : "Amosar os ficheiros agochados", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Empregue este enderezo para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder aos seus ficheiros mediante WebDAV</a>", "No files in here" : "Aquí non hai ficheiros", "Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!", "No entries found in this folder" : "Non se atoparon entradas neste cartafol", "Select all" : "Seleccionar todo", "Upload too large" : "Envío grande de máis", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", - "No favorites" : "Non hai favoritos", + "No favorites yet" : "Aínda non hai favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí", - "Text file" : "Ficheiro de texto" + "Shared with you" : "Compartido con vostede", + "Shared with others" : "Compartido con outros", + "Shared by link" : "Compartido por ligazón", + "Tags" : "Etiquetas", + "Deleted files" : "Ficheiros eliminados", + "Text file" : "Ficheiro de texto", + "New text file.txt" : "Novo ficheiro de texto.txt", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Resta {hours}:{minutes}:{seconds} hora","Restan {hours}:{minutes}:{seconds} horas"], + "{hours}:{minutes}h" : "{hours}:{minutes}h", + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Resta {minutes}:{seconds} minuto","Restan {minutes}:{seconds} minutos"], + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "_{seconds} second left_::_{seconds} seconds left_" : ["Resta {seconds} segundo","Restan {seconds} segundos"], + "{seconds}s" : "{seconds}s", + "Any moment now..." : "En calquera momento", + "Soon..." : "Nun chisco", + "File upload is in progress. Leaving the page now will cancel the upload." : "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", + "Copy local link" : "Copiar a ligazón local", + "Folder" : "Cartafol", + "Upload" : "Enviar", + "No favorites" : "Non hai favoritos" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index 2749f170d33..431d9ea4d3d 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -1,100 +1,145 @@ { "translations": { - "Storage not available" : "Almacenamento non dispoñíbel", + "Storage is temporarily not available" : "O almacenamento non está dispoñíbel temporalmente", "Storage invalid" : "Almacenamento incorrecto", "Unknown error" : "Produciuse un erro descoñecido", - "Unable to set upload directory." : "Non é posíbel configurar o directorio de envíos.", - "Invalid Token" : "Marca incorrecta", - "No file was uploaded. Unknown error" : "Non se enviou ningún ficheiro. Produciuse un erro descoñecido.", - "There is no error, the file uploaded with success" : "Non houbo erros, o ficheiro enviouse correctamente", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini:", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML", - "The uploaded file was only partially uploaded" : "O ficheiro so foi parcialmente enviado", - "No file was uploaded" : "Non se enviou ningún ficheiro", - "Missing a temporary folder" : "Falta o cartafol temporal", - "Failed to write to disk" : "Produciuse un erro ao escribir no disco", - "Not enough storage available" : "Non hai espazo de almacenamento abondo", - "The target folder has been moved or deleted." : "O cartafol de destino foi movido ou eliminado.", - "Upload failed. Could not find uploaded file" : "O envío fracasou. Non foi posíbel atopar o ficheiro enviado", - "Upload failed. Could not get file info." : "O envío fracasou. Non foi posíbel obter información do ficheiro.", - "Invalid directory." : "O directorio é incorrecto.", - "Files" : "Ficheiros", "All files" : "Todos os ficheiros", + "Recent" : "Recente", + "File could not be found" : "Non foi posíbel atopar o ficheiro", "Home" : "Inicio", "Close" : "Pechar", "Favorites" : "Favoritos", + "Could not create folder \"{dir}\"" : "Non foi posíbel crear o cartafol «{dir}»", "Upload cancelled." : "Envío cancelado.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes", - "Total file size {size1} exceeds upload limit {size2}" : "O tamaño total do ficheiro {size1} excede do límite de envío {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}", - "Could not get result from server." : "Non foi posíbel obter o resultado do servidor.", + "Target folder \"{dir}\" does not exist any more" : "O cartafol de destino «{dir}» xa non existe", + "Not enough free space" : "Non hai espazo libre abondo", "Uploading..." : "Enviando...", - "File upload is in progress. Leaving the page now will cancel the upload." : "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", + "..." : "...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Actions" : "Accións", "Download" : "Descargar", "Rename" : "Renomear", + "Move" : "Mover", + "Target folder" : "Cartafol de destino", "Delete" : "Eliminar", "Disconnect storage" : "Desconectar o almacenamento", "Unshare" : "Deixar de compartir", + "Could not load info for file \"{file}\"" : "Non foi posíbel cargar información para o ficheiro «{file}»", + "Files" : "Ficheiros", "Details" : "Detalles", "Select" : "Seleccionar", "Pending" : "Pendentes", "Unable to determine date" : "Non é posíbel determinar a data", "This operation is forbidden" : "Esta operación está prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto co administrador", - "No entries in this folder match '{filter}'" : "Non hai entradas neste cartafol coincidentes con «{filter}»", + "Could not move \"{file}\", target exists" : "Non foi posíbel mover «{file}», o destino xa existe", + "Could not move \"{file}\"" : "Non foi posíbel mover «{file}»", + "{newName} already exists" : "Xa existe {newName}", + "Could not rename \"{fileName}\", it does not exist any more" : "Non foi posíbel renomear «{fileName}», xa non existe", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{targetName}» xa se utiliza no cartafol «{dir}». Escolla outro nome.", + "Could not rename \"{fileName}\"" : "Non foi posíbel renomear «{fileName}»", + "Could not create file \"{file}\"" : "Non foi posíbel crear o ficheiro «{file}»", + "Could not create file \"{file}\" because it already exists" : "Non foi posíbel crear o ficheiro «{file}» por mor de que xa existe", + "Could not create folder \"{dir}\" because it already exists" : "Non foi posíbel crear o cartafol «{dir}» por mor de que xa existe", + "Error deleting file \"{fileName}\"." : "Produciuse un erro ao eliminar o ficheiro «{fileName}».", + "No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}", "Name" : "Nome", "Size" : "Tamaño", "Modified" : "Modificado", "_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"], "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], "{dirs} and {files}" : "{dirs} e {files}", + "_including %n hidden_::_including %n hidden_" : ["incluíndo %n agochado","incluíndo %n agochados"], "You don’t have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.", "_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"], "New" : "Novo", "\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.", "File name cannot be empty." : "O nome de ficheiro non pode estar baleiro", + "\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido", "Storage of {owner} is full, files can not be updated or synced anymore!" : "O espazo de almacenamento de {owner} está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", "Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O espazo de almacenamento de {owner} está case cheo ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "O seu espazo de almacenamento está case cheo ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["coincidente con «{filter}»","coincidentes con «{filter}»"], + "View in folder" : "Ver no cartafol", "Path" : "Ruta", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Marcado como favorito", "Favorite" : "Favorito", - "Folder" : "Cartafol", + "Copy direct link (only works for users who have access to this file/folder)" : "Copiar a ligazón directa (só funciona para usuarios que teñen acceso a este ficheiro/cartafol)", "New folder" : "Novo cartafol", - "Upload" : "Enviar", + "Upload file" : "Enviar ficheiro", "An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas", + "Added to favorites" : "Engadido a favoritos", + "Removed from favorites" : "Retirado de favoritos", + "You added {file} to your favorites" : "Engadiu {file} aos seus favoritos", + "You removed {file} from your favorites" : "Retirou {file} dos seus favoritos", + "File changes" : "Cambios do ficheiro", + "Created by {user}" : "Creado por {user}", + "Changed by {user}" : "Cambiado por {user}", + "Deleted by {user}" : "Eliminado por {user}", + "Restored by {user}" : "Restaurado por {user}", + "Renamed by {user}" : "Renomeado por {user}", + "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "«usuario remoto»", + "You created {file}" : "{file} foi creado por vostede", + "{user} created {file}" : "{user} creou {file}", + "{file} was created in a public folder" : "{file} foi creado nun cartafol público", + "You changed {file}" : "{file} foi cambiado por vostede", + "{user} changed {file}" : "{user} cambiou {file}", + "You deleted {file}" : "{file} foi eliminado por vostede", + "{user} deleted {file}" : "{user} eliminou {file}", + "You restored {file}" : "{file} foi restaurado por vostede", + "{user} restored {file}" : "{user} restaurou {file}", + "You renamed {oldfile} to {newfile}" : "Vostede renomeou {oldfile} como {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} como {newfile}", + "You moved {oldfile} to {newfile}" : "Vostede moveu {oldfile} para {newfile}", + "{user} moved {oldfile} to {newfile}" : "{user} moveu {oldfile} para {newfile}", + "A file has been added to or removed from your <strong>favorites</strong>" : "Engadiuse ou retirouse un ficheiro dos seus <strong>favoritos</strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Cambiouse</strong> ou <strong>renomeouse</strong> un ficheiro ou cartafol", "A new file or folder has been <strong>created</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol", - "A file or folder has been <strong>changed</strong>" : "<strong>Cambiouse</strong> un ficheiro ou cartafol", + "A new file or folder has been <strong>deleted</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita as notificacións sobre a creación e modificación dos seus <strong>ficheiros favoritos</strong> <em>(só os fluxos)</em>", - "A file or folder has been <strong>deleted</strong>" : "<strong>Eliminouse</strong> un ficheiro ou cartafol", - "A file or folder has been <strong>restored</strong>" : "Foi <strong>restaurado</strong> satisfactoriamente un ficheiro ou cartafol", - "You created %1$s" : "Creou %1$s", - "%2$s created %1$s" : "%2$s creado %1$s", - "%1$s was created in a public folder" : "%1$s foi creado nun cartafol público", - "You changed %1$s" : "Cambiou %1$s", - "%2$s changed %1$s" : "%2$s cambiado %1$s", - "You deleted %1$s" : "Eliminou %1$s", - "%2$s deleted %1$s" : "%2$s eliminado %1$s", - "You restored %1$s" : "Vostede restaurou %1$s", - "%2$s restored %1$s" : "%2$s restaurou %1$s", + "A new file or folder has been <strong>restored</strong>" : "<strong>Restaurouse</strong> un ficheiro ou cartafol", "Upload (max. %s)" : "Envío (máx. %s)", "File handling" : "Manexo de ficheiro", "Maximum upload size" : "Tamaño máximo do envío", "max. possible: " : "máx. posíbel: ", "Save" : "Gardar", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podería levarlle 5 minutos para que se realicen os cambios.", + "Missing permissions to edit from here." : "Faltan os permisos para poder editar desde aquí.", "Settings" : "Axustes", + "Show hidden files" : "Amosar os ficheiros agochados", "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Empregue este enderezo para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder aos seus ficheiros mediante WebDAV</a>", "No files in here" : "Aquí non hai ficheiros", "Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!", "No entries found in this folder" : "Non se atoparon entradas neste cartafol", "Select all" : "Seleccionar todo", "Upload too large" : "Envío grande de máis", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que tenta enviar exceden do tamaño máximo permitido neste servidor", - "No favorites" : "Non hai favoritos", + "No favorites yet" : "Aínda non hai favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí", - "Text file" : "Ficheiro de texto" + "Shared with you" : "Compartido con vostede", + "Shared with others" : "Compartido con outros", + "Shared by link" : "Compartido por ligazón", + "Tags" : "Etiquetas", + "Deleted files" : "Ficheiros eliminados", + "Text file" : "Ficheiro de texto", + "New text file.txt" : "Novo ficheiro de texto.txt", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["Resta {hours}:{minutes}:{seconds} hora","Restan {hours}:{minutes}:{seconds} horas"], + "{hours}:{minutes}h" : "{hours}:{minutes}h", + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["Resta {minutes}:{seconds} minuto","Restan {minutes}:{seconds} minutos"], + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "_{seconds} second left_::_{seconds} seconds left_" : ["Resta {seconds} segundo","Restan {seconds} segundos"], + "{seconds}s" : "{seconds}s", + "Any moment now..." : "En calquera momento", + "Soon..." : "Nun chisco", + "File upload is in progress. Leaving the page now will cancel the upload." : "O envío do ficheiro está en proceso. Saír agora da páxina cancelará o envío.", + "Copy local link" : "Copiar a ligazón local", + "Folder" : "Cartafol", + "Upload" : "Enviar", + "No favorites" : "Non hai favoritos" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index a0e7c636695..0cff1c0b9d0 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Endurheimt af {user}", "Renamed by {user}" : "Endurnefnt af {user}", "Moved by {user}" : "Fært af {user}", + "\"remote user\"" : "\"fjartengdur notandi\"", "You created {file}" : "Þú bjóst til {file}", "{user} created {file}" : "{user} bjó til {file}", "{file} was created in a public folder" : "{file} var búin til í opinni möppu", diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json index 95e3002afa1..b18685bd2c1 100644 --- a/apps/files/l10n/is.json +++ b/apps/files/l10n/is.json @@ -82,6 +82,7 @@ "Restored by {user}" : "Endurheimt af {user}", "Renamed by {user}" : "Endurnefnt af {user}", "Moved by {user}" : "Fært af {user}", + "\"remote user\"" : "\"fjartengdur notandi\"", "You created {file}" : "Þú bjóst til {file}", "{user} created {file}" : "{user} bjó til {file}", "{file} was created in a public folder" : "{file} var búin til í opinni möppu", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 0dba546e76d..cc162d48dde 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -71,6 +71,7 @@ OC.L10N.register( "Favorite" : "Preferito", "Copy direct link (only works for users who have access to this file/folder)" : "Copia link diretto (funziona solo per utenti che hanno accesso a questo file / cartella)", "New folder" : "Nuova cartella", + "Upload file" : "Carica file", "An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette", "Added to favorites" : "Aggiunto ai preferiti", "Removed from favorites" : "Rimosso dai preferiti", @@ -83,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Ripristinata da {user}", "Renamed by {user}" : "Rinominata da {user}", "Moved by {user}" : "Spostata da {user}", + "\"remote user\"" : "\"utente remoto\"", "You created {file}" : "Hai creato {file}", "{user} created {file}" : "{user} ha creato {file}", "{file} was created in a public folder" : "{file} è stato creato in una cartella pubblica", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 019e831f7d7..9d76bdb98a4 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -69,6 +69,7 @@ "Favorite" : "Preferito", "Copy direct link (only works for users who have access to this file/folder)" : "Copia link diretto (funziona solo per utenti che hanno accesso a questo file / cartella)", "New folder" : "Nuova cartella", + "Upload file" : "Carica file", "An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette", "Added to favorites" : "Aggiunto ai preferiti", "Removed from favorites" : "Rimosso dai preferiti", @@ -81,6 +82,7 @@ "Restored by {user}" : "Ripristinata da {user}", "Renamed by {user}" : "Rinominata da {user}", "Moved by {user}" : "Spostata da {user}", + "\"remote user\"" : "\"utente remoto\"", "You created {file}" : "Hai creato {file}", "{user} created {file}" : "{user} ha creato {file}", "{file} was created in a public folder" : "{file} è stato creato in una cartella pubblica", diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index 52ce6eb6960..c122b32da48 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Gjenopprettet av {user}", "Renamed by {user}" : "Navn endret av {user}", "Moved by {user}" : "Flyttet av {user}", + "\"remote user\"" : "\"ekstern bruker\"", "You created {file}" : "Du opprettet {file}", "{user} created {file}" : "{user} opprettet {file}", "{file} was created in a public folder" : "{file} ble opprettet i en offentlig mappe", diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 9304f59f8da..a6221a4e912 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -82,6 +82,7 @@ "Restored by {user}" : "Gjenopprettet av {user}", "Renamed by {user}" : "Navn endret av {user}", "Moved by {user}" : "Flyttet av {user}", + "\"remote user\"" : "\"ekstern bruker\"", "You created {file}" : "Du opprettet {file}", "{user} created {file}" : "{user} opprettet {file}", "{file} was created in a public folder" : "{file} ble opprettet i en offentlig mappe", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 62e87dedcce..a38f04462a2 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Hersteld door {user}", "Renamed by {user}" : "Hernoemd door {user}", "Moved by {user}" : "Verplaatst door {user}", + "\"remote user\"" : "\"externe gebruiker\"", "You created {file}" : "Je creëerde {file}", "{user} created {file}" : "{user} creëerde {file}", "{file} was created in a public folder" : "{file} werd gecreëerd in een openbare map", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 9d4b4547c5b..6f80fd9d972 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -82,6 +82,7 @@ "Restored by {user}" : "Hersteld door {user}", "Renamed by {user}" : "Hernoemd door {user}", "Moved by {user}" : "Verplaatst door {user}", + "\"remote user\"" : "\"externe gebruiker\"", "You created {file}" : "Je creëerde {file}", "{user} created {file}" : "{user} creëerde {file}", "{file} was created in a public folder" : "{file} werd gecreëerd in een openbare map", diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index ac413b3d695..dd4db248e97 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Przywrócone przez {user}", "Renamed by {user}" : "Zmienione przez {user}", "Moved by {user}" : "Przeniesione przez {user}", + "\"remote user\"" : "\"użytkownik zdalny\"", "You created {file}" : "Utworzyłeś {file}", "{user} created {file}" : "{user} utworzył {file}", "{file} was created in a public folder" : "{file} został utworzony w folderze publicznym", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 4858a697cf6..5747a902354 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -82,6 +82,7 @@ "Restored by {user}" : "Przywrócone przez {user}", "Renamed by {user}" : "Zmienione przez {user}", "Moved by {user}" : "Przeniesione przez {user}", + "\"remote user\"" : "\"użytkownik zdalny\"", "You created {file}" : "Utworzyłeś {file}", "{user} created {file}" : "{user} utworzył {file}", "{file} was created in a public folder" : "{file} został utworzony w folderze publicznym", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index f9fe8828458..63d6063ac52 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Restaurado por {user}", "Renamed by {user}" : "Renomeado por {user}", "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "\"usuário remoto\"", "You created {file}" : "Você criou o arquivo {file}", "{user} created {file}" : "{user} criou o arquivo {file}", "{file} was created in a public folder" : "O arquivo {file} foi criado em uma pasta pública", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 62e0fcb7af4..6a6a153eec4 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -82,6 +82,7 @@ "Restored by {user}" : "Restaurado por {user}", "Renamed by {user}" : "Renomeado por {user}", "Moved by {user}" : "Movido por {user}", + "\"remote user\"" : "\"usuário remoto\"", "You created {file}" : "Você criou o arquivo {file}", "{user} created {file}" : "{user} criou o arquivo {file}", "{file} was created in a public folder" : "O arquivo {file} foi criado em uma pasta pública", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 605b659f03b..dea35a2b614 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -71,7 +71,7 @@ OC.L10N.register( "Favorite" : "Избранное", "Copy direct link (only works for users who have access to this file/folder)" : "Копировать прямую ссылку (работает только для пользователей с правами доступа к этому файлу или каталогу)", "New folder" : "Новый каталог", - "Upload file" : "Выгрузить файл", + "Upload file" : "Загрузить файл", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", "Added to favorites" : "Добавлено в избранное", "Removed from favorites" : "Удалено из избранного", @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "Восстановлено {user}", "Renamed by {user}" : "Переименовано {user}", "Moved by {user}" : "Перемещено {user}", + "\"remote user\"" : "«пользователь с другого сервера»", "You created {file}" : "Вы создали {file}", "{user} created {file}" : "{user} создал {file}", "{file} was created in a public folder" : "{file} создан в общедоступом каталоге", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 2632e0d4b03..2e865c64fe9 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -69,7 +69,7 @@ "Favorite" : "Избранное", "Copy direct link (only works for users who have access to this file/folder)" : "Копировать прямую ссылку (работает только для пользователей с правами доступа к этому файлу или каталогу)", "New folder" : "Новый каталог", - "Upload file" : "Выгрузить файл", + "Upload file" : "Загрузить файл", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", "Added to favorites" : "Добавлено в избранное", "Removed from favorites" : "Удалено из избранного", @@ -82,6 +82,7 @@ "Restored by {user}" : "Восстановлено {user}", "Renamed by {user}" : "Переименовано {user}", "Moved by {user}" : "Перемещено {user}", + "\"remote user\"" : "«пользователь с другого сервера»", "You created {file}" : "Вы создали {file}", "{user} created {file}" : "{user} создал {file}", "{file} was created in a public folder" : "{file} создан в общедоступом каталоге", diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index 9fd1cbe1eae..4e1b06c9e0c 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -71,6 +71,7 @@ OC.L10N.register( "Favorite" : "Priljubljene", "Copy direct link (only works for users who have access to this file/folder)" : "Kopiraj direktno povezavo (deluje sa mo za uporabnike, ki imajo dostop do datoteke ali mape)", "New folder" : "Nova mapa", + "Upload file" : "Naloži datoteko", "An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak", "Added to favorites" : "Dodano med priljubljene", "Removed from favorites" : "Odstranjeno iz priljubljenih", diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index b7fb34d4de1..8d1728c8bd5 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -69,6 +69,7 @@ "Favorite" : "Priljubljene", "Copy direct link (only works for users who have access to this file/folder)" : "Kopiraj direktno povezavo (deluje sa mo za uporabnike, ki imajo dostop do datoteke ali mape)", "New folder" : "Nova mapa", + "Upload file" : "Naloži datoteko", "An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak", "Added to favorites" : "Dodano med priljubljene", "Removed from favorites" : "Odstranjeno iz priljubljenih", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index c1cc72be0ad..fdf8e590bc6 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "{user} tarafından geri yüklendi", "Renamed by {user}" : "{user} tarafından adı değiştirildi", "Moved by {user}" : "{user} tarafından taşındı", + "\"remote user\"" : "\"uzak kullanıcı\"", "You created {file}" : "{file} dosyasını eklediniz", "{user} created {file}" : "{user}, {file} dosyasını ekledi", "{file} was created in a public folder" : "{file} dosyası herkese açık klasör içine eklendi", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 6f8db205fff..208db97fac8 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -82,6 +82,7 @@ "Restored by {user}" : "{user} tarafından geri yüklendi", "Renamed by {user}" : "{user} tarafından adı değiştirildi", "Moved by {user}" : "{user} tarafından taşındı", + "\"remote user\"" : "\"uzak kullanıcı\"", "You created {file}" : "{file} dosyasını eklediniz", "{user} created {file}" : "{user}, {file} dosyasını ekledi", "{file} was created in a public folder" : "{file} dosyası herkese açık klasör içine eklendi", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 34adcd8f68a..335f6f25e17 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -84,6 +84,7 @@ OC.L10N.register( "Restored by {user}" : "由 {user} 恢复", "Renamed by {user}" : "由 {user} 重命名", "Moved by {user}" : "由 {user} 移动", + "\"remote user\"" : "远程用户", "You created {file}" : "您创建了 {file}", "{user} created {file}" : "{user} 创建了 {file}", "{file} was created in a public folder" : "{file} 被创建在公共文件夹", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index da1beb8fcc3..8e08fe5e57f 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -82,6 +82,7 @@ "Restored by {user}" : "由 {user} 恢复", "Renamed by {user}" : "由 {user} 重命名", "Moved by {user}" : "由 {user} 移动", + "\"remote user\"" : "远程用户", "You created {file}" : "您创建了 {file}", "{user} created {file}" : "{user} 创建了 {file}", "{file} was created in a public folder" : "{file} 被创建在公共文件夹", |