Skip to content

Commit

Permalink
added translations
Browse files Browse the repository at this point in the history
  • Loading branch information
skurdindev committed Jul 20, 2024
1 parent c06b404 commit b371b4a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/tall-seas-notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'pastebar-app-ui': patch
---

After paste press keys option added for clips
New clip option: After paste key press
1 change: 1 addition & 0 deletions packages/pastebar-app-ui/src/locales/lang/ru/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Multi Select: Множественный выбор
Next Delay: Следующая задержка
Next Track: Следующий трек
No: Нет
No Key Press: No Key Press
No Wrap: Без переноса
Not Now: Не сейчас
Not found in the template: Не найдено в шаблоне
Expand Down
8 changes: 5 additions & 3 deletions packages/pastebar-app-ui/src/locales/lang/ru/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Add First Board: Добавить первую доску
Add Form Field: Добавить поле формы
Add Header: Добавить заголовок
Add Key Press: Добавить нажатие клавиши
Add Key Press After Paste: Добавить нажатие клавиш после вставки
Add Link Card: Добавить карточку ссылки
Add Open URL: Добавить открытие URL
Add Output Template: Добавить шаблон вывода
Expand Down Expand Up @@ -155,13 +156,14 @@ HTML: HTML
Headers: Заголовки
Hide Label: Скрыть метку
History capture is off: Запись истории выключена
Key Press: Нажатие клавиши
Key Press After: Нажатие клавиши после
Key Press: Нажатие клавиш
Key Press After: Нажатие клавиш после
Key Press After Paste: Нажатие клавиш после вставки
'Key Press After Paste: {{keyPress}}': 'Нажатие клавиш после вставки: {{keyPress}}'
Label Left: Метка слева
Label Top: Метка сверху
Label on Left: Метка слева
Labels: Поля
Last Only: Last Only
Last run: Последний запуск
Last update: Последнее обновление
Layout Max Width: Максимальная ширина макета
Expand Down
1 change: 1 addition & 0 deletions packages/pastebar-app-ui/src/locales/lang/ru/help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Manage Collections Settings: Настройки управления колле
Manage Paste Menu Panel: Панель управления меню вставки
Mark All Completed: Отметить как просмотренные
Menu Item: Пункт меню
Menu Item Tree: Дерево пунктов меню
Navigation Bar: Панель навигации
Navigation Bar Menu: Меню панели навигации
Navigation Bar Tour: Панель навигации тур
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ export function ClipEditContent({
itemOptions = JSON.stringify(itemLocalOptions.value)
}

console.log('itemOptions', itemOptions)

await updateItemById({
updatedItem: {
value: saveValue,
Expand Down

0 comments on commit b371b4a

Please sign in to comment.