Skip to content

Commit

Permalink
Merge pull request #268 from sunnydanu/release/2.0.0
Browse files Browse the repository at this point in the history
Release/2.0.0
  • Loading branch information
sunnydanu authored Nov 6, 2024
2 parents 3840ee3 + 9f75c39 commit 94f14ef
Show file tree
Hide file tree
Showing 44 changed files with 1,463 additions and 721 deletions.
348 changes: 348 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ declare module '@vue/runtime-core' {
'CTextCopyable.demo': typeof import('./src/ui/c-text-copyable/c-text-copyable.demo.vue')['default']
CTooltip: typeof import('./src/ui/c-tooltip/c-tooltip.vue')['default']
'CTooltip.demo': typeof import('./src/ui/c-tooltip/c-tooltip.demo.vue')['default']
CurlConverter: typeof import('./src/tools/curl-converter/curl-converter.vue')['default']
CurrencyConverter: typeof import('./src/tools/currency-converter/currency-converter.vue')['default']
DateTimeConverter: typeof import('./src/tools/date-time-converter/date-time-converter.vue')['default']
'DemoHome.page': typeof import('./src/ui/demo/demo-home.page.vue')['default']
DemoWrapper: typeof import('./src/ui/demo/demo-wrapper.vue')['default']
Expand Down Expand Up @@ -125,9 +125,9 @@ declare module '@vue/runtime-core' {
IconMdiTranslate: typeof import('~icons/mdi/translate')['default']
IconMdiTriangleDown: typeof import('~icons/mdi/triangle-down')['default']
IconMdiVideo: typeof import('~icons/mdi/video')['default']
ImageConverter: typeof import('./src/tools/image-converter/image-converter.vue')['default']
ImageExifReader: typeof import('./src/tools/image-exif-reader/image-exif-reader.vue')['default']
ImageResizer: typeof import('./src/tools/image-resizer/image-resizer.vue')['default']
ImageToCss: typeof import('./src/tools/image-to-css/image-to-css.vue')['default']
InputCopyable: typeof import('./src/components/InputCopyable.vue')['default']
IntegerBaseConverter: typeof import('./src/tools/integer-base-converter/integer-base-converter.vue')['default']
IpGeoLocation: typeof import('./src/tools/ip-geo-location/ip-geo-location.vue')['default']
Expand All @@ -136,6 +136,7 @@ declare module '@vue/runtime-core' {
Ipv4RangeExpander: typeof import('./src/tools/ipv4-range-expander/ipv4-range-expander.vue')['default']
Ipv4SubnetCalculator: typeof import('./src/tools/ipv4-subnet-calculator/ipv4-subnet-calculator.vue')['default']
Ipv6UlaGenerator: typeof import('./src/tools/ipv6-ula-generator/ipv6-ula-generator.vue')['default']
Iso3166Searcher: typeof import('./src/tools/iso-3166-searcher/iso-3166-searcher.vue')['default']
JsonDiff: typeof import('./src/tools/json-diff/json-diff.vue')['default']
JsonEditor: typeof import('./src/tools/json-editor/json-editor.vue')['default']
JsonMinify: typeof import('./src/tools/json-minify/json-minify.vue')['default']
Expand All @@ -148,6 +149,7 @@ declare module '@vue/runtime-core' {
JsUnobfuscator: typeof import('./src/tools/js-unobfuscator/js-unobfuscator.vue')['default']
JwtParser: typeof import('./src/tools/jwt-parser/jwt-parser.vue')['default']
KeycodeInfo: typeof import('./src/tools/keycode-info/keycode-info.vue')['default']
ListComparer: typeof import('./src/tools/list-comparer/list-comparer.vue')['default']
ListConverter: typeof import('./src/tools/list-converter/list-converter.vue')['default']
LiveCode: typeof import('./src/tools/live-code/live-code.vue')['default']
LocaleSelector: typeof import('./src/modules/i18n/components/locale-selector.vue')['default']
Expand All @@ -162,6 +164,7 @@ declare module '@vue/runtime-core' {
MenuIconItem: typeof import('./src/components/MenuIconItem.vue')['default']
MenuLayout: typeof import('./src/components/MenuLayout.vue')['default']
MetaTagGenerator: typeof import('./src/tools/meta-tag-generator/meta-tag-generator.vue')['default']
MicTester: typeof import('./src/tools/mic-tester/mic-tester.vue')['default']
MimeTypes: typeof import('./src/tools/mime-types/mime-types.vue')['default']
MultiLinkDownloader: typeof import('./src/tools/multi-link-downloader/multi-link-downloader.vue')['default']
NA: typeof import('naive-ui')['NA']
Expand Down Expand Up @@ -199,6 +202,7 @@ declare module '@vue/runtime-core' {
NRadio: typeof import('naive-ui')['NRadio']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSelect: typeof import('naive-ui')['NSelect']
NSlider: typeof import('naive-ui')['NSlider']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
Expand Down
9 changes: 7 additions & 2 deletions locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ about:
Wenn du ein Tool benötigst, das hier noch nicht vorhanden ist,
und du denkst, dass es nützlich sein könnte, bist du herzlich eingeladen,
einen Feature-Request im [Issues-Bereich](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
einen Feature-Request im [Issues-Bereich](https://github.com/sunnydanu/godev.run/issues/new/choose)
im GitHub-Repository einzureichen.
Und wenn du einen Fehler gefunden hast oder etwas nicht wie erwartet
funktioniert, melde bitte einen Fehler im [Issues-Bereich](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
funktioniert, melde bitte einen Fehler im [Issues-Bereich](https://github.com/sunnydanu/godev.run/issues/new/choose)
im GitHub-Repository.
favoriteButton:
remove: Aus Favoriten entfernen
Expand Down Expand Up @@ -275,6 +275,11 @@ tools:
mime-types:
title: MIME-Typen
description: Konvertiere MIME-Typen in Erweiterungen und umgekehrt.
mic-tester:
title: Mikrofonprufung
description: Wiedergabe und Visualisierung des Tons von Ihrem Mikrofon, mit einer Sekunde Verzögerung hinzugefügt
start-button-text: Mikrofon-Wiedergabe Starten
stop-button-text: Mikrofon-Wiedergabe Stoppen
toml-to-json:
title: TOML zu JSON
description: Parse und konvertiere TOML zu JSON.
Expand Down
14 changes: 11 additions & 3 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ home:
about:
content: >
# About GoDev.Run
GoDev.Run is a free, open-source collection of online tools for developers, exploring the possibilities of JavaScript—all powered entirely in your browser.
This wonderful website, made with ❤ by [Sunny Danu](https://github.com/sunnydanu) , aggregates useful tools for developer and people working in IT. If you find it useful, please feel free to share it to people you think may find it useful too and don't forget to bookmark it in your shortcut bar!
GoDev.Run is free, and will always be, but it costs me money to host and renew the domain name. If you want to support my work, and encourage me to add more tools, please consider supporting by [sponsoring me](https://www.buymeacoffee.com/sunnydanu).
Expand All @@ -40,9 +42,9 @@ about:
## Found a bug? A tool is missing?
If you need a tool that is currently not present here, and you think can be useful, you are welcome to submit a feature request in the [issues section](https://github.com/sunnydanu/help.godev.run/issues/new/choose) in the GitHub repository.
If you need a tool that is currently not present here, and you think can be useful, you are welcome to submit a feature request in the [issues section](https://github.com/sunnydanu/godev.run/issues/new/choose) in the GitHub repository.
And if you found a bug, or something doesn't work as expected, please file a bug report in the [issues section](https://github.com/sunnydanu/help.godev.run/issues/new/choose) in the GitHub repository.
And if you found a bug, or something doesn't work as expected, please file a bug report in the [issues section](https://github.com/sunnydanu/godev.run/issues/new/choose) in the GitHub repository.
404:
notFound: '404 Not Found'
Expand Down Expand Up @@ -240,6 +242,12 @@ tools:
title: MIME types
description: Convert MIME types to file extensions and vice-versa.

mic-tester:
title: Microphone Tester
description: Replay and Visualize sound from Your microphone, with added one second of delay
start-button-text: Start replaying microphone
stop-button-text: Stop replaying microphone

toml-to-json:
title: TOML to JSON
description: Parse and convert TOML to JSON.
Expand Down
4 changes: 2 additions & 2 deletions locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ about:
Si necesitas una herramienta que actualmente no está presente aquí y
crees que puede ser útil, eres bienvenido a enviar una solicitud de
función en la [sección de problemas](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
función en la [sección de problemas](https://github.com/sunnydanu/godev.run/issues/new/choose)
en el repositorio de GitHub.
Y si encontraste un error o algo no funciona como se esperaba,
por favor presenta un informe de error en la
[sección de problemas](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
[sección de problemas](https://github.com/sunnydanu/godev.run/issues/new/choose)
en el repositorio de GitHub.
404:
Expand Down
4 changes: 2 additions & 2 deletions locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ about:
Si vous avez besoin d`un outil qui n'est actuellement pas présent ici,
et que vous pensez qu'il peut être utile, vous êtes le bienvenu pour soumettre
une demande de fonctionnalité dans la [section des problèmes](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
une demande de fonctionnalité dans la [section des problèmes](https://github.com/sunnydanu/godev.run/issues/new/choose)
du dépôt GitHub.
Et si vous avez trouvé un bug, ou si quelque chose ne fonctionne pas comme prévu,
veuillez soumettre un rapport de bug dans la
[section des problèmes](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
[section des problèmes](https://github.com/sunnydanu/godev.run/issues/new/choose)
du dépôt GitHub.
404:
Expand Down
87 changes: 87 additions & 0 deletions locales/pl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
home:
categories:
newestTools: 'Najnowsze narzędzia'
favoriteTools: 'Twoje ulubione narzędzia'
allTools: 'Wszystkie narzędzia'
subtitle: 'Narzędzia dla programistów'
toggleMenu: 'Menu'
home: Strona główna
uiLib: 'UI Lib'
buyMeACoffee: 'Wesprzyj IT-Tools'
follow:
title: 'Podoba Ci się it-tools?'
p1: 'Wesprzyj nas gwiazdką na'
githubRepository: "repozytorium GitHub IT-Tools"
p2: 'lub śledź nas na'
twitterAccount: "koncie Twitter IT-Tools"
thankYou: 'Dziękujemy!'
nav:
github: 'Repozytorium GitHub'
githubRepository: "Repozytorium GitHub IT-Tools"
twitter: 'Konto Twitter'
twitterAccount: "Konto Twitter IT-Tools"
about: "O IT-Tools"
aboutLabel: 'O nas'
darkMode: 'Tryb ciemny'
lightMode: 'Tryb jasny'
mode: 'Przełącz tryb ciemny/jasny'
about:
content: >
# O IT-Tools
Ta wspaniała strona, stworzona z ❤ przez [Corentina Thomasseta](https://corentin.tech?utm_source=it-tools&utm_medium=about), zbiera przydatne narzędzia dla programistów i osób pracujących w IT. Jeśli uznasz ją za pomocną, nie zapomnij się nią podzielić i dodać do ulubionych!
IT Tools jest open-source (na licencji MIT) i darmowe, i takie pozostanie, ale koszty związane z jego hostingiem i odnawianiem domeny spoczywają na mnie. Jeśli chcesz wesprzeć moją pracę i zmotywować mnie do dodania kolejnych narzędzi, zachęcam do [wsparcia](https://www.buymeacoffee.com/cthmsst).
## Technologie
IT Tools zostało stworzone w Vue.js (Vue 3) z wykorzystaniem biblioteki komponentów Naive UI i jest hostowane oraz ciągle wdrażane przez Vercel. Niektóre narzędzia korzystają z zewnętrznych bibliotek open-source, pełną listę znajdziesz w pliku [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) repozytorium.
## Znalazłeś błąd? Brakuje jakiegoś narzędzia?
Jeśli potrzebujesz narzędzia, które nie jest jeszcze dostępne, a uważasz, że mogłoby być przydatne, zapraszam do zgłoszenia propozycji funkcji w [sekcji issue](https://github.com/CorentinTh/it-tools/issues/new/choose) repozytorium GitHub.
404:
notFound: '404 Nie znaleziono'
sorry: "Przepraszamy, ta strona nie istnieje"
maybe: 'Może to problem z cachem, spróbuj wymusić odświeżenie?'
backHome: "Powrót na stronę główną"
toolCard:
new: Nowe
search:
label: Szukaj
tools:
categories:
favorite-tools: 'Twoje ulubione narzędzia'
crypto: Kryptografia
converter: Konwerter
web: Web
images and videos: 'Obrazy i wideo'
development: Programowanie
network: Sieć
math: Matematyka
measurement: Pomiary
text: Tekst
data: Dane

token-generator:
title: Generator tokenów
description: >-
Generuje losowy ciąg znaków z wybranych przez Ciebie znaków: wielkie
lub małe litery, cyfry i/lub symbole.
uppercase: Wielkie litery (ABC...)
lowercase: Małe litery (abc...)
numbers: Cyfry (123...)
symbols: Symbole (!-;...)
button:
copy: Kopiuj
refresh: Odśwież
copied: Token został skopiowany
length: Długość
tokenPlaceholder: Token...

mic-tester:
title: Tester mikrofonu
description: Odtwórz i wizualizuj dźwięk z Twojego mikrofonu, z dodaną jedną sekundą opóźnienia
start-button-text: Odtwarzaj mikrofonu
stop-button-text: Zatrzymaj odtwarzanie mikrofonu
4 changes: 2 additions & 2 deletions locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ about:
Se você precisar de uma ferramenta que atualmente não está presente aqui,
e você acha que pode ser útil, sinta-se à vontade para enviar uma solicitação
de recurso na [seção de problemas](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
de recurso na [seção de problemas](https://github.com/sunnydanu/godev.run/issues/new/choose)
no repositório do GitHub.
E se você encontrou um bug ou algo não está funcionando como esperado,
por favor, faça um relatório de bug na
[seção de problemas](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
[seção de problemas](https://github.com/sunnydanu/godev.run/issues/new/choose)
no repositório do GitHub.
404:
Expand Down
4 changes: 2 additions & 2 deletions locales/uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ about:
Якщо вам потрібен інструмент, який наразі тут відсутній,
і ви вважаєте, що він може бути корисним, ви можете надіслати
запит на функцію в [розділі проблем](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
запит на функцію в [розділі проблем](https://github.com/sunnydanu/godev.run/issues/new/choose)
у репозиторії GitHub.
І якщо ви знайшли помилку або щось не працює так, як очікувалося,
будь ласка, подайте звіт про помилку в
[розділі проблем](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
[розділі проблем](https://github.com/sunnydanu/godev.run/issues/new/choose)
у репозиторії GitHub.
404:
Expand Down
4 changes: 2 additions & 2 deletions locales/vi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ about:
Nếu bạn cần một công cụ hiện chưa có ở đây và bạn nghĩ
rằng nó có thể hữu ích, bạn có thể gửi yêu cầu tính năng
trong [phần vấn đề](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
trong [phần vấn đề](https://github.com/sunnydanu/godev.run/issues/new/choose)
trong kho lưu trữ GitHub.
Và nếu bạn phát hiện lỗi hoặc có thứ gì đó không hoạt động như mong đợi,
hãy vui lòng gửi báo cáo lỗi trong
[phần vấn đề](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
[phần vấn đề](https://github.com/sunnydanu/godev.run/issues/new/choose)
trong kho lưu trữ GitHub.
404:
Expand Down
4 changes: 2 additions & 2 deletions locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ about:
## 发现了一个错误?缺少工具?
如果你需要的工具目前不在这里,并且你认为它可能有用,
欢迎在 GitHub 仓库的 [问题区域](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
欢迎在 GitHub 仓库的 [问题区域](https://github.com/sunnydanu/godev.run/issues/new/choose)
提交功能请求。
如果你发现了一个错误,或者某些功能没有按预期工作,请在
GitHub 仓库的 [问题区域](https://github.com/sunnydanu/help.godev.run/issues/new/choose)
GitHub 仓库的 [问题区域](https://github.com/sunnydanu/godev.run/issues/new/choose)
提交错误报告。
404:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94f14ef

Please sign in to comment.