mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 15:04:14 +00:00
Merge remote-tracking branch 'weblate/master'
This commit is contained in:
commit
88b86721c6
3 changed files with 72 additions and 14 deletions
11
ui/translations/de.json
vendored
11
ui/translations/de.json
vendored
|
@ -235,5 +235,14 @@
|
|||
"couldnt_update_private_message": "Konnte Privatnachricht nicht aktualisieren.",
|
||||
"time": "Zeit",
|
||||
"action": "Aktion",
|
||||
"more": "mehr"
|
||||
"more": "mehr",
|
||||
"admin_settings": "Admin-Einstellungen",
|
||||
"sorting_help": "Sortierhilfe",
|
||||
"banned_users": "Verbotene Benutzer",
|
||||
"show_context": "Kontext anzeigen",
|
||||
"block_leaving": "Sind Sie sicher, dass Sie gehen wollen?",
|
||||
"site_config": "Website-Konfiguration",
|
||||
"support_on_open_collective": "Unterstützung bei OpenCollective",
|
||||
"site_saved": "Site Gespeichert.",
|
||||
"emoji_picker": "Emoji-Wähler"
|
||||
}
|
||||
|
|
32
ui/translations/fr.json
vendored
32
ui/translations/fr.json
vendored
|
@ -4,14 +4,16 @@
|
|||
"no_posts": "Pas de publications.",
|
||||
"create_a_post": "Créer une publication",
|
||||
"create_post": "Créer la publication",
|
||||
"number_of_posts": "{{count}} Publications",
|
||||
"number_of_posts": "{{count}} Publication",
|
||||
"number_of_posts_plural": "{{count}} Publications",
|
||||
"posts": "Publications",
|
||||
"related_posts": "Ces sujets peuvent être corrélés",
|
||||
"cross_posts": "Ce sujet a également été posté sur :",
|
||||
"cross_post": "publication croisée",
|
||||
"cross_posted_to": "publication croisée à : ",
|
||||
"comments": "Commentaires",
|
||||
"number_of_comments": "{{count}} Commentaires",
|
||||
"number_of_comments": "{{count}} Commentaire",
|
||||
"number_of_comments_plural": "{{count}} Commentaires",
|
||||
"remove_comment": "Supprimer le commentaire",
|
||||
"communities": "Communautés",
|
||||
"users": "Utilisateurs",
|
||||
|
@ -21,7 +23,8 @@
|
|||
"subscribed_to_communities": "Abonné à ces <1>communautés</1>",
|
||||
"trending_communities": "<1>Communautés</1> appréciées",
|
||||
"list_of_communities": "Liste des communautés",
|
||||
"number_of_communities": "{{count}} communautés",
|
||||
"number_of_communities": "{{count}} Communauté",
|
||||
"number_of_communities_plural": "{{count}} Communautés",
|
||||
"community_reqs": "en minuscule, sans espace et avec tiret du bas.",
|
||||
"create_private_message": "Créer un message privé",
|
||||
"send_secure_message": "Envoyer le message sécurisé",
|
||||
|
@ -77,10 +80,14 @@
|
|||
"creator": "createur",
|
||||
"username": "Nom d'utilisateur",
|
||||
"email_or_username": "Email ou Nom d'utilisateur",
|
||||
"number_of_users": "{{count}} Utilisateurs",
|
||||
"number_of_subscribers": "{{count}} Abonnés",
|
||||
"number_of_points": "{{count}} Points",
|
||||
"number_online": "{{count}} Utilisateurs en ligne",
|
||||
"number_of_users": "{{count}} Utilisateur",
|
||||
"number_of_users_plural": "{{count}} Utilisateurs",
|
||||
"number_of_subscribers": "{{count}} Abonné",
|
||||
"number_of_subscribers_plural": "{{count}} Abonnés",
|
||||
"number_of_points": "{{count}} Point",
|
||||
"number_of_points_plural": "{{count}} Points",
|
||||
"number_online": "{{count}} Utilisateur en ligne",
|
||||
"number_online_plural": "{{count}} Utilisateurs en ligne",
|
||||
"name": "Nom",
|
||||
"title": "Titre",
|
||||
"category": "Catégorie",
|
||||
|
@ -228,5 +235,14 @@
|
|||
"couldnt_update_private_message": "Impossible de modifier un message privé.",
|
||||
"time": "Temps",
|
||||
"action": "Action",
|
||||
"more": "plus"
|
||||
"more": "plus",
|
||||
"admin_settings": "Paramètres administratifs",
|
||||
"site_config": "Configuration du site",
|
||||
"banned_users": "Utilisateurs interdits",
|
||||
"site_saved": "Site sauvegardé.",
|
||||
"support_on_open_collective": "Soutien à OpenCollective",
|
||||
"sorting_help": "aide au tri",
|
||||
"upvote": "Aime",
|
||||
"show_context": "Afficher le contexte",
|
||||
"block_leaving": "Vous êtes sûr de vouloir partir ?"
|
||||
}
|
||||
|
|
43
ui/translations/ru.json
vendored
43
ui/translations/ru.json
vendored
|
@ -58,9 +58,15 @@
|
|||
"create": "создать",
|
||||
"username": "Имя пользователя",
|
||||
"email_or_username": "Электронная почта или имя пользователя",
|
||||
"number_of_users": "{{count}} пользователей",
|
||||
"number_of_subscribers": "{{count}} подписчиков",
|
||||
"number_of_points": "{{count}} баллов",
|
||||
"number_of_users_0": "{{count}} пользователь",
|
||||
"number_of_users_1": "{{count}} пользователя",
|
||||
"number_of_users_2": "{{count}} пользователей",
|
||||
"number_of_subscribers_0": "{{count}} подписчик",
|
||||
"number_of_subscribers_1": "{{count}} подписчика",
|
||||
"number_of_subscribers_2": "{{count}} подписчиков",
|
||||
"number_of_points_0": "{{count}} балл",
|
||||
"number_of_points_1": "{{count}} балла",
|
||||
"number_of_points_2": "{{count}} баллов",
|
||||
"name": "Имя",
|
||||
"title": "Название",
|
||||
"category": "Категория",
|
||||
|
@ -170,7 +176,7 @@
|
|||
"avatar": "Аватар",
|
||||
"show_avatars": "Показать Аватары",
|
||||
"formatting_help": "Помощь в верстке текста",
|
||||
"sticky": "",
|
||||
"sticky": "приклеить",
|
||||
"stickied": "закрепленный пост",
|
||||
"delete_account": "Удалить аккаунт",
|
||||
"delete_account_confirm": "Предупреждение: это действие полностью уничтожит все данные вашего аккаунта. Введите свой пароль для подтверждения.",
|
||||
|
@ -214,5 +220,32 @@
|
|||
"number_of_communities_2": "{{count}} сообществ",
|
||||
"creator": "автор",
|
||||
"old": "Старое",
|
||||
"to": "в"
|
||||
"to": "в",
|
||||
"admin_settings": "Настройки админа",
|
||||
"banned_users": "Забаненные Пользователи",
|
||||
"support_on_open_collective": "Поддержка на OpenCollective",
|
||||
"site_saved": "Сайт Сохранен.",
|
||||
"enable_nsfw": "Включить NSFW",
|
||||
"donate": "Пожертвование",
|
||||
"unsticky": "отклеить",
|
||||
"site_config": "Конфигурация сайта",
|
||||
"banned": "забаненный",
|
||||
"password_change": "Смена пароля",
|
||||
"no_email_setup": "Этот сервер неправильно настроил электронную почту.",
|
||||
"matrix_user_id": "Матрица пользователя",
|
||||
"are_you_sure": "вы уверены?",
|
||||
"archive_link": "архивировать ссылку",
|
||||
"logged_in": "Войти в систему.",
|
||||
"couldnt_get_comments": "Не удалось получить комментарии.",
|
||||
"from": "от",
|
||||
"transfer_site": "трансфер сайт",
|
||||
"show_context": "Показать контекст",
|
||||
"email_already_exists": "E-mail уже существует.",
|
||||
"couldnt_create_private_message": "Не удалось создать личное сообщение.",
|
||||
"no_private_message_edit_allowed": "Не разрешается редактировать личное сообщение.",
|
||||
"couldnt_update_private_message": "Не удалось обновить личное сообщение.",
|
||||
"block_leaving": "Вы уверены, что хотите покинуть?",
|
||||
"number_online_0": "{{count}} Пользователь онлайн",
|
||||
"number_online_1": "{{count}} Пользователя онлайн",
|
||||
"number_online_2": "{{count}} Пользователей онлайн"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue