Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 161c331da338a4a6c544ac3acb623ff1e89488cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "files_automatedtagging",
    {
    "No tags given" : "タグが指定されていません",
    "Tag(s) could not be found: %s" : "タグが見つかりませんでした:%s",
    "At least one of the given tags is invalid" : "指定されたタグの少なくとも1つが無効です",
    "Automated tagging" : "自動タグ付け",
    "Automated tagging of files" : "ファイルの自動タグ付け",
    "File is changed" : "ファイルが変更されています",
    "Automatically tag files based on factors such as filetype, user group memberships, time and more." : "ファイルタイプ、ユーザーグループへの加入、時刻などの要素に基づいて、ファイルを自動的にタグ付けします。",
    "Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given collaborative tags are assigned to the file." : "1つのルールグループは、1つ以上のルールで構成されています。 1つのリクエストが、すべてのルールにマッチし、真であると評価された場合、そのルールグループに一致します。 1つのファイルがアップロードされると定義されたすべてのグループに対して評価され一致すると、指定されたコラボタグがファイルに割り当てられます。",
    "Files automated tagging" : "ファイルの自動タグ付け",
    "Automatically assign collaborative tags to files based on conditions" : "条件に基づいて自動的にファイルにコラボタグを割り当てます",
    "An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions.\n\nThe tags can later be used to control retention, file access, automatic script execution and more.\n\n## How it works\nTo define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file." : "新しくアップロードされたファイルに条件に基づいて自動的にタグを割り当てるNextcloudのためのアプリです。\n\nタグは、保存、ファイルアクセス、自動スクリプト実行などを制御するために利用できます。\n\n## 使い方\nタグを定義するために、管理者はルールグループを作成および管理します。各ルールグループは、演算子を用いて組み合わされた1つ以上のルールから構成されます。ルールには、ファイルの種類、サイズ、時間などの基準を含めることができます。 すべてのルールにtrueと評価された場合、リクエストはルールグループに一致します。ファイルをアップロードすると、定義されたすべてのグループが評価され、一致すると、指定されたタグがファイルに割り当てられます。",
    "Tag a file" : "ファイルにタグ付け"
},
"nplurals=1; plural=0;");