Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit 123af92

Browse files
committed
fix: update i18n
1 parent e1e2a8a commit 123af92

File tree

8 files changed

+318
-112
lines changed

8 files changed

+318
-112
lines changed

src/locale/cs-cz.yml

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ extDescription:
66
message: Podpora uživatelských skriptů pro Maxthon.
77
extTranslator:
88
description: Information of the translator.
9-
message: 'R3gi <[email protected]>'
9+
message: R3gi <[email protected]>
1010
touched: false
1111
msgUpdated:
1212
description: Message shown when a script is updated/reinstalled.
1313
message: Skript aktualizován.
1414
msgErrorFetchingScript:
1515
description: Message shown when Violentmonkey fails fetching a new version of the script.
16-
message: 'Chyba načítání skriptů!'
16+
message: Chyba načítání skriptů!
1717
msgInstalled:
1818
description: Message shown when a script is installed.
1919
message: Skript nainstalován.
@@ -22,15 +22,19 @@ Warning:
2222
message: Varování
2323
msgWarnGrant:
2424
description: Message shown when `@grant` is not found in a script.
25-
message: 'Skript [$1] nemá žádné „@grant“ řádky, což není doporučeno a může způsobovat problémy. Pro více informací klepněte sem.'
25+
message: >-
26+
Skript [$1] nemá žádné „@grant“ řádky, což není doporučeno a může způsobovat
27+
problémy. Pro více informací klepněte sem.
2628
labelNoName:
2729
description: Text as the name of a script when no @name is assigned.
2830
message: Bez názvu
2931
msgUpdating:
3032
description: Message shown when a new version of script is being fetched.
3133
message: Aktualizování…
3234
msgNewVersion:
33-
description: 'Message shown when a new version of script is found by @updateURL, but no @downloadURL is provided.'
35+
description: >-
36+
Message shown when a new version of script is found by @updateURL, but no
37+
@downloadURL is provided.
3438
message: Nalezena nová verze.
3539
msgCheckingForUpdate:
3640
description: Message shown when a script is being checked for updates by version numbers.
@@ -60,10 +64,14 @@ buttonClose:
6064
description: Button to close window.
6165
message: Zavřít
6266
msgErrorLoadingData:
63-
description: Message shown on confirm page when the script to be installed cannot be loaded.
67+
description: >-
68+
Message shown on confirm page when the script to be installed cannot be
69+
loaded.
6470
message: Chyba načítání skriptu.
6571
msgLoadedData:
66-
description: Message shown in the confirm page when a javascript file to be installed is loaded.
72+
description: >-
73+
Message shown in the confirm page when a javascript file to be installed is
74+
loaded.
6775
message: Skript načten.
6876
msgErrorLoadingDependency:
6977
description: Message shown when not all requirements are loaded successfully.
@@ -146,7 +154,9 @@ labelRelated:
146154
message: 'Související odkazy: '
147155
anchorSupportPage:
148156
description: Link to the support page of Violentmonkey.
149-
message: '<a href=https://github.com/gera2ld/Violentmonkey-mx/wiki target=_blank>Violentmonkey</a>'
157+
message: >-
158+
<a href=https://github.com/gera2ld/Violentmonkey-mx/wiki
159+
target=_blank>Violentmonkey</a>
150160
labelDonate:
151161
description: Label of link to donate page.
152162
message: Podpořte vývoj
@@ -251,7 +261,9 @@ buttonUpdate:
251261
description: Check a script for updates.
252262
message: Zkontrolovat aktualizace
253263
msgImported:
254-
description: Message shown after import. There is an argument referring to the count of scripts imported.
264+
description: >-
265+
Message shown after import. There is an argument referring to the count of
266+
scripts imported.
255267
message: 'Počet importovaných položek: $1'
256268
hintUseDownloadURL:
257269
description: Shown as a place holder for @updateURL when it is not assigned
@@ -269,7 +281,9 @@ buttonVacuumed:
269281
message: Data vyluxována
270282
hintVacuum:
271283
description: Hint for vacuuming data.
272-
message: Zlikvidování redudance a pokus o znovu načtení chybějících zdrojů z mezipaměti.
284+
message: >-
285+
Zlikvidování redudance a pokus o znovu načtení chybějících zdrojů z
286+
mezipaměti.
273287
menuManageScripts:
274288
description: 'Menu item to manage scripts, or to open the options page of the extension.'
275289
message: Správa skriptů
@@ -312,26 +326,33 @@ labelAutoReloadCurrentTab:
312326
labelInjectMode:
313327
description: Label for a combo box to choose script injection modes.
314328
message: ''
329+
touched: false
315330
injectModeNormal:
316331
description: 'Script injection mode: Normal'
317332
message: ''
333+
touched: false
318334
injectModeAdvanced:
319335
description: 'Script injection mode: Advanced'
320336
message: ''
337+
touched: false
321338
hintInjectModeNormal:
322339
description: Hint to explain the normal injection mode.
323340
message: ''
341+
touched: false
324342
hintInjectModeAdvanced:
325343
description: Hint to explain the advanced injection mode.
326344
message: ''
345+
touched: false
327346
hintInputURL:
328347
description: Hint for a prompt box to input URL of a user script.
329348
message: ''
330349
buttonInstallFromURL:
331350
description: Button to ask for URL of a user script.
332351
message: ''
333352
msgNamespaceConflict:
334-
description: Message shown when namespace of the new script conflicts with an existent one.
353+
description: >-
354+
Message shown when namespace of the new script conflicts with an existent
355+
one.
335356
message: ''
336357
labelSyncTo:
337358
description: Label for sync service.
@@ -366,3 +387,9 @@ lastSync:
366387
labelSync:
367388
description: Label for sync options.
368389
message: ''
390+
msgInvalidScript:
391+
description: Message shown when script is invalid.
392+
message: ''
393+
menuScriptDisabled:
394+
description: 'Menu item showing the status of Violentmonkey, when disabled.'
395+
message: ''

src/locale/en.yml

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ extDescription:
66
message: Userscript support for Maxthon.
77
extTranslator:
88
description: Information of the translator.
9-
message: 'Gerald <[email protected]>'
9+
message: Gerald <[email protected]>
1010
touched: false
1111
msgUpdated:
1212
description: Message shown when a script is updated/reinstalled.
1313
message: Script updated.
1414
msgErrorFetchingScript:
1515
description: Message shown when Violentmonkey fails fetching a new version of the script.
16-
message: 'Error fetching script!'
16+
message: Error fetching script!
1717
msgInstalled:
1818
description: Message shown when a script is installed.
1919
message: Script installed.
@@ -22,15 +22,19 @@ Warning:
2222
message: Warning
2323
msgWarnGrant:
2424
description: Message shown when `@grant` is not found in a script.
25-
message: 'Script [$1] has no `@grant` lines, which is not recommended and may cause failures. Click to see more details.'
25+
message: >-
26+
Script [$1] has no `@grant` lines, which is not recommended and may cause
27+
failures. Click to see more details.
2628
labelNoName:
2729
description: Text as the name of a script when no @name is assigned.
2830
message: No Name
2931
msgUpdating:
3032
description: Message shown when a new version of script is being fetched.
3133
message: Updating...
3234
msgNewVersion:
33-
description: 'Message shown when a new version of script is found by @updateURL, but no @downloadURL is provided.'
35+
description: >-
36+
Message shown when a new version of script is found by @updateURL, but no
37+
@downloadURL is provided.
3438
message: New version found.
3539
msgCheckingForUpdate:
3640
description: Message shown when a script is being checked for updates by version numbers.
@@ -60,10 +64,14 @@ buttonClose:
6064
description: Button to close window.
6165
message: Close
6266
msgErrorLoadingData:
63-
description: Message shown on confirm page when the script to be installed cannot be loaded.
67+
description: >-
68+
Message shown on confirm page when the script to be installed cannot be
69+
loaded.
6470
message: Error loading script data.
6571
msgLoadedData:
66-
description: Message shown in the confirm page when a javascript file to be installed is loaded.
72+
description: >-
73+
Message shown in the confirm page when a javascript file to be installed is
74+
loaded.
6775
message: Script data loaded.
6876
msgErrorLoadingDependency:
6977
description: Message shown when not all requirements are loaded successfully.
@@ -146,7 +154,9 @@ labelRelated:
146154
message: 'Related links: '
147155
anchorSupportPage:
148156
description: Link to the support page of Violentmonkey.
149-
message: '<a href=https://github.com/gera2ld/Violentmonkey-mx/wiki target=_blank>Violentmonkey</a>'
157+
message: >-
158+
<a href=https://github.com/gera2ld/Violentmonkey-mx/wiki
159+
target=_blank>Violentmonkey</a>
150160
labelDonate:
151161
description: Label of link to donate page.
152162
message: Donate
@@ -227,10 +237,10 @@ buttonSave:
227237
message: Save
228238
buttonSaveClose:
229239
description: Button to save modifications of a script and then close the editing page.
230-
message: 'Save & Close'
240+
message: Save & Close
231241
labelNoScripts:
232242
description: Message shown when no script is installed.
233-
message: "Oops, you haven't got any script yet."
243+
message: 'Oops, you haven''t got any script yet.'
234244
hintSupportPage:
235245
description: Hint for support page.
236246
message: Support page
@@ -251,7 +261,9 @@ buttonUpdate:
251261
description: Check a script for updates.
252262
message: Check for updates
253263
msgImported:
254-
description: Message shown after import. There is an argument referring to the count of scripts imported.
264+
description: >-
265+
Message shown after import. There is an argument referring to the count of
266+
scripts imported.
255267
message: $1 item(s) are imported.
256268
hintUseDownloadURL:
257269
description: Shown as a place holder for @updateURL when it is not assigned
@@ -312,27 +324,34 @@ labelAutoReloadCurrentTab:
312324
labelInjectMode:
313325
description: Label for a combo box to choose script injection modes.
314326
message: 'Script injection mode:'
327+
touched: false
315328
injectModeNormal:
316329
description: 'Script injection mode: Normal'
317330
message: Normal
331+
touched: false
318332
injectModeAdvanced:
319333
description: 'Script injection mode: Advanced'
320334
message: Advanced
335+
touched: false
321336
hintInjectModeNormal:
322337
description: Hint to explain the normal injection mode.
323338
message: 'Efficient but fails in some high security pages, e.g. https://github.com'
339+
touched: false
324340
hintInjectModeAdvanced:
325341
description: Hint to explain the advanced injection mode.
326342
message: 'Works in most pages, actually a hack'
343+
touched: false
327344
hintInputURL:
328345
description: Hint for a prompt box to input URL of a user script.
329346
message: 'Input URL:'
330347
buttonInstallFromURL:
331348
description: Button to ask for URL of a user script.
332349
message: Install from URL
333350
msgNamespaceConflict:
334-
description: Message shown when namespace of the new script conflicts with an existent one.
335-
message: 'Script namespace conflicts! Please modify @name and @namespace.'
351+
description: >-
352+
Message shown when namespace of the new script conflicts with an existent
353+
one.
354+
message: Script namespace conflicts! Please modify @name and @namespace.
336355
labelSyncTo:
337356
description: Label for sync service.
338357
message: Sync to $1
@@ -350,10 +369,10 @@ msgSyncInit:
350369
message: Initializing...
351370
msgSyncInitError:
352371
description: Message shown when sync fails in initialization.
353-
message: 'Initializing error!'
372+
message: Initializing error!
354373
msgSyncError:
355374
description: Message shown when sync failed.
356-
message: 'Sync error!'
375+
message: Sync error!
357376
msgSyncReady:
358377
description: Message shown when sync will start soon.
359378
message: Sync will start soon...
@@ -366,3 +385,9 @@ lastSync:
366385
labelSync:
367386
description: Label for sync options.
368387
message: Sync
388+
msgInvalidScript:
389+
description: Message shown when script is invalid.
390+
message: Invalid script!
391+
menuScriptDisabled:
392+
description: 'Menu item showing the status of Violentmonkey, when disabled.'
393+
message: Scripts disabled

0 commit comments

Comments
 (0)