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

ja.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2564f204abee3530fe69181789ce4210aa2092c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "保存中...",
    "saved!" : "保存されました!",
    "failed!" : " 失敗しました!",
    "Saved" : "保存されました",
    "There was a problem saving your changes. Click to resume editing." : "変更を保存する際に問題が発生しました.クリックして編集を再開する.",
    "An error occurred!" : "エラーが発生しました。",
    "Edit" : "編集",
    "Mixed" : "混合",
    "Preview" : "プレビュー",
    "New text file" : "新規のテキストファイル",
    "New text file.txt" : "新規のテキストファイル作成",
    "You can not open a folder" : "フォルダーを開けません",
    "This file is too big to be opened. Please download the file instead." : "ファイルが大きすぎます。ダウンロードしてから開いてください。",
    "Cannot read the file." : "ファイルを読み込めません",
    "Invalid file path supplied." : "無効なファイルパスが提供されました。",
    "The file is locked." : "ファイルがロックされています。",
    "An internal server error occurred." : "内部サーバーエラーが発生しました。",
    "You can not write to a folder" : "フォルダーに書き込みできません",
    "Cannot save file as it has been modified since opening" : "変更したファイルは使用中のため保存できません",
    "Insufficient permissions" : "権限が不足しています",
    "File path not supplied" : "ファイルパスが足りません",
    "File mtime not supplied" : "ファイルのアクセス時刻がありません",
    "Text editor" : "テキストエディター",
    "Text file" : "テキストファイル"
},
"nplurals=1; plural=0;");