Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
rebuild locale
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Apr 4, 2020
1 parent dfe0244 commit 0087c4c
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' ist der Alias von '{{res}}', verwenden Sie stattdessen den echten Namen.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "Das Verwenden von '[' zur Kennzeichnung von Kommentaren ist veraltet, bitte verwenden Sie stattdessen '!'.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "Die Option 'domain=...' hat ungültige Argumente.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "The option 'csp=...' has no arguments or has invalid arguments.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Diese Netzwerkregel ist zu kurz.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Script injection syntax that selects all resources can only be used in exception filters.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' es el alias de '{{res}}', considera usar el nombre real en su lugar.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "El uso de '[' para denotar un comentario está obsoleto. Usa '!' en su lugar.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "La opción 'domain=...' tiene argumentos inválidos.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "La opción 'csp=...' no tiene argumentos o tiene argumentos inválidos.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Esta regla de red es demasiado corta.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "La sintaxis de inyección de script que selecciona todos los recursos solo se puede usar en filtros de excepción.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' è l'alias di '{{res}}', considera invece l'utilizzo del vero nome.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "L'utilizzo di '[' per dichiarare il commento è deprecato, usa '!' invece.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "L'opzione 'domain=...' ha argomenti non validi.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "L'opzione 'csp=...' non ha argomenti o ha argomenti non validi.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Questa regola di rete è troppo breve.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "La sintassi per l'iniezione dello script che seleziona tutte le risorse può essere usata solo nei filtri di eccezione.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' is the alias of '{{res}}', consider using the real name instead.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "Using '[' to denote comment is deprecated, use '!' instead.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "The option 'domain=...' has invalid arguments.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "The option 'csp=...' has no arguments or has invalid arguments.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "This network rule is too short.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Script injection syntax that selects all resources can only be used in exception filters.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/nb/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' er aliaset til '{{res}}', tenk på om du vil bruke dens vanlige navn i stedet.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "Å bruke '[' til å markere en kommentar, har blitt utfaset. Bruk '!' istedet.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "Valget 'domain=...' har ugyldige argumenter.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "Alternativet 'csp=...' har ingen argumenter eller har ugyldige argumenter.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Denne nettverksregelen er for kort.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Kodeskriptinjiseringssyntakser som velger alle ressurser, kan bare brukes i hvitelistinger.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/pl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' jest aliasem '{{res}}', zamiast tego rozważ użycie prawdziwej nazwy.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "Używanie '[' do oznaczenia komentarza jest przestarzałe, skorzystaj z '!' zamiast tego.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "Opcja 'domain=...' zawiera nieprawidłowe argumenty.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "Opcja 'csp=...' nie zawiera żadnych argumentów lub zawiera nieprawidłowe argumenty.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Ta reguła sieciowa jest za krótka.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Składnia wstrzykiwania skryptu, która wybiera wszystkie zasoby, może być używana tylko w filtrach wyjątków.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/pt_BR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' is the alias of '{{res}}', consider using the real name instead.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "Using '[' to denote comment is deprecated, use '!' instead.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "The option 'domain=...' has invalid arguments.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "The option 'csp=...' has no arguments or has invalid arguments.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "This network rule is too short.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Script injection syntax that selects all resources can only be used in exception filters.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' является псевдонимом '{{res}}', вместо этого попробуйте использовать настоящее имя.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "Использование '[' для обозначения комментария устарело, вместо этого используйте '!'.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "Опция 'domain=...' имеет неверные аргументы.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "Параметр 'csp=...' не имеет аргументов или имеет недопустимые аргументы.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Это сетевое правило слишком короткое.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Script injection syntax that selects all resources can only be used in exception filters.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/sv/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' är aliaset av '{{res}}', överväg att använda det riktiga namnet i stället.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "'[' används inte längre som kommentar, använd i stället '!'.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "Alternativet 'domain=...' har ogiltiga argument.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "Alternativet 'csp=...' har inget argument eller så är argumentet ogiltigt.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Den här nätverksregeln är för kort.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Skriptinjektionssyntax som väljer alla resurser kan endast användas i undantagsfilter.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/tr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' is the alias of '{{res}}', consider using the real name instead.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "Yorum belirtmek için '[' kullanmak, kullanımdan kaldırıldı, onun yerine '!' kullanın.",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "The option 'domain=...' has invalid arguments.",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "'csp=...' seçeneğinin argümanı yok veya geçersiz argümanları var.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "Bu ağ kuralı çok kısa.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Tüm kaynakları seçen komut dosyası ekleme sözdizimi yalnızca özel durum filtrelerinde kullanılabilir.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' 是 '{{res}}' 的别名,请考虑使用原名。",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "用 '[' 来标注注解是不赞成的,请改用 '!' 。",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "这个 'domain=...' 选项有无效参数。",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "这个 'csp=...' 选项没有参数或有无效参数。",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "这个网络过滤规则太短了。",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Script injection syntax that selects all resources can only be used in exception filters.",
"description": "Error when '##+js()' is used"
Expand Down
12 changes: 12 additions & 0 deletions src/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"message": "'{{alias}}' is the alias of '{{res}}', consider using the real name instead.",
"description": "Warning when resource alias used"
},
"nano_l_html_filtering": {
"message": "HTML filtering is not supported by your browser",
"description": "Warning when HTML filtering used"
},
"nano_l_filter_comment_bracket": {
"message": "使用 '[' 表示註解已被捨棄,請使用 '!' 代替。",
"description": "Deprecation when '[' used for comments"
Expand Down Expand Up @@ -179,6 +183,10 @@
"message": "這個 'domain=...' 選項有無效參數。",
"description": "Error when 'domain=' has invalid arguments"
},
"nano_l_filter_bad_denyallow_option_arguments": {
"message": "The option 'denyallow=...' has invalid arguments.",
"description": "Error when 'denyallow=' has invalid arguments"
},
"nano_l_filter_bad_csp_option_arguments": {
"message": "The option 'csp=...' has no arguments or has invalid arguments.",
"description": "Error when 'csp=' has no arguments or has invalid arguments"
Expand All @@ -203,6 +211,10 @@
"message": "This network rule is too short.",
"description": "Error when network rule is too short"
},
"nano_l_filter_matcher_too_long": {
"message": "The matcher of this network rule is too long.",
"description": "Error when network matcher is too long"
},
"nano_l_filter_generic_js_in_block": {
"message": "Script injection syntax that selects all resources can only be used in exception filters.",
"description": "Error when '##+js()' is used"
Expand Down

0 comments on commit 0087c4c

Please sign in to comment.