diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ja.js | 6 | ||||
-rw-r--r-- | apps/files/l10n/ja.json | 6 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.json | 1 |
4 files changed, 12 insertions, 2 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index f61350a6f83..e8acb193dfa 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -179,12 +179,16 @@ OC.L10N.register( "Unknown error" : "不明なエラー", "Ownership transfer request sent" : "所有権転送のリクエストを送信しました", "Cannot transfer ownership of a file or folder you do not own" : "所有していないファイルまたはフォルダーの所有権を譲渡することはできません", - "Files settings" : "ファイル設定", + "Open the Files app settings" : "Filesアプリの設定を開く", + "Files settings" : "ファイルの設定", "Show hidden files" : "隠しファイルを表示", "Crop image previews" : "プレビュー画像を切り抜く", "Additional settings" : "追加設定", + "Webdav" : "WebDAV", "Copy to clipboard" : "クリップボードにコピー", "Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます", + "Clipboard is not available" : "クリップボードは利用できません", + "Webdav URL copied to clipboard" : "WebDAVのURLがクリップボードにコピーされました", "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません", "Error while loading the file data" : "ファイルデータの読み込み中にエラーが発生しました", "Pick a template for {name}" : "{name} のテンプレートを選択してください", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 411268047d8..9842d015cd8 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -177,12 +177,16 @@ "Unknown error" : "不明なエラー", "Ownership transfer request sent" : "所有権転送のリクエストを送信しました", "Cannot transfer ownership of a file or folder you do not own" : "所有していないファイルまたはフォルダーの所有権を譲渡することはできません", - "Files settings" : "ファイル設定", + "Open the Files app settings" : "Filesアプリの設定を開く", + "Files settings" : "ファイルの設定", "Show hidden files" : "隠しファイルを表示", "Crop image previews" : "プレビュー画像を切り抜く", "Additional settings" : "追加設定", + "Webdav" : "WebDAV", "Copy to clipboard" : "クリップボードにコピー", "Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます", + "Clipboard is not available" : "クリップボードは利用できません", + "Webdav URL copied to clipboard" : "WebDAVのURLがクリップボードにコピーされました", "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません", "Error while loading the file data" : "ファイルデータの読み込み中にエラーが発生しました", "Pick a template for {name}" : "{name} のテンプレートを選択してください", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index db96267161c..900f3599530 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -179,6 +179,7 @@ OC.L10N.register( "Unknown error" : "Erro desconhecido", "Ownership transfer request sent" : "Solicitação de transferência de propriedade enviada", "Cannot transfer ownership of a file or folder you do not own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não possui", + "Open the Files app settings" : "Abra as configurações do aplicativo Arquivos", "Files settings" : "Configurações de arquivos", "Show hidden files" : "Mostrar arquivos ocultos", "Crop image previews" : "Cortar visualizações de imagem", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 763a267c966..fde3bed7ed3 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -177,6 +177,7 @@ "Unknown error" : "Erro desconhecido", "Ownership transfer request sent" : "Solicitação de transferência de propriedade enviada", "Cannot transfer ownership of a file or folder you do not own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não possui", + "Open the Files app settings" : "Abra as configurações do aplicativo Arquivos", "Files settings" : "Configurações de arquivos", "Show hidden files" : "Mostrar arquivos ocultos", "Crop image previews" : "Cortar visualizações de imagem", |