Merge branch 'soon' into staging

This commit is contained in:
ansuz 2021-05-21 18:25:02 +05:30
commit 0980e241db
2 changed files with 8 additions and 2 deletions

View file

@ -383,7 +383,7 @@
"settings_resetThumbnailsDone": "Alle Vorschaubilder wurden entfernt.", "settings_resetThumbnailsDone": "Alle Vorschaubilder wurden entfernt.",
"settings_importTitle": "Importiere die kürzlich besuchten Dokumente in dein CryptDrive", "settings_importTitle": "Importiere die kürzlich besuchten Dokumente in dein CryptDrive",
"settings_import": "Importieren", "settings_import": "Importieren",
"settings_importConfirm": "Bist du sicher, dass du die kürzlich besuchten Pads in das CryptDrive deines Accounts importieren möchtest??", "settings_importConfirm": "Bist du sicher, dass du die kürzlich besuchten Pads in das CryptDrive deines Accounts importieren möchtest?",
"settings_importDone": "Import abgeschlossen", "settings_importDone": "Import abgeschlossen",
"settings_autostoreTitle": "Speichern von Pads im CryptDrive", "settings_autostoreTitle": "Speichern von Pads im CryptDrive",
"settings_autostoreHint": "<b>Automatisch:</b> Alle Pads werden in deinem CryptDrive gespeichert.<br><b>Manuell (immer nachfragen):</b> Wenn du ein Pad noch nicht gespeichert hast, wirst du gefragt, ob du es im CryptDrive speichern willst.<br><b>Manuell (nie nachfragen):</b> Pads werden nicht automatisch im CryptDrive gespeichert. Die Option zum Speichern wird versteckt.", "settings_autostoreHint": "<b>Automatisch:</b> Alle Pads werden in deinem CryptDrive gespeichert.<br><b>Manuell (immer nachfragen):</b> Wenn du ein Pad noch nicht gespeichert hast, wirst du gefragt, ob du es im CryptDrive speichern willst.<br><b>Manuell (nie nachfragen):</b> Pads werden nicht automatisch im CryptDrive gespeichert. Die Option zum Speichern wird versteckt.",

View file

@ -1230,5 +1230,11 @@
"mediatag_defaultImageName": "image", "mediatag_defaultImageName": "image",
"register_registrationIsClosed": "Registration is closed.", "register_registrationIsClosed": "Registration is closed.",
"oo_conversionSupport": "Your browser cannot handle conversion to and from Microsoft Office formats. We suggest using a recent version of Firefox or Chrome.", "oo_conversionSupport": "Your browser cannot handle conversion to and from Microsoft Office formats. We suggest using a recent version of Firefox or Chrome.",
"oo_importBin": "Click OK to import CryptPad's internal .bin format." "oo_importBin": "Click OK to import CryptPad's internal .bin format.",
"admin_emailTitle": "Admin contact email",
"admin_emailHint": "Set the contact email for your instance here",
"admin_supportPrivTitle": "Support mailbox private key",
"admin_supportInitGenerate": "Generate support keys",
"admin_supportPrivHint": "Display the private key that other admins will need to view support tickets. A form to enter this key will be displayed on their admin panel.",
"admin_supportPrivButton": "Show key"
} }