-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(i10n): update uk-UA translations (#1171)
- Loading branch information
Showing
14 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@keystatic/core": patch | ||
--- | ||
|
||
Update uk-UA translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "add", | ||
"value": "додати", | ||
"value": "Додати", | ||
"notes": "", | ||
"type": "global" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "branches", | ||
"value": "Відділення", | ||
"value": "Гілки", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "cancel", | ||
"value": "скасувати", | ||
"value": "Скасувати", | ||
"notes": "", | ||
"type": "global" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/uk-UA/createPullRequest/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "createPullRequest", | ||
"value": "Створити запит на отримання", | ||
"value": "Створити запит на злиття змін", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "currentBranch", | ||
"value": "Поточне відділення", | ||
"value": "Поточна гілка", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "dashboard", | ||
"value": "Панель приладів", | ||
"value": "Дашборд", | ||
"notes": "", | ||
"type": "global" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "defaultBranch", | ||
"value": "Гілка за замовчуванням", | ||
"value": "Типова гілка", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "pullRequests", | ||
"value": "Запити на витягування", | ||
"value": "Запити на злиття", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "save", | ||
"value": "зберегти", | ||
"value": "Зберегти", | ||
"notes": "", | ||
"type": "global" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "singleton", | ||
"value": "Синглтон", | ||
"value": "Одиночка", | ||
"notes": "", | ||
"type": "global" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/uk-UA/theCurrentlyCheckedOutBranch/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "theCurrentlyCheckedOutBranch", | ||
"value": "Поточна перевірена гілка. Виберіть це, якщо вам потрібно створити на основі існуючої роботи з поточної гілки.", | ||
"value": "Поточна обрана гілка. Виберіть це, якщо вам потрібно продовжити роботу на основі поточної гілки.", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/uk-UA/theDefaultBranchInYourRepository/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "theDefaultBranchInYourRepository", | ||
"value": "Стандартна гілка у вашому сховищі. Виберіть це, щоб почати щось нове, що не залежить від вашої поточної гілки.", | ||
"value": "Типова гілка у вашому репозиторії. Виберіть це, щоб почати щось нове, що не залежить від вашої поточної гілки.", | ||
"notes": "", | ||
"type": "git-related" | ||
} |
2 changes: 1 addition & 1 deletion
2
packages/keystatic/src/app/l10n/uk-UA/viewPullRequests/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"key": "viewPullRequests", | ||
"value": "Перегляд запитів на отримання", | ||
"value": "Перегляд запитів на злиття", | ||
"notes": "", | ||
"type": "git-related" | ||
} |