diff options
Diffstat (limited to 'apps/files_sharing/l10n/ja.js')
-rw-r--r-- | apps/files_sharing/l10n/ja.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index c77f2f8d381..455d05771f5 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -169,6 +169,7 @@ OC.L10N.register( "Password protection" : "パスワード保護", "Enter a password" : "パスワードを入力", "Expiration date (enforced)" : "有効期限(強制)", + "Create share" : "共有を作成", "Cancel" : "キャンセル", "Share label" : "共有ラベル", "Read only" : "読み込み専用", @@ -180,12 +181,16 @@ OC.L10N.register( "Enter a note for the share recipient" : "共有受信者へのメモを入力してください", "Add another link" : "別のリンクを追加", "Create a new share link" : "新しい共有リンクを作成する", + "{shareWith} by {initiator}" : "{initiator} により {shareWith}", "Shared via link by {initiator}" : "{initiator}がリンクで共有", + "Mail share ({label})" : "メール共有 ({label})", "Share link ({label})" : "リンク共有 ({label})", "Share link" : "URLで共有", "Error, please enter proper password and/or expiration date" : "エラー、正しいパスワードおよび/または有効期限を入力してください", "No recommendations. Start typing." : "推奨事項はありません。 入力を開始します。", "Resharing is not allowed" : "再共有は許可されていません", + "Name or email …" : "名前またはメールアドレス…", + "Name, email, or Federated Cloud ID …" : "名前、メールアドレス、またはクラウド連携ID…", "Searching …" : "検索しています…", "No elements found." : "要素が見つかりませんでした。", "Search globally" : "グローバルに検索", @@ -199,7 +204,9 @@ OC.L10N.register( "Expires {relativetime}" : "有効期限 {relativetime}", "this share just expired." : "この共有は期限切れになりました。", "Link to a file" : "ファイルへリンク", + "Error creating the share: {errorMessage}" : "共有の作成中にエラーが発生しました: {errorMessage}", "Error creating the share" : "共有の作成中にエラーが発生しました", + "Error updating the share: {errorMessage}" : "共有の更新中にエラーが発生しました: {errorMessage}", "Error updating the share" : "共有の更新中にエラー", "Shared" : "共有中", "Share" : "共有", @@ -227,6 +234,7 @@ OC.L10N.register( "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください", "Uploading files" : "ファイルをアップロード中", "Uploaded files:" : "アップロード済ファイル:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。" + "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", + "Name, email, or federated cloud ID …" : "名前、電子メール、またはクラウド連携ID…" }, "nplurals=1; plural=0;"); |