refactor: i18n
This commit is contained in:
@@ -202,6 +202,5 @@ export default {
|
||||
'تبرعك يساعد في صيانة Jumble وتحسينه! 😊',
|
||||
'Earlier notifications': 'الإشعارات السابقة',
|
||||
'Temporarily display this note': 'عرض هذه الملاحظة مؤقتاً'
|
||||
// ...existing code...
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user