chore: update version and remove hardcoded keys

This commit is contained in:
yflory 2026-05-06 14:26:03 +02:00
parent bb4412d9fa
commit 597dc138b9
3 changed files with 3 additions and 29 deletions

View File

@ -157,32 +157,6 @@ define(req, function(AppConfig, Default, Language) {
}
};
Messages.contacts_muted = "Muted"; // XXX new key
Messages.contacts_noFriends = "Your contact list is empty";
Messages.contacts_noFriendsInfo = "Start by adding someone to begin a conversation.";
Messages.contacts_historyCleared = "The chat history has been deleted for both parties"; // XXX
Messages.contacts_confirmRemoveHistory = "Are you sure you want to delete chat history? Messages will be removed for everyone and cannot be restored."
Messages.form_input_ph_text = "Your answer here"; // XXX used in form input placeholders, should be generic enough to be used in all contexts
Messages.form_input_ph_number = "Enter a number"; // XXX same as above but for number inputs
// text & number were missing from the existing list
// "form_input_ph_email": "email@example.com",
// "form_input_ph_url": "https://example.com",
Messages.form_date_time = "Select date and time";
Messages.sent_chatMessage = "{0} has sent you a message"; // XXX
/// XXX
// To be edited for the Spring Release
// Messages.dontShowAgain = "Don't show again";
// Messages.crowdfunding_popup_text = "<h3>We need your help!</h3>To ensure that CryptPad is actively developed, consider supporting the project via the OpenCollective page, where you can see our <b>Roadmap</b> and <b>Funding goals</b>."
Messages.crowdfunding_popup_text2 = "Alternatively, you can subscribe on this instance." // XXX
Messages.diagram_modesOptionLabel = "Change theme to {0}, will refresh app"; // XXX
Messages.diagram_sketchTheme = "sketch";
Messages.diagram_simpleTheme = "simple";
Messages.diagram_classicTheme = "classic";
return Messages;
});

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cryptpad",
"version": "2026.2.2",
"version": "2026.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cryptpad",
"version": "2026.2.2",
"version": "2026.5.0",
"license": "AGPL-3.0+",
"dependencies": {
"@mcrowe/minibloom": "^0.2.0",

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "a collaborative office suite that is end-to-end encrypted and open-source",
"version": "2026.2.2",
"version": "2026.5.0",
"license": "AGPL-3.0+",
"repository": {
"type": "git",