mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-27 04:21:24 -06:00
Added missing placeholders
This commit is contained in:
@@ -352,18 +352,18 @@ const de = {
|
||||
"change": "Änderung", // In English: "Change"
|
||||
"clock_visibility": "Uhrensichtbarkeit", // In English: "Clock Visibility"
|
||||
"confirm": "Bestätigen", // In English: "Confirm"
|
||||
"reading": "Lesen", // In English: "Reading %strong%"
|
||||
"writing": "Schreiben", // In English: "Writing %strong%"
|
||||
"unzipping": "Entpacken", // In English: "Unzipping %strong%"
|
||||
"sequencing": "Sequenzierung", // In English: "Sequencing %strong%"
|
||||
"zipping": "Zippen", // In English: "Zipping %strong%"
|
||||
"reading": "Lesen %strong%", // In English: "Reading %strong%"
|
||||
"writing": "Schreiben %strong%", // In English: "Writing %strong%"
|
||||
"unzipping": "Entpacken %strong%", // In English: "Unzipping %strong%"
|
||||
"sequencing": "Sequenzierung %strong%", // In English: "Sequencing %strong%"
|
||||
"zipping": "Zippen %strong%", // In English: "Zipping %strong%"
|
||||
"Editor": "Editor", // In English: "Editor"
|
||||
"Viewer": "Zuschauer", // In English: "Viewer"
|
||||
"People with access": "Personen mit Zugriff", // In English: "People with access"
|
||||
"Share With…": "Teilen mit...", // In English: "Share With…"
|
||||
"Owner": "Eigentümer", // In English: "Owner"
|
||||
"You can't share with yourself.": "Du kannst nicht mit dir selbst teilen.", // In English: "You can't share with yourself."
|
||||
"This user already has access to this item": "Dieser Benutzer hat bereits Zugriff auf dieses Element.", // In English: "This user already has access to this item"
|
||||
"This user already has access to this item": "Dieser Benutzer hat bereits Zugriff auf dieses Element", // In English: "This user already has access to this item"
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user