Bläddra i källkod

Update locale files from Transifex (#1288)

github-actions[bot] 4 år sedan
förälder
incheckning
aa2825d9a6
2 ändrade filer med 41 tillägg och 27 borttagningar
  1. 14 6
      src/_locales/it/messages.yml
  2. 27 21
      src/_locales/ja/messages.yml

+ 14 - 6
src/_locales/it/messages.yml

@@ -270,7 +270,9 @@ labelAutoReloadCurrentTabDisabled:
   description: >-
   description: >-
     Tooltip in menu after Violentmonkey is switched off if auto-reload is
     Tooltip in menu after Violentmonkey is switched off if auto-reload is
     disabled.
     disabled.
-  message: ''
+  message: >-
+    Gli script correnti continueranno a funzionare fino a quando non
+    ricaricherai la scheda
 labelAutoUpdate:
 labelAutoUpdate:
   description: Option to allow automatically checking scripts for updates
   description: Option to allow automatically checking scripts for updates
   message: 'Check for script updates every $1 day(s), use 0 to disable'
   message: 'Check for script updates every $1 day(s), use 0 to disable'
@@ -479,10 +481,10 @@ labelViewSingleColumn:
   description: >-
   description: >-
     Label for option in dashboard script list to show the scripts in single
     Label for option in dashboard script list to show the scripts in single
     column.
     column.
-  message: ''
+  message: Colonna singola
 labelViewTable:
 labelViewTable:
   description: Label for option in dashboard script list to show the scripts as a table.
   description: Label for option in dashboard script list to show the scripts as a table.
-  message: ''
+  message: Guarda come tabella
 lastSync:
 lastSync:
   description: Label for last sync timestamp.
   description: Label for last sync timestamp.
   message: Ultima sincronizzazione il $1
   message: Ultima sincronizzazione il $1
@@ -503,10 +505,16 @@ menuExclude:
   description: >-
   description: >-
     Shown in popup menu after clicking script's "..." dropdown so try to keep
     Shown in popup menu after clicking script's "..." dropdown so try to keep
     the label short.
     the label short.
-  message: ''
+  message: Escludi...
 menuExcludeHint:
 menuExcludeHint:
   description: Shown in popup menu after clicking "Exclude..." in script's "..." dropdown.
   description: Shown in popup menu after clicking "Exclude..." in script's "..." dropdown.
-  message: ''
+  message: >-
+    La scheda corrente verrà ricaricata automaticamente se hai abilitato questa
+    opzione nelle impostazioni generali.
+
+    Per applicare le modifiche a tutte le altre schede, ricaricarle manualmente.
+
+    Usa la scheda "Impostazioni" dell'editor per una maggiore flessibilità.
 menuFindScripts:
 menuFindScripts:
   description: Menu item to find scripts for a site.
   description: Menu item to find scripts for a site.
   message: Cerca script per questo sito
   message: Cerca script per questo sito
@@ -619,7 +627,7 @@ msgScriptUpdated:
   message: 'Lo script [$1] è aggiornato!'
   message: 'Lo script [$1] è aggiornato!'
 msgShowHide:
 msgShowHide:
   description: Tooltip or text shown on a toggle that shows/hides stuff
   description: Tooltip or text shown on a toggle that shows/hides stuff
-  message: ''
+  message: Mostra/nascondi
 msgSyncError:
 msgSyncError:
   description: Message shown when sync failed.
   description: Message shown when sync failed.
   message: Errore sincronizzazione!
   message: Errore sincronizzazione!

+ 27 - 21
src/_locales/ja/messages.yml

@@ -15,7 +15,7 @@ buttonEdit:
   message: 編集
   message: 編集
 buttonEditClickHint:
 buttonEditClickHint:
   description: Tooltip for the Edit button in popup.
   description: Tooltip for the Edit button in popup.
-  message: ''
+  message: 'スクリプト名を右クリック、 [Ctrl] キーを押しながらクリック、ホイールでクリックすることもできます。'
 buttonEmptyRecycleBin:
 buttonEmptyRecycleBin:
   description: Button to empty the recycle bin.
   description: Button to empty the recycle bin.
   message: 今すぐゴミ箱を空にする
   message: 今すぐゴミ箱を空にする
@@ -133,10 +133,13 @@ editLabelSettings:
   message: スクリプト別の設定
   message: スクリプト別の設定
 editLongLine:
 editLongLine:
   description: Shown in the editor in lines that were cut due to being too long
   description: Shown in the editor in lines that were cut due to being too long
-  message: ''
+  message: 行が長すぎます
 editLongLineTooltip:
 editLongLineTooltip:
   description: Tooltip shown in the editor in lines that were cut due to being too long
   description: Tooltip shown in the editor in lines that were cut due to being too long
-  message: ''
+  message: |-
+    この行は長すぎるため、編集時の遅延を避けるためにテキストが折りたたまれています。
+    次のような詳細設定で制限を調整できます。
+    "maxDisplayLength": 20000
 editNavCode:
 editNavCode:
   description: Label of code tab in script editor.
   description: Label of code tab in script editor.
   message: コード
   message: コード
@@ -148,10 +151,10 @@ editNavValues:
   message: 値
   message: 値
 editValueAll:
 editValueAll:
   description: Button to show/edit the entire script value storage.
   description: Button to show/edit the entire script value storage.
-  message: ''
+  message: すべて
 editValueAllHint:
 editValueAllHint:
   description: Tooltip for the 'all' button.
   description: Tooltip for the 'all' button.
-  message: ''
+  message: スクリプトの値の保存全体を表示/編集する
 editValueCancel:
 editValueCancel:
   description: Button to cancel modification of a script value.
   description: Button to cancel modification of a script value.
   message: キャンセル
   message: キャンセル
@@ -194,7 +197,7 @@ filterScopeName:
   message: 名前
   message: 名前
 genericError:
 genericError:
   description: Label for generic error.
   description: Label for generic error.
-  message: ''
+  message: エラー
 genericOff:
 genericOff:
   description: 'To indicate something is turned off or disabled, similar to "no".'
   description: 'To indicate something is turned off or disabled, similar to "no".'
   message: オフ
   message: オフ
@@ -253,7 +256,7 @@ labelAutoReloadCurrentTabDisabled:
   description: >-
   description: >-
     Tooltip in menu after Violentmonkey is switched off if auto-reload is
     Tooltip in menu after Violentmonkey is switched off if auto-reload is
     disabled.
     disabled.
-  message: ''
+  message: 現在のスクリプトは、タブを再ロードするまで実行され続けます。
 labelAutoUpdate:
 labelAutoUpdate:
   description: Option to allow automatically checking scripts for updates
   description: Option to allow automatically checking scripts for updates
   message: スクリプトの更新を $1 日ごとに確認 (0 を指定すると無効)
   message: スクリプトの更新を $1 日ごとに確認 (0 を指定すると無効)
@@ -298,7 +301,7 @@ labelEditValue:
   message: スクリプトの値を編集中
   message: スクリプトの値を編集中
 labelEditValueAll:
 labelEditValueAll:
   description: Label shown in the panel to edit the entire script value storage.
   description: Label shown in the panel to edit the entire script value storage.
-  message: ''
+  message: スクリプトストレージの編集
 labelEditor:
 labelEditor:
   description: Label for Editor settings
   description: Label for Editor settings
   message: エディタ
   message: エディタ
@@ -313,7 +316,7 @@ labelExportScriptData:
   message: スクリプトが保存したデータを含める
   message: スクリプトが保存したデータを含める
 labelExposeStatus:
 labelExposeStatus:
   description: Option in advanced settings.
   description: Option in advanced settings.
-  message: ''
+  message: ユーザスクリプトカタログサイトにインストールされているバージョンを公開する: $1
 labelFeedback:
 labelFeedback:
   description: Label of link to feedback page.
   description: Label of link to feedback page.
   message: フィードバック
   message: フィードバック
@@ -334,7 +337,7 @@ labelHomepageURL:
   message: 'ホームページのURL:'
   message: 'ホームページのURL:'
 labelImportScriptData:
 labelImportScriptData:
   description: Option to import script data along with scripts.
   description: Option to import script data along with scripts.
-  message: ''
+  message: スクリプトデータのインポート
 labelImportSettings:
 labelImportSettings:
   description: Label for option to import settings from zip file.
   description: Label for option to import settings from zip file.
   message: Violentmonkey の設定もインポートする
   message: Violentmonkey の設定もインポートする
@@ -462,10 +465,10 @@ labelViewSingleColumn:
   description: >-
   description: >-
     Label for option in dashboard script list to show the scripts in single
     Label for option in dashboard script list to show the scripts in single
     column.
     column.
-  message: ''
+  message: 単一列
 labelViewTable:
 labelViewTable:
   description: Label for option in dashboard script list to show the scripts as a table.
   description: Label for option in dashboard script list to show the scripts as a table.
-  message: ''
+  message: 表形式
 lastSync:
 lastSync:
   description: Label for last sync timestamp.
   description: Label for last sync timestamp.
   message: $1 に同期
   message: $1 に同期
@@ -486,19 +489,22 @@ menuExclude:
   description: >-
   description: >-
     Shown in popup menu after clicking script's "..." dropdown so try to keep
     Shown in popup menu after clicking script's "..." dropdown so try to keep
     the label short.
     the label short.
-  message: ''
+  message: 除外…
 menuExcludeHint:
 menuExcludeHint:
   description: Shown in popup menu after clicking "Exclude..." in script's "..." dropdown.
   description: Shown in popup menu after clicking "Exclude..." in script's "..." dropdown.
-  message: ''
+  message: |2-
+     一般設定でこのオプションを有効にすると、現在のタブが自動再ロードされます。
+    他のすべてのタブに変更を適用するには、手動で再ロードしてください。
+    柔軟性を高めるには、エディタの「設定」タブを使用します。 
 menuFindScripts:
 menuFindScripts:
   description: Menu item to find scripts for a site.
   description: Menu item to find scripts for a site.
   message: 表示しているサイト用のスクリプトを探す
   message: 表示しているサイト用のスクリプトを探す
 menuInjectionFailed:
 menuInjectionFailed:
   description: Injection error.
   description: Injection error.
-  message: ''
+  message: 一部のスクリプトを注入できませんでした。
 menuInjectionFailedFix:
 menuInjectionFailedFix:
   description: 'Injection error fix, shown in case the default mode is "page".'
   description: 'Injection error fix, shown in case the default mode is "page".'
-  message: ''
+  message: 「自動」モードで再試行してください
 menuMatchedFrameScripts:
 menuMatchedFrameScripts:
   description: Label for menu listing matching scripts in sub-frames.
   description: Label for menu listing matching scripts in sub-frames.
   message: Sub-frames only scripts
   message: Sub-frames only scripts
@@ -598,7 +604,7 @@ msgScriptUpdated:
   message: スクリプト「$1」が更新されました!
   message: スクリプト「$1」が更新されました!
 msgShowHide:
 msgShowHide:
   description: Tooltip or text shown on a toggle that shows/hides stuff
   description: Tooltip or text shown on a toggle that shows/hides stuff
-  message: ''
+  message: 表示/非表示
 msgSyncError:
 msgSyncError:
   description: Message shown when sync failed.
   description: Message shown when sync failed.
   message: 同期エラー!
   message: 同期エラー!
@@ -625,15 +631,15 @@ noValues:
   message: 値は保存されていません
   message: 値は保存されていません
 optionEditorWindow:
 optionEditorWindow:
   description: Label for the option in settings
   description: Label for the option in settings
-  message: ''
+  message: 新しいウィンドウのポップアップからエディターを開く
 optionEditorWindowHint:
 optionEditorWindowHint:
   description: >-
   description: >-
     Tooltip for optionEditorWindow in case the browser doesn't support
     Tooltip for optionEditorWindow in case the browser doesn't support
     onBoundsChanged
     onBoundsChanged
-  message: ''
+  message: エディタウィンドウの位置は、サイズ変更または保存時にのみ記憶されます
 optionEditorWindowSimple:
 optionEditorWindowSimple:
   description: Label for the editor window type
   description: Label for the editor window type
-  message: ''
+  message: オムニボックスを表示しない
 optionPopupEnabledFirst:
 optionPopupEnabledFirst:
   description: Option to show enabled scripts first in popup.
   description: Option to show enabled scripts first in popup.
   message: 有効なものを先頭に表示
   message: 有効なものを先頭に表示
@@ -674,7 +680,7 @@ valueLabelValue:
   message: 値 (JSONとしてシリアル化された)
   message: 値 (JSONとしてシリアル化された)
 valueLabelValueAll:
 valueLabelValueAll:
   description: Label for input of entire script value storage.
   description: Label for input of entire script value storage.
-  message: ''
+  message: すべての値 (JSONとしてシリアル化)
 visitWebsite:
 visitWebsite:
   description: Label for link to open Violentmonkey website.
   description: Label for link to open Violentmonkey website.
   message: ウェブサイトを開く
   message: ウェブサイトを開く