Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jun 29, 2024
1 parent a6d8b1e commit 36d58cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions l10n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Logging" : "ログ",
"Errors in the log" : "ログ中のエラー",
"Failed to get an iterator for log entries: %s" : "ログエントリのイテレータの取得に失敗しました: %s",
"No errors in the logs since %s" : "ログには%s以降、エラーはありません。",
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["ログには %s 以降、エラーが %n 件あります。"],
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["ログには %s 以降、警告が %n 件あります。"],
Expand Down Expand Up @@ -36,6 +37,7 @@ OC.L10N.register(
"Time format" : "時間形式",
"Live view" : "ライブビュー",
"Download/Upload logs" : "Download/Upload logs",
"You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}" : "クリップボードからコピーしたログエントリを表示するには、{keyboardShortcut}を使用してログビューに貼り付けます",
"Download logs" : "ログのダウンロード",
"Show local log file" : "ローカルのログファイルを表示する",
"Upload local log file to be displayed" : "表示するローカルログファイルをアップロードする",
Expand Down Expand Up @@ -69,6 +71,8 @@ OC.L10N.register(
"Error" : "エラー",
"Fatal" : " 致命的なエラー",
"Could not load log entries" : "ログエントリーを読み込めませんでした",
"Clipboard" : "クリップボード",
"Could not parse clipboard content" : "クリップボードの内容を解析できませんでした",
"Could not fetch new log entries (server unavailable)" : "新しいログエントリを取得できませんでした(サーバーが使用できません)",
"Could not fetch new entries" : "新しいエントリーを取得できませんでした",
"Could not copy to clipboard, please copy manually:" : "クリップボードにコピーできませんでした。手動でコピーしてください:",
Expand Down
4 changes: 4 additions & 0 deletions l10n/ja.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"Logging" : "ログ",
"Errors in the log" : "ログ中のエラー",
"Failed to get an iterator for log entries: %s" : "ログエントリのイテレータの取得に失敗しました: %s",
"No errors in the logs since %s" : "ログには%s以降、エラーはありません。",
"_%n error in the logs since %s_::_%n errors in the logs since %s_" : ["ログには %s 以降、エラーが %n 件あります。"],
"_%n warning in the logs since %s_::_%n warnings in the logs since %s_" : ["ログには %s 以降、警告が %n 件あります。"],
Expand Down Expand Up @@ -34,6 +35,7 @@
"Time format" : "時間形式",
"Live view" : "ライブビュー",
"Download/Upload logs" : "Download/Upload logs",
"You can also show log entries copied from your clipboard by pasting them on the log view using: {keyboardShortcut}" : "クリップボードからコピーしたログエントリを表示するには、{keyboardShortcut}を使用してログビューに貼り付けます",
"Download logs" : "ログのダウンロード",
"Show local log file" : "ローカルのログファイルを表示する",
"Upload local log file to be displayed" : "表示するローカルログファイルをアップロードする",
Expand Down Expand Up @@ -67,6 +69,8 @@
"Error" : "エラー",
"Fatal" : " 致命的なエラー",
"Could not load log entries" : "ログエントリーを読み込めませんでした",
"Clipboard" : "クリップボード",
"Could not parse clipboard content" : "クリップボードの内容を解析できませんでした",
"Could not fetch new log entries (server unavailable)" : "新しいログエントリを取得できませんでした(サーバーが使用できません)",
"Could not fetch new entries" : "新しいエントリーを取得できませんでした",
"Could not copy to clipboard, please copy manually:" : "クリップボードにコピーできませんでした。手動でコピーしてください:",
Expand Down

0 comments on commit 36d58cc

Please sign in to comment.