cinny/public/locales/en/translation.json
Dylan Van Nielen 9f921bd8a6 Add translation example
Only implemented to a few pages as an example, looking to get feedback.

I do not know japanese, I just used google translate to translate a few words as an example - is most likely incorrect
2022-06-14 18:15:48 +09:30

34 lines
No EOL
1,008 B
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"
}
}