Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa17b3d871b98f47425c9863cceaa32c3736f11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotos",
    "Your memories under your control" : "Deine Erinnerungen unter deiner Kontrolle",
    "All media" : "Alle Medien",
    "Videos" : "Videos",
    "Albums" : "Alben",
    "People" : "Personen",
    "Folders" : "Ordner",
    "Favorites" : "Favoriten",
    "On this day" : "An diesem Tag",
    "Shared with you" : "Mit dir geteilt",
    "Tagged photos" : "Fotos mit Tags",
    "Locations" : "Orte",
    "Photos settings" : "Fotos-Einstellungen",
    "Name of the album" : "Name des Albums",
    "Location of the album" : "Ort des Albums",
    "Go back to the previous view" : "Zur vorherigen Ansicht zurückgehen",
    "Back" : "Zurück",
    "Add collaborators" : "Mitbearbeiter hinzufügen",
    "Save." : "Speichern",
    "Create the album." : "Das Album erstellen",
    "Save" : "Speichern",
    "Create album" : "Album erstellen",
    "Add to Album" : "Zum Album hinzufügen",
    "Create a new album." : "Ein neues Album erstellen",
    "Create new album" : "Neues Album erstellen",
    "New album" : "Neues Album",
    "Add users who can edit your album" : "Benutzer, die dein Album bearbeiten dürfen, hinzufügen",
    "Open the full size \"{name}\" image" : "Bild \"{name}\" in Originalgröße öffnen",
    "Upload from computer" : "Vom Computer hochladen",
    "Open the \"{name}\" sub-directory" : "Öffne den \"{name}\" Unterordner",
    "Share this folder" : "Diesen Ordner teilen",
    "Back to {folder}" : "Zurück zu {folder}",
    "_{years} year ago_::_{years} years ago_" : ["Vor {years} Jahr","Vor {years} Jahren"],
    "View" : "Ansicht",
    "Enable squared photos view" : "Quadratische Fotoansicht aktivieren",
    "An error occurred" : "Es ist ein Fehler aufgetreten",
    "Remove from favorites" : "Von Favoriten entfernen",
    "This might take some time depending on the size of your photo library." : "Dies kann je nach Größe deiner Fotobibliothek einige Zeit dauern.",
    "This folder does not exist" : "Dieser Ordner existiert nicht",
    "No photos in here" : "Keine Fotos vorhanden",
    "No tags yet" : "Noch keine Schlagworte vorhanden",
    "Photos with tags will show up here" : "Fotos mit Tags werden hier angezeigt",
    "Add" : "Hinzufügen",
    "Download" : "Herunterladen",
    "Delete selection" : "Auswahl löschen",
    "Delete" : "Löschen",
    "Your photos" : "Deine Fotos",
    "Your videos" : "Deine Videos",
    "Your folders" : "Deine Ordner",
    "Settings" : "Einstellungen"
},
"nplurals=2; plural=(n != 1);");