cinny/public/locales/en/translation.json
Airyzz 1ed9d6de78 Added translation to Tabs
Implemented the change to SpaceSettings as an example.
2022-06-15 11:31:39 +09:30

41 lines
No EOL
1.1 KiB
JSON

{
"common" : {
"close": "Close",
"leave": "Leave",
"options": "Options"
},
"welcome": {
"heading": "Welcome to Cinny!",
"subheading": "Yet another Matrix client"
},
"view_source":{
"title": "View Source",
"original_source": "Original source",
"decrypted_source": "Decrypted source"
},
"space_settings":{
"subtitle": "space settings",
"leave":{
"leave_space": "Leave Space",
"leave_dialog_title": "Leave Space",
"leave_dialog_message": "Are you sure you want to leave {{space}}?"
},
"visibility":{
"header": "Space visibility (who can join)"
},
"addresses": {
"header": "Space addresses"
},
"categorize_subspaces": "Categorize subspaces",
"uncategorize_subspaces": "Uncategorize subspaces",
"pin_sidebar": "Pin to sidebar",
"unpin_sidebar": "Unpin from sidebar"
},
"settings":{
"tabs": {
"general": "General",
"members": "Members",
"permission": "Permissions"
}
}
}