-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
adam
committed
Mar 18, 2024
1 parent
6e7ddc5
commit daae5b1
Showing
5 changed files
with
80 additions
and
12 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
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
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
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,4 +1,16 @@ | ||
{ | ||
"dynamicpack.toast.needReload": "Packs updated!", | ||
"dynamicpack.toast.needReload.desc": "For update: F3 + T" | ||
"dynamicpack.toast.needReload.description": "For update: F3 + T", | ||
"dynamicpack.toast.syncStarted": "Sync started", | ||
"dynamicpack.toast.done": "Sync done", | ||
"dynamicpack.toast.pack.done.success.title": "Pack %s", | ||
"dynamicpack.toast.pack.done.success.description": "Done!", | ||
"dynamicpack.toast.pack.error.title": "Pack %s", | ||
"dynamicpack.toast.pack.error.description": "Error while sync...", | ||
"dynamicpack.toast.pack.state.downloading.title": "Pack %s", | ||
"dynamicpack.toast.pack.state.downloading.description": "[%s%%] %s", | ||
"dynamicpack.toast.pack.state.deleting.title": "Pack %s", | ||
"dynamicpack.toast.pack.state.deleting.description": "Delete %s", | ||
"dynamicpack.toast.pack.state.unknown.title": "Pack %s", | ||
"dynamicpack.toast.pack.state.unknown.description": "Processing..." | ||
} |
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,4 +1,16 @@ | ||
{ | ||
"dynamicpack.toast.needReload": "Обновлено", | ||
"dynamicpack.toast.needReload.desc": "Чтобы обновить: F3 + T" | ||
"dynamicpack.toast.needReload": "Паки обновлены!", | ||
"dynamicpack.toast.needReload.description": "Чтобы обновить: F3 + T", | ||
"dynamicpack.toast.syncStarted": "Процесс начат!", | ||
"dynamicpack.toast.done": "Успешно!", | ||
"dynamicpack.toast.pack.done.success.title": "Пак %s", | ||
"dynamicpack.toast.pack.done.success.description": "Успешно!", | ||
"dynamicpack.toast.pack.error.title": "Пак %s", | ||
"dynamicpack.toast.pack.error.description": "Ошибка...", | ||
"dynamicpack.toast.pack.state.downloading.title": "Пак %s", | ||
"dynamicpack.toast.pack.state.downloading.description": "[%s%%] %s", | ||
"dynamicpack.toast.pack.state.deleting.title": "Пак %s", | ||
"dynamicpack.toast.pack.state.deleting.description": "Удаление %s", | ||
"dynamicpack.toast.pack.state.unknown.title": "Пак %s", | ||
"dynamicpack.toast.pack.state.unknown.description": "Обработка..." | ||
} |