Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix russian lang #1350

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/three-toes-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@keystatic/core": patch
---

Update Russian translations
2 changes: 1 addition & 1 deletion packages/keystatic/src/app/l10n/ru-RU/add/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "add",
"value": "Добавлять",
"value": "Добавить",
"notes": "",
"type": "global"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "branchName",
"value": "Название филиала",
"value": "Название ветви",
"notes": "",
"type": "git-related"
}
2 changes: 1 addition & 1 deletion packages/keystatic/src/app/l10n/ru-RU/create/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "create",
"value": "Создавать",
"value": "Создать",
"notes": "",
"type": "global"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "createPullRequest",
"value": "Создать запрос на включение",
"value": "Создать пул-реквест",
"notes": "",
"type": "git-related"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "defaultBranch",
"value": "Ветка по умолчанию",
"value": "Ветвь по умолчанию",
"notes": "",
"type": "git-related"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "deleteBranch",
"value": "Удалить ветку",
"value": "Удалить ветвь",
"notes": "",
"type": "git-related"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "newBranch",
"value": "Новая ветка",
"value": "Новая ветвь",
"notes": "",
"type": "git-related"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "otherBranches",
"value": "Другие филиалы",
"value": "Другие ветви",
"notes": "",
"type": "git-related"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "pullRequests",
"value": "Пулл-реквесты",
"value": "Пул-реквесты",
"notes": "",
"type": "git-related"
}
2 changes: 1 addition & 1 deletion packages/keystatic/src/app/l10n/ru-RU/save/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "save",
"value": "Сохранять",
"value": "Сохранить",
"notes": "",
"type": "global"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "singletons",
"value": "Одиночки",
"value": "Синглтоны",
"notes": "",
"type": "global"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "theCurrentlyCheckedOutBranch",
"value": "Текущая проверенная ветвь. Выберите это, если вам нужно опираться на существующую работу из текущей ветки.",
"value": "Текущая проверенная ветвь. Выберите это, если вам нужно опираться на существующую работу из текущей ветви.",
"notes": "",
"type": "git-related"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"key": "theDefaultBranchInYourRepository",
"value": "Ветка по умолчанию в вашем репозитории. Выберите это, чтобы начать что-то новое, не зависящее от вашей текущей ветки.",
"value": "Ветвь по умолчанию в вашем репозитории. Выберите это, чтобы начать что-то новое, не зависящее от вашей текущей ветви.",
"notes": "",
"type": "git-related"
}
Loading