mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-01 19:15:01 +02:00
Minor changes
This commit is contained in:
parent
0590420f6e
commit
e81178ec3d
@ -128,8 +128,6 @@ class Command extends BaseCommand {
|
||||
}
|
||||
|
||||
await app().refreshCurrentFolder();
|
||||
|
||||
this.log(_('Done.'));
|
||||
} catch (error) {
|
||||
cliUtils.redrawDone();
|
||||
this.releaseLockFn_();
|
||||
|
@ -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);
|
||||
});
|
||||
|
@ -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 ""
|
||||
|
@ -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."
|
||||
|
||||
|
@ -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 ""
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -1 +1 @@
|
||||
033e3e05492088b20e526341135293f6
|
||||
f38a6c5d97ddbb027b0d6e28d14545c8
|
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user