Second pass on localization
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"navigation": {
|
||||
"useCases": "Use cases",
|
||||
"learn": "Learn",
|
||||
"about": "About"
|
||||
},
|
||||
"buttons": {
|
||||
"logIn": "Log in",
|
||||
"createRule": "Create rule"
|
||||
},
|
||||
"ariaLabels": {
|
||||
"mainNavigationHeader": "Main navigation header",
|
||||
"mainNavigation": "Main navigation",
|
||||
"navigateToPage": "Navigate to {text} page",
|
||||
"logInToAccount": "Log in to your account",
|
||||
"createNewRule": "Create a new rule with avatar decoration"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ariaLabels": {
|
||||
"homePageNavigationHeader": "Home page navigation header",
|
||||
"mainNavigation": "Main navigation"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"label": "Select language",
|
||||
"ariaLabel": "Select language",
|
||||
"comingSoonMessage": "Language switching functionality coming soon",
|
||||
"languages": {
|
||||
"english": {
|
||||
"name": "English",
|
||||
"nativeName": "English"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"ariaLabel": "Main navigation menu"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"avatarAlt": "Portrait of {author}"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"ariaLabel": "Learn more about {title} governance pattern"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"cards": {
|
||||
"consensusClusters": {
|
||||
"title": "Consensus clusters",
|
||||
"description": "Units called Circles have the ability to decide and act on matters in their domains, which their members agree on through a Council.",
|
||||
"iconAlt": "Sociocracy"
|
||||
},
|
||||
"consensus": {
|
||||
"title": "Consensus",
|
||||
"description": "Decisions that affect the group collectively should involve participation of all participants.",
|
||||
"iconAlt": "Consensus"
|
||||
},
|
||||
"electedBoard": {
|
||||
"title": "Elected Board",
|
||||
"description": "An elected board determines policies and organizes their implementation.",
|
||||
"iconAlt": "Elected Board"
|
||||
},
|
||||
"petition": {
|
||||
"title": "Petition",
|
||||
"description": "All participants can propose and vote on proposals for the group.",
|
||||
"iconAlt": "Petition"
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"seeAllTemplates": "See all templates"
|
||||
},
|
||||
"ariaLabel": "Learn more about {title} governance pattern"
|
||||
}
|
||||
Reference in New Issue
Block a user