1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Minor changes

This commit is contained in:
Laurent Cozic 2017-08-05 00:15:08 +02:00
parent 0590420f6e
commit e81178ec3d
8 changed files with 28 additions and 10 deletions

View File

@ -128,8 +128,6 @@ class Command extends BaseCommand {
}
await app().refreshCurrentFolder();
this.log(_('Done.'));
} catch (error) {
cliUtils.redrawDone();
this.releaseLockFn_();

View File

@ -93,7 +93,7 @@ class OneDriveApiNodeUtils {
enableServerDestroy(server);
targetConsole.log(_('Please open this URL in your browser to authenticate the application:'));
targetConsole.log(_('Please open the following URL in your browser to authenticate the application. The application will create a directory in "Apps/Joplin" and will only read and write files in this directory. It will have no access to any files outside this directory nor to any other personal data. No data will be shared with any third party.'));
targetConsole.log('');
targetConsole.log(authCodeUrl);
});

View File

@ -309,7 +309,12 @@ msgstr ""
msgid "The application has been successfully authorised."
msgstr ""
msgid "Please open this URL in your browser to authenticate the application:"
msgid ""
"Please open the following URL in your browser to authenticate the "
"application. The application will create a directory in \"Apps/Joplin\" and "
"will only read and write files in this directory. It will have no access to "
"any files outside this directory nor to any other personal data. No data "
"will be shared with any third party."
msgstr ""
msgid ""

View File

@ -350,10 +350,13 @@ msgstr "Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet.
msgid "The application has been successfully authorised."
msgstr "Le logiciel a été autorisé."
msgid "Please open this URL in your browser to authenticate the application:"
msgid ""
"Please open the following URL in your browser to authenticate the "
"application. The application will create a directory in \"Apps/Joplin\" and "
"will only read and write files in this directory. It will have no access to "
"any files outside this directory nor to any other personal data. No data "
"will be shared with any third party."
msgstr ""
"Veuillez ouvrir cette URL dans votre navigateur internet pour autoriser le "
"logiciel :"
msgid ""
"Cannot refresh token: authentication data is missing. Starting the "
@ -618,6 +621,12 @@ msgstr ""
msgid "Welcome"
msgstr "Bienvenue"
#~ msgid ""
#~ "Please open this URL in your browser to authenticate the application:"
#~ msgstr ""
#~ "Veuillez ouvrir cette URL dans votre navigateur internet pour autoriser "
#~ "le logiciel :"
#~ msgid "Note does not exist."
#~ msgstr "Cette note n'existe pas."

View File

@ -309,7 +309,12 @@ msgstr ""
msgid "The application has been successfully authorised."
msgstr ""
msgid "Please open this URL in your browser to authenticate the application:"
msgid ""
"Please open the following URL in your browser to authenticate the "
"application. The application will create a directory in \"Apps/Joplin\" and "
"will only read and write files in this directory. It will have no access to "
"any files outside this directory nor to any other personal data. No data "
"will be shared with any third party."
msgstr ""
msgid ""

View File

@ -7,7 +7,7 @@
"url": "https://github.com/laurent22/joplin"
},
"url": "git://github.com/laurent22/joplin.git",
"version": "0.9.0",
"version": "0.9.2",
"bin": {
"joplin": "./main.js"
},

View File

@ -1 +1 @@
033e3e05492088b20e526341135293f6
f38a6c5d97ddbb027b0d6e28d14545c8

View File

@ -4,6 +4,7 @@ set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
npm version patch
$SCRIPT_DIR/update-package-md5.sh
touch "$SCRIPT_DIR/app/main.js"
bash $SCRIPT_DIR/build.sh
cp "$SCRIPT_DIR/package.json" build/
cp "$SCRIPT_DIR/../README.md" build/