You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en.yml
+45-45Lines changed: 45 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ home:
7
7
toggleMenu: 'Toggle menu'
8
8
home: Home
9
9
uiLib: 'UI Lib'
10
-
support: 'Support ITTools development'
10
+
support: 'Support IT-Tools development'
11
11
buyMeACoffee: 'Buy me a coffee'
12
12
follow:
13
13
title: 'You like it-tools?'
14
14
p1: 'Give us a star on'
15
15
githubRepository: 'IT-Tools GitHub repository'
16
16
p2: 'or follow us on'
17
17
twitterAccount: 'IT-Tools Twitter account'
18
-
thankYou: 'Thank you!'
18
+
thankYou: 'Thank you!'
19
19
nav:
20
20
github: 'GitHub repository'
21
21
githubRepository: 'IT-Tools GitHub repository'
@@ -72,7 +72,7 @@ tools:
72
72
73
73
password-strength-analyser:
74
74
title: Password strength analyser
75
-
description: Discover the strength of your password with this clientsideonly 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.
76
76
77
77
chronometer:
78
78
title: Chronometer
@@ -98,7 +98,7 @@ tools:
98
98
99
99
svg-placeholder-generator:
100
100
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.
102
102
103
103
json-to-csv:
104
104
title: JSON to CSV
@@ -126,11 +126,11 @@ tools:
126
126
127
127
crontab-generator:
128
128
title: Crontab generator
129
-
description: Validate and generate crontab and get the humanreadable description of the cron schedule.
129
+
description: Validate and generate crontab and get the human-readable description of the cron schedule.
130
130
131
131
http-status-codes:
132
132
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.
134
134
135
135
sql-prettify:
136
136
title: SQL prettify and format
@@ -142,27 +142,27 @@ tools:
142
142
143
143
git-memo:
144
144
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.
146
146
147
147
slugify-string:
148
148
title: Slugify string
149
149
description: Make a string url, filename and id safe.
150
150
151
151
encryption:
152
152
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.
154
154
155
155
random-port-generator:
156
156
title: Random port generator
157
157
description: Generate random port numbers outside of the range of "known" ports (0-1023).
158
158
159
159
yaml-prettify:
160
160
title: YAML prettify and format
161
-
description: Prettify your YAML string to a human friendlyreadable format.
161
+
description: Prettify your YAML string into a friendly, human-readable format.
162
162
163
163
eta-calculator:
164
164
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.
166
166
167
167
roman-numeral-converter:
168
168
title: Roman numeral converter
@@ -174,19 +174,19 @@ tools:
174
174
175
175
bip39-generator:
176
176
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.
178
178
179
179
base64-file-converter:
180
180
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.
182
182
183
183
list-converter:
184
184
title: List converter
185
185
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.
186
186
187
187
base64-string-converter:
188
188
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.
190
190
191
191
toml-to-yaml:
192
192
title: TOML to YAML
@@ -198,15 +198,15 @@ tools:
198
198
199
199
json-to-yaml-converter:
200
200
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.
202
202
203
203
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, ...)
206
206
207
207
iban-validator-and-parser:
208
208
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.
210
210
211
211
user-agent-parser:
212
212
title: User-agent parser
@@ -218,27 +218,27 @@ tools:
218
218
219
219
case-converter:
220
220
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
222
222
223
223
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)
226
226
227
227
json-prettify:
228
228
title: JSON prettify and format
229
-
description: Prettify your JSON string to a human friendlyreadable format.
229
+
description: Prettify your JSON string into a friendly, human-readable format.
230
230
231
231
docker-run-to-docker-compose-converter:
232
232
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!
234
234
235
235
mac-address-lookup:
236
236
title: MAC address lookup
237
237
description: Find the vendor and manufacturer of a device by its MAC address.
238
238
239
239
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.
242
242
243
243
toml-to-json:
244
244
title: TOML to JSON
@@ -250,31 +250,31 @@ tools:
250
250
251
251
qrcode-generator:
252
252
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.
254
254
255
255
wifi-qrcode-generator:
256
256
title: WiFi QR Code generator
257
-
description: Generate and download QR-codes for quick connections to WiFi networks.
257
+
description: Generate and download QRcodes for quick connections to WiFi networks.
258
258
259
259
xml-formatter:
260
260
title: XML formatter
261
-
description: Prettify your XML string to a human friendlyreadable format.
261
+
description: Prettify your XML string into a friendly, human-readable format.
262
262
263
263
temperature-converter:
264
264
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.
266
266
267
267
chmod-calculator:
268
268
title: Chmod calculator
269
269
description: Compute your chmod permissions and commands with this online chmod calculator.
270
270
271
271
rsa-key-pair-generator:
272
272
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.
274
274
275
275
html-wysiwyg-editor:
276
276
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.
278
278
279
279
yaml-to-toml:
280
280
title: YAML to TOML
@@ -302,15 +302,15 @@ tools:
302
302
303
303
ipv4-subnet-calculator:
304
304
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.
306
306
307
307
og-meta-generator:
308
308
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.
310
310
311
311
ipv6-ula-generator:
312
312
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.
314
314
315
315
hash-text:
316
316
title: Hash text
@@ -330,7 +330,7 @@ tools:
330
330
331
331
json-minify:
332
332
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.
334
334
335
335
ulid-generator:
336
336
title: ULID generator
@@ -342,39 +342,39 @@ tools:
342
342
343
343
base-converter:
344
344
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, ...)
346
346
347
347
yaml-to-json-converter:
348
348
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.
350
350
351
351
uuid-generator:
352
352
title: UUIDs generator
353
353
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!).
354
354
355
355
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.
358
358
359
359
text-statistics:
360
360
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, ...
362
362
363
363
text-to-nato-alphabet:
364
364
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.
366
366
367
367
basic-auth-generator:
368
368
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.
370
370
371
371
text-to-unicode:
372
372
title: Text to Unicode
373
373
description: Parse and convert text to unicode and vice-versa
374
374
375
375
ipv4-range-expander:
376
376
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.
378
378
379
379
text-diff:
380
380
title: Text diff
@@ -385,9 +385,9 @@ tools:
385
385
description: Generate and validate time-based OTP (one time password) for multi-factor authentication.
386
386
387
387
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.
390
390
391
391
text-to-binary:
392
392
title: Text to ASCII binary
393
-
description: Convert text to its ASCII binary representation and viceversa.
393
+
description: Convert text to its ASCII binary representation and vice-versa.
0 commit comments