feat: add some i18n translation

This commit is contained in:
codytseng
2025-06-24 22:54:44 +08:00
parent a834e76522
commit 2121ca7556
13 changed files with 196 additions and 20 deletions

View File

@@ -259,6 +259,20 @@ export default {
Warning: 'Warning',
'Your current API key will become invalid immediately, and any applications using it will stop working until you update them with the new key.':
'Your current API key will become invalid immediately, and any applications using it will stop working until you update them with the new key.',
'Service address': 'Service address'
'Service address': 'Service address',
Pay: 'Pay',
interactions: 'interactions',
notifications: 'notifications',
'Show untrusted {type}': 'Show untrusted {{type}}',
'Hide untrusted {type}': 'Hide untrusted {{type}}',
'Currently hiding {type} from untrusted users.':
'Currently hiding {{type}} from untrusted users.',
'Currently showing all {type}.': 'Currently showing all {{type}}.',
'Click continue to show all {type}.': 'Click continue to show all {{type}}.',
'Click continue to hide {type} from untrusted users.':
'Click continue to hide {{type}} from untrusted users.',
'Trusted users include people you follow and people they follow.':
'Trusted users include people you follow and people they follow.',
Continue: 'Continue'
}
}