diff --git a/DevToys/DevToys/Resource/de.lproj/Localizable.strings b/DevToys/DevToys/Resource/de.lproj/Localizable.strings index cd1957f..57165dd 100644 --- a/DevToys/DevToys/Resource/de.lproj/Localizable.strings +++ b/DevToys/DevToys/Resource/de.lproj/Localizable.strings @@ -50,8 +50,8 @@ "tool.home.mintitle" = "Home"; "tool.home.description" = "Suche alle Tools."; -"tool.jsonyaml.title" = "JSON <> Yaml Konverter"; -"tool.jsonyaml.mintitle" = "JSON <> Yaml"; +"tool.jsonyaml.title" = "JSON <> YAML Konverter"; +"tool.jsonyaml.mintitle" = "JSON <> YAML"; "tool.jsonyaml.description" = "Json-Daten in Yaml konvertieren und umgekehrt"; "tool.numbase.title" = "Zahlenbasis-Konverter"; diff --git a/DevToys/DevToys/Resource/en.lproj/Localizable.strings b/DevToys/DevToys/Resource/en.lproj/Localizable.strings index 8c0b57c..38053af 100644 --- a/DevToys/DevToys/Resource/en.lproj/Localizable.strings +++ b/DevToys/DevToys/Resource/en.lproj/Localizable.strings @@ -54,8 +54,8 @@ "tool.home.mintitle" = "Home"; "tool.home.description" = "Search all tools here."; -"tool.jsonyaml.title" = "JSON <> Yaml Converter"; -"tool.jsonyaml.mintitle" = "JSON <> Yaml"; +"tool.jsonyaml.title" = "JSON <> YAML Converter"; +"tool.jsonyaml.mintitle" = "JSON <> YAML"; "tool.jsonyaml.description" = "Convert Json data to Yaml and vice versa"; "tool.numbase.title" = "Number Base Converter"; diff --git a/DevToys/DevToys/Resource/es.lproj/Localizable.strings b/DevToys/DevToys/Resource/es.lproj/Localizable.strings index 6df46a7..10c3642 100644 --- a/DevToys/DevToys/Resource/es.lproj/Localizable.strings +++ b/DevToys/DevToys/Resource/es.lproj/Localizable.strings @@ -50,8 +50,8 @@ "tool.home.mintitle" = "Todas las herramientas"; "tool.home.description" = "Busca todas las herramientas aquí."; -"tool.jsonyaml.title" = "Conversor JSON <> Yaml"; -"tool.jsonyaml.mintitle" = "JSON <> Yaml"; +"tool.jsonyaml.title" = "Conversor JSON <> YAML"; +"tool.jsonyaml.mintitle" = "JSON <> YAML"; "tool.jsonyaml.description" = "Convertir datos Json a Yaml y viceversa"; "tool.numbase.title" = "Conversor de bases numéricas"; diff --git a/DevToys/DevToys/Resource/pt-BR.lproj/Localizable.strings b/DevToys/DevToys/Resource/pt-BR.lproj/Localizable.strings index b57f540..5466511 100644 --- a/DevToys/DevToys/Resource/pt-BR.lproj/Localizable.strings +++ b/DevToys/DevToys/Resource/pt-BR.lproj/Localizable.strings @@ -50,8 +50,8 @@ "tool.home.mintitle" = "Menu Principal"; "tool.home.description" = "Procure por ferramentas aqui."; -"tool.jsonyaml.title" = "Conversor JSON <> Yaml"; -"tool.jsonyaml.mintitle" = "JSON <> Yaml"; +"tool.jsonyaml.title" = "Conversor JSON <> YAML"; +"tool.jsonyaml.mintitle" = "JSON <> YAML"; "tool.jsonyaml.description" = "Converta dados em JSON para YAML e vice-versa"; "tool.numbase.title" = "Conversor de Base Numérica"; diff --git a/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings b/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings index 271e81d..8c6de64 100644 --- a/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings +++ b/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings @@ -50,8 +50,8 @@ "tool.home.mintitle" = "首页"; "tool.home.description" = "在这里搜索所有工具."; -"tool.jsonyaml.title" = "JSON <> Yaml 转换器"; -"tool.jsonyaml.mintitle" = "JSON <> Yaml"; +"tool.jsonyaml.title" = "JSON <> YAML 转换器"; +"tool.jsonyaml.mintitle" = "JSON <> YAML"; "tool.jsonyaml.description" = "将json与yaml相互转换"; "tool.numbase.title" = "数字类型转换器"; diff --git a/README.md b/README.md index c953768..b8bdb3d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DevToysMac -This is the mac app version of [DevToys for Windows](https://github.com/veler/DevToys)! +This is the macOS version of [DevToys](https://github.com/veler/DevToys). ![Dribbble Shot](https://user-images.githubusercontent.com/20896810/154781951-f4c6fa80-2fcc-40fe-a94b-fccfc0f2ccf1.png) @@ -11,41 +11,42 @@ This is the mac app version of [DevToys for Windows](https://github.com/veler/De - Extract `DevToys.app` from `DevToys.app.zip` ## Homebrew -- Install [Homebrew](https://brew.sh/). Then install DevToysMac with `brew install --cask devtoys`. - +``` +brew install --cask devtoys +``` # Screenshots ### Home -スクリーンショット 2022-01-30 19 01 01 +screenshot of the DevToys home page -### Json <> Yaml Converter +### JSON <> YAML Converter -スクリーンショット 2022-01-30 19 01 23 +screenshot of the JSON to YAML converter within DevToys ### Number Base Converter -スクリーンショット 2022-01-30 19 01 41 +screenshot of the number base converter within DevToys ### HTML Encoder / Decoder -スクリーンショット 2022-01-30 19 02 05 +screenshot of the HTML encoder and decoder converter within DevToys ### URL Encoder / Decoder -スクリーンショット 2022-01-30 19 02 11 +screenshot of the URL encoder and decoder converter within DevToys ### Base64 Encoder / Decoder -スクリーンショット 2022-01-30 19 02 49 +screenshot of the Base64 encoder and decoder converter within DevToys ### JSON Formatter -スクリーンショット 2022-01-30 19 04 43 +screenshot of the JSON formatter within DevToys and more...