mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) adapt some translation keys after reorganization
Summary: adapt some translation keys after reorganization in https://github.com/gristlabs/grist-core/pull/367 Test Plan: existing tests Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3753
This commit is contained in:
parent
1780e1139f
commit
13cb4e8389
@ -104,7 +104,9 @@ export class ApiKey extends Disposable {
|
|||||||
|
|
||||||
private _getDescription(): string {
|
private _getDescription(): string {
|
||||||
return t(
|
return t(
|
||||||
!this._anonymous ? 'OwnAPIKey' : 'AnonymousAPIkey'
|
!this._anonymous ?
|
||||||
|
'This API key can be used to access your account via the API. Don’t share your API key with anyone.' :
|
||||||
|
'This API key can be used to access this account anonymously via the API.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -608,7 +608,7 @@
|
|||||||
"Current field ": "Current field ",
|
"Current field ": "Current field ",
|
||||||
"OK": "OK"
|
"OK": "OK"
|
||||||
},
|
},
|
||||||
"TypeTransform": {
|
"TypeTransformation": {
|
||||||
"Apply": "Apply",
|
"Apply": "Apply",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
"Preview": "Preview",
|
"Preview": "Preview",
|
||||||
|
@ -593,7 +593,7 @@
|
|||||||
"Cancel": "Annuler",
|
"Cancel": "Annuler",
|
||||||
"Close": "Fermer"
|
"Close": "Fermer"
|
||||||
},
|
},
|
||||||
"TypeTransform": {
|
"TypeTransformation": {
|
||||||
"Apply": "Appliquer",
|
"Apply": "Appliquer",
|
||||||
"Cancel": "Annuler",
|
"Cancel": "Annuler",
|
||||||
"Preview": "Aperçu",
|
"Preview": "Aperçu",
|
||||||
@ -740,4 +740,4 @@
|
|||||||
"false": "faux",
|
"false": "faux",
|
||||||
"true": "vrai"
|
"true": "vrai"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3960,7 +3960,7 @@ i18next-http-middleware@3.2.1:
|
|||||||
resolved "https://registry.npmjs.org/i18next-http-middleware/-/i18next-http-middleware-3.2.1.tgz"
|
resolved "https://registry.npmjs.org/i18next-http-middleware/-/i18next-http-middleware-3.2.1.tgz"
|
||||||
integrity sha512-zBwXxDChT0YLoTXIR6jRuqnUUhXW0Iw7egoTnNXyaDRtTbfWNXwU0a53ThyuRPQ+k+tXu3ZMNKRzfLuononaRw==
|
integrity sha512-zBwXxDChT0YLoTXIR6jRuqnUUhXW0Iw7egoTnNXyaDRtTbfWNXwU0a53ThyuRPQ+k+tXu3ZMNKRzfLuononaRw==
|
||||||
|
|
||||||
i18next-scanner@^4.1.0:
|
i18next-scanner@4.1.0:
|
||||||
version "4.1.0"
|
version "4.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/i18next-scanner/-/i18next-scanner-4.1.0.tgz#15979dcfd6eca494e08c8a8ff784e8740ab7d318"
|
resolved "https://registry.yarnpkg.com/i18next-scanner/-/i18next-scanner-4.1.0.tgz#15979dcfd6eca494e08c8a8ff784e8740ab7d318"
|
||||||
integrity sha512-KAZRc6ZBqtn/Qa5fRRTn7D8effB84K9m3g9SQcKD+tocMajEVW2zfFP397qNxROad1VFjUGT8aw1Y6ZcfnIzlg==
|
integrity sha512-KAZRc6ZBqtn/Qa5fRRTn7D8effB84K9m3g9SQcKD+tocMajEVW2zfFP397qNxROad1VFjUGT8aw1Y6ZcfnIzlg==
|
||||||
|
Loading…
Reference in New Issue
Block a user