Missing translations (#60)

This commit is contained in:
KoalaSat 2022-12-26 10:06:09 +00:00 committed by GitHub
commit dc27253c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 10 deletions

View File

@ -72,16 +72,15 @@
"placeholder": "Say something to the world...",
"send": "Send",
"reply": "Send a reply",
"contentWarning": "Content Warning"
"contentWarning": "Sensitive content"
},
"alerts": {
"relayAdded": "Relay added",
"relayRemoved": "Relay removed",
"profilePublished": "Profile published"
},
"note": {
"contentWarning": "Content warning. Touch to show."
"contentWarning": "Sensitive content. Tap to show."
}
}
}

View File

@ -78,6 +78,9 @@
"relayAdded": "Relay agregado",
"relayRemoved": "Relay eliminado",
"profilePublished": "Perfil publicado"
},
"note": {
"contentWarning": "Contenido sensible. Toca para mostrar."
}
}
}

View File

@ -27,8 +27,8 @@
"profilePage": {
"search": "Поиск",
"send": "Отправить",
"profileNotCreated": "Perfil aún no publicado",
"createProfile": "Ir a configuración"
"profileNotCreated": "Профиль еще не опубликован",
"createProfile": "Перейти в настройки"
},
"relaysPage": {
"title": "Все реле"
@ -42,11 +42,11 @@
"relays": "Реле",
"publicKey": "Публичный ключ",
"privateKey": "Приватный ключ",
"username": "Nombre",
"picture": "URL de imagen",
"username": "Имя",
"picture": "URL изображения",
"lnurl": "LNURL",
"about": "Descripción",
"publish": "Publicar"
"about": "Описание",
"publish": "Опубликовать"
},
"direcMessagesPage": {
"sendMessage": {
@ -77,7 +77,10 @@
"alerts": {
"relayAdded": "Реле добавлено",
"relayRemoved": "Реле удалено",
"profilePublished": "Perfil publicado"
"profilePublished": "Профиль опубликован"
},
"note": {
"contentWarning": "Потенциально конфиденциальный контент.Нажмите, чтобы увидеть"
}
}
}