Merge branch 'staging' into front-page
This commit is contained in:
@@ -12,6 +12,7 @@ define(function () {
|
||||
out.type.poll = 'Encuesta';
|
||||
out.type.slide = 'Presentación';
|
||||
out.type.whiteboard = 'Pizarra';
|
||||
out.type.contacts = 'Contactos';
|
||||
|
||||
out.disconnected = "Desconectado";
|
||||
out.synchronizing = "Sincronización";
|
||||
@@ -246,7 +247,6 @@ define(function () {
|
||||
out.settings_backupTitle = "Copia de seguridad";
|
||||
out.settings_backup = "Copia de seguridad";
|
||||
out.settings_restore = "Recuparar datos";
|
||||
out.settings_resetTitle = "Limpiar tu drive";
|
||||
out.settings_reset = "Quita todos los documentos de tu CryptDrive";
|
||||
out.settings_resetPrompt = "Esta acción eliminará todos tus documentos.<br>¿Seguro que quieres continuar?<br>Introduce “<em>I love CryptPad</em>” para confirmar.";
|
||||
out.settings_resetDone = "¡Tu drive ahora está vacio!";
|
||||
@@ -294,7 +294,7 @@ define(function () {
|
||||
'<span style="font-size:18px;"><p>',
|
||||
'Esto es <strong>CryptPad</strong>, el editor collaborativo en tiempo real Zero Knowledge. Todo está guardado cuando escribes.',
|
||||
'<br>',
|
||||
'Comparte el enlace a este pad para editar con amigos o utiliza el botón <span style="background-color:#5cb85c;color:#ffffff;"> Compartir </span> para obtener un <em>enlace solo lectura</em> que permite leer pero no escribir.',
|
||||
'Comparte el enlace a este pad para editar con amigos o utiliza el botón <span class="fa fa-share-alt" style="border: 1px solid black;color:#000;"> Compartir </span> para obtener un <em>enlace solo lectura</em> que permite leer pero no escribir.',
|
||||
'</p>',
|
||||
|
||||
'<p><em>',
|
||||
@@ -485,5 +485,62 @@ define(function () {
|
||||
out.canvas_opacityLabel = "Opacidad: {0}";
|
||||
out.canvas_widthLabel = "Talla: {0}";
|
||||
|
||||
// 1.10.0 - Kraken
|
||||
|
||||
out.moreActions = "Más acciones";
|
||||
out.importButton = "Importar";
|
||||
out.exportButton = "Exportar";
|
||||
out.saveTitle = "Guardar título (enter)";
|
||||
out.forgetButton = "Eliminar";
|
||||
out.printText = "Imprimir";
|
||||
out.slideOptionsText = "Opciones";
|
||||
out.historyText = "Historial";
|
||||
out.openLinkInNewTab = "Abrir enlace en pestaña nueva";
|
||||
out.profileButton = "Perfíl";
|
||||
out.profile_urlPlaceholder = "URL";
|
||||
out.profile_namePlaceholder = "Nombre mostrado en su perfíl";
|
||||
out.profile_avatar = "Imágen";
|
||||
out.profile_upload = "Subir una imágen";
|
||||
out.profile_error = "Error al crear tu perfíl: {0}";
|
||||
out.profile_register = "Tienes que registrarte para crear perfíl";
|
||||
out.profile_create = "Crear perfíl";
|
||||
out.profile_description = "Descripción";
|
||||
out.profile_fieldSaved = "Guardado: {0}";
|
||||
out.download_mt_button = "Descargar";
|
||||
out.updated_0_header_logoTitle = "Volver a tu CryptDrive";
|
||||
out.header_logoTitle = out.updated_0_header_logoTitle;
|
||||
|
||||
// 1.11.0 - Lutin
|
||||
|
||||
out.realtime_unrecoverableError = "El motor de tiempo real a encontrado un error. Haga clic en OK para recargar la página.";
|
||||
out.typing = "Escribiendo";
|
||||
out.profile_inviteButton = "Connectar";
|
||||
out.profile_inviteButtonTitle = "Crear un enlace de invitación para este usuario.";
|
||||
out.profile_inviteExplanation = "Hacer clic en <strong>OK</strong> creará un enlace de mensaje seguro que <em>sólo {0} podrá ver.</em><br><br>El enlace será copiado a tu portapapeles y puede ser compartido publicamente.";
|
||||
out.profile_viewMyProfile = "Ver mi perfíl";
|
||||
out.userlist_addAsFriendTitle = 'Agregar "{0}" como contacto';
|
||||
out.userlist_thisIsYou = 'Tú mismo ("{0}")';
|
||||
out.contacts_title = "Contactos";
|
||||
out.contacts_addError = "Error al agregar este contacto a la lista";
|
||||
out.contacts_added = "Invitación acceptada";
|
||||
out.contacts_rejected = "Invitación denegada";
|
||||
out.contacts_request = "<em>{0}</em> quiere agregarte como contacto. <b>Acceptar</b>?";
|
||||
out.contacts_send = "Enviar";
|
||||
out.contacts_remove = "Eliminar este contacto";
|
||||
out.contacts_confirmRemove = "Estás seguro que quieres eliminar <em>{0}</em> de tus contactos?";
|
||||
out.contacts_info1 = "Estos son tus contactos. De aquí, puedes:";
|
||||
out.contacts_info2 = "Hacer clic en el icono de tu contacto para chatear";
|
||||
out.contacts_info3 = "Hacer doble-clic para ver su perfil";
|
||||
out.contacts_info4 = "Cualquier participante puede eliminar definitivamente el historial de chat";
|
||||
out.settings_cat_account = "Cuenta";
|
||||
out.settings_cat_drive = "CryptDrive";
|
||||
out.settings_backupCategory = "Copia de seguridad";
|
||||
out.settings_resetNewTitle = "Limpiar CryptDrive";
|
||||
out.settings_resetButton = "Eliminar";
|
||||
out.settings_resetTipsAction = "Reiniciar";
|
||||
out.settings_userFeedbackTitle = "Feedback";
|
||||
out.settings_logoutEverywhereButton = "Cerar sesión";
|
||||
out.upload_title = "Subir archivo";
|
||||
|
||||
return out;
|
||||
});
|
||||
|
||||
@@ -9,10 +9,11 @@ define(function () {
|
||||
out.type.code = 'Code';
|
||||
out.type.poll = 'Sondage';
|
||||
out.type.slide = 'Présentation';
|
||||
out.type.drive = 'Drive';
|
||||
out.type.drive = 'CryptDrive';
|
||||
out.type.whiteboard = "Tableau Blanc";
|
||||
out.type.file = "Fichier";
|
||||
out.type.media = "Média";
|
||||
out.type.contacts = "Contacts";
|
||||
|
||||
out.button_newpad = 'Nouveau document texte';
|
||||
out.button_newcode = 'Nouvelle page de code';
|
||||
@@ -34,9 +35,12 @@ define(function () {
|
||||
out.synced = "Tout est enregistré";
|
||||
out.deleted = "Pad supprimé de votre CryptDrive";
|
||||
|
||||
out.realtime_unrecoverableError = "Le moteur temps-réel a rencontré une erreur critique. Cliquez sur OK pour recharger la page.";
|
||||
|
||||
out.disconnected = 'Déconnecté';
|
||||
out.synchronizing = 'Synchronisation';
|
||||
out.reconnecting = 'Reconnexion...';
|
||||
out.typing = "Édition";
|
||||
out.lag = 'Latence';
|
||||
out.readonly = 'Lecture seule';
|
||||
out.anonymous = "Anonyme";
|
||||
@@ -252,6 +256,28 @@ define(function () {
|
||||
out.profile_description = "Description";
|
||||
out.profile_fieldSaved = 'Nouvelle valeur enregistrée: {0}';
|
||||
|
||||
out.profile_viewMyProfile = "Voir mon profil";
|
||||
|
||||
// contacts/userlist
|
||||
out.userlist_addAsFriendTitle = 'Ajouter "{0}" comme contact';
|
||||
out.userlist_thisIsYou = 'Vous ("{0}")';
|
||||
out.userlist_pending = "En attente...";
|
||||
out.contacts_title = "Contacts";
|
||||
out.contacts_addError = "Erreur lors de l'ajout de ce contact dans votre liste";
|
||||
out.contacts_added = 'Invitation de contact acceptée';
|
||||
out.contacts_rejected = 'Invitation de contact rejetée';
|
||||
out.contacts_request = '<em>{0}</em> souhaite vous ajouter en tant que contact. <b>Accepter<b> ?';
|
||||
out.contacts_send = 'Envoyer';
|
||||
out.contacts_remove = 'Supprimer ce contact';
|
||||
out.contacts_confirmRemove = 'Êtes-vous sûr de voulour supprimer <em>{0}</em> de vos contacts ?';
|
||||
out.contacts_typeHere = "Entrez un message ici...";
|
||||
|
||||
|
||||
out.contacts_info1 = "Voici vos contacts. Ici, vous pouvez :";
|
||||
out.contacts_info2 = "Cliquer sur le nom d'un contact pour discuter avec lui";
|
||||
out.contacts_info3 = "Double-cliquer sur son nom pour voir son profil";
|
||||
out.contacts_info4 = "Chaque participant peut nettoyer définitivement l'historique d'une discussion";
|
||||
|
||||
// File manager
|
||||
|
||||
out.fm_rootName = "Documents";
|
||||
@@ -294,7 +320,7 @@ define(function () {
|
||||
out.updated_0_fm_info_trash = "Vider la corbeille permet de libérer de l'espace dans votre CryptDrive";
|
||||
out.fm_info_trash = out.updated_0_fm_info_trash;
|
||||
out.fm_info_allFiles = 'Contient tous les fichiers de "Documents", "Fichiers non triés" et "Corbeille". Vous ne pouvez pas supprimer ou déplacer des fichiers depuis cet endroit.'; // Same here
|
||||
out.fm_info_anonymous = 'Vous n\'êtes pas connectés, ces pads risquent donc d\'être supprimés (<a href="https://blog.cryptpad.fr/2017/05/17/You-gotta-log-in/" target="_blank">découvrez pourquoi</a>). ' +
|
||||
out.fm_info_anonymous = 'Vous n\'êtes pas connecté, ces pads risquent donc d\'être supprimés (<a href="https://blog.cryptpad.fr/2017/05/17/You-gotta-log-in/" target="_blank">découvrez pourquoi</a>). ' +
|
||||
'<a href="/register/">Inscrivez-vous</a> ou <a href="/login/">connectez-vous</a> pour les maintenir en vie.';
|
||||
out.fm_alert_backupUrl = "Lien de secours pour ce CryptDrive.<br>" +
|
||||
"Il est <strong>fortement recommandé</strong> de garder ce lien pour vous-même.<br>" +
|
||||
@@ -375,28 +401,37 @@ define(function () {
|
||||
];
|
||||
|
||||
// Settings
|
||||
out.settings_cat_account = "Compte";
|
||||
out.settings_cat_drive = "CryptDrive";
|
||||
out.settings_title = "Préférences";
|
||||
out.settings_save = "Sauver";
|
||||
|
||||
out.settings_backupCategory = "Sauvegarde";
|
||||
out.settings_backupTitle = "Créer ou restaurer une sauvegarde de vos données";
|
||||
out.settings_backup = "Créer une sauvegarde";
|
||||
out.settings_restore = "Restaurer une sauvegarde";
|
||||
out.settings_resetTitle = "Vider votre drive";
|
||||
out.settings_backup = "Sauvegarder";
|
||||
out.settings_restore = "Restaurer";
|
||||
|
||||
out.settings_resetNewTitle = "Vider CryptDrive";
|
||||
out.settings_resetButton = "Supprimer";
|
||||
out.settings_reset = "Supprimer tous les fichiers et dossiers de votre CryptDrive";
|
||||
out.settings_resetPrompt = "Cette action va supprimer tous les pads de votre drive.<br>"+
|
||||
"Êtes-vous sûr de vouloir continuer ?<br>" +
|
||||
"Tapez “<em>I love CryptPad</em>” pour confirmer.";
|
||||
out.settings_resetDone = "Votre drive est désormais vide!";
|
||||
out.settings_resetError = "Texte de vérification incorrect. Votre CryptDrive n'a pas été modifié.";
|
||||
out.settings_resetTips = "Astuces et informations dans CryptDrive";
|
||||
|
||||
out.settings_resetTipsAction ="Réinitialiser";
|
||||
out.settings_resetTips = "Astuces";
|
||||
out.settings_resetTipsButton = "Réinitialiser les astuces visibles dans CryptDrive";
|
||||
out.settings_resetTipsDone = "Toutes les astuces sont de nouveau visibles.";
|
||||
|
||||
out.settings_importTitle = "Importer les pads récents de ce navigateur dans mon CryptDrive";
|
||||
out.settings_importTitle = "Importer les pads récents de ce navigateur dans votre CryptDrive";
|
||||
out.settings_import = "Importer";
|
||||
out.settings_importConfirm = "Êtes-vous sûr de vouloir importer les pads récents de ce navigateur dans le CryptDrive de votre compte utilisateur ?";
|
||||
out.settings_importDone = "Importation terminée";
|
||||
|
||||
out.settings_userFeedbackHint1 = "CryptPad peut envoyer des retours d'expérience très limités vers le serveur, de manière à nous permettre d'améliorer l'expérience des utilisateurs.";
|
||||
out.settings_userFeedbackTitle = "Retour d'expérience";
|
||||
out.settings_userFeedbackHint1 = "CryptPad peut envoyer des retours d'expérience très limités vers le serveur, de manière à nous permettre d'améliorer l'expérience des utilisateurs. ";
|
||||
out.settings_userFeedbackHint2 = "Le contenu de vos pads et les clés de déchiffrement ne seront jamais partagés avec le serveur.";
|
||||
out.settings_userFeedback = "Activer l'envoi de retours d'expérience";
|
||||
|
||||
@@ -409,10 +444,12 @@ define(function () {
|
||||
out.settings_pinningError = "Un problème est survenu";
|
||||
out.settings_usageAmount = "Vos pads épinglés occupent {0} Mo";
|
||||
|
||||
out.settings_logoutEverywhereButton = "Se déconnecter";
|
||||
out.settings_logoutEverywhereTitle = "Se déconnecter partout";
|
||||
out.settings_logoutEverywhere = "Se déconnecter de toutes les autres sessions.";
|
||||
out.settings_logoutEverywhere = "Se déconnecter de force de toutes les autres sessions.";
|
||||
out.settings_logoutEverywhereConfirm = "Êtes-vous sûr ? Vous devrez vous reconnecter sur tous vos autres appareils.";
|
||||
|
||||
out.upload_title = "Hébergement de fichiers";
|
||||
out.upload_serverError = "Erreur interne: impossible d'importer le fichier pour l'instant.";
|
||||
out.upload_uploadPending = "Vous avez déjà un fichier en cours d'importation. Souhaitez-vous l'annuler et importer ce nouveau fichier ?";
|
||||
out.upload_success = "Votre fichier ({0}) a été importé avec succès et ajouté à votre CryptDrive.";
|
||||
@@ -518,7 +555,7 @@ define(function () {
|
||||
'<span style="font-size:16px;"><p>',
|
||||
'Voici <strong>CryptPad</strong>, l\'éditeur collaboratif en temps-réel Zero Knowledge. Tout est sauvegardé dés que vous le tapez.',
|
||||
'<br>',
|
||||
'Partagez le lien vers ce pad avec des amis ou utilisez le bouton <span style="background-color:#5cb85c;color:#ffffff;"> Partager </span> pour obtenir le <em>lien de lecture-seule</em>, qui permet la lecture mais non la modification.',
|
||||
'Partagez le lien vers ce pad avec des amis ou utilisez le bouton <span class="fa fa-share-alt" style="border: 1px solid black;color:#000;"> Partager </span> pour obtenir le <em>lien de lecture-seule</em>, qui permet la lecture mais non la modification.',
|
||||
'</p>',
|
||||
'<p>',
|
||||
'<em>',
|
||||
|
||||
@@ -9,10 +9,11 @@ define(function () {
|
||||
out.type.code = 'Code';
|
||||
out.type.poll = 'Poll';
|
||||
out.type.slide = 'Presentation';
|
||||
out.type.drive = 'Drive';
|
||||
out.type.drive = 'CryptDrive';
|
||||
out.type.whiteboard = 'Whiteboard';
|
||||
out.type.file = 'File';
|
||||
out.type.media = 'Media';
|
||||
out.type.contacts = 'Contacts';
|
||||
|
||||
out.button_newpad = 'New Rich Text pad';
|
||||
out.button_newcode = 'New Code pad';
|
||||
@@ -36,9 +37,12 @@ define(function () {
|
||||
out.synced = "Everything is saved";
|
||||
out.deleted = "Pad deleted from your CryptDrive";
|
||||
|
||||
out.realtime_unrecoverableError = "The realtime engine has encountered an unrecoverable error. Click OK to reload.";
|
||||
|
||||
out.disconnected = 'Disconnected';
|
||||
out.synchronizing = 'Synchronizing';
|
||||
out.reconnecting = 'Reconnecting...';
|
||||
out.typing = "Typing";
|
||||
out.lag = 'Lag';
|
||||
out.readonly = 'Read only';
|
||||
out.anonymous = "Anonymous";
|
||||
@@ -254,6 +258,30 @@ define(function () {
|
||||
out.profile_description = "Description";
|
||||
out.profile_fieldSaved = 'New value saved: {0}';
|
||||
|
||||
out.profile_inviteButton = "Connect";
|
||||
out.profile_inviteButtonTitle ='Create a link that will invite this user to connect with you.';
|
||||
out.profile_inviteExplanation = "Clicking <strong>OK</strong> will create a link to a secure messaging session that <em>only {0} will be able to redeem.</em><br><br>The link will be copied to your clipboard and can be shared publicly.";
|
||||
out.profile_viewMyProfile = "View my profile";
|
||||
|
||||
// contacts/userlist
|
||||
out.userlist_addAsFriendTitle = 'Add "{0}" as a contact';
|
||||
out.userlist_thisIsYou = 'This is you ("{0}")';
|
||||
out.userlist_pending = "Pending...";
|
||||
out.contacts_title = "Contacts";
|
||||
out.contacts_addError = 'Error while adding that contact to the list';
|
||||
out.contacts_added = 'Contact invite accepted.';
|
||||
out.contacts_rejected = 'Contact invite rejected';
|
||||
out.contacts_request = '<em>{0}</em> would like to add you as a contact. <b>Accept<b>?';
|
||||
out.contacts_send = 'Send';
|
||||
out.contacts_remove = 'Remove this contact';
|
||||
out.contacts_confirmRemove = 'Are you sure you want to remove <em>{0}</em> from your contacts?';
|
||||
out.contacts_typeHere = "Type a message here...";
|
||||
|
||||
out.contacts_info1 = "These are your contacts. From here, you can:";
|
||||
out.contacts_info2 = "Click your contact's icon to chat with them";
|
||||
out.contacts_info3 = "Double-click their icon to view their profile";
|
||||
out.contacts_info4 = "Either participant can clear permanently a chat history";
|
||||
|
||||
// File manager
|
||||
|
||||
out.fm_rootName = "Documents";
|
||||
@@ -380,28 +408,37 @@ define(function () {
|
||||
out.register_alreadyRegistered = "This user already exists, do you want to log in?";
|
||||
|
||||
// Settings
|
||||
out.settings_cat_account = "Account";
|
||||
out.settings_cat_drive = "CryptDrive";
|
||||
out.settings_title = "Settings";
|
||||
out.settings_save = "Save";
|
||||
|
||||
out.settings_backupCategory = "Backup";
|
||||
out.settings_backupTitle = "Backup or restore all your data";
|
||||
out.settings_backup = "Backup";
|
||||
out.settings_restore = "Restore";
|
||||
out.settings_resetTitle = "Clean your drive";
|
||||
|
||||
out.settings_resetNewTitle = "Clean CryptDrive";
|
||||
out.settings_resetButton = "Remove";
|
||||
out.settings_reset = "Remove all the files and folders from your CryptDrive";
|
||||
out.settings_resetPrompt = "This action will remove all the pads from your drive.<br>"+
|
||||
"Are you sure you want to continue?<br>" +
|
||||
"Type “<em>I love CryptPad</em>” to confirm.";
|
||||
out.settings_resetDone = "Your drive is now empty!";
|
||||
out.settings_resetError = "Incorrect verification text. Your CryptDrive has not been changed.";
|
||||
out.settings_resetTips = "Tips in CryptDrive";
|
||||
|
||||
out.settings_resetTipsAction = "Reset";
|
||||
out.settings_resetTips = "Tips";
|
||||
out.settings_resetTipsButton = "Reset the available tips in CryptDrive";
|
||||
out.settings_resetTipsDone = "All the tips are now visible again.";
|
||||
|
||||
out.settings_importTitle = "Import this browser's recent pads in my CryptDrive";
|
||||
out.settings_importTitle = "Import this browser's recent pads in your CryptDrive";
|
||||
out.settings_import = "Import";
|
||||
out.settings_importConfirm = "Are you sure you want to import recent pads from this browser to your user account's CryptDrive?";
|
||||
out.settings_importDone = "Import completed";
|
||||
|
||||
out.settings_userFeedbackHint1 = "CryptPad provides some very basic feedback to the server, to let us know how to improve your experience.";
|
||||
out.settings_userFeedbackTitle = "Feedback";
|
||||
out.settings_userFeedbackHint1 = "CryptPad provides some very basic feedback to the server, to let us know how to improve your experience. ";
|
||||
out.settings_userFeedbackHint2 = "Your pad's content will never be shared with the server.";
|
||||
out.settings_userFeedback = "Enable user feedback";
|
||||
|
||||
@@ -414,10 +451,12 @@ define(function () {
|
||||
out.settings_pinningError = "Something went wrong";
|
||||
out.settings_usageAmount = "Your pinned pads occupy {0}MB";
|
||||
|
||||
out.settings_logoutEverywhereButton = "Log out";
|
||||
out.settings_logoutEverywhereTitle = "Log out everywhere";
|
||||
out.settings_logoutEverywhere = "Log out of all other web sessions";
|
||||
out.settings_logoutEverywhere = "Force log out of all other web sessions";
|
||||
out.settings_logoutEverywhereConfirm = "Are you sure? You will need to log in with all your devices.";
|
||||
|
||||
out.upload_title = "File upload";
|
||||
out.upload_serverError = "Server Error: unable to upload your file at this time.";
|
||||
out.upload_uploadPending = "You already have an upload in progress. Cancel it and upload your new file?";
|
||||
out.upload_success = "Your file ({0}) has been successfully uploaded and added to your drive.";
|
||||
@@ -528,7 +567,7 @@ define(function () {
|
||||
'<span style="font-size:16px;"><p>',
|
||||
'This is <strong>CryptPad</strong>, the Zero Knowledge realtime collaborative editor. Everything is saved as you type.',
|
||||
'<br>',
|
||||
'Share the link to this pad to edit with friends or use the <span style="background-color:#5cb85c;color:#ffffff;"> Share </span> button to share a <em>read-only link</em> which allows viewing but not editing.',
|
||||
'Share the link to this pad to edit with friends or use the <span class="fa fa-share-alt" style="border: 1px solid black;color:#000;"> Share </span> button to share a <em>read-only link</em> which allows viewing but not editing.',
|
||||
'</p>',
|
||||
|
||||
'<p><em>',
|
||||
|
||||
@@ -331,7 +331,7 @@ define(function () {
|
||||
out.header_france = "<a href=\"http://www.xwiki.com/\" target=\"_blank\" rel=\"noopener noreferrer\">With <img class=\"bottom-bar-heart\" src=\"/customize/heart.png\" alt=\"love\" /> from <img class=\"bottom-bar-fr\" src=\"/customize/fr.png\" title=\"Franța\" alt=\"Franța\"/> by <img src=\"/customize/logo-xwiki.png\" alt=\"XWiki SAS\" class=\"bottom-bar-xwiki\"/></a>";
|
||||
out.header_support = "<a href=\"http://ng.open-paas.org/\" title=\"OpenPaaS::ng\" target=\"_blank\" rel=\"noopener noreferrer\"> <img src=\"/customize/openpaasng.png\" alt=\"OpenPaaS-ng\" class=\"bottom-bar-openpaas\" /></a>";
|
||||
out.header_logoTitle = "Mergi la pagina principală";
|
||||
out.initialState = "<span style=\"font-size:16px;\"><p>Acesta este <strong>CryptPad</strong>, editorul colaborativ bazat pe tehnologia Zero Knowledge în timp real. Totul este salvat pe măsură ce scrii.<br>Partajează link-ul către acest pad pentru a edita cu prieteni sau folosește <span style=\"background-color:#5cb85c;color:#ffffff;\"> Share </span> butonul pentru a partaja <em>read-only link</em> permițând vizualizarea dar nu și editarea.</p><p><em>Îndrăznește, începe să scrii...</em></p></span><p> <br></p>";
|
||||
out.initialState = "<span style=\"font-size:16px;\"><p>Acesta este <strong>CryptPad</strong>, editorul colaborativ bazat pe tehnologia Zero Knowledge în timp real. Totul este salvat pe măsură ce scrii.<br>Partajează link-ul către acest pad pentru a edita cu prieteni sau folosește <span class=\"fa fa-share-alt\" style=\"border:1px solid black;color:#000;\"> Share </span> butonul pentru a partaja <em>read-only link</em> permițând vizualizarea dar nu și editarea.</p><p><em>Îndrăznește, începe să scrii...</em></p></span><p> <br></p>";
|
||||
out.codeInitialState = "/*\n Acesta este editorul colaborativ de cod bazat pe tehnologia Zero Knowledge CryptPad.\n Ce scrii aici este criptat, așa că doar oamenii care au link-ul pot să-l acceseze.\n Poți să alegi ce limbaj de programare pus n evidență și schema de culori UI n dreapta sus.\n*/";
|
||||
out.slideInitialState = "# CryptSlide\n* Acesta este un editor colaborativ bazat pe tehnologia Zero Knowledge.\n* Ce scrii aici este criptat, așa că doar oamenii care au link-ul pot să-l acceseze.\n* Nici măcar serverele nu au acces la ce scrii tu.\n* Ce vezi aici, ce auzi aici, atunci când pleci, lași aici.\n\n-\n# Cum se folosește\n1. Scrie-ți conținutul slide-urilor folosind sintaxa markdown\n - Află mai multe despre sintaxa markdown [aici](http://www.markdowntutorial.com/)\n2. Separă-ți slide-urile cu -\n3. Click pe butonul \"Play\" pentru a vedea rezultatele - Slide-urile tale sunt actualizate în timp real.";
|
||||
out.driveReadmeTitle = "Ce este CryptDrive?";
|
||||
|
||||
@@ -470,7 +470,7 @@ define(function () {
|
||||
'<span style="font-size:16px;"><p>',
|
||||
'這是 <strong>CryptPad</strong>, 零知識即時協作編輯平台,當你輸入時一切已即存好。',
|
||||
'<br>',
|
||||
'分享這個工作檔案的網址連結給友人或是使用、 <span style="background-color:#5cb85c;color:#ffffff;"> 分享 </span> 按鈕分享<em>唯讀的連結</em> 其只能看不能編寫。',
|
||||
'分享這個工作檔案的網址連結給友人或是使用、 <span class="fa fa-share-alt" style="border: 1px solid black;color:#000;"> 分享 </span> 按鈕分享<em>唯讀的連結</em> 其只能看不能編寫。',
|
||||
'</p>',
|
||||
|
||||
'<p><em>',
|
||||
|
||||
Reference in New Issue
Block a user