mirror of https://github.com/xwiki-labs/cryptpad
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
commit
6395cee9fb
|
@ -1041,5 +1041,14 @@
|
|||
"contact_devHint": "Für Verbesserungsvorschläge oder zum Danke-Sagen.",
|
||||
"contact_bug": "Fehlerbericht",
|
||||
"contact_chat": "Chat",
|
||||
"contact_email": "E-Mail"
|
||||
"contact_email": "E-Mail",
|
||||
"timeoutError": "Ein Fehler hat deine Verbindung zum Server unterbrochen. <br>Drücke <em>Esc</em>, um die Seite neu zu laden.",
|
||||
"admin_diskUsageTitle": "Speicherplatzbelegung",
|
||||
"admin_diskUsageHint": "Speicherplatz, der von verschiedenen CryptPad-Ressourcen verwendet wird",
|
||||
"admin_diskUsageButton": "Bericht generieren",
|
||||
"settings_codeSpellcheckTitle": "Rechtschreibprüfung",
|
||||
"settings_codeSpellcheckLabel": "Rechtschreibprüfung im Code-Editor aktivieren",
|
||||
"drive_active1Day": "Letzte 24 Stunden",
|
||||
"drive_active7Days": "Letzte 7 Tage",
|
||||
"drive_active28Days": "Letzte 4 Wochen"
|
||||
}
|
||||
|
|
|
@ -1047,5 +1047,8 @@
|
|||
"admin_diskUsageHint": "Quantité d'espace de stockage utilisé par la base de données de CryptPad",
|
||||
"admin_diskUsageButton": "Générer le rapport",
|
||||
"settings_codeSpellcheckTitle": "Vérification orthographique",
|
||||
"settings_codeSpellcheckLabel": "Activer la vérification orthographique"
|
||||
"settings_codeSpellcheckLabel": "Activer la vérification orthographique",
|
||||
"drive_active1Day": "Dernières 24 heures",
|
||||
"drive_active7Days": "7 derniers jours",
|
||||
"drive_active28Days": "4 dernières semaines"
|
||||
}
|
||||
|
|
|
@ -1047,5 +1047,8 @@
|
|||
"admin_diskUsageHint": "Amount of storage space consumed by various CryptPad resources",
|
||||
"admin_diskUsageButton": "Generate report",
|
||||
"settings_codeSpellcheckTitle": "Spellcheck",
|
||||
"settings_codeSpellcheckLabel": "Enable spellcheck in the code editor"
|
||||
"settings_codeSpellcheckLabel": "Enable spellcheck in the code editor",
|
||||
"drive_active1Day": "Last 24 hours",
|
||||
"drive_active7Days": "Last 7 days",
|
||||
"drive_active28Days": "Last 4 weeks"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue