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

ja.js « l10n - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8c66edb9de7ae83e691460007e416072ac33976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "text",
    {
    "Text" : "テキスト",
    "Use current version" : "現在のバージョンを使用",
    "Use the saved version" : "保存済みのバージョンを使用",
    "The document has been changed outside of the editor. The changes cannot be applied." : "ドキュメントがエディタの外部から変更されました。変更点を適用できません。",
    "Unsaved changes" : "保存していない変更点",
    "Edit guest name" : "ゲスト名を編集",
    "Save guest name" : "ゲスト名を保存",
    "Add link" : "リンクを追加",
    "Show image" : "画像を表示する",
    "Show file" : "ファイルを表示する",
    "New text document" : "新しいテキストドキュメント",
    "Edit" : "編集",
    "Undo" : "元に戻す"
},
"nplurals=1; plural=0;");