refactor: i18n

This commit is contained in:
codytseng
2025-03-02 16:36:18 +08:00
parent a2dd56d475
commit e81ab6d0bd
5 changed files with 40 additions and 57 deletions

View File

@@ -202,6 +202,5 @@ export default {
'تبرعك يساعد في صيانة Jumble وتحسينه! 😊',
'Earlier notifications': 'الإشعارات السابقة',
'Temporarily display this note': 'عرض هذه الملاحظة مؤقتاً'
// ...existing code...
}
}

View File

@@ -81,7 +81,7 @@ export default {
'Display replies': 'Antworten anzeigen',
Notes: 'Notizen',
Replies: 'Antworten',
Notifications: 'Benachr.', // shortened from 'Benachrichtigungen'
Notifications: 'Benachr.',
'no more notifications': 'keine weiteren Benachrichtigungen',
'Using private key login is insecure. It is recommended to use a browser extension for login, such as alby, nostr-keyx or nos2x.':
'Die Anmeldung mit privatem Schlüssel ist unsicher. Es wird empfohlen, eine Browsererweiterung wie alby, nostr-keyx oder nos2x zu verwenden.',

View File

@@ -22,7 +22,7 @@ export default {
'n h': '{{n}}h',
'n days ago': 'hace {{n}} días',
'n d': '{{n}}d',
date: '{{timestamp, date}}', // ...existing code...
date: '{{timestamp, date}}',
Follow: 'Seguir',
Unfollow: 'Dejar de seguir',
'Follow failed': 'Error al seguir',