From 1e53420ec607581d089aba266ddaab45c5d808a4 Mon Sep 17 00:00:00 2001
From: 0ko <0ko@users.noreply.translate.codeberg.org>
Date: Sat, 18 Jan 2025 07:42:09 +0000
Subject: [PATCH] Translated using Weblate (Russian)
Currently translated at 100.0% (3 of 3 strings)
Translation: Forgejo/forgejo-next
Translate-URL: https://translate.codeberg.org/projects/forgejo/forgejo-next/ru/
---
options/locale_next/locale_ru-RU.json | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/options/locale_next/locale_ru-RU.json b/options/locale_next/locale_ru-RU.json
index 36f54f405b..252bc0c530 100644
--- a/options/locale_next/locale_ru-RU.json
+++ b/options/locale_next/locale_ru-RU.json
@@ -1,11 +1,19 @@
{
- "repo.pulls.merged_title_desc": {
- "one": "слит %[1]d коммит из %[2]s
в %[3]s
%[4]s",
- "many": "слито %[1]d коммит(ов) из %[2]s
в %[3]s
%[4]s"
- },
- "repo.pulls.title_desc": {
- "one": "хочет влить %[1]d коммит из %[2]s
в %[3]s
",
- "many": "хочет влить %[1]d коммит(ов) из %[2]s
в %[3]s
"
- },
- "search.milestone_kind": "Найти этапы..."
+ "repo": {
+ "pulls": {
+ "merged_title_desc": {
+ "one": "слит %[1]d коммит из %[2]s
в %[3]s
%[4]s",
+ "few": "слито %[1]d коммит(ов) из %[2]s
в %[3]s
%[4]s",
+ "many": ""
+ },
+ "title_desc": {
+ "one": "хочет влить %[1]d коммит из %[2]s
в %[3]s
",
+ "few": "хочет влить %[1]d коммита из %[2]s
в %[3]s
",
+ "many": "хочет влить %[1]d коммитов из %[2]s
в %[3]s
"
+ }
+ }
+ },
+ "search": {
+ "milestone_kind": "Найти этапы..."
+ }
}