mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Split client and server translations, organize by filename
This commit is contained in:
17
static/locales/en.client.json
Normal file
17
static/locales/en.client.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"AddNewButton": {
|
||||
"AddNew": "Add New"
|
||||
},
|
||||
"DocMenu": {
|
||||
"OtherSites": "Other Sites",
|
||||
"OtherSitesWelcome": "You are on the {{siteName}} site. You also have access to the following sites:",
|
||||
"OtherSitesWelcome_personal": "You are on your personal site. You also have access to the following sites:",
|
||||
"AllDocuments": "All Documents",
|
||||
"ExamplesAndTemplates": "Examples and Templates",
|
||||
"MoreExamplesAndTemplates": "More Examples and Templates"
|
||||
},
|
||||
"HomeIntro": {
|
||||
"Welcome": "Welcome to Grist!",
|
||||
"SignUp": "Sign up"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"Welcome": "Welcome to Grist!",
|
||||
"SignUp": "Sign up",
|
||||
"Loading": "Loading",
|
||||
"AddNew": "Add New",
|
||||
"OtherSites": "Other Sites",
|
||||
"OtherSitesWelcome": "You are on the {{siteName}} site. You also have access to the following sites:",
|
||||
"OtherSitesWelcome_personal": "You are on your personal site. You also have access to the following sites:",
|
||||
"AllDocuments": "All Documents",
|
||||
"ExamplesAndTemplates": "Examples and Templates",
|
||||
"MoreExamplesAndTemplates": "More Examples and Templates"
|
||||
}
|
||||
5
static/locales/en.server.json
Normal file
5
static/locales/en.server.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"sendAppPage": {
|
||||
"Loading": "Loading"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user