mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Include locales as part of project fixture setup
Summary: Also fixes a few small naming issues with locales. Test Plan: Existing tests. Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D3689
This commit is contained in:
parent
79deeca640
commit
d84e7e37e2
@ -40,8 +40,8 @@
|
|||||||
"TeamSite": "Team Site"
|
"TeamSite": "Team Site"
|
||||||
},
|
},
|
||||||
"ApiKey": {
|
"ApiKey": {
|
||||||
"AboutToDeleteAPIkey": "You're about to delete an API key. This will cause all future requests using this API key to be rejected. Do you still want to delete?",
|
"AboutToDeleteAPIKey": "You're about to delete an API key. This will cause all future requests using this API key to be rejected. Do you still want to delete?",
|
||||||
"AnonymousAPIkey": "This API key can be used to access this account anonymously via the API.",
|
"AnonymousAPIKey": "This API key can be used to access this account anonymously via the API.",
|
||||||
"ByGenerating": "By generating an API key, you will be able to make API calls for your own account.",
|
"ByGenerating": "By generating an API key, you will be able to make API calls for your own account.",
|
||||||
"ClickToShow": "Click to show",
|
"ClickToShow": "Click to show",
|
||||||
"Create": "Create",
|
"Create": "Create",
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
"TeamSite": "Espace d'équipe"
|
"TeamSite": "Espace d'équipe"
|
||||||
},
|
},
|
||||||
"ApiKey": {
|
"ApiKey": {
|
||||||
"AboutToDeleteAPIkey": "Vous êtes sur le point de supprimer une clé API. Cela causera le rejet de toutes les requêtes futures utilisant cette clé API. Voulez-vous toujours la supprimer ?",
|
"AboutToDeleteAPIKey": "Vous êtes sur le point de supprimer une clé API. Cela causera le rejet de toutes les requêtes futures utilisant cette clé API. Voulez-vous toujours la supprimer ?",
|
||||||
"AnonymousAPIkey": "Cette clé API peut être utilisée pour accéder à ce compte de manière anonyme via l'API.",
|
"AnonymousAPIKey": "Cette clé API peut être utilisée pour accéder à ce compte de manière anonyme via l'API.",
|
||||||
"ByGenerating": "En générant une clé API, vous pourrez faire des appels API pour votre propre compte.",
|
"ByGenerating": "En générant une clé API, vous pourrez faire des appels API pour votre propre compte.",
|
||||||
"ClickToShow": "Cliquer pour afficher",
|
"ClickToShow": "Cliquer pour afficher",
|
||||||
"Create": "Créer",
|
"Create": "Créer",
|
||||||
|
Loading…
Reference in New Issue
Block a user