Skip to content

Commit 221ddfa

Browse files
fix(language): English language cleanup (CorentinTh#1036)
Fix possessive vs. contraction form of "it," clarification, and some general cleanup
1 parent cb5b462 commit 221ddfa

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

locales/en.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ home:
77
toggleMenu: 'Toggle menu'
88
home: Home
99
uiLib: 'UI Lib'
10-
support: 'Support IT Tools development'
10+
support: 'Support IT-Tools development'
1111
buyMeACoffee: 'Buy me a coffee'
1212
follow:
1313
title: 'You like it-tools?'
1414
p1: 'Give us a star on'
1515
githubRepository: 'IT-Tools GitHub repository'
1616
p2: 'or follow us on'
1717
twitterAccount: 'IT-Tools Twitter account'
18-
thankYou: 'Thank you !'
18+
thankYou: 'Thank you!'
1919
nav:
2020
github: 'GitHub repository'
2121
githubRepository: 'IT-Tools GitHub repository'
@@ -72,7 +72,7 @@ tools:
7272

7373
password-strength-analyser:
7474
title: Password strength analyser
75-
description: Discover the strength of your password with this client side only password strength analyser and crack time estimation tool.
75+
description: Discover the strength of your password with this client-side-only password strength analyser and crack time estimation tool.
7676

7777
chronometer:
7878
title: Chronometer
@@ -98,7 +98,7 @@ tools:
9898

9999
svg-placeholder-generator:
100100
title: SVG placeholder generator
101-
description: Generate svg images to use as placeholder in your applications.
101+
description: Generate svg images to use as a placeholder in your applications.
102102

103103
json-to-csv:
104104
title: JSON to CSV
@@ -126,11 +126,11 @@ tools:
126126

127127
crontab-generator:
128128
title: Crontab generator
129-
description: Validate and generate crontab and get the human readable description of the cron schedule.
129+
description: Validate and generate crontab and get the human-readable description of the cron schedule.
130130

131131
http-status-codes:
132132
title: HTTP status codes
133-
description: The list of all HTTP status codes their name and their meaning.
133+
description: The list of all HTTP status codes, their name, and their meaning.
134134

135135
sql-prettify:
136136
title: SQL prettify and format
@@ -142,27 +142,27 @@ tools:
142142

143143
git-memo:
144144
title: Git cheatsheet
145-
description: Git is a decentralized version management software. With this cheatsheet you will have a quick access to the most common git commands.
145+
description: Git is a decentralized version management software. With this cheatsheet, you will have quick access to the most common git commands.
146146

147147
slugify-string:
148148
title: Slugify string
149149
description: Make a string url, filename and id safe.
150150

151151
encryption:
152152
title: Encrypt / decrypt text
153-
description: Encrypt and decrypt text clear text using crypto algorithm like AES, TripleDES, Rabbit or RC4.
153+
description: Encrypt clear text and decrypt ciphertext using crypto algorithms like AES, TripleDES, Rabbit or RC4.
154154

155155
random-port-generator:
156156
title: Random port generator
157157
description: Generate random port numbers outside of the range of "known" ports (0-1023).
158158

159159
yaml-prettify:
160160
title: YAML prettify and format
161-
description: Prettify your YAML string to a human friendly readable format.
161+
description: Prettify your YAML string into a friendly, human-readable format.
162162

163163
eta-calculator:
164164
title: ETA calculator
165-
description: An ETA (Estimated Time of Arrival) calculator to know the approximate end time of a task, for example the moment of ending of a download.
165+
description: An ETA (Estimated Time of Arrival) calculator to determine the approximate end time of a task, for example, the end time and duration of a file download.
166166

167167
roman-numeral-converter:
168168
title: Roman numeral converter
@@ -174,19 +174,19 @@ tools:
174174

175175
bip39-generator:
176176
title: BIP39 passphrase generator
177-
description: Generate BIP39 passphrase from existing or random mnemonic, or get the mnemonic from the passphrase.
177+
description: Generate a BIP39 passphrase from an existing or random mnemonic, or get the mnemonic from the passphrase.
178178

179179
base64-file-converter:
180180
title: Base64 file converter
181-
description: Convert string, files or images into a it\'s base64 representation.
181+
description: Convert a string, file, or image into its base64 representation.
182182

183183
list-converter:
184184
title: List converter
185185
description: This tool can process column-based data and apply various changes (transpose, add prefix and suffix, reverse list, sort list, lowercase values, truncate values) to each row.
186186

187187
base64-string-converter:
188188
title: Base64 string encoder/decoder
189-
description: Simply encode and decode string into a their base64 representation.
189+
description: Simply encode and decode strings into their base64 representation.
190190

191191
toml-to-yaml:
192192
title: TOML to YAML
@@ -198,15 +198,15 @@ tools:
198198

199199
json-to-yaml-converter:
200200
title: JSON to YAML converter
201-
description: Simply convert JSON to YAML with this live online converter.
201+
description: Simply convert JSON to YAML with this online live converter.
202202

203203
url-parser:
204-
title: Url parser
205-
description: Parse an url string to get all the different parts (protocol, origin, params, port, username-password, ...)
204+
title: URL parser
205+
description: Parse a URL into its separate constituent parts (protocol, origin, params, port, username-password, ...)
206206

207207
iban-validator-and-parser:
208208
title: IBAN validator and parser
209-
description: Validate and parse IBAN numbers. Check if IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format.
209+
description: Validate and parse IBAN numbers. Check if an IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format.
210210

211211
user-agent-parser:
212212
title: User-agent parser
@@ -218,27 +218,27 @@ tools:
218218

219219
case-converter:
220220
title: Case converter
221-
description: Change the case of a string and chose between different formats
221+
description: Transform the case of a string and choose between different formats
222222

223223
html-entities:
224-
title: Escape html entities
225-
description: Escape or unescape html entities (replace <,>, &, " and \' to their html version)
224+
title: Escape HTML entities
225+
description: Escape or unescape HTML entities (replace characters like <,>, &, " and \' with their HTML version)
226226

227227
json-prettify:
228228
title: JSON prettify and format
229-
description: Prettify your JSON string to a human friendly readable format.
229+
description: Prettify your JSON string into a friendly, human-readable format.
230230

231231
docker-run-to-docker-compose-converter:
232232
title: Docker run to Docker compose converter
233-
description: Turns docker run commands into docker-compose files!
233+
description: Transforms "docker run" commands into docker-compose files!
234234

235235
mac-address-lookup:
236236
title: MAC address lookup
237237
description: Find the vendor and manufacturer of a device by its MAC address.
238238

239239
mime-types:
240-
title: Mime types
241-
description: Convert mime types to extensions and vice-versa.
240+
title: MIME types
241+
description: Convert MIME types to file extensions and vice-versa.
242242

243243
toml-to-json:
244244
title: TOML to JSON
@@ -250,31 +250,31 @@ tools:
250250

251251
qrcode-generator:
252252
title: QR Code generator
253-
description: Generate and download QR-code for an url or just a text and customize the background and foreground colors.
253+
description: Generate and download a QR code for a URL (or just plain text), and customize the background and foreground colors.
254254

255255
wifi-qrcode-generator:
256256
title: WiFi QR Code generator
257-
description: Generate and download QR-codes for quick connections to WiFi networks.
257+
description: Generate and download QR codes for quick connections to WiFi networks.
258258

259259
xml-formatter:
260260
title: XML formatter
261-
description: Prettify your XML string to a human friendly readable format.
261+
description: Prettify your XML string into a friendly, human-readable format.
262262

263263
temperature-converter:
264264
title: Temperature converter
265-
description: Temperature degrees conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur and Rømer.
265+
description: Degrees temperature conversions for Kelvin, Celsius, Fahrenheit, Rankine, Delisle, Newton, Réaumur, and Rømer.
266266

267267
chmod-calculator:
268268
title: Chmod calculator
269269
description: Compute your chmod permissions and commands with this online chmod calculator.
270270

271271
rsa-key-pair-generator:
272272
title: RSA key pair generator
273-
description: Generate new random RSA private and public key pem certificates.
273+
description: Generate a new random RSA private and public pem certificate key pair.
274274

275275
html-wysiwyg-editor:
276276
title: HTML WYSIWYG editor
277-
description: Online HTML editor with feature-rich WYSIWYG editor, get the source code of the content immediately.
277+
description: Online, feature-rich WYSIWYG HTML editor which generates the source code of the content immediately.
278278

279279
yaml-to-toml:
280280
title: YAML to TOML
@@ -302,15 +302,15 @@ tools:
302302

303303
ipv4-subnet-calculator:
304304
title: IPv4 subnet calculator
305-
description: Parse your IPv4 CIDR blocks and get all the info you need about your sub network.
305+
description: Parse your IPv4 CIDR blocks and get all the info you need about your subnet.
306306

307307
og-meta-generator:
308308
title: Open graph meta generator
309-
description: Generate open-graph and socials html meta tags for your website.
309+
description: Generate open-graph and socials HTML meta tags for your website.
310310

311311
ipv6-ula-generator:
312312
title: IPv6 ULA generator
313-
description: Generate your own local, non-routable IP addresses on your network according to RFC4193.
313+
description: Generate your own local, non-routable IP addresses for your network according to RFC4193.
314314

315315
hash-text:
316316
title: Hash text
@@ -330,7 +330,7 @@ tools:
330330

331331
json-minify:
332332
title: JSON minify
333-
description: Minify and compress your JSON by removing unnecessary white spaces.
333+
description: Minify and compress your JSON by removing unnecessary whitespace.
334334

335335
ulid-generator:
336336
title: ULID generator
@@ -342,39 +342,39 @@ tools:
342342

343343
base-converter:
344344
title: Integer base converter
345-
description: Convert number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
345+
description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
346346

347347
yaml-to-json-converter:
348348
title: YAML to JSON converter
349-
description: Simply convert YAML to JSON with this live online converter.
349+
description: Simply convert YAML to JSON with this online live converter.
350350

351351
uuid-generator:
352352
title: UUIDs generator
353353
description: A Universally Unique Identifier (UUID) is a 128-bit number used to identify information in computer systems. The number of possible UUIDs is 16^32, which is 2^128 or about 3.4x10^38 (which is a lot!).
354354

355355
ipv4-address-converter:
356-
title: Ipv4 address converter
357-
description: Convert an ip address into decimal, binary, hexadecimal or event in ipv6
356+
title: IPv4 address converter
357+
description: Convert an IP address into decimal, binary, hexadecimal, or even an IPv6 representation of it.
358358

359359
text-statistics:
360360
title: Text statistics
361-
description: Get information about a text, the amount of characters, the amount of words, it\'s size, ...
361+
description: Get information about a text, the number of characters, the number of words, its size in bytes, ...
362362

363363
text-to-nato-alphabet:
364364
title: Text to NATO alphabet
365-
description: Transform text into NATO phonetic alphabet for oral transmission.
365+
description: Transform text into the NATO phonetic alphabet for oral transmission.
366366

367367
basic-auth-generator:
368368
title: Basic auth generator
369-
description: Generate a base64 basic auth header from an username and a password.
369+
description: Generate a base64 basic auth header from a username and password.
370370

371371
text-to-unicode:
372372
title: Text to Unicode
373373
description: Parse and convert text to unicode and vice-versa
374374

375375
ipv4-range-expander:
376376
title: IPv4 range expander
377-
description: Given a start and an end IPv4 address this tool calculates a valid IPv4 network with its CIDR notation.
377+
description: Given a start and an end IPv4 address, this tool calculates a valid IPv4 subnet along with its CIDR notation.
378378

379379
text-diff:
380380
title: Text diff
@@ -385,9 +385,9 @@ tools:
385385
description: Generate and validate time-based OTP (one time password) for multi-factor authentication.
386386

387387
url-encoder:
388-
title: Encode/decode url formatted strings
389-
description: Encode to url-encoded format (also known as "percent-encoded") or decode from it.
388+
title: Encode/decode URL-formatted strings
389+
description: Encode text to URL-encoded format (also known as "percent-encoded"), or decode from it.
390390

391391
text-to-binary:
392392
title: Text to ASCII binary
393-
description: Convert text to its ASCII binary representation and vice versa.
393+
description: Convert text to its ASCII binary representation and vice-versa.

0 commit comments

Comments
 (0)