translation keys

This commit is contained in:
zuzanna-maria 2024-05-07 18:39:42 +01:00
parent 9231bb7ab8
commit 66d56581fc
3 changed files with 7 additions and 5 deletions

View file

@ -14,7 +14,6 @@ define([
'/common/application_config_internal.js',
'/api/config'
], function (AppConfig, ApiConfig ) {
// const Path = require("path");
// Example: If you want to remove the survey link in the menu:
// AppConfig.surveyURL = "";

View file

@ -46,6 +46,13 @@ define([
Instance,
Flatpickr
) {
//XXX
Messages.admin_appSelection = 'App configuration saved'
Messages.admin_appsTitle = "Choose your applications"
Messages.admin_appsHint = "Choose which apps are available to users on your instance."
Messages.admin_cat_apps = "Apps"
var APP = window.APP = {};
var Nacl = window.nacl;
@ -653,8 +660,6 @@ define([
$(appBlock).on('click', () => select(app))
});
Messages.admin_appSelection = 'App configuration saved'
var save = blocks.activeButton('primary', '', Messages.settings_save, function (done) {
sFrameChan.query('Q_ADMIN_RPC', {
cmd: 'ADMIN_DECREE',

View file

@ -1385,7 +1385,6 @@
"bounce_danger": "The link you clicked does not lead to a web-page but to some code or data that could be malicious.\n\n(\"{0}\")\n\nCryptPad blocks these for security reasons. Clicking OK will close this tab.",
"admin_archiveNote": "Note",
"admin_nameTitle": "Instance name",
"admin_appsTitle": "Choose your applications",
"admin_nameHint": "The name displayed for this instance in the list of public instances on cryptpad.org",
"ui_saved": "{0} saved",
"admin_descriptionTitle": "Instance description",
@ -1429,7 +1428,6 @@
"ui_experimental": "This feature is considered experimental.",
"admin_noticeTitle": "Home page notice",
"admin_noticeHint": "An optional message to display on the home page",
"admin_appsHint": "Choose which apps are available to users on your instance.",
"footer_website": "Project Website",
"home_location": "Encrypted data is hosted in {0}",
"home_morestorage": "For more storage space:",